[package] name = "clru" version = "0.6.2" authors = ["marmeladema "] edition = "2021" description = "An LRU cache implementation with constant time operations and weighted semantic" readme = "README.md" repository = "https://github.com/marmeladema/clru-rs" license = "MIT" keywords = ["lru", "cache", "hashmap"] [dependencies]