[package]
edition = "2024"
rust-version = "1.85"
name = "sword-macros"
version = "0.2.1"
authors = ["Luciano Revillod <lrevillod2022@alu.uct.cl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured web framework built on top of tokio ecosystem, providing powerful features for building robust web applications."
homepage = "https://github.com/sword-web/sword"
documentation = "https://docs.rs/sword-macros"
readme = "README.md"
keywords = [
"web",
"framework",
"axum",
"http",
"async",
]
license-file = "LICENSE"
repository = "https://github.com/sword-web/sword"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
adapter-http-controllers = []
adapter-socketio = []
default = ["adapter-http-controllers"]
hot-reload = []
[lib]
name = "sword_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.axum]
version = "0.8.7"
[dependencies.proc-macro-error]
version = "1.0.4"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = ["full"]