[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
proc-macro = true
[package]
authors = ["Andrey Tkachenko <andrey@aidev.ru>"]
categories = ["error-handling"]
description = "Tiny wrapper on thiserror embedding backtrace and location"
edition = "2021"
exclude = [".gitignore", ".cargo/config", ".github/**", "codecov.yml"]
keywords = ["error", "handling", "thiserror", "context", "backtrace"]
license = "MIT OR Apache-2.0"
name = "ctxerr_derive"
repository = "https://github.com/andreytkachenko/ctxerr.git"
version = "0.5.4"