# 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 = "2021" name = "workflow-panic-hook" version = "0.18.0" authors = [ "Nick Fitzgerald ", "Anton Yemelyanov ", "Surinder Singh Matoo Mattaur ", ] build = 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" [lib] name = "workflow_panic_hook" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.wasm-bindgen] version = "0.2.93" [dependencies.web-sys] version = "0.3.70" features = [ "console", "Document", "Element", "HtmlElement", "Window", ] [lints.clippy] empty_docs = "allow"