# 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 = "cat_solver" version = "3.1.1" authors = ["Justin Blanchard "] links = "kissat" exclude = [ "kissat/src/makefile", "kissat/scripts", "kissat/test", ] description = "Rust bindings for the Kissat SAT solver" readme = "README.md" keywords = [ "SAT", "solver", "logic", "satisfiability", "kissat", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/UncombedCoconut/cat_solver/" [build-dependencies.cc] version = "1.0" features = ["parallel"]