Cargo Features

[dependencies]
blueprint-client-eigenlayer = { version = "0.1.0-alpha.5", default-features = false, features = ["std", "tracing"] }
default = std, tracing

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

std default

Enables full of tokio, std of url and std of blueprint-client-core, blueprint-evm-extra, and blueprint-std

blueprint-evm-extra:

### Core

Enable standard library support. Currently unused

tracing default

Enables tracing of blueprint-core

blueprint-client-eigenlayer has 3 features without comments.