Cargo Features
[dependencies]
cumulus-ping = { version = "0.17.0", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default whenevercumulus-ping
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, cumulus-pallet-xcm, cumulus-primitives-core, frame-support, frame-system, scale-info, sp-runtime, and staging-xcm
- try-runtime
-
Enables try-runtime of cumulus-pallet-xcm, frame-support, frame-system, and sp-runtime
cumulus-ping has 3 features without comments.