mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
b08d3017a8
* Switch to Rust 2021 * Update trybuild to fix errors
44 lines
1.2 KiB
TOML
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"
|