# 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" name = "clp-src" version = "0.2.8+1.17.10" authors = ["Maroon502"] build = "build.rs" links = "Clp" exclude = [ "Clp/**/*", "!Clp/Clp/src/**/*", "!**/LICENSE", "!**/AUTHORS", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Redistribution of Coin-OR Clp as a crate" documentation = "https://docs.rs/clp-src/" readme = "README.md" keywords = [ "coin-or", "Clp", "Clp-src", ] license = "Apache-2.0" repository = "https://github.com/Maroon502/clp-src.git" [lib] name = "clp_src" path = "src/lib.rs" [dependencies.coinutils-src] version = "0.2" [dependencies.osi-src] version = "0.2" optional = true [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.coin-build-tools] version = "0.2" [features] clpsolver = [] default = ["osiclp"] osiclp = ["osi-src"]