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