gloo-timers 0.1.0

Convenience crate for working with JavaScript timers
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "gloo-timers"
version = "0.1.0"
authors = ["Rust and WebAssembly Working Group"]
description = "Convenience crate for working with JavaScript timers"
homepage = "https://github.com/rustwasm/gloo"
readme = "README.md"
categories = ["api-bindings", "asynchronous", "wasm"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/gloo/tree/master/crates/timers"
[dependencies.futures_rs]
version = "0.1.25"
optional = true
package = "futures"

[dependencies.js-sys]
version = "0.3.17"

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

[dependencies.wasm-bindgen-futures]
version = "0.3.19"
optional = true

[dependencies.web-sys]
version = "0.3.19"
features = ["Window"]
[dev-dependencies.wasm-bindgen-test]
version = "0.2.43"

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