thiserror-ext-derive 0.3.0

Procedural macros for `thiserror_ext`.
Documentation
[package]
name = "thiserror-ext-derive"
description = "Procedural macros for `thiserror_ext`."
version = { workspace = true }
edition = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
keywords = { workspace = true }
categories = { workspace = true }
license = { workspace = true }

[lib]
proc-macro = true

[features]
backtrace = []

[dependencies]
either = "1"
proc-macro2 = "1"
quote = "1"
syn = "2"