salvo_macro_ext 0.1.3

Unofficial extension macros for the salvo web framework.
Documentation
[dependencies.proc-macro-crate]
version = ">= 2, <= 4"

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

[dependencies.quote]
version = "1"

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

[dev-dependencies.salvo]
features = ["oapi"]
version = "0.72"

[dev-dependencies.tokio]
version = "1"

[[example]]
name = "add"
path = "examples/add.rs"

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

[package]
authors = ["Andeya Lee <andeyalee@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous"]
description = "Unofficial extension macros for the salvo web framework."
documentation = "https://docs.rs/salvo_macro_ext"
edition = "2021"
homepage = "https://github.com/andeya/salvo_macro_ext"
keywords = ["http", "async", "web", "framework", "server"]
license = "MIT"
name = "salvo_macro_ext"
readme = "README.md"
repository = "https://github.com/andeya/salvo_macro_ext"
version = "0.1.3"