sword-macros 0.2.1

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.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"]