Cargo Features

[dependencies]
cumulus-pallet-solo-to-para = { version = "0.18.0", default-features = false, features = ["std", "try-runtime"] }
default = std

The std feature is set by default whenever cumulus-pallet-solo-to-para is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec, cumulus-pallet-parachain-system, frame-support ^39.0.0, frame-system ^39.0.0, pallet-sudo, polkadot-primitives ^17.0.0, scale-info, and sp-runtime ^40.0.0

try-runtime

Enables try-runtime of cumulus-pallet-parachain-system, frame-support ^39.0.0, frame-system ^39.0.0, pallet-sudo, and sp-runtime ^40.0.0

cumulus-pallet-solo-to-para has 3 features without comments.