rootcause-backtrace 0.12.0

Backtraces support for the rootcause error reporting library
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.89"
name = "rootcause-backtrace"
version = "0.12.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backtraces support for the rootcause error reporting library"
documentation = "https://docs.rs/rootcause-backtrace"
readme = "README.md"
keywords = [
    "error",
    "error-handling",
    "ergonomic",
    "library",
    "backtrace",
]
categories = ["rust-patterns"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rootcause-rs/rootcause"

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

[dependencies.backtrace]
version = "0.3.76"
features = [
    "std",
    "cpp_demangle",
]
default-features = false

[dependencies.regex]
version = "1.12.2"
default-features = false

[dependencies.rootcause]
version = "=0.12.0"

[dependencies.unicode-ident]
version = "1.0.22"