1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "crossbeam-channel"
15version = "0.4.4"
16authors = ["The Crossbeam Project Developers"]
17description = "Multi-producer multi-consumer channels for message passing"
18homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel"
19documentation = "https://docs.rs/crossbeam-channel"
20readme = "README.md"
21keywords = ["channel", "mpmc", "select", "golang", "message"]
22categories = ["algorithms", "concurrency", "data-structures"]
23license = "MIT OR Apache-2.0"
24repository = "https://github.com/crossbeam-rs/crossbeam"
25[dependencies.crossbeam-utils]
26version = "0.7"
27
28[dependencies.maybe-uninit]
29version = "2.0.0"
30[dev-dependencies.num_cpus]
31version = "1.10.0"
32
33[dev-dependencies.rand]
34version = "0.6"
35
36[dev-dependencies.signal-hook]
37version = "0.1.5"
38