# 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" rust-version = "1.75.0" name = "stv-rs" version = "0.5.0" authors = ["Guillaume Endignoux "] exclude = [ "man/*", "testdata/*", "tools/*", ".github/*", ] description = "Single Transferable Vote implementation in Rust" readme = "README.md" keywords = [ "voting", "election", "stv", "meek", ] categories = [ "command-line-utilities", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/gendx/stv-rs" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"] [dependencies.clap] version = "=4.4" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.num] version = "0.4" [dependencies.rayon] version = "1" [dependencies.regex] version = "1.10" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.rand_distr] version = "0.4" [features] checked_i64 = [] default = ["checked_i64"] log_parallelism = [] [target."cfg(any(target_os = \"android\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"linux\"))".dependencies.nix] version = "0.28" features = ["sched"]