Cargo Features

[dependencies]
superchain = { version = "0.11.0", default-features = false, features = ["std", "full", "derive", "registry", "test-utils"] }
default = full, std

These default features are set whenever superchain is added without default-features = false somewhere in the dependency tree.

std default

Enables std of optional superchain-registry

full default = derive, registry
derive full

Enables superchain-derive

registry full

Enables superchain-registry

test-utils

Enables test-utils of optional superchain-derive

Superchain has 6 features without comments.