Cargo Features
[dependencies]
pallet-aura = { version = "37.0.0", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default wheneverpallet-aura
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-support, frame-system, log, pallet-timestamp, scale-info, sp-application-crypto, sp-consensus-aura, and sp-runtime
- try-runtime
-
Enables try-runtime of frame-support, frame-system, pallet-timestamp, and sp-runtime
pallet-aura has 3 features without comments.