hitbox-tower 0.2.0

Hitbox integration for Tower 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 = "2024"
rust-version = "1.91.1"
name = "hitbox-tower"
version = "0.2.0"
authors = ["Hitbox team <mail@hitbox.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hitbox integration for Tower framework"
readme = "README.md"
keywords = [
    "cache",
    "tower",
    "async",
    "http",
    "hitbox",
]
categories = [
    "caching",
    "asynchronous",
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/hit-box/hitbox/"
resolver = "2"

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

[[bench]]
name = "cache_service_benchmark"
path = "benches/cache_service_benchmark.rs"
harness = false

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.futures]
version = "0.3"
default-features = false

[dependencies.hitbox]
version = "0.2"

[dependencies.hitbox-backend]
version = "0.2"

[dependencies.hitbox-core]
version = "0.2"

[dependencies.hitbox-http]
version = "0.2"

[dependencies.hitbox-moka]
version = "0.2"

[dependencies.http]
version = "1.3"

[dependencies.hyper]
version = "1.6"
default-features = false

[dependencies.pin-project]
version = "1"

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

[dependencies.tower]
version = "0.5"

[dependencies.tracing]
version = "0.1"
default-features = false

[dev-dependencies.criterion]
version = "0.8"
features = [
    "async",
    "async_tokio",
]

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]
default-features = false