# 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" rust-version = "1.73" name = "or-tools-sys" version = "9.7.0" authors = ["Ho Kim "] build = "build.rs" links = "ortools" include = [ "build.rs", "src/**/*.rs", "Cargo.toml", "LICENSE", ] description = "Unofficial Rust wrappers to the C++ library Google OR-Tools, open source software for combinatorial optimization" homepage = "https://github.com/ulagbulag/or-tools-rs" documentation = "https://docs.rs/or-tools" readme = "README.md" keywords = [ "csp", "linear-solver", "optimization", "or-tools", "sat", ] license = "Apache-2.0" repository = "https://github.com/ulagbulag/or-tools-rs" [lib] doctest = false [dependencies] [build-dependencies.cmake] version = "0.1" [build-dependencies.git2] version = "0.18" [features] default = [] solver-coinor = [] solver-cplex = [] solver-glpk = [] solver-highs = [] solver-scip = [] solver-xpress = []