[package]
name = "crossbeam-utils"
version = "0.8.0"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/crossbeam-rs/crossbeam"
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
documentation = "https://docs.rs/crossbeam-utils"
description = "Utilities for concurrent programming"
keywords = ["scoped", "thread", "atomic", "cache"]
categories = ["algorithms", "concurrency", "data-structures", "no-std"]
[features]
default = ["std"]
std = ["lazy_static"]
nightly = []
[dependencies]
cfg-if = "1"
const_fn = "0.4"
lazy_static = { version = "1.4.0", optional = true }
[build-dependencies]
autocfg = "1.0.0"
[dev-dependencies]
rand = "0.7.3"
rustversion = "1.0"