| name = "crossbeam-channel" |
| # When publishing a new version: |
| # - Create "crossbeam-channel-X.Y.Z" git tag |
| authors = ["The Crossbeam Project Developers"] |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/crossbeam-rs/crossbeam" |
| homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel" |
| documentation = "https://docs.rs/crossbeam-channel" |
| description = "Multi-producer multi-consumer channels for message passing" |
| keywords = ["channel", "mpmc", "select", "golang", "message"] |
| categories = ["algorithms", "concurrency", "data-structures"] |
| # Enable to use APIs that require `std`. |
| # This is enabled by default. |
| std = ["crossbeam-utils/std"] |
| [dependencies.crossbeam-utils] |
| path = "../crossbeam-utils" |