[dependencies.itertools]
version = "0.13.0"
[dependencies.petgraph]
version = "0.6.4"
[lib]
name = "trie_rcv"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Ranked Choice Voting implementation using Tries in Rust"
edition = "2021"
license = "Apache-2.0"
name = "trie_rcv"
readme = "README.md"
repository = "https://github.com/milselarch/trie_rcv"
version = "1.2.2"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"