# 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_error_macro" version = "0.1.7" authors = ["Huterok Bebrov"] description = "Simple derive macro for your custom Error enum to generate quickly its status code and message" homepage = "https://github.com/Huterok228/axum_error_macro" documentation = "https://docs.rs/axum_error_macro" readme = "./README.md" keywords = [ "axum", "error", "macro", ] license = "MIT" repository = "https://github.com/Huterok228/axum_error_macro" [lib] proc-macro = true [dependencies.axum] version = "0.6.20" [dependencies.hyper] version = "0.14.27" [dependencies.litrs] version = "0.4.0" [dependencies.proc-macro2] version = "1.0.66" [dependencies.quote] version = "1.0.32" [dependencies.serde_json] version = "1.0.107" [dependencies.syn] version = "2.0.28" features = [ "extra-traits", "full", ] [dev-dependencies.serde_json] version = "1.0.107" [dev-dependencies.tokio] version = "1.32.0" features = ["full"]