[build-dependencies.bindgen]
version = "0.56.0"
[build-dependencies.cmake]
version = "0.1"
[package]
authors = ["Remi Lafage <remi.lafage@onera.fr>"]
build = "build.rs"
categories = ["algorithms", "api-bindings", "science"]
description = "Rust wrapping of a C implementation of the COBYLA optimizer."
documentation = "https://docs.rs/cobyla"
edition = "2018"
keywords = ["optimizer", "optimization", "constrained", "derivative-free"]
license-file = "LICENSE.md"
name = "cobyla"
readme = "README.md"
repository = "https://github.com/relf/cobyla/"
version = "0.1.1"