context_attr 0.1.2

Attribute macro to add context to all errors a function produces
Documentation
[dependencies.anyhow]
optional = true
version = "1.0.95"

[dependencies.eyre]
optional = true
version = "0.6.12"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.43.0"

[features]
anyhow = ["dep:anyhow"]
eyre = ["dep:eyre"]
full = ["anyhow", "eyre"]

[lib]
name = "context_attr"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Attribute macro to add context to all errors a function produces"
edition = "2021"
license = "MIT"
name = "context_attr"
readme = false
version = "0.1.2"

[[test]]
name = "anyhow"
path = "tests/anyhow.rs"

[[test]]
name = "eyre"
path = "tests/eyre.rs"