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 whenever alloy-consensus-any is added without default-features = false somewhere in the dependency tree.

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.