[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1.71"
[dependencies.tide]
version = "0.16.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "sync", "time"]
version = "1.35.1"
[lib]
name = "rtcache"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching"]
description = "A read-through/write-back cache"
edition = "2021"
keywords = ["cache"]
license = "Apache-2.0 OR MIT"
name = "rtcache"
readme = "README.md"
repository = "https://github.com/rtdavis22/rtcache"
version = "0.1.3"