# 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 = "ranked_voting" version = "0.3.0" authors = ["Tim Hunter "] include = [ "**/*.rs", "Cargo.toml", ] description = "Industrial-strength implementation of the instant-runoff voting algorithm (library and command line interface)" readme = "README.md" keywords = [ "irv", "tally", "election", "voting", "vote", ] categories = ["science"] license = "Apache-2.0" repository = "https://github.com/tjhunter/timrcv" resolver = "2" [dependencies.log] version = "0.4" [dependencies.sha256] version = "1.0" [dev-dependencies.env_logger] version = "0.9"