Cargo Features

[dependencies]
revm-database = { version = "4.0.0", default-features = false, features = ["std", "serde", "alloydb"] }
default = std

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

std default alloydb?

Enables std of optional alloy-eips ^0.14.0, revm-bytecode, revm-database-interface, revm-primitives, optional serde, serde_json, and revm-state

serde:

Optional

serde

Enables serde, serde of revm-state, serde of revm-bytecode, revm-database-interface, revm-primitives, and optional alloy-eips ^0.14.0

alloydb = std

Enables tokio, alloy-eips ^0.14.0, alloy-provider ^0.14.0, and alloy-transport ^0.14.0, asyncdb of revm-database-interface