# 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-cadical" version = "0.4.1" authors = ["Christoph Jabs "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Interface to the SAT solver CaDiCaL for the RustSAT library." readme = "README.md" keywords = [ "sat-solver", "rustsat", ] license = "MIT" repository = "https://github.com/chrjabs/rustsat" [lib] name = "rustsat_cadical" path = "src/lib.rs" [[example]] name = "cadical-cli" path = "examples/cadical-cli.rs" [[test]] name = "flipping" path = "tests/flipping.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.clap] version = "4.5.16" features = [ "derive", "cargo", ] [dev-dependencies.signal-hook] version = "0.3.17" [build-dependencies.bindgen] version = "0.70.0" [build-dependencies.cc] version = "1.1.30" features = ["parallel"] [build-dependencies.chrono] version = "0.4.38" [build-dependencies.git2] version = "0.19.0" [build-dependencies.glob] version = "0.3.1" [features] debug = [] default = ["quiet"] logging = [] quiet = [] v1-5-0 = [] v1-5-1 = [] v1-5-2 = [] v1-5-3 = [] v1-5-4 = [] v1-5-5 = [] v1-5-6 = [] v1-6-0 = [] v1-7-0 = [] v1-7-1 = [] v1-7-2 = [] v1-7-3 = [] v1-7-4 = [] v1-7-5 = [] v1-8-0 = [] v1-9-0 = [] v1-9-1 = [] v1-9-2 = [] v1-9-3 = [] v1-9-4 = [] v1-9-5 = [] v2-0-0 = [] v2-1-0 = []