Cargo Features
[dependencies]
polkadot-sdk = { version = "0.7.0", default-features = false, features = ["std", "try-runtime", "serde", "experimental", "with-tracing", "runtime-full", "runtime", "node", "tuples-96", "riscv", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpolkadot-sdk
is added without
somewhere in the dependency tree.default-features = false - std default node?
-
Enables std of optional asset-test-utils, optional assets-common, optional binary-merkle-tree, optional bp-header-chain, optional bp-messages, optional bp-parachains, optional bp-polkadot, optional bp-polkadot-core, optional bp-relayers, optional bp-runtime, optional bp-test-utils, optional bp-xcm-bridge-hub, optional bp-xcm-bridge-hub-router, optional bridge-hub-common, optional bridge-hub-test-utils, optional bridge-runtime-common, optional cumulus-pallet-aura-ext, optional cumulus-pallet-dmp-queue, optional cumulus-pallet-parachain-system, optional cumulus-pallet-parachain-system-proc-macro, optional cumulus-pallet-session-benchmarking, optional cumulus-pallet-solo-to-para, optional cumulus-pallet-xcm, optional cumulus-pallet-xcmp-queue, optional cumulus-ping, optional cumulus-primitives-aura, optional cumulus-primitives-core, optional cumulus-primitives-parachain-inherent, optional cumulus-primitives-proof-size-hostfunction, optional cumulus-primitives-storage-weight-reclaim, optional cumulus-primitives-timestamp, optional cumulus-primitives-utility, optional cumulus-test-relay-sproof-builder, optional frame-benchmarking, optional frame-benchmarking-pallet-pov, optional frame-election-provider-support, optional frame-executive, optional frame-metadata-hash-extension, optional frame-support, optional frame-support-procedural, optional frame-system, optional frame-system-benchmarking, optional frame-system-rpc-runtime-api, optional frame-try-runtime, optional pallet-alliance, optional pallet-asset-conversion, optional pallet-asset-conversion-ops, optional pallet-asset-conversion-tx-payment, optional pallet-asset-rate, optional pallet-asset-tx-payment, optional pallet-assets, optional pallet-assets-freezer, optional pallet-atomic-swap, optional pallet-aura, optional pallet-authority-discovery, optional pallet-authorship, optional pallet-babe, optional pallet-bags-list, optional pallet-balances, optional pallet-beefy, optional pallet-beefy-mmr, optional pallet-bounties, optional pallet-bridge-grandpa, optional pallet-bridge-messages, optional pallet-bridge-parachains, optional pallet-bridge-relayers, optional pallet-broker, optional pallet-child-bounties, optional pallet-collator-selection, optional pallet-collective, optional pallet-collective-content, optional pallet-contracts, optional pallet-contracts-mock-network, optional pallet-conviction-voting, optional pallet-core-fellowship, optional pallet-delegated-staking, optional pallet-democracy, optional pallet-dev-mode, optional pallet-election-provider-multi-phase, optional pallet-election-provider-support-benchmarking, optional pallet-elections-phragmen, optional pallet-fast-unstake, optional pallet-glutton, optional pallet-grandpa, optional pallet-identity, optional pallet-im-online, optional pallet-indices, optional pallet-insecure-randomness-collective-flip, optional pallet-lottery, optional pallet-membership, optional pallet-message-queue, optional pallet-migrations, optional pallet-mixnet, optional pallet-mmr, optional pallet-multisig, optional pallet-nft-fractionalization, optional pallet-nfts, optional pallet-nfts-runtime-api, optional pallet-nis, optional pallet-node-authorization, optional pallet-nomination-pools, optional pallet-nomination-pools-benchmarking, optional pallet-nomination-pools-runtime-api, optional pallet-offences, optional pallet-offences-benchmarking, optional pallet-paged-list, optional pallet-parameters, optional pallet-preimage, optional pallet-proxy, optional pallet-ranked-collective, optional pallet-recovery, optional pallet-referenda, optional pallet-remark, optional pallet-revive, optional pallet-revive-fixtures, optional pallet-revive-mock-network, optional pallet-root-offences, optional pallet-root-testing, optional pallet-safe-mode, optional pallet-salary, optional pallet-scheduler, optional pallet-scored-pool, optional pallet-session, optional pallet-session-benchmarking, optional pallet-skip-feeless-payment, optional pallet-society, optional pallet-staking, optional pallet-staking-reward-fn, optional pallet-staking-runtime-api, optional pallet-state-trie-migration, optional pallet-statement, optional pallet-sudo, optional pallet-timestamp, optional pallet-tips, optional pallet-transaction-payment, optional pallet-transaction-payment-rpc-runtime-api, optional pallet-transaction-storage, optional pallet-treasury, optional pallet-tx-pause, optional pallet-uniques, optional pallet-utility, optional pallet-vesting, optional pallet-whitelist, optional pallet-xcm, optional pallet-xcm-benchmarks, optional pallet-xcm-bridge-hub, optional pallet-xcm-bridge-hub-router, optional parachains-common, optional parachains-runtimes-test-utils, optional polkadot-core-primitives, optional polkadot-parachain-primitives, optional polkadot-primitives, optional polkadot-runtime-common, optional polkadot-runtime-metrics, optional polkadot-runtime-parachains, optional polkadot-sdk-frame, optional sc-executor, optional slot-range-helper, optional snowbridge-beacon-primitives, optional snowbridge-core, optional snowbridge-ethereum, optional snowbridge-outbound-queue-merkle-tree, optional snowbridge-outbound-queue-runtime-api, optional snowbridge-pallet-ethereum-client, optional snowbridge-pallet-ethereum-client-fixtures, optional snowbridge-pallet-inbound-queue, optional snowbridge-pallet-inbound-queue-fixtures, optional snowbridge-pallet-outbound-queue, optional snowbridge-pallet-system, optional snowbridge-router-primitives, optional snowbridge-runtime-common, optional snowbridge-runtime-test-common, optional snowbridge-system-runtime-api, optional sp-api, optional sp-api-proc-macro, optional sp-application-crypto, optional sp-arithmetic, optional sp-authority-discovery, optional sp-block-builder, optional sp-consensus-aura, optional sp-consensus-babe, optional sp-consensus-beefy, optional sp-consensus-grandpa, optional sp-consensus-pow, optional sp-consensus-slots, optional sp-core, optional sp-core-hashing, optional sp-crypto-ec-utils, optional sp-crypto-hashing, optional sp-debug-derive, optional sp-externalities, optional sp-genesis-builder, optional sp-inherents, optional sp-io, optional sp-keyring, optional sp-keystore, optional sp-metadata-ir, optional sp-mixnet, optional sp-mmr-primitives, optional sp-npos-elections, optional sp-offchain, optional sp-runtime, optional sp-runtime-interface, optional sp-session, optional sp-staking, optional sp-state-machine, optional sp-statement-store, optional sp-std, optional sp-storage, optional sp-timestamp, optional sp-tracing, optional sp-transaction-pool, optional sp-transaction-storage-proof, optional sp-trie, optional sp-version, optional sp-wasm-interface, optional sp-weights, optional staging-parachain-info, optional staging-xcm, optional staging-xcm-builder, optional staging-xcm-executor, optional substrate-bip39, optional testnet-parachains-constants, and optional xcm-runtime-apis
pallet-revive-fixtures:
only when std is enabled all fixtures are available
- try-runtime
-
Enables try-runtime of optional cumulus-pallet-aura-ext, optional cumulus-pallet-dmp-queue, optional cumulus-pallet-parachain-system, optional cumulus-pallet-solo-to-para, optional cumulus-pallet-xcm, optional cumulus-pallet-xcmp-queue, optional cumulus-ping, optional frame-benchmarking-pallet-pov, optional frame-election-provider-support, optional frame-executive, optional frame-support, optional frame-system, frame-try-runtime, optional pallet-alliance, optional pallet-asset-conversion, optional pallet-asset-conversion-ops, optional pallet-asset-conversion-tx-payment, optional pallet-asset-rate, optional pallet-asset-tx-payment, optional pallet-assets, optional pallet-assets-freezer, optional pallet-atomic-swap, optional pallet-aura, optional pallet-authority-discovery, optional pallet-authorship, optional pallet-babe, optional pallet-bags-list, optional pallet-balances, optional pallet-beefy, optional pallet-beefy-mmr, optional pallet-bounties, optional pallet-bridge-grandpa, optional pallet-bridge-messages, optional pallet-bridge-parachains, optional pallet-bridge-relayers, optional pallet-broker, optional pallet-child-bounties, optional pallet-collator-selection, optional pallet-collective, optional pallet-collective-content, optional pallet-contracts, optional pallet-conviction-voting, optional pallet-core-fellowship, optional pallet-delegated-staking, optional pallet-democracy, optional pallet-dev-mode, optional pallet-election-provider-multi-phase, optional pallet-elections-phragmen, optional pallet-fast-unstake, optional pallet-glutton, optional pallet-grandpa, optional pallet-identity, optional pallet-im-online, optional pallet-indices, optional pallet-insecure-randomness-collective-flip, optional pallet-lottery, optional pallet-membership, optional pallet-message-queue, optional pallet-migrations, optional pallet-mixnet, optional pallet-mmr, optional pallet-multisig, optional pallet-nft-fractionalization, optional pallet-nfts, optional pallet-nis, optional pallet-node-authorization, optional pallet-nomination-pools, optional pallet-offences, optional pallet-paged-list, optional pallet-parameters, optional pallet-preimage, optional pallet-proxy, optional pallet-ranked-collective, optional pallet-recovery, optional pallet-referenda, optional pallet-remark, optional pallet-revive, optional pallet-root-offences, optional pallet-root-testing, optional pallet-safe-mode, optional pallet-salary, optional pallet-scheduler, optional pallet-scored-pool, optional pallet-session, optional pallet-skip-feeless-payment, optional pallet-society, optional pallet-staking, optional pallet-state-trie-migration, optional pallet-statement, optional pallet-sudo, optional pallet-timestamp, optional pallet-tips, optional pallet-transaction-payment, optional pallet-transaction-storage, optional pallet-treasury, optional pallet-tx-pause, optional pallet-uniques, optional pallet-utility, optional pallet-vesting, optional pallet-whitelist, optional pallet-xcm, optional pallet-xcm-bridge-hub, optional pallet-xcm-bridge-hub-router, optional polkadot-cli, optional polkadot-parachain-lib, optional polkadot-runtime-common, optional polkadot-runtime-parachains, optional polkadot-sdk-frame, optional polkadot-service, optional snowbridge-pallet-ethereum-client, optional snowbridge-pallet-inbound-queue, optional snowbridge-pallet-outbound-queue, optional snowbridge-pallet-system, optional sp-runtime, and optional staging-parachain-info
- serde
-
Enables serde of optional bp-polkadot-core, optional frame-benchmarking, optional pallet-asset-tx-payment, optional pallet-beefy, optional pallet-beefy-mmr, optional pallet-contracts, optional pallet-conviction-voting, optional pallet-democracy, optional pallet-message-queue, optional pallet-offences, optional pallet-parameters, optional pallet-referenda, optional pallet-remark, optional pallet-revive, optional pallet-state-trie-migration, optional pallet-tips, optional pallet-transaction-payment, optional pallet-transaction-storage, optional pallet-treasury, optional pallet-xcm, optional snowbridge-beacon-primitives, optional snowbridge-core, optional snowbridge-ethereum, optional snowbridge-pallet-ethereum-client, optional snowbridge-pallet-inbound-queue, optional sp-application-crypto, optional sp-arithmetic, optional sp-authority-discovery, optional sp-consensus-aura, optional sp-consensus-babe, optional sp-consensus-beefy, optional sp-consensus-grandpa, optional sp-consensus-slots, optional sp-core, optional sp-mmr-primitives, optional sp-npos-elections, optional sp-runtime, optional sp-staking, optional sp-statement-store, optional sp-storage, optional sp-version, and optional sp-weights
sp-application-crypto:
Serde support without relying on std features.
- experimental
-
Enables experimental of optional frame-support, optional frame-support-procedural, optional frame-system, and optional polkadot-sdk-frame
- with-tracing
-
Enables with-tracing of optional frame-executive, optional sp-io, and optional sp-tracing
- runtime-full = assets-common, binary-merkle-tree, bp-header-chain, bp-messages, bp-parachains, bp-polkadot, bp-polkadot-core, bp-relayers, bp-runtime, bp-test-utils, bp-xcm-bridge-hub, bp-xcm-bridge-hub-router, bridge-hub-common, bridge-runtime-common, cumulus-pallet-aura-ext, cumulus-pallet-dmp-queue, cumulus-pallet-parachain-system, cumulus-pallet…system-proc-macro, cumulus-pallet-session-benchmarking, cumulus-pallet-solo-to-para, cumulus-pallet-xcm, cumulus-pallet-xcmp-queue, cumulus-ping, cumulus-primitives-aura, cumulus-primitives-core, cumulus-primitives…inherent, cumulus-primitives…hostfunction, cumulus-primitives…weight-reclaim, cumulus-primitives-timestamp, cumulus-primitives-utility, frame-benchmarking, frame-benchmarking-pallet-pov, frame-election…solution-type, frame-election-provider-support, frame-executive, frame-metadata-hash-extension, frame-support, frame-support-procedural, frame-support…tools-derive, frame-system, frame-system-benchmarking, frame-system-rpc-runtime-api, frame-try-runtime, pallet-alliance, pallet-asset-conversion, pallet-asset-conversion-ops, pallet-asset-conversion-tx-payment, pallet-asset-rate, pallet-asset-tx-payment, pallet-assets, pallet-assets-freezer, pallet-atomic-swap, pallet-aura, pallet-authority-discovery, pallet-authorship, pallet-babe, pallet-bags-list, pallet-balances, pallet-beefy, pallet-beefy-mmr, pallet-bounties, pallet-bridge-grandpa, pallet-bridge-messages, pallet-bridge-parachains, pallet-bridge-relayers, pallet-broker, pallet-child-bounties, pallet-collator-selection, pallet-collective, pallet-collective-content, pallet-contracts, pallet-contracts-proc-macro, pallet-contracts-uapi, pallet-conviction-voting, pallet-core-fellowship, pallet-delegated-staking, pallet-democracy, pallet-dev-mode, pallet-election…multi-phase, pallet-election…benchmarking, pallet-elections-phragmen, pallet-fast-unstake, pallet-glutton, pallet-grandpa, pallet-identity, pallet-im-online, pallet-indices, pallet-insecure…collective-flip, pallet-lottery, pallet-membership, pallet-message-queue, pallet-migrations, pallet-mixnet, pallet-mmr, pallet-multisig, pallet-nft-fractionalization, pallet-nfts, pallet-nfts-runtime-api, pallet-nis, pallet-node-authorization, pallet-nomination-pools, pallet-nomination…benchmarking, pallet-nomination-pools-runtime-api, pallet-offences, pallet-offences-benchmarking, pallet-paged-list, pallet-parameters, pallet-preimage, pallet-proxy, pallet-ranked-collective, pallet-recovery, pallet-referenda, pallet-remark, pallet-revive, pallet-revive-fixtures, pallet-revive-proc-macro, pallet-revive-uapi, pallet-root-offences, pallet-root-testing, pallet-safe-mode, pallet-salary, pallet-scheduler, pallet-scored-pool, pallet-session, pallet-session-benchmarking, pallet-skip-feeless-payment, pallet-society, pallet-staking, pallet-staking-reward-curve, pallet-staking-reward-fn, pallet-staking-runtime-api, pallet-state-trie-migration, pallet-statement, pallet-sudo, pallet-timestamp, pallet-tips, pallet-transaction-payment, pallet-transaction…rpc-runtime-api, pallet-transaction-storage, pallet-treasury, pallet-tx-pause, pallet-uniques, pallet-utility, pallet-vesting, pallet-whitelist, pallet-xcm, pallet-xcm-benchmarks, pallet-xcm-bridge-hub, pallet-xcm-bridge-hub-router, parachains-common, polkadot-core-primitives, polkadot-parachain-primitives, polkadot-primitives, polkadot-runtime-common, polkadot-runtime-metrics, polkadot-runtime-parachains, polkadot-sdk-frame, sc-chain-spec-derive, sc-tracing-proc-macro, slot-range-helper, snowbridge-beacon-primitives, snowbridge-core, snowbridge-ethereum, snowbridge-outbound…merkle-tree, snowbridge-outbound…runtime-api, snowbridge-pallet-ethereum-client, snowbridge-pallet…client-fixtures, snowbridge-pallet-inbound-queue, snowbridge-pallet…queue-fixtures, snowbridge-pallet-outbound-queue, snowbridge-pallet-system, snowbridge-router-primitives, snowbridge-runtime-common, snowbridge-system-runtime-api, sp-api, sp-api-proc-macro, sp-application-crypto, sp-arithmetic, sp-authority-discovery, sp-block-builder, sp-consensus-aura, sp-consensus-babe, sp-consensus-beefy, sp-consensus-grandpa, sp-consensus-pow, sp-consensus-slots, sp-core, sp-crypto-ec-utils, sp-crypto-hashing, sp-crypto-hashing-proc-macro, sp-debug-derive, sp-externalities, sp-genesis-builder, sp-inherents, sp-io, sp-keyring, sp-keystore, sp-metadata-ir, sp-mixnet, sp-mmr-primitives, sp-npos-elections, sp-offchain, sp-runtime, sp-runtime-interface, sp-runtime-interface-proc-macro, sp-session, sp-staking, sp-state-machine, sp-statement-store, sp-std, sp-storage, sp-timestamp, sp-tracing, sp-transaction-pool, sp-transaction-storage-proof, sp-trie, sp-version, sp-version-proc-macro, sp-wasm-interface, sp-weights, staging-parachain-info, staging-xcm, staging-xcm-builder, staging-xcm-executor, substrate-bip39, testnet-parachains-constants, tracing-gum-proc-macro, xcm-procedural, xcm-runtime-apis
- runtime = frame-benchmarking, frame-benchmarking-pallet-pov, frame-election…solution-type, frame-election-provider-support, frame-executive, frame-metadata-hash-extension, frame-support, frame-support-procedural, frame-support…tools-derive, frame-system, frame-system-benchmarking, frame-system-rpc-runtime-api, frame-try-runtime, polkadot-sdk-frame, sp-api, sp-api-proc-macro, sp-application-crypto, sp-arithmetic, sp-authority-discovery, sp-block-builder, sp-consensus-aura, sp-consensus-babe, sp-consensus-beefy, sp-consensus-grandpa, sp-consensus-pow, sp-consensus-slots, sp-core, sp-crypto-ec-utils, sp-crypto-hashing, sp-crypto-hashing-proc-macro, sp-debug-derive, sp-externalities, sp-genesis-builder, sp-inherents, sp-io, sp-keyring, sp-keystore, sp-metadata-ir, sp-mixnet, sp-mmr-primitives, sp-npos-elections, sp-offchain, sp-runtime, sp-runtime-interface, sp-runtime-interface-proc-macro, sp-session, sp-staking, sp-state-machine, sp-statement-store, sp-std, sp-storage, sp-timestamp, sp-tracing, sp-transaction-pool, sp-transaction-storage-proof, sp-trie, sp-version, sp-version-proc-macro, sp-wasm-interface, sp-weights
-
Enables runtime of optional polkadot-sdk-frame
- node = asset-test-utils, bridge-hub-test-utils, cumulus-client-cli, cumulus-client-collator, cumulus-client-consensus-aura, cumulus-client-consensus-common, cumulus-client-consensus-proposer, cumulus-client…relay-chain, cumulus-client-network, cumulus-client-parachain-inherent, cumulus-client-pov-recovery, cumulus-client-service, cumulus-relay…inprocess-interface, cumulus-relay-chain-interface, cumulus-relay-chain-minimal-node, cumulus-relay-chain-rpc-interface, cumulus-test-relay-sproof-builder, emulated-integration-tests-common, fork-tree, frame-benchmarking-cli, frame-remote-externalities, frame-support-procedural-tools, generate-bags, mmr-gadget, mmr-rpc, pallet-contracts-mock-network, pallet-revive-mock-network, pallet-transaction-payment-rpc, parachains-runtimes-test-utils, polkadot-approval-distribution, polkadot-availability…distribution, polkadot-availability-distribution, polkadot-availability-recovery, polkadot-cli, polkadot-collator-protocol, polkadot-dispute-distribution, polkadot-erasure-coding, polkadot-gossip-support, polkadot-network-bridge, polkadot-node-collation-generation, polkadot-node-core-approval-voting, polkadot-node-core-av-store, polkadot-node-core-backing, polkadot-node-core-bitfield-signing, polkadot-node…candidate-validation, polkadot-node-core-chain-api, polkadot-node-core-chain-selection, polkadot-node…dispute-coordinator, polkadot-node…parachains-inherent, polkadot-node…parachains, polkadot-node-core-provisioner, polkadot-node-core-pvf, polkadot-node-core-pvf-checker, polkadot-node-core-pvf-common, polkadot-node-core…execute-worker, polkadot-node-core…prepare-worker, polkadot-node-core-runtime-api, polkadot-node-jaeger, polkadot-node-metrics, polkadot-node-network-protocol, polkadot-node-primitives, polkadot-node-subsystem, polkadot-node-subsystem-types, polkadot-node-subsystem-util, polkadot-overseer, polkadot-parachain-lib, polkadot-rpc, polkadot-service, polkadot-statement-distribution, polkadot-statement-table, sc-allocator, sc-authority-discovery, sc-basic-authorship, sc-block-builder, sc-chain-spec, sc-cli, sc-client-api, sc-client-db, sc-consensus, sc-consensus-aura, sc-consensus-babe, sc-consensus-babe-rpc, sc-consensus-beefy, sc-consensus-beefy-rpc, sc-consensus-epochs, sc-consensus-grandpa, sc-consensus-grandpa-rpc, sc-consensus-manual-seal, sc-consensus-pow, sc-consensus-slots, sc-executor, sc-executor-common, sc-executor-polkavm, sc-executor-wasmtime, sc-informant, sc-keystore, sc-mixnet, sc-network, sc-network-common, sc-network-gossip, sc-network-light, sc-network-statement, sc-network-sync, sc-network-transactions, sc-network-types, sc-offchain, sc-proposer-metrics, sc-rpc, sc-rpc-api, sc-rpc-server, sc-rpc-spec-v2, sc-service, sc-state-db, sc-statement-store, sc-storage-monitor, sc-sync-state-rpc, sc-sysinfo, sc-telemetry, sc-tracing, sc-transaction-pool, sc-transaction-pool-api, sc-utils, snowbridge-runtime-test-common, sp-blockchain, sp-consensus, sp-core-hashing, sp-core-hashing-proc-macro, sp-database, sp-maybe-compressed-blob, sp-panic-handler, sp-rpc, staging-chain-spec-builder, staging-node-inspect, staging-tracking-allocator, std, subkey, substrate-build-script-utils, substrate-frame-rpc-support, substrate-frame-rpc-system, substrate-prometheus-endpoint, substrate-rpc-client, substrate-state-trie-migration-rpc, substrate-wasm-builder, tracing-gum, xcm-emulator, xcm-simulator
- tuples-96
-
Enables tuples-96 of optional frame-support and optional frame-support-procedural
frame-support:
Generate impl-trait for tuples with the given number of tuples. Will be needed as the number of pallets in a runtime grows. Does increase the compile time!
- riscv
-
Enables riscv of optional pallet-revive and optional pallet-revive-fixtures
pallet-revive:
enabling this feature will require having a riscv toolchain installed if no tests are ran and runtime benchmarks will not work apart from this the pallet will stay functional
- runtime-benchmarks
-
Enables runtime-benchmarks of optional assets-common, optional bridge-hub-common, optional bridge-runtime-common, optional cumulus-pallet-dmp-queue, optional cumulus-pallet-parachain-system, optional cumulus-pallet-session-benchmarking, optional cumulus-pallet-xcmp-queue, optional cumulus-primitives-core, optional cumulus-primitives-utility, frame-benchmarking, optional frame-benchmarking-cli, optional frame-benchmarking-pallet-pov, optional frame-election-provider-support, optional frame-support, optional frame-system, optional frame-system-benchmarking, optional pallet-alliance, optional pallet-asset-conversion, optional pallet-asset-conversion-ops, optional pallet-asset-rate, optional pallet-asset-tx-payment, optional pallet-assets, optional pallet-assets-freezer, optional pallet-babe, optional pallet-bags-list, optional pallet-balances, optional pallet-beefy-mmr, optional pallet-bounties, optional pallet-bridge-grandpa, optional pallet-bridge-messages, optional pallet-bridge-parachains, optional pallet-bridge-relayers, optional pallet-broker, optional pallet-child-bounties, optional pallet-collator-selection, optional pallet-collective, optional pallet-collective-content, optional pallet-contracts, optional pallet-contracts-mock-network, optional pallet-conviction-voting, optional pallet-core-fellowship, optional pallet-delegated-staking, optional pallet-democracy, optional pallet-election-provider-multi-phase, optional pallet-election-provider-support-benchmarking, optional pallet-elections-phragmen, optional pallet-fast-unstake, optional pallet-glutton, optional pallet-grandpa, optional pallet-identity, optional pallet-im-online, optional pallet-indices, optional pallet-lottery, optional pallet-membership, optional pallet-message-queue, optional pallet-migrations, optional pallet-mixnet, optional pallet-mmr, optional pallet-multisig, optional pallet-nft-fractionalization, optional pallet-nfts, optional pallet-nis, optional pallet-nomination-pools, optional pallet-nomination-pools-benchmarking, optional pallet-offences, optional pallet-offences-benchmarking, optional pallet-paged-list, optional pallet-parameters, optional pallet-preimage, optional pallet-proxy, optional pallet-ranked-collective, optional pallet-recovery, optional pallet-referenda, optional pallet-remark, optional pallet-revive, optional pallet-revive-mock-network, optional pallet-root-offences, optional pallet-safe-mode, optional pallet-salary, optional pallet-scheduler, optional pallet-session-benchmarking, optional pallet-skip-feeless-payment, optional pallet-society, optional pallet-staking, optional pallet-state-trie-migration, optional pallet-sudo, optional pallet-timestamp, optional pallet-tips, optional pallet-transaction-storage, optional pallet-treasury, optional pallet-tx-pause, optional pallet-uniques, optional pallet-utility, optional pallet-vesting, optional pallet-whitelist, optional pallet-xcm, optional pallet-xcm-benchmarks, optional pallet-xcm-bridge-hub, optional pallet-xcm-bridge-hub-router, optional parachains-common, optional polkadot-cli, optional polkadot-node-metrics, optional polkadot-parachain-lib, optional polkadot-parachain-primitives, optional polkadot-primitives, optional polkadot-runtime-common, optional polkadot-runtime-parachains, optional polkadot-sdk-frame, optional polkadot-service, optional sc-client-db, optional sc-service, optional snowbridge-core, optional snowbridge-pallet-ethereum-client, optional snowbridge-pallet-ethereum-client-fixtures, optional snowbridge-pallet-inbound-queue, optional snowbridge-pallet-inbound-queue-fixtures, optional snowbridge-pallet-outbound-queue, optional snowbridge-pallet-system, optional snowbridge-router-primitives, optional snowbridge-runtime-common, optional snowbridge-runtime-test-common, optional sp-runtime, optional sp-staking, optional staging-node-inspect, optional staging-xcm-builder, optional staging-xcm-executor, and optional xcm-runtime-apis
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.
- asset-test-utils node?
- assets-common runtime-full?
- binary-merkle-tree runtime-full?
- bp-header-chain runtime-full?
- bp-messages runtime-full?
- bp-parachains runtime-full?
- bp-polkadot runtime-full?
- bp-polkadot-core runtime-full?
- bp-relayers runtime-full?
- bp-runtime runtime-full?
- bp-test-utils runtime-full?
- bp-xcm-bridge-hub runtime-full?
- bp-xcm-bridge-hub-router runtime-full?
- bridge-hub-common runtime-full?
- bridge-hub-test-utils node?
- bridge-runtime-common runtime-full?
- cumulus-client-cli node?
- cumulus-client-collator node?
- cumulus-client-consensus-aura node?
- cumulus-client-consensus-common node?
- cumulus-client-consensus-proposer node?
- cumulus-client-consensus-relay-chain node?
- cumulus-client-network node?
- cumulus-client-parachain-inherent node?
- cumulus-client-pov-recovery node?
- cumulus-client-service node?
- cumulus-pallet-aura-ext runtime-full?
- cumulus-pallet-dmp-queue runtime-full?
- cumulus-pallet-parachain-system runtime-full?
- cumulus-pallet-parachain-system-proc-macro runtime-full?
- cumulus-pallet-session-benchmarking runtime-full?
- cumulus-pallet-solo-to-para runtime-full?
- cumulus-pallet-xcm runtime-full?
- cumulus-pallet-xcmp-queue runtime-full?
- cumulus-ping runtime-full?
- cumulus-primitives-aura runtime-full?
- cumulus-primitives-core runtime-full?
- cumulus-primitives-parachain-inherent runtime-full?
- cumulus-primitives-proof-size-hostfunction runtime-full?
- cumulus-primitives-storage-weight-reclaim runtime-full?
- cumulus-primitives-timestamp runtime-full?
- cumulus-primitives-utility runtime-full?
- cumulus-relay-chain-inprocess-interface node?
- cumulus-relay-chain-interface node?
- cumulus-relay-chain-minimal-node node?
- cumulus-relay-chain-rpc-interface node?
- cumulus-test-relay-sproof-builder node?
- emulated-integration-tests-common node?
- fork-tree node?
- frame-benchmarking-cli node?
- frame-remote-externalities node?
- frame-support-procedural-tools node?
- generate-bags node?
- mmr-gadget node?
- mmr-rpc node?
- pallet-alliance runtime-full?
- pallet-asset-conversion runtime-full?
- pallet-asset-conversion-ops runtime-full?
- pallet-asset-conversion-tx-payment runtime-full?
- pallet-asset-rate runtime-full?
- pallet-asset-tx-payment runtime-full?
- pallet-assets runtime-full?
- pallet-assets-freezer runtime-full?
- pallet-atomic-swap runtime-full?
- pallet-aura runtime-full?
- pallet-babe runtime-full?
- pallet-bags-list runtime-full?
- pallet-balances runtime-full?
- pallet-beefy runtime-full?
- pallet-beefy-mmr runtime-full?
- pallet-bounties runtime-full?
- pallet-bridge-grandpa runtime-full?
- pallet-bridge-messages runtime-full?
- pallet-bridge-parachains runtime-full?
- pallet-bridge-relayers runtime-full?
- pallet-broker runtime-full?
- pallet-child-bounties runtime-full?
- pallet-collator-selection runtime-full?
- pallet-collective runtime-full?
- pallet-collective-content runtime-full?
- pallet-contracts runtime-full?
- pallet-contracts-mock-network node?
- pallet-contracts-proc-macro runtime-full?
- pallet-contracts-uapi runtime-full?
- pallet-conviction-voting runtime-full?
- pallet-core-fellowship runtime-full?
- pallet-delegated-staking runtime-full?
- pallet-democracy runtime-full?
- pallet-dev-mode runtime-full?
- pallet-election-provider-multi-phase runtime-full?
- pallet-election-provider-support-benchmarking runtime-full?
- pallet-elections-phragmen runtime-full?
- pallet-fast-unstake runtime-full?
- pallet-glutton runtime-full?
- pallet-grandpa runtime-full?
- pallet-identity runtime-full?
- pallet-im-online runtime-full?
- pallet-indices runtime-full?
- pallet-insecure-randomness-collective-flip runtime-full?
- pallet-lottery runtime-full?
- pallet-membership runtime-full?
- pallet-message-queue runtime-full?
- pallet-migrations runtime-full?
- pallet-mixnet runtime-full?
- pallet-mmr runtime-full?
- pallet-multisig runtime-full?
- pallet-nft-fractionalization runtime-full?
- pallet-nfts runtime-full?
- pallet-nfts-runtime-api runtime-full?
- pallet-nis runtime-full?
- pallet-nomination-pools runtime-full?
- pallet-nomination-pools-benchmarking runtime-full?
- pallet-nomination-pools-runtime-api runtime-full?
- pallet-offences runtime-full?
- pallet-offences-benchmarking runtime-full?
- pallet-paged-list runtime-full?
- pallet-parameters runtime-full?
- pallet-preimage runtime-full?
- pallet-proxy runtime-full?
- pallet-ranked-collective runtime-full?
- pallet-recovery runtime-full?
- pallet-referenda runtime-full?
- pallet-remark runtime-full?
- pallet-revive runtime-full?
- pallet-revive-fixtures runtime-full?
- pallet-revive-mock-network node?
- pallet-revive-proc-macro runtime-full?
- pallet-revive-uapi runtime-full?
- pallet-root-offences runtime-full?
- pallet-root-testing runtime-full?
- pallet-safe-mode runtime-full?
- pallet-salary runtime-full?
- pallet-scheduler runtime-full?
- pallet-scored-pool runtime-full?
- pallet-session runtime-full?
- pallet-session-benchmarking runtime-full?
- pallet-skip-feeless-payment runtime-full?
- pallet-society runtime-full?
- pallet-staking runtime-full?
- pallet-staking-reward-curve runtime-full?
- pallet-staking-reward-fn runtime-full?
- pallet-staking-runtime-api runtime-full?
- pallet-state-trie-migration runtime-full?
- pallet-statement runtime-full?
- pallet-sudo runtime-full?
- pallet-timestamp runtime-full?
- pallet-tips runtime-full?
- pallet-transaction-payment runtime-full?
- pallet-transaction-payment-rpc node?
- pallet-transaction-payment-rpc-runtime-api runtime-full?
- pallet-transaction-storage runtime-full?
- pallet-treasury runtime-full?
- pallet-tx-pause runtime-full?
- pallet-uniques runtime-full?
- pallet-utility runtime-full?
- pallet-vesting runtime-full?
- pallet-whitelist runtime-full?
- pallet-xcm runtime-full?
- pallet-xcm-benchmarks runtime-full?
- pallet-xcm-bridge-hub runtime-full?
- pallet-xcm-bridge-hub-router runtime-full?
- parachains-common runtime-full?
- parachains-runtimes-test-utils node?
- polkadot-approval-distribution node?
- polkadot-availability-bitfield-distribution node?
- polkadot-availability-distribution node?
- polkadot-availability-recovery node?
- polkadot-cli node?
- polkadot-collator-protocol node?
- polkadot-core-primitives runtime-full?
- polkadot-dispute-distribution node?
- polkadot-erasure-coding node?
- polkadot-gossip-support node?
- polkadot-network-bridge node?
- polkadot-node-collation-generation node?
- polkadot-node-core-approval-voting node?
- polkadot-node-core-av-store node?
- polkadot-node-core-backing node?
- polkadot-node-core-bitfield-signing node?
- polkadot-node-core-candidate-validation node?
- polkadot-node-core-chain-api node?
- polkadot-node-core-chain-selection node?
- polkadot-node-core-dispute-coordinator node?
- polkadot-node-core-parachains-inherent node?
- polkadot-node-core-prospective-parachains node?
- polkadot-node-core-provisioner node?
- polkadot-node-core-pvf node?
- polkadot-node-core-pvf-checker node?
- polkadot-node-core-pvf-common node?
- polkadot-node-core-pvf-execute-worker node?
- polkadot-node-core-pvf-prepare-worker node?
- polkadot-node-core-runtime-api node?
- polkadot-node-jaeger node?
- polkadot-node-metrics node?
- polkadot-node-network-protocol node?
- polkadot-node-primitives node?
- polkadot-node-subsystem node?
- polkadot-node-subsystem-types node?
- polkadot-node-subsystem-util node?
- polkadot-overseer node?
- polkadot-parachain-lib node?
- polkadot-parachain-primitives runtime-full?
- polkadot-primitives runtime-full?
- polkadot-rpc node?
- polkadot-runtime-common runtime-full?
- polkadot-runtime-metrics runtime-full?
- polkadot-runtime-parachains runtime-full?
- polkadot-service node?
- polkadot-statement-distribution node?
- polkadot-statement-table node?
- sc-allocator node?
- sc-block-builder node?
- sc-chain-spec node?
- sc-chain-spec-derive runtime-full?
- sc-cli node?
- sc-client-api node?
- sc-client-db node?
- sc-consensus node?
- sc-consensus-aura node?
- sc-consensus-babe node?
- sc-consensus-babe-rpc node?
- sc-consensus-beefy node?
- sc-consensus-beefy-rpc node?
- sc-consensus-epochs node?
- sc-consensus-grandpa node?
- sc-consensus-grandpa-rpc node?
- sc-consensus-manual-seal node?
- sc-consensus-pow node?
- sc-consensus-slots node?
- sc-executor node?
- sc-executor-common node?
- sc-executor-polkavm node?
- sc-executor-wasmtime node?
- sc-informant node?
- sc-keystore node?
- sc-mixnet node?
- sc-network node?
- sc-network-common node?
- sc-network-gossip node?
- sc-network-light node?
- sc-network-statement node?
- sc-network-sync node?
- sc-network-transactions node?
- sc-network-types node?
- sc-offchain node?
- sc-proposer-metrics node?
- sc-rpc node?
- sc-rpc-api node?
- sc-rpc-server node?
- sc-rpc-spec-v2 node?
- sc-service node?
- sc-state-db node?
- sc-statement-store node?
- sc-storage-monitor node?
- sc-sync-state-rpc node?
- sc-sysinfo node?
- sc-telemetry node?
- sc-tracing node?
- sc-tracing-proc-macro runtime-full?
- sc-transaction-pool node?
- sc-transaction-pool-api node?
- sc-utils node?
- slot-range-helper runtime-full?
- snowbridge-beacon-primitives runtime-full?
- snowbridge-core runtime-full?
- snowbridge-ethereum runtime-full?
- snowbridge-outbound-queue-merkle-tree runtime-full?
- snowbridge-outbound-queue-runtime-api runtime-full?
- snowbridge-pallet-ethereum-client runtime-full?
- snowbridge-pallet-ethereum-client-fixtures runtime-full?
- snowbridge-pallet-inbound-queue runtime-full?
- snowbridge-pallet-inbound-queue-fixtures runtime-full?
- snowbridge-pallet-outbound-queue runtime-full?
- snowbridge-pallet-system runtime-full?
- snowbridge-router-primitives runtime-full?
- snowbridge-runtime-common runtime-full?
- snowbridge-runtime-test-common node?
- snowbridge-system-runtime-api runtime-full?
- sp-blockchain node?
- sp-consensus node?
- sp-core-hashing node?
- sp-core-hashing-proc-macro node?
- sp-database node?
- sp-maybe-compressed-blob node?
- sp-panic-handler node?
- sp-rpc node?
- staging-chain-spec-builder node?
- staging-node-inspect node?
- staging-parachain-info runtime-full?
- staging-tracking-allocator node?
- staging-xcm runtime-full?
- staging-xcm-builder runtime-full?
- staging-xcm-executor runtime-full?
- subkey node?
- substrate-bip39 runtime-full?
- substrate-build-script-utils node?
- substrate-frame-rpc-support node?
- substrate-frame-rpc-system node?
- substrate-prometheus-endpoint node?
- substrate-rpc-client node?
- substrate-state-trie-migration-rpc node?
- substrate-wasm-builder node?
- testnet-parachains-constants runtime-full?
- tracing-gum node?
- tracing-gum-proc-macro runtime-full?
- xcm-emulator node?
- xcm-procedural runtime-full?
- xcm-runtime-apis runtime-full?
- xcm-simulator node?
- frame-benchmarking-pallet-pov runtime? runtime-full?
- frame-election-provider-solution-type runtime? runtime-full?
- frame-election-provider-support runtime? runtime-full?
- frame-executive runtime? runtime-full?
- frame-metadata-hash-extension runtime? runtime-full?
- frame-support runtime? runtime-full?
- frame-support-procedural runtime? runtime-full?
- frame-support-procedural-tools-derive runtime? runtime-full?
- frame-system runtime? runtime-full?
- frame-system-benchmarking runtime? runtime-full?
- frame-system-rpc-runtime-api runtime? runtime-full?
- polkadot-sdk-frame runtime? runtime-full?
- sp-api runtime? runtime-full?
- sp-api-proc-macro runtime? runtime-full?
- sp-application-crypto runtime? runtime-full?
- sp-arithmetic runtime? runtime-full?
- sp-block-builder runtime? runtime-full?
- sp-consensus-aura runtime? runtime-full?
- sp-consensus-babe runtime? runtime-full?
- sp-consensus-beefy runtime? runtime-full?
- sp-consensus-grandpa runtime? runtime-full?
- sp-consensus-pow runtime? runtime-full?
- sp-consensus-slots runtime? runtime-full?
- sp-core runtime? runtime-full?
- sp-crypto-ec-utils runtime? runtime-full?
- sp-crypto-hashing runtime? runtime-full?
- sp-crypto-hashing-proc-macro runtime? runtime-full?
- sp-debug-derive runtime? runtime-full?
- sp-externalities runtime? runtime-full?
- sp-genesis-builder runtime? runtime-full?
- sp-inherents runtime? runtime-full?
- sp-io runtime? runtime-full?
- sp-keyring runtime? runtime-full?
- sp-keystore runtime? runtime-full?
- sp-metadata-ir runtime? runtime-full?
- sp-mixnet runtime? runtime-full?
- sp-mmr-primitives runtime? runtime-full?
- sp-npos-elections runtime? runtime-full?
- sp-offchain runtime? runtime-full?
- sp-runtime runtime? runtime-full?
- sp-runtime-interface runtime? runtime-full?
- sp-runtime-interface-proc-macro runtime? runtime-full?
- sp-session runtime? runtime-full?
- sp-staking runtime? runtime-full?
- sp-state-machine runtime? runtime-full?
- sp-statement-store runtime? runtime-full?
- sp-std runtime? runtime-full?
- sp-storage runtime? runtime-full?
- sp-timestamp runtime? runtime-full?
- sp-tracing runtime? runtime-full?
- sp-transaction-pool runtime? runtime-full?
- sp-transaction-storage-proof runtime? runtime-full?
- sp-trie runtime? runtime-full?
- sp-version runtime? runtime-full?
- sp-version-proc-macro runtime? runtime-full?
- sp-wasm-interface runtime? runtime-full?
- sp-weights runtime? runtime-full?
- frame-benchmarking runtime? runtime-benchmarks? runtime-full?
- frame-try-runtime runtime? runtime-full? try-runtime?