# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "tokio-timerfd" version = "0.2.0" authors = ["Alexander Polakov "] description = "timerfd support for tokio" homepage = "https://github.com/polachok/tokio-timerfd" documentation = "https://docs.rs/tokio-timerfd" readme = "README.md" keywords = ["timerfd", "timers"] categories = ["asynchronous", "os", "os::unix-apis"] license = "MIT" repository = "https://github.com/polachok/tokio-timerfd" [dependencies.futures-core] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.slab] version = "0.4" [dependencies.timerfd] version = "1.0" [dependencies.tokio] version = "1.0" features = ["net"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.0" features = ["macros", "test-util"]