libhttp3 0.1.2

A Rust library for HTTP/3 clients and servers.
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 = "libhttp3"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for HTTP/3 clients and servers."
homepage = "https://github.com/ARizzo35/libhttp3-rs"
readme = "README.md"
keywords = [
    "http",
    "http3",
]
categories = [
    "network-programming",
    "web-programming::http-client",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/ARizzo35/libhttp3-rs"

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

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "server"
path = "examples/server.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.8"

[dependencies.bytes]
version = "1"

[dependencies.h3]
version = "0.0"

[dependencies.h3-axum]
version = "0"

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

[dependencies.http]
version = "1"

[dependencies.quinn]
version = "0.11"

[dependencies.rustls]
version = "0.23"
features = ["aws-lc-rs"]

[dependencies.rustls-pemfile]
version = "2"

[dependencies.tokio]
version = "1"

[dependencies.tracing]
version = "0.1"

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