[package]
edition = "2018"
name = "futures-timer"
version = "0.3.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Timeouts and intervals for futures.\n"
homepage = "https://github.com/alexcrichton/futures-timer"
documentation = "https://docs.rs/futures-timer"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/futures-timer"
[dependencies.futures-preview]
version = "0.3.0-alpha.16"
[dependencies.pin-utils]
version = "0.1.0-alpha.4"
[dev-dependencies.runtime]
version = "0.3.0-alpha.4"