crossbeam-utils 0.7.2

Utilities for concurrent programming
Documentation
[build-dependencies.autocfg]
version = "1"
[dependencies.cfg-if]
version = "0.1.2"

[dependencies.lazy_static]
optional = true
version = "1.1.0"
[dev-dependencies.rand]
version = "0.6"

[features]
alloc = []
default = ["std"]
nightly = []
std = ["lazy_static"]

[package]
authors = ["The Crossbeam Project Developers"]
categories = ["algorithms", "concurrency", "data-structures", "no-std"]
description = "Utilities for concurrent programming"
documentation = "https://docs.rs/crossbeam-utils"
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
keywords = ["scoped", "thread", "atomic", "cache"]
license = "MIT/Apache-2.0"
name = "crossbeam-utils"
readme = "README.md"
repository = "https://github.com/crossbeam-rs/crossbeam"
version = "0.7.2"