# 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" rust-version = "1.69.0" name = "ganesh" version = "0.13.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Function minimization in Rust, simplified" homepage = "https://github.com/denehoffman/ganesh" documentation = "https://docs.rs/ganesh" readme = "README.md" keywords = [ "optimization", "minimization", ] categories = [ "science", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/denehoffman/ganesh" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./docs/docs-header.html", ] [lib] name = "ganesh" path = "src/lib.rs" [[bench]] name = "rosenbrock_benchmark" path = "benches/rosenbrock_benchmark.rs" harness = false [dependencies.ctrlc] version = "3.4.5" [dependencies.dyn-clone] version = "1.0.17" [dependencies.lazy_static] version = "1.5.0" [dependencies.nalgebra] version = "0.33.0" features = ["serde-serialize"] [dependencies.num] version = "0.4.3" [dependencies.serde] version = "1.0.214" features = ["derive"] [dev-dependencies.criterion] version = "2.7.2" features = ["html_reports"] package = "codspeed-criterion-compat" [dev-dependencies.float-cmp] version = "0.10.0"