# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pluralistic-rs" version = "0.2.0" exclude = ["benches/votes.json"] description = "A Rust crate for Quadratic Funding calculations" homepage = "https://github.com/vacekj/pluralistic-rs" readme = "README.md" license = "MIT" repository = "https://github.com/vacekj/pluralistic-rs" [lib] name = "pluralistic_rs" path = "src/lib.rs" [[bin]] name = "pluralistic" path = "src/main.rs" [[bench]] name = "linear_qf" harness = false [dependencies.arr_macro] version = "0.2.1" [dependencies.criterion] version = "0.5.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.193" [dependencies.serde_json] version = "1.0.108"