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