Cargo Features

[dependencies]
bp-test-utils = { version = "0.12.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever bp-test-utils is added without default-features = false somewhere in the dependency tree.

std default

Enables std of bp-header-chain, bp-parachains, bp-polkadot-core, bp-runtime, parity-scale-codec, ed25519-dalek, finality-grandpa, sp-application-crypto, sp-consensus-grandpa, sp-core, sp-runtime, sp-std, and sp-trie

bp-test-utils has 2 features without comments.