Cargo Features
[dependencies]
alloy-network-primitives = { version = "0.13.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneveralloy-network-primitives
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of alloy-consensus, alloy-eips, alloy-primitives, alloy-serde, and serde
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.
alloy-network-primitives has 2 features without comments.