Cargo Features

[dependencies]
sp-authority-discovery = { version = "31.0.0", default-features = false, features = ["std", "serde"] }
default = std

The std feature is set by default whenever sp-authority-discovery is added without default-features = false somewhere in the dependency tree.

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.