jetstream_http 14.0.0

Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC.
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 = "jetstream_http"
version = "14.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC."
documentation = "https://jetstream.rs"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/sevki/jetstream"

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

[dependencies.askama]
version = "0.15.2"

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

[dependencies.axum]
version = "0.8.8"
features = []
default-features = false

[dependencies.bytes]
version = "1.11.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.h3]
version = "0.0.8"

[dependencies.h3-quinn]
version = "0.0.10"

[dependencies.http]
version = "1.4.0"

[dependencies.jetstream_error]
version = "14.0.0"

[dependencies.jetstream_quic]
version = "14.0.0"

[dependencies.jetstream_rpc]
version = "14.0.0"
features = [
    "quinn",
    "x509",
]

[dependencies.jetstream_wireformat]
version = "14.0.0"

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

[dependencies.quinn]
version = "0.11.9"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "tracing",
]

[dependencies.tokio-util]
version = "0.7.16"
features = ["codec"]

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

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

[dependencies.tracing]
version = "0.1.44"