blob: 87a889fb73cd109e984a80c4392ebe55d0b786eb [file] [log] [blame]
Jakub Kotur2b588ff2020-12-21 17:28:14 +01001# 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
David LeGare54fc8482022-03-01 18:58:39 +00006# to registry (e.g., crates.io) dependencies.
Jakub Kotur2b588ff2020-12-21 17:28:14 +01007#
David LeGare54fc8482022-03-01 18:58:39 +00008# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
Jakub Kotur2b588ff2020-12-21 17:28:14 +010011
12[package]
13edition = "2018"
David LeGare54fc8482022-03-01 18:58:39 +000014rust-version = "1.36"
Jakub Kotur2b588ff2020-12-21 17:28:14 +010015name = "crossbeam-channel"
David LeGare54fc8482022-03-01 18:58:39 +000016version = "0.5.2"
Jakub Kotur2b588ff2020-12-21 17:28:14 +010017description = "Multi-producer multi-consumer channels for message passing"
18homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel"
Jakub Kotur2b588ff2020-12-21 17:28:14 +010019keywords = ["channel", "mpmc", "select", "golang", "message"]
20categories = ["algorithms", "concurrency", "data-structures"]
21license = "MIT OR Apache-2.0"
22repository = "https://github.com/crossbeam-rs/crossbeam"
23[dependencies.cfg-if]
24version = "1"
25
26[dependencies.crossbeam-utils]
27version = "0.8"
28optional = true
29default-features = false
30[dev-dependencies.num_cpus]
31version = "1.13.0"
32
33[dev-dependencies.rand]
Joel Galensonf6b6a422021-05-19 14:58:42 -070034version = "0.8"
Jakub Kotur2b588ff2020-12-21 17:28:14 +010035
36[dev-dependencies.signal-hook]
Joel Galensonf6b6a422021-05-19 14:58:42 -070037version = "0.3"
Jakub Kotur2b588ff2020-12-21 17:28:14 +010038
39[features]
40default = ["std"]
41std = ["crossbeam-utils/std"]