Cargo Features
[dependencies]
blueprint-eigenlayer-extra = { version = "0.1.0-alpha.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverblueprint-eigenlayer-extra
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of alloy-primitives ^0.8 and blueprint-evm-extra
blueprint-evm-extra:
### Core
Enable standard library support. Currently unused
blueprint-eigenlayer-extra has 2 features without comments.