Cargo Features

[dependencies]
collectives-westend-runtime = { version = "8.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks", "on-chain-release-build"] }
default = std

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

std default = substrate-wasm-builder

Enables std of parity-scale-codec, cumulus-pallet-aura-ext, cumulus-pallet-parachain-system, cumulus-pallet-session-benchmarking, cumulus-pallet-xcm, cumulus-pallet-xcmp-queue, cumulus-primitives-aura, cumulus-primitives-core, cumulus-primitives-storage-weight-reclaim, and cumulus-primitives-utility

cumulus-pallet-aura-ext:

Cumulus

and std of pallet-xcm, staging-parachain-info, parachains-common, polkadot-parachain-primitives, polkadot-runtime-common, scale-info, sp-api, sp-arithmetic, sp-block-builder, sp-consensus-aura, sp-core, sp-genesis-builder, sp-inherents, sp-offchain, sp-runtime, sp-session, sp-std, sp-storage, sp-transaction-pool, sp-version, testnet-parachains-constants, westend-runtime-constants, staging-xcm, staging-xcm-builder, and staging-xcm-executor

pallet-xcm:

Polkadot

and std of frame-executive, frame-support, frame-system, frame-system-rpc-runtime-api, log, pallet-alliance, pallet-asset-rate, pallet-aura, pallet-authorship, pallet-balances, pallet-collator-selection, pallet-collective, pallet-collective-content, pallet-core-fellowship, pallet-message-queue, pallet-multisig, pallet-preimage, pallet-proxy, pallet-ranked-collective, pallet-referenda, pallet-salary, pallet-scheduler, pallet-session, pallet-timestamp, pallet-transaction-payment, pallet-transaction-payment-rpc-runtime-api, pallet-treasury, pallet-utility, optional frame-benchmarking, optional frame-system-benchmarking, and optional frame-try-runtime

frame-benchmarking:

Substrate

Affects collectives-westend-runtime::native_version

try-runtime

Enables try-runtime of cumulus-pallet-aura-ext, cumulus-pallet-parachain-system, cumulus-pallet-xcm, cumulus-pallet-xcmp-queue, frame-executive, frame-support, frame-system, frame-try-runtime, pallet-alliance, pallet-asset-rate, pallet-aura, pallet-authorship, pallet-balances, pallet-collator-selection, pallet-collective, pallet-collective-content, pallet-core-fellowship, pallet-message-queue, pallet-multisig, pallet-preimage, pallet-proxy, pallet-ranked-collective, pallet-referenda, pallet-salary, pallet-scheduler, pallet-session, pallet-timestamp, pallet-transaction-payment, pallet-treasury, pallet-utility, pallet-xcm, staging-parachain-info, polkadot-runtime-common, and sp-runtime

runtime-benchmarks

Enables runtime-benchmarks of cumulus-pallet-parachain-system, cumulus-pallet-session-benchmarking, cumulus-pallet-xcmp-queue, cumulus-primitives-core, cumulus-primitives-utility, frame-benchmarking, frame-support, frame-system, frame-system-benchmarking, pallet-alliance, pallet-asset-rate, pallet-balances, pallet-collator-selection, pallet-collective, pallet-collective-content, pallet-core-fellowship, pallet-message-queue, pallet-multisig, pallet-preimage, pallet-proxy, pallet-ranked-collective, pallet-referenda, pallet-salary, pallet-scheduler, pallet-timestamp, pallet-treasury, pallet-utility, pallet-xcm, parachains-common, polkadot-parachain-primitives, polkadot-runtime-common, sp-runtime, staging-xcm-builder, and staging-xcm-executor

Affects impls::benchmarks

on-chain-release-build

A feature that should be enabled when the runtime should be built for on-chain deployment. This will disable stuff that shouldn't be part of the on-chain wasm to make it smaller, like logging for example.

Enables disable-logging of sp-api

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-benchmarking runtime-benchmarks?
frame-system-benchmarking runtime-benchmarks?
frame-try-runtime try-runtime?
substrate-wasm-builder build std