# 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 = "lp-solvers" version = "1.0.1" authors = [ "Joel Cavat ", "Ophir LOJKINE", ] exclude = [ "src/main.rs", "*.yml", "*.gitignore", "*.log", "*.iml", ".lp", "doc/*", "Cargo.lock", ] description = ".lp file format implementation and external solver invocation for Cbc, Gurobi, cplex, and GLPK" documentation = "https://docs.rs/lp_solvers" readme = "README.md" keywords = [ "linear-programming", "linear-models", "optimization", "solver", "formulation", ] license = "MIT" repository = "https://github.com/rust-or/lp-solvers" [dependencies.tempfile] version = "3" [dependencies.xml-rs] version = "0.8.3" optional = true [features] cplex = ["xml-rs"]