[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
[features]
serde = []
tracing = []
[lib]
name = "axum_thiserror_tracing"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["ozpv https://ozpv.dev"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server"]
description = "Helpful IntoResponse derive macro for the thiserror crate"
edition = "2021"
exclude = ["example/"]
homepage = "https://github.com/ozpv/axum_thiserror_tracing/"
keywords = ["axum", "thiserror", "intoresponse", "derive"]
license = "MIT"
name = "axum_thiserror_tracing"
readme = "README.md"
repository = "https://github.com/ozpv/axum_thiserror_tracing/"
version = "0.1.0"