[dependencies.futures-core]
version = "0.3"
[dependencies.libc]
version = "0.2"
[dependencies.slab]
version = "0.4"
[dependencies.timerfd]
version = "1.0"
[dependencies.tokio]
features = ["net"]
version = "1.0"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.tokio]
features = ["macros", "test-util"]
version = "1.0"
[package]
authors = ["Alexander Polakov <plhk@sdf.org>"]
categories = ["asynchronous", "os", "os::unix-apis"]
description = "timerfd support for tokio"
documentation = "https://docs.rs/tokio-timerfd"
edition = "2018"
homepage = "https://github.com/polachok/tokio-timerfd"
keywords = ["timerfd", "timers"]
license = "MIT"
name = "tokio-timerfd"
readme = "README.md"
repository = "https://github.com/polachok/tokio-timerfd"
version = "0.2.0"