# 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.67.1" name = "simulated_annealing" version = "0.2.1" authors = ["Pavel Sobolev "] description = "An interface for global function optimization using simulated annealing" homepage = "https://github.com/paveloom-r/simulated_annealing" documentation = "https://docs.rs/simulated_annealing" readme = "README.md" keywords = [ "optimization", "simulated-annealing", ] categories = ["mathematics"] license-file = "LICENSE.md" repository = "https://github.com/paveloom-r/simulated_annealing" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "assets/katex-header.html", ] [dependencies.anyhow] version = "1.0.70" [dependencies.itertools] version = "0.10.5" [dependencies.num] version = "0.4.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rand_xoshiro] version = "0.6.0"