# 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 = "rustsat-glucose" version = "0.3.3" authors = ["Christoph Jabs "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Interface to the SAT solver Glucose for the RustSAT library." readme = "README.md" keywords = [ "sat-solver", "rustsat", ] license = "MIT" repository = "https://github.com/chrjabs/rustsat" [lib] name = "rustsat_glucose" path = "src/lib.rs" [[test]] name = "incremental" path = "tests/incremental.rs" [[test]] name = "phasing" path = "tests/phasing.rs" [[test]] name = "small" path = "tests/small.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.cpu-time] version = "1.0.0" [dependencies.rustsat] version = "0.6.1" default-features = false [dependencies.thiserror] version = "1.0.63" [dev-dependencies] [build-dependencies.bindgen] version = "0.70.0" [build-dependencies.cmake] version = "0.1.51" [features] debug = [] default = ["quiet"] quiet = []