[package] name = "mcmp" version = "0.1.4" license = "MIT" license-file = "LICENSE" authors = ["Pierre Ortegat "] repository = "https://github.com/reirep/mpmc" description = "A small buffer thread safe with multiple producer and multiple consumer allowed" keywords = ["buffer","mpmc","multi-producer", "multi-consumer"] categories = ["concurrency", "algorithms"] include = [ "**/*.rs", "Cargo.toml", "LICENSE" ] [dependencies]