[package]
name = "charon-error"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Structured error and panic handling with rich reports and bug reporting functionality"
repository = "https://gitlab.com/ralpha9/charon-error"
readme = "README.md"
keywords = ["error-handling", "error-report", "panic-hook", "tracing", "gitlab"]
categories = ["rust-patterns", "development-tools::debugging"]
[dependencies]
backtrace = "0.3"
tracing = "0.1.40"
tracing-error = "0.2.0"
url = "2.5.4"
colored = "3.1.1"
anyhow = { version = "1.0", features = ["backtrace"] }
thiserror = "2.0.3"
regex = "1.10"
indexmap = "2.10.0"
chrono = "0.4.41"
rand = "0.10.0"