[package]
name = "web_panic_report"
description = "A panic hook which replaces an HTML element with a bug report form."
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/loopystudios/web_panic_report"
[dependencies]
wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = [
"Window",
'Document',
'CssStyleDeclaration',
'HtmlElement',
'HtmlTextAreaElement',
'HtmlButtonElement',
] }
[dev-dependencies]
wasm-bindgen-test = "0.3.43"
[features]
default = ["default-form"]
default-form = []