Cargo Features

[dependencies]
cumulus-primitives-core = { version = "0.12.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec, polkadot-core-primitives, polkadot-parachain-primitives, polkadot-primitives, and scale-info

polkadot-core-primitives:

Polkadot

and std of sp-api, sp-runtime, sp-std, sp-trie, and staging-xcm

sp-api:

Substrate

runtime-benchmarks

Enables runtime-benchmarks of polkadot-parachain-primitives, polkadot-primitives, and sp-runtime