rok-cache 0.1.0

Cache façade for the rok ecosystem — Memory/Redis drivers, Cache::get/set/remember
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 = "rok-cache"
version = "0.1.0"
authors = ["ateeq1999"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cache façade for the rok ecosystem — Memory/Redis drivers, Cache::get/set/remember"
homepage = "https://github.com/ateeq1999/axum-rok-http"
readme = "README.md"
keywords = [
    "cache",
    "redis",
    "memory",
    "rok",
]
categories = ["caching"]
license = "MIT"
repository = "https://github.com/ateeq1999/axum-rok-http"

[features]
axum = [
    "dep:axum",
    "dep:tower",
]
default = []
redis = ["dep:deadpool-redis"]

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

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.dashmap]
version = "6"

[dependencies.deadpool-redis]
version = "0.15"
features = ["rt_tokio_1"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tower]
version = "0.5"
optional = true