retainer 0.2.2

Minimal async cache in Rust with support for key expirations
Documentation
[dependencies.async-lock]
version = "2.3"

[dependencies.async-timer]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.9"

[dev-dependencies.simple_logger]
version = "1.11"

[dev-dependencies.smol]
version = "1.2"

[dev-dependencies.tokio]
features = ["full"]
version = "1.1"

[package]
authors = ["Isaac Whitfield <iw@whitfin.io>"]
categories = ["algorithms", "asynchronous", "caching", "data-structures"]
description = "Minimal async cache in Rust with support for key expirations "
edition = "2018"
keywords = ["async", "futures", "caching", "expiration", "ttl"]
license = "MIT"
name = "retainer"
readme = "README.md"
repository = "https://github.com/whitfin/retainer"
version = "0.2.2"