Cargo Features

[dependencies]
frame-election-provider-support = { version = "33.0.0", default-features = false, features = ["std", "try-runtime", "fuzz", "runtime-benchmarks"] }
default fuzz? = std

The std feature is set by default whenever frame-election-provider-support is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec, frame-support, frame-system, scale-info, sp-arithmetic, sp-core, sp-npos-elections, sp-runtime, and sp-std

Affects frame-election-provider-support::ScoreProvider.set_score_of

try-runtime

Enables try-runtime of frame-support, frame-system, and sp-runtime

Affects frame-election-provider-support::SortedListProvider.try_state

fuzz = default

Affects frame-election-provider-support::ScoreProvider.set_score_of

runtime-benchmarks

Enables runtime-benchmarks of frame-support, frame-system, and sp-runtime

Affects frame-election-provider-support::SortedListProvider.score_update_worst_case, frame-election-provider-support::ScoreProvider.set_score_of