[dependencies.afast-macros]
version = "0.0.9"
[dependencies.axum]
optional = true
version = "0.8"
[dependencies.backtrace]
optional = true
version = "0.3"
[dependencies.http-body-util]
features = ["full"]
optional = true
version = "0.1"
[dependencies.include_dir]
optional = true
version = "0.7"
[dependencies.mime_guess]
optional = true
version = "2.0"
[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]
code = ["afast-macros/code"]
default = ["http"]
doc = ["afast-macros/doc", "code", "tower-http/fs", "include_dir", "mime_guess"]
http = ["axum", "http-body-util", "tower-http"]
js = ["afast-macros/js", "code"]
tcp = []
trace = ["backtrace"]
ts = ["afast-macros/ts", "code"]
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.9"