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 whenever revm-inspectors is added without default-features = false somewhere in the dependency tree.

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

Enables serde, serde of revm

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.

anstyle std