[package]
edition = "2021"
name = "cnfgen2"
version = "0.2.0"
authors = ["Mateusz Szpakowski"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate DIMACS CNF formula from operations (second version)"
documentation = "https://docs.rs/cnfgen2"
readme = "README.md"
keywords = [
"cnf",
"logic",
"cnfgen",
"SAT",
]
categories = [
"science",
"mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/matszpk/cnfgen2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "cnfgen2"
path = "src/lib.rs"
[dependencies.generic-array]
version = "1.3"
[dependencies.itoap]
version = "1.0"
[dependencies.thiserror]
version = "2.0"