satgalaxy 0.2.0

satgalaxy-rs is a Rust library that provides Rust bindings for multiple popular SAT solvers
Documentation
[build-dependencies.bindgen]
version = "0.70"

[build-dependencies.cc]
version = "1.0"

[dependencies.flate2]
optional = true
version = "1.0"

[dependencies.paste]
version = "1.0"

[dependencies.pest]
features = ["miette-error"]
optional = true
version = "2.7"

[dependencies.pest_derive]
optional = true
version = "2.7"

[dependencies.thiserror]
version = "2.0"

[dependencies.xz2]
features = ["static"]
optional = true
version = "0.1"

[features]
cadical = []
compression = ["dep:flate2", "dep:xz2"]
default = ["minisat", "parser", "glucose", "cadical", "picosat"]
glucose = []
minisat = []
parser = ["dep:pest", "dep:pest_derive"]
picosat = []
trace = []

[lib]
name = "satgalaxy"
path = "src/lib.rs"

[package]
authors = ["Xie Zhongtao"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science", "mathematics"]
description = "satgalaxy-rs is a Rust library that provides Rust bindings for multiple popular SAT solvers"
edition = "2021"
keywords = ["sat", "slover", "mus"]
license = "MIT"
name = "satgalaxy"
readme = "README.md"
repository = "https://github.com/sat-galaxy/satgalaxy-rs.git"
version = "0.2.0"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = [""]
no-default-features = true