[[bench]]
harness = false
name = "election"
path = "benches/elections.rs"
[[bench]]
name = "main"
path = "benches/main.rs"
[[bench]]
harness = false
name = "methods"
path = "benches/methods.rs"
[[bench]]
harness = false
name = "preference"
path = "benches/preferences.rs"
[[bench]]
harness = false
name = "tactics"
path = "benches/tactics.rs"
[[bin]]
name = "kingmaker"
path = "src/main.rs"
[dependencies.derive_more]
features = ["full"]
version = "2.0.1"
[dependencies.ordered-float]
features = ["serde"]
version = "5.0.0"
[dependencies.rand]
version = "0.9.1"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.thiserror]
version = "2.0.11"
[dev-dependencies.criterion]
version = "0.5.1"
[lib]
name = "kingmaker"
path = "src/lib.rs"
[package]
authors = ["Chance Addis <chance.h.addis@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "simulation"]
description = "A modular, performant, social choice framework for the simulation, computation, and analysis of strategic voting."
edition = "2021"
keywords = ["voting", "social-choice", "simulation", "strategic-voting", "game-theory"]
license = "Apache-2.0 OR MIT"
name = "kingmaker"
readme = "README.md"
repository = "https://github.com/Approximately-Equal/kingmaker"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true