[package] authors = ["rise0chen "] categories = ["concurrency"] description = "Atomic Channel" edition = "2018" keywords = ["atomic", "channel", "no-heap"] license-file = "LICENSE" name = "ach-option" readme = "./README.md" repository = "https://github.com/rise0chen/ach.git" version = "0.1.0" [dependencies] interrupt = "0.1" spin_loop = "0.1" util = {package = "ach-util", version = "0.1", path = "../ach-util"} [dev-dependencies] on_drop = "0.1"