tracerr 0.5.0

Custom compile-time captured error tracing.
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"
rust-version = "1.85"
name = "tracerr"
version = "0.5.0"
authors = ["Kai Ren <tyranron@gmail.com>"]
build = false
include = [
    "/src/",
    "/CHANGELOG.md",
    "/LICENSE.md",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Custom compile-time captured error tracing."
homepage = "https://github.com/tyranron/tracerr-rs"
documentation = "https://docs.rs/tracerr"
readme = "README.md"
keywords = [
    "backtrace",
    "error",
    "stacktrace",
    "tracing",
    "tracerr",
]
categories = ["rust-patterns"]
license = "BlueOak-1.0.0"
repository = "https://github.com/tyranron/tracerr-rs"

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

[dependencies.derive_more]
version = "2.0"
features = [
    "as_ref",
    "display",
]

[dependencies.sealed]
version = "0.6"