[package] name = "searchlib" version = "0.1.2" edition = "2021" authors = ["Jan M. D. Hansen"] license-file = "LICENSE" repository = "https://github.com/jamadaha/searchlib" description = "Satisficing and optimal search algorithms" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] indexmap = "2.2.6" rustc-hash = { version = "1.1.0", default-features = false } [dev-dependencies] criterion = { version = "0.4", features = ["html_reports"] } [[bench]] name = "visit_all" harness = false [[bench]] name = "visit_one" harness = false [[bench]] name = "maze" harness = false