afast-macros 0.0.13

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[features]
code = []
default = []
doc = ["code"]
js = ["code"]
ts = ["code"]

[lib]
name = "afast_macros"
path = "src/lib.rs"
proc-macro = true

[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-macros"
readme = "README.md"
repository = "https://github.com/ahriroot/afast"
rust-version = "1.90"
version = "0.0.13"