cnfgen2 0.2.0

Generate DIMACS CNF formula from operations (second version)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"