mechanics-http-server 0.0.0

Server-side counterpart to mechanics-http-client: opportunistic HTTP/3 (QUIC) listener + Alt-Svc emission on top of hyper-rustls + webpki-roots, with aws-lc-rs as the sole crypto provider. Placeholder release; substantive content lands in a follow-up.
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.88"
name = "mechanics-http-server"
version = "0.0.0"
authors = ["metastable-void"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server-side counterpart to mechanics-http-client: opportunistic HTTP/3 (QUIC) listener + Alt-Svc emission on top of hyper-rustls + webpki-roots, with aws-lc-rs as the sole crypto provider. Placeholder release; substantive content lands in a follow-up."
homepage = "https://github.com/metastable-void/mechanics-http-server"
readme = "README.md"
keywords = [
    "http",
    "http3",
    "quic",
    "server",
    "aws-lc-rs",
]
categories = [
    "network-programming",
    "web-programming::http-server",
]
license = "Apache-2.0 OR MPL-2.0"
repository = "https://github.com/metastable-void/mechanics-http-server"

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

[dependencies]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
overflow-checks = true
strip = true