# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "multichannel" version = "0.2.0" authors = ["Alexdesander"] exclude = ["logo.png"] description = "A mpmc priority multi channel with dynamic channel registration and freezing." readme = "README.md" keywords = [ "sync", "channel", "multithreading", "concurrency", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/alexdesander/multichannel" [dependencies.ahash] version = "0.8.11" [dependencies.crossbeam-channel] version = "0.5.12" [dependencies.crossbeam-utils] version = "0.8.19" [dependencies.itertools] version = "0.12.1" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.smallvec] version = "1.13.2" features = ["union"] [dependencies.thiserror] version = "1.0.59"