# 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-core" 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_core" path = "src/lib.rs" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.74" features = ["full"] [dev-dependencies.utoipa] version = "5.0.0" features = ["preserve_path_order"]