# 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.69" name = "utoipa_auto_discovery" version = "0.3.0" authors = ["RxDiscovery"] description = "Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase" homepage = "https://github.com/rxdiscovery/utoipa_auto_discovery" 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/rxdiscovery/utoipa_auto_discovery" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.59" [dependencies.quote] version = "1.0.28" [dependencies.syn] version = "2.0.18" features = ["full"] [build-dependencies]