altaria 0.2.0

Altaria is an asynchronous, memory-safe, blazingly fast HTTP server written in Rust. It currently supports HTTP1.1 parsing and encoding and HTTP2 parsing.
Documentation
[dependencies.altaria-macros]
version = "0.1.0"

[dependencies.anyhow]
version = "1.0.94"

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

[dependencies.chrono]
version = "0.4.38"

[dependencies.hpack]
version = "0.3.0"

[dependencies.thiserror]
version = "2.0.4"

[dependencies.tokio]
features = ["full"]
version = "1.42.0"

[package]
authors = ["Gabriel <gabriel@minatel.dev>"]
description = "Altaria is an asynchronous, memory-safe, blazingly fast HTTP server written in Rust. It currently supports HTTP1.1 parsing and encoding and HTTP2 parsing."
edition = "2021"
homepage = "https://github.com/SrGaabriel/altaria"
license-file = "LICENSE"
name = "altaria"
readme = "README.md"
repository = "https://github.com/SrGaabriel/altaria"
version = "0.2.0"