Cargo Features
[dependencies]
sp-authority-discovery = { version = "34.0.0", default-features = false, features = ["std", "serde"] }
- default = std
-
The
std
feature is set by default wheneversp-authority-discovery
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, scale-info, sp-api, sp-application-crypto, and sp-runtime
- serde
-
Enables serde of scale-info, sp-application-crypto, and sp-runtime
sp-application-crypto:
Serde support without relying on std features.
sp-authority-discovery has 3 features without comments.