[package]
edition = "2021"
name = "tamanegi-error-impl"
version = "0.1.0"
authors = ["Toshifumi Nishinaga <tnishinaga.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tamanegi-Error is a library that helps you create error types that can track the propagation history"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/tnishinaga/tamanegi-error"
[lib]
name = "tamanegi_error_impl"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro-crate]
version = "3.2.0"
[dependencies.proc-macro2]
version = "1.0.92"
[dependencies.quote]
version = "1.0.38"
[dependencies.syn]
version = "2.0.95"
features = [
"full",
"extra-traits",
]