Cargo Features
[dependencies]
parachains-runtimes-test-utils = { version = "19.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 ^0.16.0, cumulus-primitives-parachain-inherent, cumulus-test-relay-sproof-builder, frame-support ^38.2.0, frame-system ^38.0.0, pallet-balances, pallet-collator-selection, pallet-session, pallet-timestamp, pallet-xcm, staging-parachain-info, parachains-common, polkadot-parachain-primitives ^14.0.0, sp-consensus-aura ^0.40.0, sp-core ^34.0.0, sp-io ^38.0.0, sp-runtime ^39.0.5, staging-xcm ^14.2.0, staging-xcm-executor, and xcm-runtime-apis
parachains-runtimes-test-utils has 2 features without comments.