# 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_bindgen" version = "0.2.3" authors = ["Matt Bolitho"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to the C interface of Ipopt, a library for large-scale, constrained, nonlinear optimization." documentation = "https://docs.rs/ipopt_bindgen" readme = "README.md" keywords = [ "ipopt", "optimization", "ffi", "bindings", ] categories = [ "external-ffi-bindings", "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MattBolitho/ipopt_bindgen" [lib] name = "ipopt_bindgen" path = "src/lib.rs" [[example]] name = "hs071" path = "examples/hs071.rs" test = true doc-scrape-examples = false harness = false [build-dependencies.bindgen] version = "0.70" [target."cfg(windows)".build-dependencies.cc] version = "1.1"