# 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" version = "0.1.0" authors = ["Ho Kim "] build = "build.rs" 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" [package.metadata.docs.rs] features = [ "build-native", "solver-all", ] [dependencies.cpp] version = "0.5" [dependencies.or-tools-sys] version = "9.7.0" optional = true [dev-dependencies.itertools] version = "0.11" [build-dependencies.cpp_build] version = "0.5" [features] build-native = ["or-tools-sys"] default = ["solver-all"] solver-all = [ "solver-cbc", "solver-clp", "solver-cp-sat", "solver-glop", "solver-pdlp", "solver-scip", ] solver-all-nonfree = [ "solver-cplex", "solver-glpk", "solver-highs", "solver-xpress", ] solver-cbc = ["or-tools-sys?/solver-coinor"] solver-clp = ["or-tools-sys?/solver-coinor"] solver-cp-sat = [] solver-cplex = ["or-tools-sys?/solver-cplex"] solver-glop = [] solver-glpk = ["or-tools-sys?/solver-glpk"] solver-highs = ["or-tools-sys?/solver-highs"] solver-pdlp = [] solver-scip = ["or-tools-sys?/solver-scip"] solver-xpress = ["or-tools-sys?/solver-xpress"]