maxpre 0.2.0

Rust bindings for the (MO-)MaxSAT preprocessor MaxPre
[package]
name = "maxpre"
version = "0.2.0"
edition = "2021"
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
license = "MIT"
description = "Rust bindings for the (MO-)MaxSAT preprocessor MaxPre"
keyworks = ["binding", "preprocessor", "maxsat"]
repository = "https://github.com/chrjabs/maxpre-rs"
homepage = "https://bitbucket.com/coreo-group/maxpre2"
readme = "README.md"

build = "build.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustsat = { version = "0.2", default-features = false }
cpu-time = "1.0.0"

[build-dependencies]
cc = { version = "1.0.79", features = ["parallel"] }
git2 = "0.17.1"
glob = "0.3.1"

[features]
default = ["optimization"]
optimization = ["rustsat/optimization"]
multiopt = ["optimization", "rustsat/multiopt"]