[package] name = "rustsat-ipasir" version = "0.1.3" edition.workspace = true authors = ["Christoph Jabs "] license.workspace = true description = "IPASIR bindings for RustSAT" keywords = ["sat-solver", "rustsat"] repository = "https://github.com/chrjabs/rustsat" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow.workspace = true cpu-time.workspace = true thiserror.workspace = true rustsat.workspace = true