[package]
name = "gloo-events"
description = "Convenience crate for working with DOM event listeners"
version = "0.1.1"
authors = ["Rust and WebAssembly Working Group"]
edition = "2018"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "http://github.com/rustwasm/gloo/tree/master/crates/events"
homepage = "http://github.com/rustwasm/gloo"
categories = ["api-bindings", "asynchronous", "web-programming", "wasm"]
[dependencies]
wasm-bindgen = "0.2.43"
[dependencies.web-sys]
version = "0.3.14"
features = [
"Event",
"EventTarget",
"AddEventListenerOptions",
]
[dev-dependencies]
js-sys = "0.3.14"
futures = "0.1.25"
wasm-bindgen-test = "0.2.43"
[dev-dependencies.web-sys]
version = "0.3.14"
features = [
"HtmlElement",
"Window",
"Document",
"Element",
"MouseEvent",
"ProgressEvent",
]