Cargo Features
[dependencies]
contracts-parachain-runtime = { version = "0.41.0", default-features = false, features = ["std", "try-runtime", "parachain", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default whenevercontracts-parachain-runtime
is added without
somewhere in the dependency tree.default-features = false - std default = substrate-wasm-builder
-
Enables std of pallet-contracts ^31.0.0, pallet-insecure-randomness-collective-flip ^20.0.0, pallet-session ^32.0.0, pallet-sudo ^32.0.0, pallet-timestamp ^31.0.0, pallet-transaction-payment ^32.0.0, and pallet-transaction-payment-rpc-runtime-api ^32.0.0
pallet-contracts:
extra deps for setting up pallet-contracts
and std of parity-scale-codec, cumulus-pallet-aura-ext ^0.11.0, cumulus-pallet-dmp-queue ^0.11.0, cumulus-pallet-parachain-system ^0.11.0, cumulus-pallet-xcm ^0.11.0, cumulus-pallet-xcmp-queue ^0.11.0, cumulus-primitives-core ^0.11.0, cumulus-primitives-timestamp ^0.11.0, cumulus-primitives-utility ^0.11.0, frame-executive ^32.0.0, frame-support ^32.0.0, frame-system ^32.0.0, frame-system-rpc-runtime-api ^30.0.0, log, pallet-assets ^33.0.0, pallet-aura ^31.0.0, pallet-authorship ^32.0.0, pallet-balances ^33.0.0, and pallet-collator-selection ^13.0.0
cumulus-pallet-aura-ext:
Cumulus
and std of pallet-xcm ^11.0.0, staging-parachain-info ^0.11.0, polkadot-parachain-primitives ^10.0.0, polkadot-runtime-common ^11.0.0, scale-info, sp-api ^30.0.0, sp-block-builder ^30.0.0, sp-consensus-aura ^0.36.0, sp-core ^32.0.0, sp-inherents ^30.0.0, sp-offchain ^30.0.0, sp-runtime ^35.0.0, sp-session ^31.0.0, sp-std, sp-transaction-pool ^30.0.0, sp-version ^33.0.0, staging-xcm ^11.0.0, staging-xcm-builder ^11.0.0, and staging-xcm-executor ^11.0.0
pallet-xcm:
Polkadot
Affects
contracts-parachain-runtime::native_version
… - try-runtime
-
Enables try-runtime of cumulus-pallet-aura-ext ^0.11.0, cumulus-pallet-dmp-queue ^0.11.0, cumulus-pallet-parachain-system ^0.11.0, cumulus-pallet-xcm ^0.11.0, cumulus-pallet-xcmp-queue ^0.11.0, frame-executive ^32.0.0, frame-support ^32.0.0, frame-system ^32.0.0, frame-try-runtime ^0.38.0, pallet-aura ^31.0.0, pallet-authorship ^32.0.0, pallet-balances ^33.0.0, pallet-collator-selection ^13.0.0, pallet-session ^32.0.0, pallet-sudo ^32.0.0, pallet-timestamp ^31.0.0, pallet-transaction-payment ^32.0.0, pallet-xcm ^11.0.0, staging-parachain-info ^0.11.0, polkadot-runtime-common ^11.0.0, and sp-runtime ^35.0.0
- parachain
- runtime-benchmarks = hex-literal
-
Enables runtime-benchmarks of cumulus-pallet-parachain-system ^0.11.0, cumulus-pallet-session-benchmarking ^13.0.0, cumulus-pallet-xcmp-queue ^0.11.0, frame-benchmarking ^32.0.0, frame-support ^32.0.0, frame-system ^32.0.0, frame-system-benchmarking ^32.0.0, pallet-balances ^33.0.0, pallet-collator-selection ^13.0.0, pallet-sudo ^32.0.0, pallet-timestamp ^31.0.0, pallet-xcm ^11.0.0, polkadot-parachain-primitives ^10.0.0, polkadot-runtime-common ^11.0.0, sp-runtime ^35.0.0, staging-xcm-builder ^11.0.0, and staging-xcm-executor ^11.0.0
frame-benchmarking:
Substrate
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.