[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"