]> git.proxmox.com Git - rustc.git/blame - vendor/quine-mc_cluskey/Cargo.toml
New upstream version 1.52.1+dfsg1
[rustc.git] / vendor / quine-mc_cluskey / Cargo.toml
CommitLineData
f20569fa
XL
1[package]
2name = "quine-mc_cluskey"
3version = "0.2.4"
4authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
5description = "Rust implementation of the Quine-McCluskey algorithm and Petrick's method"
6license = "MIT"
7repository = "https://github.com/oli-obk/quine-mc_cluskey"
8documentation = "https://oli-obk.github.io/quine-mc_cluskey"
9
10[dependencies]
11quickcheck = { version = "0.3.1", optional = true }