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 default-features = false somewhere in the dependency tree.

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