gloo-timers 0.1.0

Convenience crate for working with JavaScript timers
Documentation
[package]

name = "gloo-timers"

description = "Convenience crate for working with JavaScript timers"

version = "0.1.0"

authors = ["Rust and WebAssembly Working Group"]

edition = "2018"

license = "MIT/Apache-2.0"

readme = "README.md"

repository = "https://github.com/rustwasm/gloo/tree/master/crates/timers"

homepage = "https://github.com/rustwasm/gloo"

categories = ["api-bindings", "asynchronous", "wasm"]



[dependencies]

wasm-bindgen = "0.2.43"

js-sys = "0.3.17"



[dependencies.futures_rs]

package = "futures"

version = "0.1.25"

optional = true



[dependencies.wasm-bindgen-futures]

version = "0.3.19"

optional = true



[dependencies.web-sys]

version = "0.3.19"

features = [

    "Window",

]



[features]

default = []

futures = ["futures_rs", "wasm-bindgen-futures"]





[dev-dependencies]

wasm-bindgen-test = "0.2.43"