Cargo Features

[dependencies]
alloy-trie = { version = "0.7.6", default-features = false, features = ["std", "serde", "ethereum", "arbitrary"] }
default = std

These default features are set whenever alloy-trie is added without default-features = false somewhere in the dependency tree.

Enables alloy-primitives

std default arbitrary?

Enables std of alloy-primitives, alloy-rlp, arrayvec, derive_more, nybbles ^0.2, optional serde, and tracing

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

serde

Enables serde, serde of alloy-primitives, arrayvec, and nybbles ^0.2

ethereum
arbitrary = std

Enables arbitrary and derive_arbitrary, proptest and proptest-derive, arbitrary of alloy-primitives, arbitrary of nybbles ^0.2

alloy-trie has 5 features without comments.