# 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 = "2018" name = "cp_sat" version = "0.3.3" description = "Rust bindings to the Google CP-SAT constraint programming solver." documentation = "https://docs.rs/cp_sat" readme = "README.md" keywords = ["constraint", "programming", "CP"] categories = ["api-bindings", "mathematics", "science"] license = "Apache-2.0" repository = "https://github.com/KardinalAI/cp_sat" [dependencies.bytes] version = "1.1.0" [dependencies.libc] version = "0.2.101" [dependencies.prost] version = "0.8" [dependencies.smallvec] version = "1.6.1" features = ["union"] default-features = false [build-dependencies.cc] version = "1.0" [build-dependencies.prost-build] version = "0.8"