Cargo Features

[dependencies]
sp-election-providers = { version = "3.0.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec ^2.0.0, sp-arithmetic ^3.0.0, sp-npos-elections ^3.0.0, and sp-std ^3.0.0

runtime-benchmarks

sp-election-providers has 3 features without comments.