Cargo Features
[dependencies]
blueprint-client-evm = { version = "0.1.0-alpha.1", default-features = false, features = ["std", "tracing"] }
- default = std, tracing
-
These default features are set whenever
blueprint-client-evm
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of alloy-primitives ^0.8 and blueprint-client-core
alloy-primitives:
Alloy dependencies
and std of blueprint-metrics-rpc-calls, blueprint-std, hex, serde, and serde_json
blueprint-metrics-rpc-calls:
Metrics
- tracing default
-
Enables tracing of blueprint-core