Cargo Features
[dependencies]
shell-runtime = { version = "0.18.0", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default whenevershell-runtime
is added without
somewhere in the dependency tree.default-features = false - std default = substrate-wasm-builder
-
Enables std of parity-scale-codec, cumulus-pallet-aura-ext, cumulus-pallet-parachain-system, cumulus-pallet-xcm, cumulus-primitives-core, frame-executive, frame-support, frame-system, optional frame-try-runtime, 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-transaction-pool, sp-version, staging-xcm, staging-xcm-builder, and staging-xcm-executor
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.