futures-timer 3.0.2

Timeouts for futures.
Documentation
[dependencies.gloo-timers]
features = ["futures"]
optional = true
version = "0.2.0"

[dependencies.send_wrapper]
optional = true
version = "0.4.0"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.0.1"

[dev-dependencies.futures]
version = "0.3.1"

[features]
wasm-bindgen = ["gloo-timers", "send_wrapper"]

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Timeouts for futures.\n"
documentation = "https://docs.rs/futures-timer"
edition = "2018"
homepage = "https://github.com/async-rs/futures-timer"
license = "MIT/Apache-2.0"
name = "futures-timer"
readme = "README.md"
repository = "https://github.com/async-rs/futures-timer"
version = "3.0.2"