Cargo Features

[dependencies]
cumulus-test-runtime = { version = "0.1.0", default-features = false, features = ["std", "increment-spec-version"] }
default = std

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

std default = substrate-wasm-builder

Enables std of parity-scale-codec, cumulus-pallet-parachain-system ^0.1.0, cumulus-primitives-core ^0.1.0, and cumulus-primitives-timestamp ^0.1.0

cumulus-pallet-parachain-system:

Cumulus

and std of frame-executive ^22.0.0, frame-support ^22.0.0, frame-system ^22.0.0, frame-system-rpc-runtime-api ^20.0.0, pallet-balances ^22.0.0, pallet-glutton ^8.0.0, pallet-sudo ^22.0.0, pallet-timestamp ^21.0.0, pallet-transaction-payment ^22.0.0, scale-info, sp-api ^20.0.0, sp-block-builder ^20.0.0, sp-core ^22.0.0, sp-inherents ^20.0.0, sp-io ^24.0.0, sp-offchain ^20.0.0, sp-runtime ^25.0.0, sp-session ^21.0.0, sp-std ^9.0.0, sp-transaction-pool ^20.0.0, and sp-version ^23.0.0

frame-executive:

Substrate

Affects cumulus-test-runtime::native_version

increment-spec-version

Affects cumulus-test-runtime::VERSION

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

substrate-wasm-builder build std

Enables substrate-wasm-builder ^11.0.0