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 = "2021" 14rust-version = "1.60" 15name = "crossbeam-channel" 16version = "0.5.13" 17description = "Multi-producer multi-consumer channels for message passing" 18homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel" 19readme = "README.md" 20keywords = [ 21 "channel", 22 "mpmc", 23 "select", 24 "golang", 25 "message", 26] 27categories = [ 28 "algorithms", 29 "concurrency", 30 "data-structures", 31] 32license = "MIT OR Apache-2.0" 33repository = "https://github.com/crossbeam-rs/crossbeam" 34 35[dependencies.crossbeam-utils] 36version = "0.8.18" 37default-features = false 38 39[dev-dependencies.num_cpus] 40version = "1.13.0" 41 42[dev-dependencies.rand] 43version = "0.8" 44 45[dev-dependencies.signal-hook] 46version = "0.3" 47 48[features] 49default = ["std"] 50std = ["crossbeam-utils/std"] 51 52[lints.rust.unexpected_cfgs] 53level = "warn" 54priority = 0 55