# 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] name = "libpcp" version = "0.7.0" authors = ["Pierre Talbot "] description = "A constraint solver supporting arithmetic constraints over integers." documentation = "https://docs.rs/crate/libpcp" readme = "README.md" keywords = [ "constraint", "satisfiability", "solving", "CSP", "combinatorial", ] categories = [ "mathematics", "science", ] license = "Apache-2.0" repository = "https://github.com/ptal/pcp" [lib] name = "pcp" crate_type = [ "rlib", "dylib", ] path = "src/libpcp/lib.rs" [dependencies.bit-set] version = "^0.5.3" [dependencies.gcollections] version = "^1.4.0" [dependencies.intervallum] version = "^1.2.0" [dependencies.num] version = "^0.4.0" [dependencies.trilean] version = "^1.0.1" [dependencies.vec_map] version = "0.6.0"