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 wheneversp-election-providers
is added without
somewhere in the dependency tree.default-features = false - 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.