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 ^0.17.0, cumulus-pallet-parachain-system ^0.17.0, cumulus-pallet-xcm ^0.17.0, cumulus-primitives-core ^0.16.0, frame-executive ^38.0.0, frame-support ^38.0.0, frame-system ^38.0.0, optional frame-try-runtime ^0.44.0, pallet-aura ^37.0.0, pallet-message-queue ^41.0.0, pallet-timestamp ^37.0.0, staging-parachain-info ^0.17.0, parachains-common ^18.0.0, scale-info, sp-api ^34.0.0, sp-block-builder ^34.0.0, sp-consensus-aura ^0.40.0, sp-core ^34.0.0, sp-genesis-builder ^0.15.1, sp-inherents ^34.0.0, sp-offchain ^34.0.0, sp-runtime ^39.0.1, sp-session ^36.0.0, sp-transaction-pool ^34.0.0, sp-version ^37.0.0, staging-xcm ^14.2.0, staging-xcm-builder ^17.0.0, and staging-xcm-executor ^17.0.0
Affects
shell-runtime::native_version
… - try-runtime
-
Enables try-runtime of cumulus-pallet-aura-ext ^0.17.0, cumulus-pallet-parachain-system ^0.17.0, cumulus-pallet-xcm ^0.17.0, frame-executive ^38.0.0, frame-support ^38.0.0, frame-system ^38.0.0, frame-try-runtime ^0.44.0, pallet-aura ^37.0.0, pallet-message-queue ^41.0.0, pallet-timestamp ^37.0.0, staging-parachain-info ^0.17.0, and sp-runtime ^39.0.1
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?
-
Enables frame-try-runtime ^0.44.0
- substrate-wasm-builder build std
-
Enables substrate-wasm-builder ^24.0.1