[package] name = "navvy" version = "0.1.0" edition = "2021" authors = ["Graham Keenan "] license = "MIT OR Apache-2.0" description = "MPSC Channel broker allowing channels of different types to be stored in a single data structure" readme = "README.md" repository = "https://github.com/Tyrannican/navvy" keywords = ["channels", "mpsc", "threading", "data-structure"] categories = ["data-structures", "concurrency"] [dependencies] thiserror = "1.0.65"