Cargo Features

[dependencies]
shell-runtime = { version = "0.11.0", default-features = false, features = ["std", "try-runtime"] }
default = std

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

std default = substrate-wasm-builder

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

staging-xcm:

Polkadot

and std of parity-scale-codec, cumulus-pallet-aura-ext, cumulus-pallet-parachain-system, cumulus-pallet-xcm, and cumulus-primitives-core

cumulus-pallet-aura-ext:

Cumulus

and std of frame-executive, frame-support, frame-system, pallet-aura, pallet-message-queue, pallet-timestamp, staging-parachain-info, parachains-common, scale-info, sp-api, sp-block-builder, sp-consensus-aura, sp-core, sp-genesis-builder, sp-inherents, sp-offchain, sp-runtime, sp-session, sp-std, sp-transaction-pool, sp-version, and optional frame-try-runtime

frame-executive:

Substrate

Affects shell-runtime::native_version

try-runtime

Enables try-runtime of cumulus-pallet-aura-ext, cumulus-pallet-parachain-system, cumulus-pallet-xcm, frame-executive, frame-support, frame-system, frame-try-runtime, pallet-aura, pallet-message-queue, pallet-timestamp, staging-parachain-info, and sp-runtime

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.

frame-try-runtime try-runtime?
substrate-wasm-builder build std