[package] name = "pluralistic-rs" version = "0.2.0" edition = "2021" description = "A Rust crate for Quadratic Funding calculations" license = "MIT" repository = "https://github.com/vacekj/pluralistic-rs" homepage = "https://github.com/vacekj/pluralistic-rs" exclude = ["benches/votes.json"] [lib] name = "pluralistic_rs" path = "src/lib.rs" [[bin]] name = "pluralistic" path = "src/main.rs" [dependencies] arr_macro = "0.2.1" rand = "0.8.5" criterion = "0.5.1" serde = "1.0.193" serde_json = "1.0.108" [[bench]] name = "linear_qf" harness = false