comprehensive_http 0.5.1

A harness for creating consistently-shaped servers will less boilerplate
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"
name = "comprehensive_http"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A harness for creating consistently-shaped servers will less boilerplate"
homepage = "https://github.com/vandry/comprehensive"
readme = "README.md"
license = "MIT"
repository = "https://github.com/vandry/comprehensive.git"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
tls = [
    "axum-server/tls-rustls",
    "dep:comprehensive_tls",
]

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

[dependencies.axum]
version = "0.8.7"

[dependencies.axum-server]
version = "0.7"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.comprehensive]
version = "0.9"

[dependencies.comprehensive_macros]
version = "0.5"

[dependencies.comprehensive_tls]
version = "0.6"
optional = true

[dependencies.comprehensive_traits]
version = "0.3.1"
features = ["http_diag"]

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.1"

[dependencies.hyper]
version = "1.4"

[dependencies.pin-project-lite]
version = "0.2.16"

[dependencies.prometheus]
version = "0.14"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.40"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
]

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

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.reqwest]
version = "0.12"