# 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-kissat" version = "0.3.1" authors = ["Christoph Jabs "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Interface to the SAT solver kissat for the RustSAT library." readme = "README.md" keywords = [ "sat-solver", "rustsat", ] license = "MIT" repository = "https://github.com/chrjabs/rustsat" [lib] name = "rustsat_kissat" path = "src/lib.rs" [[example]] name = "kissat-cli" path = "examples/kissat-cli.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 = [] quiet = [] safe = [] sc2022-bulky = [] sc2022-hyper = [] sc2022-light = [] v3-0-0 = [] v3-1-0 = [] v3-1-1 = [] v4-0-0 = [] v4-0-1 = []