workflow-panic-hook 0.19.0

Based on the console_error_panic_hook this crate provides additional functionality allowing panic hook to bring up an in-browser overlay displaying the panic hook stack trace.
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 = "workflow-panic-hook"
version = "0.19.0"
authors = [
    "Nick Fitzgerald <fitzgen@gmail.com>",
    "Anton Yemelyanov <anton.yemelyanov@gmail.com>",
    "Surinder Singh Matoo Mattaur <surinder83singh@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Based on the console_error_panic_hook this crate provides additional
functionality allowing panic hook to bring up an in-browser overlay
displaying the panic hook stack trace.
"""
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/workflow-rs/workflow-rs"
resolver = "2"

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

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.wasm-bindgen]
version = "0.2.100"

[dependencies.web-sys]
version = "0.3.77"
features = [
    "console",
    "Document",
    "Element",
    "HtmlElement",
    "Window",
]

[lints.clippy]
empty_docs = "allow"