[package]
edition = "2024"
rust-version = "1.99"
name = "active-reporting"
version = "1.1.4"
authors = ["Alejandro Vaz <alejandro.vaz.myt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A custom error wrapper for detailed logs"
homepage = "https://github.com/alejandro-vaz/libutils"
readme = "README.md"
keywords = [
"reporting",
"logging",
"errors",
"issue",
"active",
]
categories = [
"caching",
"development-tools::debugging",
"rust-patterns",
"no-std",
]
license = "MIT"
repository = "https://github.com/alejandro-vaz/libutils"
[lib]
name = "active_reporting"
path = "mod.rs"
[[test]]
name = "active-reporting"
path = "tests.rs"
[[bench]]
name = "active-reporting"
path = "benches.rs"
harness = false
[dependencies.issuing]
version = "0.4"
[dependencies.systemstd]
version = "2.0"
[dev-dependencies.criterion]
version = "0.8"