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 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. 11 12[package] 13edition = "2018" 14rust-version = "1.36" 15name = "crossbeam-channel" 16version = "0.5.2" 17description = "Multi-producer multi-consumer channels for message passing" 18homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel" 19keywords = ["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] 34version = "0.8" 35 36[dev-dependencies.signal-hook] 37version = "0.3" 38 39[features] 40default = ["std"] 41std = ["crossbeam-utils/std"] 42