crossbeam-utils 0.8.0

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

[dependencies.const_fn]
version = "0.4"

[dependencies.lazy_static]
optional = true
version = "1.4.0"
[dev-dependencies.rand]
version = "0.7.3"

[dev-dependencies.rustversion]
version = "1.0"

[features]
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"
edition = "2018"
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
keywords = ["scoped", "thread", "atomic", "cache"]
license = "MIT OR Apache-2.0"
name = "crossbeam-utils"
readme = "README.md"
repository = "https://github.com/crossbeam-rs/crossbeam"
version = "0.8.0"