Cargo Features

[dependencies]
alloy-network-primitives = { version = "0.11.1", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever alloy-network-primitives is added without default-features = false somewhere in the dependency tree.

std default

Enables std of alloy-consensus, alloy-eips, alloy-primitives, and alloy-serde

alloy-network-primitives has 2 features without comments.