# 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 = "cobyla" version = "0.6.0" authors = ["Remi Lafage "] description = "COBYLA optimizer for Rust" documentation = "https://docs.rs/cobyla" readme = "README.md" keywords = [ "optimizer", "optimization", "constrained", "derivative-free", ] categories = [ "algorithms", "api-bindings", "science", ] license-file = "LICENSE.md" repository = "https://github.com/relf/cobyla/" [dependencies.argmin] version = "0.10" [dependencies.argmin-observer-slog] version = "0.1" [dependencies.instant] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.approx] version = "0.5" [features] serde1 = [ "dep:serde", "argmin/serde1", ]