Cargo Features

[dependencies]
revm-bytecode = { version = "1.0.0-alpha.1", default-features = false, features = ["std", "hashbrown", "serde", "serde-json", "parse"] }
default = parse, std

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

std default

Enables std of revm-primitives

revm

and std of optional serde

Optional

hashbrown

Enables hashbrown of revm-primitives

serde serde-json?

Enables serde and serde of bitvec and revm-primitives

bitvec:

Jumpmap

serde-json = serde
parse default = paste, phf

Affects opcode::parse

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

paste parse

Enables paste

parse opcode feature

phf parse