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 whenevercumulus-pallet-solo-to-para
is added without
somewhere in the dependency tree.default-features = false - 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.