wybr 0.0.6

Collection of preferential voting methods
Documentation
[badges.codecov]
branch = "master"
repository = "mbq/wybr"
service = "gitlab"

[badges.gitlab]
branch = "master"
repository = "mbq/wybr"

[dependencies]

[lib]
name = "wybr"
path = "src/lib.rs"

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

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

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