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