# 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 = "ipopt-src" version = "0.2.3+3.14.16" authors = ["Maroon502"] build = "build.rs" links = "Ipopt" exclude = [ "Ipopt/**/*", "!Ipopt/src/**/*", "!**/LICENSE", "!**/AUTHORS", ] description = "Redistribution of Coin-OR Ipopt as a crate" documentation = "https://docs.rs/ipopt-src/" readme = "README.md" keywords = [ "coin-or", "ipopt", "ipopt-src", ] license = "Apache-2.0" repository = "https://github.com/Maroon502/ipopt-src.git" [dependencies.intel-mkl-src] version = "0.8" optional = true [dependencies.mumps-src] version = "0.1" features = ["d_arith"] optional = true default-features = false [dependencies.openblas-src] version = "0.10" optional = true [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.coin-build-tools] version = "0.2" [features] default = [ "mumps", "openblas-static", ] intel-mkl = ["intel-mkl-src"] intel-mkl-static = [ "intel-mkl-src?/mkl-static-lp64-seq", "mumps-src?/intel-mkl-static", ] intel-mkl-system = [ "intel-mkl-src?/mkl-dynamic-lp64-seq", "mumps-src?/intel-mkl-system", ] mumps = ["mumps-src"] openblas-static = ["mumps-src?/openblas-static"] openblas-system = ["mumps-src?/openblas-system"]