[dependencies.itertools]
version = "0.14.0"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[lib]
name = "boolean_circuit"
path = "src/lib.rs"
[package]
authors = ["chriseth <chriseth.github@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library to import, modify and export boolean circuits."
documentation = "https://docs.rs/boolean-circuit"
edition = "2021"
keywords = ["circuit", "gate", "AIGER", "CNF", "DIMACS"]
license = "MIT OR Apache-2.0"
name = "boolean-circuit"
readme = "README.md"
repository = "https://github.com/chriseth/boolean-circuit"
version = "2.2.0"