Cargo Features
polkadot-parachain-lib has no features set by default.
[dependencies]
polkadot-parachain-lib = { version = "0.3.0", features = ["rococo-native", "westend-native", "try-runtime", "runtime-benchmarks"] }
- rococo-native
-
Enables rococo-native of polkadot-cli
- westend-native
-
Enables westend-native of polkadot-cli
polkadot-cli:
Configure the native runtimes to use.
- try-runtime
-
Enables try-runtime of frame-support, frame-try-runtime, pallet-transaction-payment, polkadot-cli, and sp-runtime
- runtime-benchmarks
-
Enables runtime-benchmarks of cumulus-primitives-core, frame-benchmarking, frame-benchmarking-cli, frame-support, parachains-common, polkadot-cli, polkadot-primitives, sc-client-db, sc-service, and sp-runtime
Affects
command::NodeCommandRunner.run_benchmark_storage_cmd
,types::ParachainHostFunctions
…
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.