frame-election-provider-support 25.0.0

election provider supporting traits
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "3.6.1"

[dependencies.frame-election-provider-solution-type]
version = "12.0.0"

[dependencies.frame-support]
default-features = false
version = "25.0.0"

[dependencies.frame-system]
default-features = false
version = "25.0.0"

[dependencies.scale-info]
default-features = false
features = ["derive"]
version = "2.10.0"

[dependencies.sp-arithmetic]
default-features = false
version = "20.0.0"

[dependencies.sp-core]
default-features = false
version = "25.0.0"

[dependencies.sp-npos-elections]
default-features = false
version = "23.0.0"

[dependencies.sp-runtime]
default-features = false
version = "28.0.0"

[dependencies.sp-std]
default-features = false
version = "12.0.0"
[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[features]
default = ["std"]
fuzz = ["default"]
runtime-benchmarks = ["frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "sp-runtime/runtime-benchmarks"]
std = ["codec/std", "frame-support/std", "frame-system/std", "scale-info/std", "sp-arithmetic/std", "sp-core/std", "sp-npos-elections/std", "sp-runtime/std", "sp-std/std"]
try-runtime = ["frame-support/try-runtime", "frame-system/try-runtime", "sp-runtime/try-runtime"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "election provider supporting traits"
edition = "2021"
homepage = "https://substrate.io"
license = "Apache-2.0"
name = "frame-election-provider-support"
repository = "https://github.com/paritytech/polkadot-sdk.git"
version = "25.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]