Cargo Features

[dependencies]
alloy-genesis = { version = "0.1.4", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of 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-genesis has 2 features without comments.