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