Cargo Features
[dependencies]
revm-database-interface = { version = "8.0.5", default-features = false, features = ["std", "serde", "asyncdb"] }
- default = std
-
The
stdfeature is set by default wheneverrevm-database-interfaceis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of revm-state
revm
and std of either, revm-primitives, and optional serde
serde:
Optional
- serde
-
Enables serde, serde of revm-state, serde of either and revm-primitives
- asyncdb
-
Enables rt-multi-thread of tokio
Affects
revm-database-interface::async_db…