Cargo Features

[dependencies]
parachains-common = { version = "19.0.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec, cumulus-primitives-core ^0.17.0, cumulus-primitives-utility, frame-support ^39.0.0, frame-system ^39.0.0, log, pallet-asset-tx-payment ^39.0.0, pallet-assets ^41.0.0, pallet-authorship ^39.0.0, pallet-balances ^40.0.0, pallet-collator-selection ^20.0.0, pallet-message-queue ^42.0.0, pallet-xcm ^18.0.0, staging-parachain-info ^0.18.0, polkadot-primitives ^17.0.0, scale-info, sp-consensus-aura ^0.41.0, sp-core ^35.0.0, sp-io ^39.0.0, sp-runtime ^40.0.0, staging-xcm ^15.0.0, and staging-xcm-executor ^18.0.0

runtime-benchmarks

Enables runtime-benchmarks of cumulus-primitives-core ^0.17.0, cumulus-primitives-utility, frame-support ^39.0.0, frame-system ^39.0.0, pallet-asset-tx-payment ^39.0.0, pallet-assets ^41.0.0, pallet-balances ^40.0.0, pallet-collator-selection ^20.0.0, pallet-message-queue ^42.0.0, pallet-xcm ^18.0.0, polkadot-primitives ^17.0.0, sp-runtime ^40.0.0, and staging-xcm-executor ^18.0.0

parachains-common has 3 features without comments.