# 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-batsat" version = "0.1.0" authors = ["Noah Bruns "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interface to the SAT solver BatSat for the RustSAT library. BatSat is fully implemented in Rust" readme = "README.md" keywords = [ "sat-solver", "rustsat", "batsat", ] license = "MIT" repository = "https://github.com/chrjabs/rustsat" [lib] name = "rustsat_batsat" path = "src/lib.rs" [[test]] name = "incremental" path = "tests/incremental.rs" [[test]] name = "small" path = "tests/small.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.batsat] version = "0.5.0" [dependencies.cpu-time] version = "1.0.0" [dependencies.rustsat] version = "0.6.0" default-features = false [dependencies.thiserror] version = "1.0.63" [dev-dependencies]