# 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 = "localsearch" version = "0.18.0" authors = ["Du Shiqiao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Library of Local Search based Metaheuristics" readme = "README.md" keywords = [ "optimization", "metaheuristics", "localsearch", ] categories = ["algorithms"] license-file = "LICENSE" repository = "https://github.com/lucidfrontier45/localsearch" [lib] name = "localsearch" path = "src/lib.rs" doctest = false [[example]] name = "quadratic_model" path = "examples/quadratic_model.rs" [[example]] name = "tsp_model" path = "examples/tsp_model.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.auto_impl] version = "1.2.0" [dependencies.ordered-float] version = "4.2.2" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.indicatif] version = "0.17.8" [target.'cfg(target_family = "wasm")'.dependencies.web-time] version = "1.1.0"