Cargo Features

[dependencies]
blueprint-evm-extra = { version = "0.1.0-alpha.1", default-features = false, features = ["std", "tracing"] }
default = std, tracing

These default features are set whenever blueprint-evm-extra is added without default-features = false somewhere in the dependency tree.

std default

### Core

Enable standard library support. Currently unused

Enables std of blueprint-std and serde_json

tracing default

Enable tracing support

Enables tracing of blueprint-core

Blueprint dependencies