sword-macros 0.3.0

Structured web framework built on top of tokio ecosystem, providing powerful features for building robust web applications.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.95"
name = "sword-macros"
version = "0.3.0"
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://sword-web.github.io"
documentation = "https://docs.rs/sword-macros"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "axum",
    "http",
    "async",
]
license = "MIT"
repository = "https://github.com/sword-web/sword"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
event-handlers = []
grpc-controllers = []
grpc-reflection = []
hot-reload = []
socketio-controllers = []
web-controllers = ["dep:axum"]

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

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

[dependencies.heck]
version = "0.5"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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