ipopt-src 0.2.3+3.14.16

Redistribution of Coin-OR Ipopt as a crate
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"

[build-dependencies.coin-build-tools]
version = "0.2"
[dependencies.intel-mkl-src]
optional = true
version = "0.8"

[dependencies.mumps-src]
default-features = false
features = ["d_arith"]
optional = true
version = "0.1"

[dependencies.openblas-src]
optional = true
version = "0.10"

[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"]

[package]
authors = ["Maroon502<maroon502@outlook.com>"]
build = "build.rs"
description = "Redistribution of Coin-OR Ipopt as a crate"
documentation = "https://docs.rs/ipopt-src/"
edition = "2021"
exclude = ["Ipopt/**/*", "!Ipopt/src/**/*", "!**/LICENSE", "!**/AUTHORS"]
keywords = ["coin-or", "ipopt", "ipopt-src"]
license = "Apache-2.0"
links = "Ipopt"
name = "ipopt-src"
readme = "README.md"
repository = "https://github.com/Maroon502/ipopt-src.git"
version = "0.2.3+3.14.16"