Cargo Features
[dependencies]
asset-hub-rococo-runtime = { version = "0.22.1", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks", "metadata-hash", "on-chain-release-build"] }
- default = std
-
The
std
feature is set by default wheneverasset-hub-rococo-runtime
is added without
somewhere in the dependency tree.default-features = false - std default = substrate-wasm-builder
-
Enables std of assets-common, bp-asset-hub-rococo, bp-asset-hub-westend, bp-bridge-hub-rococo, bp-bridge-hub-westend, 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, cumulus-primitives-utility, optional frame-benchmarking, frame-executive, frame-metadata-hash-extension, frame-support, frame-system, optional frame-system-benchmarking, frame-system-rpc-runtime-api, optional frame-try-runtime, log, pallet-asset-conversion, pallet-asset-conversion-ops, pallet-asset-conversion-tx-payment, pallet-assets, pallet-assets-freezer, pallet-aura, pallet-authorship, pallet-balances, pallet-collator-selection, pallet-message-queue, pallet-multisig, pallet-nft-fractionalization, pallet-nfts, pallet-nfts-runtime-api, pallet-proxy, pallet-session, pallet-timestamp, pallet-transaction-payment, pallet-transaction-payment-rpc-runtime-api, pallet-uniques, pallet-utility, pallet-xcm, optional pallet-xcm-benchmarks, pallet-xcm-bridge-hub-router, staging-parachain-info, parachains-common, polkadot-parachain-primitives, polkadot-runtime-common, primitive-types ^0.12.1, rococo-runtime-constants, scale-info, serde_json, snowbridge-router-primitives, sp-api, sp-block-builder, sp-consensus-aura, sp-core, sp-genesis-builder, sp-inherents, sp-offchain, sp-runtime, sp-session, sp-storage, sp-transaction-pool, sp-version, sp-weights, testnet-parachains-constants, staging-xcm, staging-xcm-builder, staging-xcm-executor, and xcm-runtime-apis
primitive-types:
num-traits feature needed for dex integer sq root:
Affects
asset-hub-rococo-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-conversion, pallet-asset-conversion-ops, pallet-asset-conversion-tx-payment, pallet-assets, pallet-assets-freezer, pallet-aura, pallet-authorship, pallet-balances, pallet-collator-selection, pallet-message-queue, pallet-multisig, pallet-nft-fractionalization, pallet-nfts, pallet-proxy, pallet-session, pallet-timestamp, pallet-transaction-payment, pallet-uniques, pallet-utility, pallet-xcm, pallet-xcm-bridge-hub-router, staging-parachain-info, polkadot-runtime-common, and sp-runtime
- runtime-benchmarks
-
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-conversion, pallet-asset-conversion-ops, pallet-assets, pallet-assets-freezer, pallet-balances, pallet-collator-selection, pallet-message-queue, pallet-multisig, pallet-nft-fractionalization, pallet-nfts, pallet-proxy, pallet-timestamp, pallet-uniques, pallet-utility, pallet-xcm, pallet-xcm-benchmarks, pallet-xcm-bridge-hub-router, parachains-common, polkadot-parachain-primitives, polkadot-runtime-common, snowbridge-router-primitives, sp-runtime, staging-xcm-builder, staging-xcm-executor, and xcm-runtime-apis
Affects
xcm_config::bridging.BridgingBenchmarksHelper
… - metadata-hash build on-chain-release-build?
-
Enable the metadata hash generation in the wasm builder.
Enables metadata-hash of substrate-wasm-builder
- on-chain-release-build = metadata-hash
-
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.
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.