# 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 = "bonmin-src" version = "0.1.1+1.8.9" authors = ["Maroon502"] build = "build.rs" links = "Bonmin" exclude = [ "Bonmin/**/*", "!Bonmin/Bonmin/src/**/*", "!**/LICENSE", ] description = "Redistribution of Coin-OR Bonmin as a crate" documentation = "https://docs.rs/bonmin-src/" readme = "README.md" keywords = [ "coin-or", "bonmin", "bonmin-src", ] license = "Apache-2.0" repository = "https://github.com/Maroon502/bonmin-src.git" [dependencies.cbc-src] version = "0.2" [dependencies.ipopt-src] version = "0.2" default-features = false [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.coin-build-tools] version = "0.2" [features] cplex = [] default = ["ipopt-src/default"] filtersqp = []