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