# 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 = "trie_rcv" version = "1.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ranked Choice Voting implementation using Tries in Rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/milselarch/trie_rcv" [lib] name = "trie_rcv" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.itertools] version = "0.13.0" [dependencies.petgraph] version = "0.6.4"