[package] name = "message-channel" version = "0.0.1" edition = "2021" description = "A simple thread-safe message channel implementation" license = "MIT" repository = "https://github.com/piot/message-channel" categories = ["asynchronous", "concurrency", "data-structures"] keywords = ["channel", "messaging", "concurrent", "threads"] [dependencies]