Cargo Features

[dependencies]
blueprint-chain-setup-anvil = { version = "0.1.0-alpha.4", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever blueprint-chain-setup-anvil is added without default-features = false somewhere in the dependency tree.

std default

Enables full of tokio and std of blueprint-keystore and blueprint-std

blueprint-keystore:

Core features

blueprint-chain-setup-anvil has 2 features without comments.