err_trail 0.11.1

Add context to errors through logging
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "err_trail"
version = "0.11.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Add context to errors through logging"
documentation = "https://docs.rs/err_trail"
readme = "README.md"
categories = [
    "rust-patterns",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/mcmah309/err_trail"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
defmt = [
    "dep:defmt",
    "err_trail_macros/defmt",
]
log = [
    "dep:log",
    "err_trail_macros/log",
]
tracing = [
    "dep:tracing",
    "err_trail_macros/tracing",
]

[lib]
name = "err_trail"
path = "src/lib.rs"

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

[dependencies.defmt]
version = "1"
optional = true
default-features = false

[dependencies.err_trail_macros]
version = "0.11.1"

[dependencies.log]
version = "0.4"
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true
default-features = false

[dev-dependencies.flaky_test]
version = "0.2"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-test]
version = "0.2"
features = ["no-env-filter"]