# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "minisat" version = "0.4.4" authors = ["Bjørnar Luteberget "] build = "build.rs" description = "MiniSat Rust interface. Solves a boolean satisfiability problem given in conjunctive normal form." documentation = "https://docs.rs/minisat" readme = "README.md" categories = ["api-bindings", "science"] license = "MIT" repository = "https://github.com/luteberget/minisat-rs/" [dependencies.itertools] version = "0.8" [dev-dependencies.quickcheck] version = "0.7" [dev-dependencies.sudoku] version = "0.7" [build-dependencies.bindgen] version = "0.42" [build-dependencies.cc] version = "1" [features] glucose = []