Cargo Features

[dependencies]
cumulus-pallet-solo-to-para = { version = "0.17.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, frame-system, pallet-sudo, polkadot-primitives, scale-info, and sp-runtime

try-runtime

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

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