[dependencies.error_mancer_macros]
version = "0.2.1"
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.thiserror]
version = "2"
[dev-dependencies.trybuild]
version = "1"
[lib]
name = "error_mancer"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Master your errors with precision, context, and effortless control."
edition = "2021"
license = "MIT"
name = "error_mancer"
readme = false
version = "0.2.1"
[[test]]
name = "anyhow"
path = "tests/anyhow.rs"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "flatten"
path = "tests/flatten.rs"
[[test]]
name = "ui"
path = "tests/ui.rs"