Cargo Features
[dependencies]
op-alloy-registry = { version = "0.6.8", default-features = false, features = ["std", "map-hashbrown", "map-foldhash"] }
- default = map-foldhash, std
-
These default features are set whenever
op-alloy-registry
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of op-alloy-genesis and serde_json
- map-hashbrown
-
Enables map-hashbrown of alloy-primitives
- map-foldhash default
-
Enables map-foldhash of alloy-primitives
op-alloy-registry has 4 features without comments.