oxidite-cache 2.0.0

Caching backends (Memory, Redis) for the Oxidite v2 web framework
Documentation
[dependencies.async-trait]
version = "0.1.89"

[dependencies.redis]
features = ["tokio-comp"]
version = "0.27.6"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
features = ["full"]
version = "1.48.0"

[lib]
name = "oxidite_cache"
path = "src/lib.rs"

[package]
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching", "web-programming"]
description = "Caching backends (Memory, Redis) for the Oxidite v2 web framework"
edition = "2021"
keywords = ["cache", "redis", "memory", "async", "web"]
license = "MIT"
name = "oxidite-cache"
readme = "README.md"
repository = "https://github.com/meshackbahati/rust-oxidite"
version = "2.0.0"