[dependencies.tokio]
features = ["sync", "time", "rt", "macros"]
version = "1"
[dev-dependencies.futures]
version = "0.3.28"
[dev-dependencies.timeit]
version = "0.1.2"
[package]
authors = ["Jeremias"]
description = "A simple utility for good enough concurrent caching needs."
edition = "2021"
license = "MIT"
name = "crude_cache"
readme = "README.md"
repository = "https://github.com/defic/crude_cache"
version = "0.1.0"