Cargo Features
[dependencies]
parachains-runtimes-test-utils = { version = "17.0.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverparachains-runtimes-test-utils
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, cumulus-pallet-parachain-system, cumulus-pallet-xcmp-queue, cumulus-primitives-core, cumulus-primitives-parachain-inherent, cumulus-test-relay-sproof-builder, frame-support, frame-system, pallet-balances, pallet-collator-selection, pallet-session, pallet-timestamp, pallet-xcm, staging-parachain-info, polkadot-parachain-primitives, sp-consensus-aura, sp-core, sp-io, sp-runtime, staging-xcm, and staging-xcm-executor
parachains-runtimes-test-utils has 2 features without comments.