Cargo Features
[dependencies]
op-alloy-genesis = { version = "0.5.2", default-features = false, features = ["std", "serde", "arbitrary"] }
- default = serde, std
-
These default features are set whenever
op-alloy-genesis
is added without
somewhere in the dependency tree.default-features = false - std default arbitrary?
- serde default
-
Enables serde of alloy-consensus, alloy-eips, and alloy-primitives and serde and serde_repr
serde:
serde
feature - arbitrary = std
-
Enables rand of alloy-primitives, arbitrary of alloy-consensus and alloy-eips and arbitrary
arbitrary
feature