concurrent-queue 1.1.0

Concurrent multi-producer multi-consumer queue
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cache-padded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24508e28c677875c380c20f4d28124fab6f8ed4ef929a1397d7b1a31e92f1005"

[[package]]
name = "concurrent-queue"
version = "1.1.0"
dependencies = [
 "cache-padded",
 "easy-parallel",
 "fastrand",
]

[[package]]
name = "easy-parallel"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77849cd0d1ef5d407f1f55656cf9091cafbc673f74b9f6e2aca04c31b06f175a"

[[package]]
name = "fastrand"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12890fdee58a4be4e5a5480c30ff56d8002fdd2d32e12871b72f49486007fe74"