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 whenever blueprint-eigenlayer-extra is added without default-features = false somewhere in the dependency tree.

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.