chio-tower 0.1.2

Tower middleware for Chio capability validation and receipt signing
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"
rust-version = "1.93"
name = "chio-tower"
version = "0.1.2"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tower middleware for Chio capability validation and receipt signing"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/backbay-labs/chio"

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

[[test]]
name = "axum_integration"
path = "tests/axum_integration.rs"

[[test]]
name = "load_shed_overloaded"
path = "tests/load_shed_overloaded.rs"

[[test]]
name = "per_tenant_concurrency_limit"
path = "tests/per_tenant_concurrency_limit.rs"

[[test]]
name = "tonic_integration"
path = "tests/tonic_integration.rs"

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

[dependencies.bytes]
version = "1"

[dependencies.chio-core-types]
version = "=0.1.2"

[dependencies.chio-http-core]
version = "=0.1.2"

[dependencies.chio-kernel]
version = "=0.1.2"

[dependencies.chio-metrics-spec]
version = "=0.1.2"

[dependencies.chrono]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

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

[dependencies.serde_json]
version = "1"
features = ["float_roundtrip"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.tower]
version = "0.5"
features = [
    "util",
    "timeout",
    "limit",
    "load-shed",
]

[dependencies.tower-layer]
version = "0.3"

[dependencies.tower-service]
version = "0.3"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v7"]

[dev-dependencies.axum]
version = "0.8"

[dev-dependencies.hyper]
version = "1"
features = ["full"]

[dev-dependencies.hyper-util]
version = "0.1"
features = ["tokio"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
    "macros",
]

[dev-dependencies.tower]
version = "0.5"
features = [
    "util",
    "timeout",
]

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"