retainer 0.3.0

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

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

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.10"

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

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

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

[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.3.0"