utoipauto 0.2.0

Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase
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 = "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"]