# 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-routes-macros" version = "0.1.1" authors = ["Thomas Meson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Create an axum Router from an enum and resolve routes" homepage = "https://github.com/zllak/axum-routes" readme = "README.md" license = "MIT" repository = "https://github.com/zllak/axum-routes" [lib] name = "axum_routes_macros" path = "src/lib.rs" proc-macro = true [dependencies.monch] version = "0.5" default-features = false [dependencies.proc-macro-crate] version = "3.2" default-features = false [dependencies.proc-macro2] version = "1.0" default-features = false [dependencies.quote] version = "1.0" features = ["proc-macro"] default-features = false [dependencies.syn] version = "2.0" features = [ "full", "parsing", "printing", "proc-macro", "extra-traits", ] default-features = false [dependencies.thiserror] version = "1.0" default-features = false