utoipauto 0.2.0

Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase
Documentation
[dependencies.utoipauto-macro]
version = "0.2"

[dev-dependencies.serde_json]
version = "1.0.128"

[dev-dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0.74"

[dev-dependencies.utoipa]
features = ["preserve_path_order"]
version = "5.0.0"

[lib]
name = "utoipauto"
path = "src/lib.rs"

[package]
authors = ["ProbablyClem", "RxDiscovery", "DenuxPlays"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing", "development-tools::procedural-macro-helpers", "web-programming"]
description = "Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase"
edition = "2021"
homepage = "https://github.com/ProbablyClem/utoipauto"
keywords = ["utoipa", "openapi", "swagger", "path", "auto"]
license = "MIT OR Apache-2.0"
name = "utoipauto"
readme = "README.md"
repository = "https://github.com/ProbablyClem/utoipauto"
rust-version = "1.75.0"
version = "0.2.0"

[[test]]
name = "test"
path = "tests/test.rs"