# 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 = "rssat" version = "0.1.4" authors = ["Xie Zhongtao"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "rssat is a Rust library that provides Rust bindings for multiple popular SAT solvers" readme = "README.md" keywords = [ "sat", "minisat", "cadical", "glucose", "slover", ] categories = [ "science", "mathematics", ] license = "MIT" repository = "https://github.com/francisol/rssat.git" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = [""] no-default-features = true [lib] name = "rssat" path = "src/lib.rs" [dependencies.pest] version = "2.7.13" optional = true [dependencies.pest_derive] version = "2.7.13" optional = true [dependencies.thiserror] version = "1.0" optional = true [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.cmake] version = "0.1" [build-dependencies.flate2] version = "1.0" [build-dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", ] default-features = false [build-dependencies.tar] version = "0.4" [features] cadical = [] default = [ "glucose", "minisat", "cadical", "dimacs", ] dimacs = [ "parser", "pest_derive", "pest", ] glucose = [] minisat = [] parser = ["thiserror"]