Cargo Features
[dependencies]
cumulus-primitives-core = { version = "0.22.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
stdfeature is set by default whenevercumulus-primitives-coreis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, polkadot-core-primitives ^19.0.0, polkadot-parachain-primitives ^18.0.0, polkadot-primitives ^20.0.0, scale-info, sp-api ^38.0.0, sp-runtime ^43.0.0, sp-trie, tracing, and staging-xcm
- runtime-benchmarks
-
Enables runtime-benchmarks of polkadot-parachain-primitives ^18.0.0, polkadot-primitives ^20.0.0, sp-runtime ^43.0.0, and staging-xcm
cumulus-primitives-core has 3 features without comments.