[dependencies.proc-macro2]
version = "1.0.87"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
features = ["full"]
version = "2.0.101"
[lib]
name = "axum_err_handler_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["David Yen <david99900@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A macro implementation for AxumErrorHandler"
edition = "2024"
keywords = ["axum", "error", "handler", "web", "framework"]
license = "MIT"
name = "axum-err-handler-macro"
readme = false
repository = "https://github.com/MRDavidYen/axum-error-handler"
version = "0.2.1"