[package] name = "notifies" version = "0.1.0" edition = "2021" authors = ["nerodono "] description = "various efficient async notifies" homepage = "https://git.viende.su/VienDesu/notifies" repository = "https://git.viende.su/VienDesu/notifies" keywords = ["async", "atomic", "waker"] [dependencies] [dev-dependencies] tokio = { version = "1.44.2", features = [ "rt", "rt-multi-thread", "sync", "macros", "time", ] }