Cargo Features

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

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

std default

Enables std of optional blueprint-chain-setup-anvil, blueprint-chain-setup-common, and optional blueprint-chain-setup-tangle

tangle = blueprint-chain-setup-tangle
anvil = blueprint-chain-setup-anvil

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

blueprint-chain-setup-tangle tangle?
blueprint-chain-setup-anvil anvil?