Cargo Features
[dependencies]
bp-test-utils = { version = "0.18.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverbp-test-utils
is added without
somewhere in the dependency tree.default-features = false - 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.