oxidite-cache 2.3.0

Caching backends (Memory, Redis) for the Oxidite web framework
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[dependencies.async-trait]
version = "0.1.89"

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

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0"

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