wybr 0.0.5

Collection of preferential voting methods
Documentation
[package]
name = "wybr"
version = "0.0.5"
authors = ["Miron Bartosz Kursa <m@mbq.me>"]
edition = "2018"
license = "GPL-3.0-or-later"
readme = "README.md"
repository = "https://gitlab.com/mbq/wybr"
description = "Collection of preferential voting methods"
categories = ["science"]
keywords = ["condorcet", "stv", "tally", "election", "voting"]
include = ["src/**/*.rs", "examples/*.blt", "Cargo.toml", "README.md"]

[badges]
gitlab = { repository = "mbq/wybr", branch = "master" }
codecov = { repository = "mbq/wybr", branch = "master", service = "gitlab" }

[profile.release]
codegen-units = 1
lto = true

[profile.bench]
codegen-units = 1
lto = true

[dependencies]