Cargo Features

[dependencies]
revm-database = { version = "2.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, alloy-sol-types, 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

alloydb = std

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