Cargo Features

[dependencies]
parachains-runtimes-test-utils = { version = "12.0.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of staging-xcm and staging-xcm-executor

staging-xcm:

Polkadot

and std of parity-scale-codec, cumulus-pallet-parachain-system, cumulus-pallet-xcmp-queue, cumulus-primitives-core, cumulus-primitives-parachain-inherent, and cumulus-test-relay-sproof-builder

cumulus-pallet-parachain-system:

Cumulus

and std of 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, and sp-std

frame-support:

Substrate