freqache 0.2.2

A weighted, thread-safe, futures-aware LFU cache which supports a custom eviction policy
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.uplock]
version = "0.1"
[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.5"

[dev-dependencies.tokio-test]
version = "0.4"

[package]
authors = ["haydnv"]
categories = ["asynchronous", "caching", "concurrency", "data-structures"]
description = "A weighted, thread-safe, futures-aware LFU cache which supports a custom eviction policy"
edition = "2018"
keywords = ["lfu", "cache", "custom", "eviction"]
license = "Apache-2.0"
name = "freqache"
readme = "README.md"
repository = "http://github.com/haydnv/freqache"
version = "0.2.2"