Cargo Features
[dependencies]
parachain-template-runtime = { version = "0.9.0", default-features = false, features = ["std", "try-runtime", "experimental", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverparachain-template-runtime
is added without
somewhere in the dependency tree.default-features = false - std default = substrate-wasm-builder
-
Enables std of pallet-parachain-template, pallet-session ^30.0.0, pallet-sudo ^30.0.0, pallet-timestamp ^29.0.0, pallet-transaction-payment ^30.0.0, and pallet-transaction-payment-rpc-runtime-api ^30.0.0
pallet-parachain-template:
Local
and std of parity-scale-codec, cumulus-pallet-aura-ext ^0.9.0, cumulus-pallet-parachain-system ^0.9.0, cumulus-pallet-session-benchmarking ^11.0.0, cumulus-pallet-xcm ^0.9.0, cumulus-pallet-xcmp-queue ^0.9.0, cumulus-primitives-core ^0.9.0, and cumulus-primitives-utility ^0.9.0
cumulus-pallet-aura-ext:
Cumulus
and std of pallet-xcm ^9.0.0, staging-parachain-info ^0.9.0, parachains-common ^9.0.0, polkadot-parachain-primitives ^8.0.0, polkadot-runtime-common ^9.0.0, scale-info, sp-api ^28.0.0, sp-block-builder ^28.0.0, sp-consensus-aura ^0.34.0, sp-core ^30.0.0, sp-genesis-builder ^0.9.0, sp-inherents ^28.0.0, sp-offchain ^28.0.0, sp-runtime ^33.0.0, sp-session ^29.0.0, sp-std, sp-transaction-pool ^28.0.0, sp-version ^31.0.0, staging-xcm ^9.0.0, staging-xcm-builder ^9.0.0, and staging-xcm-executor ^9.0.0
pallet-xcm:
Polkadot
and std of frame-executive ^30.0.0, frame-support ^30.0.0, frame-system ^30.0.0, frame-system-rpc-runtime-api ^28.0.0, log, pallet-aura ^29.0.0, pallet-authorship ^30.0.0, pallet-balances ^30.0.0, pallet-collator-selection ^11.0.0, pallet-message-queue ^33.0.0, optional frame-benchmarking ^30.0.0, optional frame-system-benchmarking ^30.0.0, and optional frame-try-runtime ^0.36.0
frame-benchmarking:
Substrate
Affects
parachain-template-runtime::native_version
… - try-runtime
-
Enables try-runtime of cumulus-pallet-aura-ext ^0.9.0, cumulus-pallet-parachain-system ^0.9.0, cumulus-pallet-xcm ^0.9.0, cumulus-pallet-xcmp-queue ^0.9.0, frame-executive ^30.0.0, frame-support ^30.0.0, frame-system ^30.0.0, frame-try-runtime ^0.36.0, pallet-aura ^29.0.0, pallet-authorship ^30.0.0, pallet-balances ^30.0.0, pallet-collator-selection ^11.0.0, pallet-message-queue ^33.0.0, pallet-parachain-template, pallet-session ^30.0.0, pallet-sudo ^30.0.0, pallet-timestamp ^29.0.0, pallet-transaction-payment ^30.0.0, pallet-xcm ^9.0.0, staging-parachain-info ^0.9.0, polkadot-runtime-common ^9.0.0, and sp-runtime ^33.0.0
- experimental
-
Enables experimental of pallet-aura ^29.0.0
- runtime-benchmarks = hex-literal
-
Enables runtime-benchmarks of cumulus-pallet-parachain-system ^0.9.0, cumulus-pallet-session-benchmarking ^11.0.0, cumulus-pallet-xcmp-queue ^0.9.0, cumulus-primitives-core ^0.9.0, cumulus-primitives-utility ^0.9.0, frame-benchmarking ^30.0.0, frame-support ^30.0.0, frame-system ^30.0.0, frame-system-benchmarking ^30.0.0, pallet-balances ^30.0.0, pallet-collator-selection ^11.0.0, pallet-message-queue ^33.0.0, pallet-parachain-template, pallet-sudo ^30.0.0, pallet-timestamp ^29.0.0, pallet-xcm ^9.0.0, parachains-common ^9.0.0, polkadot-parachain-primitives ^8.0.0, polkadot-runtime-common ^9.0.0, sp-runtime ^33.0.0, staging-xcm-builder ^9.0.0, and staging-xcm-executor ^9.0.0
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.