[package] name = "sod-mpsc" version = "0.3.4" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Eric Thill"] repository = "https://github.com/thill/sod" description = "Service Oriented Design - Multi Producer Single Consumer" keywords = ["service", "pattern"] categories = ["rust-patterns"] exclude = ["Cargo.lock"] [dependencies] sod = "0.3.3"