rustapi-macros 0.1.11

Procedural macros for RustAPI. Includes #[get], #[post], #[derive(Schema)], and #[derive(Validate)] for compile-time magic.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing", "extra-traits"]
version = "2.0"

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

[package]
authors = ["RustAPI Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macros for RustAPI. Includes #[get], #[post], #[derive(Schema)], and #[derive(Validate)] for compile-time magic."
documentation = "https://docs.rs/rustapi-macros"
edition = "2021"
homepage = "https://github.com/Tuntii/RustAPI"
license = "MIT OR Apache-2.0"
name = "rustapi-macros"
readme = "README.md"
repository = "https://github.com/Tuntii/RustAPI"
version = "0.1.11"