[dependencies.alloy-primitives]
version = "1.4"
[dependencies.brotli]
version = "8.0"
[dependencies.bytes]
version = "1.0"
[dependencies.derive_more]
features = ["full"]
version = "2.0"
[dependencies.lru]
version = "0.12"
[dependencies.redis]
features = ["tokio-comp"]
version = "0.27"
[dependencies.roxy-traits]
version = "0.1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.48"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.rstest]
version = "0.23"
[lib]
name = "roxy_cache"
path = "src/lib.rs"
[lints.clippy]
missing-const-for-fn = "warn"
option-if-let-else = "warn"
redundant-clone = "warn"
use-self = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
missing-debug-implementations = "warn"
missing-docs = "warn"
rust-2018-idioms = "deny"
unnameable-types = "warn"
unreachable-pub = "warn"
unused-must-use = "deny"
[lints.rustdoc]
all = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Cache implementations for Roxy RPC proxy"
edition = "2024"
homepage = "https://github.com/refcell/roxy"
license = "MIT"
name = "roxy-cache"
readme = "README.md"
repository = "https://github.com/refcell/roxy"
resolver = "2"
rust-version = "1.88"
version = "0.1.0"