Cargo Features

[dependencies]
cumulus-pallet-solo-to-para = { version = "0.12.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 and cumulus-pallet-parachain-system

cumulus-pallet-parachain-system:

Cumulus

and std of frame-support, frame-system, and pallet-sudo

frame-support:

Substrate

and std of polkadot-primitives, scale-info, sp-runtime, and sp-std

polkadot-primitives:

Polkadot

try-runtime

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