traced_error 0.1.1

Typed errors with automatic trace frames and structured context for Rust error propagation
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 = "traced_error"
version = "0.1.1"
authors = ["lihaohan"]
build = false
exclude = [
    "target/",
    ".git/",
    ".github/",
    ".idea/",
    ".vscode/",
    "Cargo.lock",
    "*.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed errors with automatic trace frames and structured context for Rust error propagation"
homepage = "https://github.com/lihaohan/traced_error"
documentation = "https://docs.rs/traced_error"
readme = "README.md"
keywords = [
    "error",
    "context",
    "trace",
    "typed",
    "macro",
]
categories = [
    "rust-patterns",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lihaohan/traced_error"

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

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies.smallvec]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.traced_macro]
version = "0.1.0"