1[package]
2name = "clru"
3version = "0.6.1"
4authors = ["marmeladema <xademax@gmail.com>"]
5edition = "2021"
6description = "An LRU cache implementation with constant time operations and weighted semantic"
7readme = "README.md"
8repository = "https://github.com/marmeladema/clru-rs"
9license = "MIT"
10keywords = ["lru", "cache", "hashmap"]
11
12[dependencies]
13