Cargo Features
[dependencies]
revm-inspectors = { version = "0.15.0", default-features = false, features = ["std", "serde", "js-tracer"] }
- default = std
-
The
std
feature is set by default wheneverrevm-inspectors
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables revm, std of alloy-primitives and anstyle and std of serde, serde_json, and thiserror
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - serde std
- js-tracer
-
Enables boa_engine and boa_gc
Affects
tracing::js
…
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.