ipopt-sys 0.6.0

Raw unsafe Rust bindings to the Ipopt non-linear optimization library.
Documentation
[package]
name = "ipopt-sys"
version = "0.6.0"
authors = ["Egor Larionov <egor.larionov@gmail.com>"]
build = "build.rs"
license = "MIT OR Apache-2.0"
description = "Raw unsafe Rust bindings to the Ipopt non-linear optimization library."
readme = "README.md"
edition = "2018"

homepage = "https://github.com/elrnv/ipopt-rs"
repository = "https://github.com/elrnv/ipopt-rs"
documentation = "https://docs.rs/ipopt-sys"

keywords = ["non-linear", "optimization", "constrained", "ipopt", "unsafe"]

[dev-dependencies]
approx = "0.5"

[build-dependencies]
bindgen = "0.71"
curl = "0.4"
tar = "0.4"
flate2 = "1.0"
pkg-config = "0.3"
cmake = "0.1"
lazy_static = "1"
rust-crypto = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
log = "0.4"
env_logger = "0.11"