charon-error 0.1.0

Structured error and panic handling with rich reports and bug reporting functionality
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 = "charon-error"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured error and panic handling with rich reports and bug reporting functionality"
readme = "README.md"
keywords = [
    "error-handling",
    "error-report",
    "panic-hook",
    "tracing",
    "gitlab",
]
categories = [
    "rust-patterns",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/ralpha9/charon-error"

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

[dependencies.anyhow]
version = "1.0"
features = ["backtrace"]

[dependencies.backtrace]
version = "0.3"

[dependencies.chrono]
version = "0.4.41"

[dependencies.colored]
version = "3.1.1"

[dependencies.indexmap]
version = "2.10.0"

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.10"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-error]
version = "0.2.0"

[dependencies.url]
version = "2.5.4"