[package] name = "snooze" version = "0.1.0" authors = ["mpostma "] edition = "2018" description = "An timeout based event notifier for Rust" license-file = "LICENSE" repository = "https://github.com/MarinPostma/snooze" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "0.3.2", features = ["sync", "rt", "time", "macros"] } pin-utils = "0.1.0"