[package] name = "cachewell" version = "0.1.0" authors = ["Moin Hussain Moti "] description = "LruCache with pinning and detachment support" homepage = "https://sr.ht/~mhm/cachewell/" repository = "https://git.sr.ht/~mhm/cachewell/" license = "MPL-2.0" keywords = ["lru", "cache"] categories = ["caching"] edition = "2021" [dependencies] lru = "0.12.3"