Cargo Features
[dependencies]
alloy-consensus-any = { version = "0.7.0", default-features = false, features = ["std", "serde", "arbitrary"] }
- default = std
-
The
std
feature is set by default wheneveralloy-consensus-any
is added without
somewhere in the dependency tree.default-features = false - std default arbitrary?
-
Enables std of alloy-eips
- serde
-
Enables alloy-serde and serde, serde of alloy-eips and alloy-primitives
- arbitrary = std
-
Enables arbitrary, arbitrary of alloy-eips
alloy-consensus-any has 4 features without comments.