Cargo Features
[dependencies]
frame-election-provider-support = { version = "38.0.0", default-features = false, features = ["std", "try-runtime", "fuzz", "runtime-benchmarks"] }
- default fuzz? = std
-
The
std
feature is set by default wheneverframe-election-provider-support
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-support, frame-system, scale-info, sp-arithmetic, sp-core, sp-npos-elections, and sp-runtime
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
…