# 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 = "cnfgen-nand-opt" version = "0.1.1" authors = ["Mateusz Szpakowski"] description = "Generate CNF for circuits" readme = "README.md" keywords = [ "cnf", "logic", "cnfgen", "SAT", ] categories = [ "science", "mathematics", ] license = "LGPL-2.1-or-later" repository = "https://github.com/matszpk/cnfgen-nand-opt" [dependencies.cnfgen] version = "0.2.1" [dependencies.exec-sat] version = "0.1.1" [dependencies.serde] version = "1.0.0" [dependencies.serde_derive] version = "1.0.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5"