blob: f2971cd3c348261278e0d43887e17f525bbe4249 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "concurrent-queue"
version = "1.2.2"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
description = "Concurrent multi-producer multi-consumer queue"
homepage = "https://github.com/stjepang/concurrent-queue"
documentation = "https://docs.rs/concurrent-queue"
readme = "README.md"
keywords = ["channel", "mpmc", "spsc", "spmc", "mpsc"]
categories = ["concurrency"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/concurrent-queue"
[dependencies.cache-padded]
version = "1.1.1"
[dev-dependencies.easy-parallel]
version = "3.1.0"
[dev-dependencies.fastrand]
version = "1.3.3"