Cargo Features
[dependencies]
revm-primitives = { version = "17.0.0", default-features = false, features = ["std", "serde", "hashbrown", "asm-keccak", "rand", "arbitrary"] }
- default = std
-
The
std
feature is set by default wheneverrevm-primitives
is added without
somewhere in the dependency tree.default-features = false - std default arbitrary?
-
Enables std of alloy-primitives
alloy
Optional
- serde
-
Enables serde, 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