[dependencies.tracing]
version = "0.1.41"
[dev-dependencies.anyhow]
version = "1"
[lib]
name = "tracing_log_error"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A set of helpers to capture rich error context in tracing logs"
edition = "2021"
keywords = ["tracing", "telemetry", "logging", "error-handling"]
license = "MIT OR Apache-2.0"
name = "tracing_log_error"
readme = "README.md"
repository = "https://github.com/LukeMathWalker/tracing_log_error"
version = "0.1.3"