[package] authors = ["rise0chen "] categories = ["concurrency"] description = "Async Atomic Channel" edition = "2018" keywords = ["atomic", "channel", "no-heap"] license-file = "LICENSE" name = "async_ach-mpmc" readme = "./README.md" repository = "https://github.com/rise0chen/async_ach.git" version = "0.1.3" [features] alloc = [] default = [] [dependencies] ach-util = "0.1" async_ach-ring = {version = "0.1", path = "../ring"} [dev-dependencies] futures-test = "0"