blob: b01fb398c012276dbc1f086d6fd0965533b44b77 [file] [log] [blame] [edit]
[package]
name = "quine-mc_cluskey"
version = "0.2.4"
authors = ["Oliver Schneider <[email protected]>"]
description = "Rust implementation of the Quine-McCluskey algorithm and Petrick's method"
license = "MIT"
repository = "https://github.com/oli-obk/quine-mc_cluskey"
documentation = "https://oli-obk.github.io/quine-mc_cluskey"
[dependencies]
quickcheck = { version = "0.3.1", optional = true }