[package] name = "tabu" version = "0.1.1" edition = "2021" license-file = "LICENSE" description = "Provides local search functionality in general, plus derived applications such as local search based clustering" readme = "README.md" keywords = ["local", "search", "tabu", "clustering"] categories = ["algorithms"] repository = "https://github.com/maxsnijders/tabu" author = "Max Snijders" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hashbrown = "0.13.1" itertools = "0.10.5" ordered-float = "3.4.0"