# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "lp-modeler" version = "0.5.0" authors = ["Joel Cavat "] exclude = ["src/main.rs", "*.yml", "*.gitignore", "*.log", "*.iml", ".lp", "doc/*", "Cargo.lock"] description = "A linear programming modeller written in Rust. This api helps to write LP model and use solver such as CBC, Gurobi, lp_solve, ..." documentation = "https://jcavat.github.io/rust-lp-modeler" readme = "README.md" keywords = ["linear-programming", "linear-models", "optimization", "solver", "formulation"] license = "MIT" repository = "https://github.com/jcavat/rust-lp-modeler" [dependencies.coin_cbc] version = "0.1.0" optional = true [dependencies.minilp] version = "0.2" optional = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1" [dependencies.uuid] version = "0.7.4" features = ["v4"] [features] native_coin_cbc = ["coin_cbc"] [badges.appveyor] repository = "jcavat/rust-lp-modeler" [badges.travis-ci] repository = "jcavat/rust-lp-modeler"