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