bobyqa 0.1.0

Dependency-free BOBYQA: derivative-free minimization of a box-constrained function from values alone — a faithful pure-Rust port of PRIMA.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "bobyqa"
version = "0.1.0"
authors = ["Paweł Lenartowicz <pawellenartowicz@europe.com>"]
build = false
exclude = ["tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-free BOBYQA: derivative-free minimization of a box-constrained function from values alone — a faithful pure-Rust port of PRIMA."
documentation = "https://docs.rs/bobyqa"
readme = "README.md"
keywords = [
    "optimization",
    "bobyqa",
    "derivative-free",
    "minimization",
    "powell",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pawlenartowicz/bobyqa"

[features]
count-kernels = []

[lib]
name = "bobyqa"
path = "src/lib.rs"

[lints.clippy.all]
level = "deny"
priority = 0

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 1

[lints.clippy.float_cmp]
level = "allow"
priority = 1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "deny"

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1