Cargo Features

[dependencies]
penpal-runtime = { version = "0.19.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default = substrate-wasm-builder

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

cumulus-pallet-aura-ext:

Cumulus

and std of polkadot-primitives, polkadot-runtime-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-std, sp-storage, sp-transaction-pool, sp-version, staging-xcm, staging-xcm-builder, and staging-xcm-executor

polkadot-primitives:

Polkadot

and std of frame-executive, frame-support, frame-system, frame-system-rpc-runtime-api, log, pallet-asset-tx-payment, pallet-assets, pallet-aura, pallet-authorship, pallet-balances, pallet-collator-selection, pallet-message-queue, pallet-session, pallet-sudo, pallet-timestamp, pallet-transaction-payment, pallet-transaction-payment-rpc-runtime-api, pallet-xcm, staging-parachain-info, parachains-common, polkadot-parachain-primitives, optional frame-benchmarking, optional frame-system-benchmarking, and optional frame-try-runtime

frame-benchmarking:

Substrate

Affects penpal-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-asset-tx-payment, pallet-assets, pallet-aura, pallet-authorship, pallet-balances, pallet-collator-selection, pallet-message-queue, pallet-session, pallet-sudo, pallet-timestamp, pallet-transaction-payment, pallet-xcm, staging-parachain-info, polkadot-runtime-common, and sp-runtime

runtime-benchmarks = hex-literal

Enables runtime-benchmarks of assets-common, 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-asset-tx-payment, pallet-assets, pallet-balances, pallet-collator-selection, pallet-message-queue, pallet-sudo, pallet-timestamp, pallet-xcm, parachains-common, polkadot-parachain-primitives, polkadot-primitives, polkadot-runtime-common, sp-runtime, staging-xcm-builder, and staging-xcm-executor

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.

hex-literal runtime-benchmarks?
frame-benchmarking runtime-benchmarks?
frame-system-benchmarking runtime-benchmarks?
frame-try-runtime try-runtime?
substrate-wasm-builder build std