afast 0.0.3

AFast: high-performance async Rust web framework with HTTP, WS, TCP support, automatic client generation, validation, and documentation.
Documentation
[dependencies.afast-macros]
version = "0.0.3"

[dependencies.axum]
optional = true
version = "0.8"

[dependencies.http-body-util]
features = ["full"]
optional = true
version = "0.1"

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

[dependencies.tower-http]
features = ["cors"]
optional = true
version = "0.6"

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

[features]
default = []
http = ["axum", "http-body-util", "tower-http"]
tcp = []
ws = ["axum", "axum/ws", "tower-http"]

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

[package]
authors = ["ahriknow <ahriknow@ahriknow.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming"]
description = "AFast: high-performance async Rust web framework with HTTP, WS, TCP support, automatic client generation, validation, and documentation."
documentation = "https://docs.rs/afast"
edition = "2024"
homepage = "https://github.com/ahriroot/afast"
keywords = ["framework", "async", "web", "tcp", "codegen"]
license = "MIT OR Apache-2.0"
name = "afast"
readme = "README.md"
repository = "https://github.com/ahriroot/afast"
rust-version = "1.90"
version = "0.0.3"