Files
pezkuwi-subxt/substrate/primitives/npos-elections/fuzzer/Cargo.toml
T
Bastian Köcher b08d3017a8 Switch to Rust 2021 (#10170)
* Switch to Rust 2021

* Update trybuild to fix errors
2021-11-04 19:54:48 +01:00

44 lines
1.2 KiB
TOML

[package]
name = "sp-npos-elections-fuzzer"
version = "2.0.0-alpha.5"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "Fuzzer for phragmén implementation."
documentation = "https://docs.rs/sp-npos-elections-fuzzer"
publish = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
honggfuzz = "0.5"
rand = { version = "0.7.3", features = ["std", "small_rng"] }
sp-npos-elections = { version = "4.0.0-dev", path = ".." }
sp-runtime = { version = "4.0.0-dev", path = "../../runtime" }
structopt = "0.3.21"
[[bin]]
name = "reduce"
path = "src/reduce.rs"
[[bin]]
name = "phragmen_balancing"
path = "src/phragmen_balancing.rs"
[[bin]]
name = "phragmms_balancing"
path = "src/phragmms_balancing.rs"
[[bin]]
name = "compact"
path = "src/compact.rs"
[[bin]]
name = "phragmen_pjr"
path = "src/phragmen_pjr.rs"