# 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 = "quaigh" version = "0.0.6" authors = ["Gabriel Gouvine "] description = "Logic optimization library" homepage = "https://github.com/Coloquinte/quaigh" readme = "README.md" keywords = [ "logic-optimization", "AIG", "ATPG", "EDA", ] categories = [ "mathematics", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Coloquinte/quaigh" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.fxhash] version = "0.2.1" [dependencies.itertools] version = "0.12.0" [dependencies.kdam] version = "0.5" features = ["template"] [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rustsat] version = "0.4" [dependencies.rustsat-kissat] version = "0.1" [dependencies.volute] version = "1.1.3"