[package] name = "localsearch" authors = ["Du Shiqiao "] description = "A Library of Local Search based Metaheuristics" keywords = ["optimization", "metaheuristics", "localsearch"] categories = ["algorithms"] repository = "https://github.com/lucidfrontier45/localsearch" license-file = "LICENSE" readme = "README.md" version = "0.18.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" ordered-float = "4.2.2" rayon = "1.10.0" auto_impl = "1.2.0" anyhow = "1.0.86" [target.'cfg(target_family = "wasm")'.dependencies] web-time = "1.1.0" [dev-dependencies] approx = "0.5.1" indicatif = "0.17.8" [lib] name = "localsearch" doctest = false