scoped-panic-hook 0.1.2

Adds scoped, nestable, thread-local hooks for panics and some utilities for capturing and analyzing panics more conveniently
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 = "scoped-panic-hook"
version = "0.1.2"
authors = ["Igor Baidiuk <target.san@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Adds scoped, nestable, thread-local hooks for panics and some utilities for capturing and analyzing panics more conveniently
"""
readme = "README.md"
keywords = [
    "error",
    "error-handling",
    "panic",
]
license = "MIT"
repository = "https://github.com/target-san/scoped-panic-hook"

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

[dependencies.defer]
version = "0.2.1"

[dev-dependencies.subprocess-test]
version = "0.1.2"

[build-dependencies.rustc_version]
version = "0.4.1"