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
somewhere in the dependency tree.default-features = false - std default
-
### Core
Enable standard library support. Currently unusedEnables std of blueprint-std and serde_json
- tracing default
-
Enable tracing support
Enables tracing of blueprint-core
Blueprint dependencies