scir-optimize 0.3.2

SciR Optimize: Nelder–Mead, BFGS, and L-BFGS with fixture-driven validation on Rosenbrock/Himmelblau.
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 = "2021"
name = "scir-optimize"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SciR Optimize: Nelder–Mead, BFGS, and L-BFGS with fixture-driven validation on Rosenbrock/Himmelblau."
homepage = "https://github.com/SoftOboros/scir"
documentation = "https://docs.rs/scir-optimize"
readme = "README.md"
keywords = [
    "scir",
    "scipy",
    "optimize",
    "bfgs",
    "nelder-mead",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/SoftOboros/scir"

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

[dependencies.ndarray]
version = "0.15"

[dependencies.scir-core]
version = "0.3.2"

[dev-dependencies.ndarray-npy]
version = "0.8"