[dependencies.libc]
version = "0.2"
[dev-dependencies.approx]
version = "0.5"
[[example]]
name = "paraboloid"
path = "examples/paraboloid.rs"
[features]
[lib]
name = "cobyla"
path = "src/lib.rs"
[package]
authors = ["Remi Lafage <remi.lafage@onera.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "api-bindings", "science"]
description = "COBYLA optimizer for Rust"
documentation = "https://docs.rs/cobyla"
edition = "2024"
keywords = ["optimizer", "optimization", "constrained", "derivative-free"]
license-file = "LICENSE.md"
name = "cobyla"
readme = "README.md"
repository = "https://github.com/relf/cobyla/"
version = "1.0.0"