# 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 = "maxpre" version = "0.2.3" authors = ["Christoph Jabs "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for the (MO-)MaxSAT preprocessor MaxPre" homepage = "https://bitbucket.com/coreo-group/maxpre2" readme = "README.md" keywords = [ "binding", "preprocessor", "maxsat", ] license = "MIT" repository = "https://github.com/chrjabs/maxpre-rs" [lib] name = "maxpre" path = "src/lib.rs" [dependencies.cpu-time] version = "1.0.0" [dependencies.rustsat] version = "0.5.0" default-features = false [build-dependencies.cc] version = "1" features = ["parallel"] [build-dependencies.git2] version = "0" [build-dependencies.glob] version = "0" [features] default = ["optimization"] multiopt = [ "optimization", "rustsat/multiopt", ] optimization = ["rustsat/optimization"]