# 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" name = "axum-webtools-macros" version = "0.1.10" authors = ["Jonatan Lemes"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "General purpose macros for axum web framework." homepage = "https://github.com/jonatansalemes/axum-webtools.git" documentation = "https://docs.rs/axum-webtools-macros" readme = "README.md" keywords = [ "axum", "web", "test", "dotenv", ] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/jonatansalemes/axum-webtools.git" [lib] name = "axum_webtools_macros" path = "src/lib.rs" proc-macro = true [dependencies.axum-webtools] version = "0.1.10" [dependencies.dotenv] version = "0.15.0" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.87" [dependencies.tokio] version = "1.41.1" features = ["full"]