r-cache 0.2.1

r-cache is an in memory key value store. It is thread safe and values have expiry times
Documentation
[package]
name = "r-cache"
version = "0.2.1"
authors = ["cobbinma <cobbinma@gmail.com>"]
edition = "2018"
description = "r-cache is an in memory key value store. It is thread safe and values have expiry times"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/cobbinma/r-cache"
categories = [
    "caching",
    "asynchronous"
]
keywords = ["cache", "async"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-std = "1.6.4"
chrono = "0.4.15"