# 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 = "grb" version = "2.0.1" authors = ["Yannik Rist "] build = "build/main.rs" exclude = ["/tests"] autoexamples = false description = "A Rust API for Gurobi optimizer" homepage = "https://github.com/ykrist/rust-grb" readme = "README.md" keywords = [ "optimization", "simplex", "constraint", "mip", "solver", ] categories = [ "algorithms", "api-bindings", "mathematics", "science", ] license = "MIT" repository = "https://github.com/ykrist/rust-grb" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "doc/katex-header.html", ] [[example]] name = "callback" path = "examples/callback.rs" [[example]] name = "facility" path = "examples/facility.rs" [[example]] name = "mip" path = "examples/mip.rs" [[example]] name = "piecewise" path = "examples/piecewise.rs" [[example]] name = "qcp" path = "examples/qcp.rs" [[example]] name = "qp" path = "examples/qp.rs" [[example]] name = "sensitivity" path = "examples/sensitivity.rs" [[example]] name = "sos" path = "examples/sos.rs" [[example]] name = "tune" path = "examples/tune.rs" [[example]] name = "workforce1" path = "examples/workforce1.rs" [[example]] name = "workforce2" path = "examples/workforce2.rs" [[example]] name = "workforce3" path = "examples/workforce3.rs" [[example]] name = "tsp_lazy_constraints" path = "examples/tsp_lazy_constraints.rs" [dependencies.anyhow] version = "^1.0" [dependencies.cstr-enum] version = "^1.0" [dependencies.fnv] version = "^1.0" [dependencies.grb-macro] version = "0.1.0" [dependencies.grb-sys2] version = "^10.0.0" [dev-dependencies.gag] version = "^0.1" [dev-dependencies.proptest] version = "^0.10" [dev-dependencies.trybuild] version = "^1.0.64" [build-dependencies.anyhow] version = "^1.0" [build-dependencies.csv] version = "^1.1" [build-dependencies.proc-macro2] version = "^1.0" [build-dependencies.quote] version = "^1.0" [build-dependencies.serde] version = "^1.0" features = ["derive"] [build-dependencies.serde_json] version = "^1.0"