djangors-cache 0.6.0

Cache backends and middleware for Djangors
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 = "djangors-cache"
version = "0.6.0"
authors = ["chidiisking7@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cache backends and middleware for Djangors"
readme = false
license = "MIT OR Apache-2.0"

[features]
default = []
redis = ["dep:redis"]

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

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

[dependencies.bytes]
version = "1.12.1"

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

[dependencies.djangors-db]
version = "0.6.0"

[dependencies.http-body-util]
version = "0.1.4"

[dependencies.hyper]
version = "1.10.1"
features = ["http1"]

[dependencies.moka]
version = "0.12.15"
features = ["future"]

[dependencies.redis]
version = "1.4.1"
features = ["tokio-comp"]
optional = true

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sqlx]
version = "0.9.0"
features = [
    "runtime-tokio",
    "postgres",
    "chrono",
]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.53.0"
features = [
    "time",
    "fs",
]

[dependencies.tower]
version = "0.5.3"
features = ["util"]

[dev-dependencies.sqlx]
version = "0.9.0"
features = [
    "runtime-tokio",
    "postgres",
]

[dev-dependencies.tokio]
version = "1.53.0"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]