Cargo Features

[dependencies]
revm-primitives = { version = "16.0.0-alpha.1", default-features = false, features = ["std", "serde", "hashbrown", "asm-keccak", "rand", "arbitrary"] }
default = std

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

std default arbitrary?

Enables std of alloy-primitives

serde

Enables serde of alloy-primitives

hashbrown

Enables map-hashbrown of alloy-primitives

asm-keccak

Enables asm-keccak of alloy-primitives

rand

Enables rand of alloy-primitives

arbitrary = std

Enables arbitrary of alloy-primitives

revm-primitives has 7 features without comments.