[package] authors = ["rise0chen "] categories = ["concurrency"] description = "Async Atomic Channel" edition = "2018" keywords = ["atomic", "channel", "no-heap"] license-file = "LICENSE" name = "async_ach-watch" readme = "./README.md" repository = "https://github.com/rise0chen/async_ach.git" version = "0.1.4" [dependencies] ach-util = "0.1" async-tick = "0.1" async_ach-cell = {version = "0.1", path = "../cell"} async_ach-notify = {version = "0.1", path = "../notify"} futures-util = {version = "0.3", default-features = false} [dev-dependencies] async-tick = {version = "0.1", features = ["std"]} futures-executor = {version = "0", features = ["thread-pool"]} futures-test = "0"