# 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 = "2018" name = "sainte_lague" version = "0.1.2" authors = ["Julius Tens "] exclude = [ ".travis.yml", ".editorconfig", ".gitignore", ] description = "Sainte-Laguë method for seat distribution used in multiple parliamentary elections all over the world." homepage = "https://github.com/juliuste/sainte_lague.rs" readme = "readme.md" keywords = [ "election", "voting", "sainte-lague", "schepers", "webster", ] categories = [ "algorithms", "mathematics", "science", ] license = "ISC" repository = "https://github.com/juliuste/sainte_lague.rs" [dependencies.rand] version = "0.8.5"