tallystick 0.3.1

tallystick is a rust library for talling votes
Documentation
[[bench]]
harness = false
name = "benchmark"
[badges.codecov]
branch = "master"
repository = "phayes/tallystick"
service = "github"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "phayes/tallystick"
[dependencies.derive_more]
version = "0.99.3"

[dependencies.failure]
version = "0.1.6"

[dependencies.hashbrown]
version = "0.6.3"

[dependencies.num-rational]
optional = true
version = "0.2.3"

[dependencies.num-traits]
version = "0.2.11"

[dependencies.petgraph]
default-features = false
version = "0.5.0"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.maplit]
version = "1.0.2"

[dev-dependencies.rand]
version = "0.7.3"

[features]
default = []
nightly = []
rational = ["num-rational"]

[package]
authors = ["phayes <patrick.d.hayes@gmail.com>"]
categories = ["science"]
description = "tallystick is a rust library for talling votes"
edition = "2018"
keywords = ["voting", "vote", "election", "tally", "ballot"]
license = "MIT OR Apache-2.0"
name = "tallystick"
readme = "README.md"
repository = "https://github.com/phayes/tallystick"
version = "0.3.1"
[package.metadata.docs.rs]
features = ["nightly", "rational"]