[package] name = "evicting_cache_map" authors.workspace = true edition.workspace = true license.workspace = true version.workspace = true repository = "https://gitlab.com/kelderon/rs-collections" readme = "README.md" keywords = ["no_std", "evicting_cache_map", "data_structures"] categories = ["data-structures", "no-std"] description = "An Evicting LRU cache supporting prune hooks" rust-version.workspace = true [dependencies] ordered_hash_map = { path = "../ordered_hash_map", version = "0.4.0" }