[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "visit-mut", "parsing", "printing"]
version = "2.0"
[lib]
proc-macro = true
[package]
authors = ["Joel Jakobsson <github@compiler.org>"]
categories = ["rust-patterns"]
description = "Enhance Rust errors with file and line details using the `#[wherr]` macro for clearer debugging."
edition = "2021"
keywords = ["error", "error-handling"]
license = "MIT OR Apache-2.0"
name = "wherr-macro"
readme = "README.md"
repository = "https://github.com/joelonsql/wherr"
resolver = "1"
version = "0.1.7"