Cargo Features

[dependencies]
alloy-trie = { version = "0.7.2", default-features = false, features = ["std", "serde", "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, 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

arbitrary = std

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

alloy-trie has 4 features without comments.