Cargo Features
[dependencies]
cumulus-pallet-aura-ext = { version = "0.17.0", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default whenevercumulus-pallet-aura-ext
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-aura, pallet-timestamp, scale-info, sp-application-crypto, sp-consensus-aura, and sp-runtime
cumulus-pallet-parachain-system:
Cumulus
- try-runtime
-
Enables try-runtime of cumulus-pallet-parachain-system, frame-support, frame-system, pallet-aura, pallet-timestamp, and sp-runtime