1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "crossbeam-utils"
16version = "0.8.5"
17authors = ["The Crossbeam Project Developers"]
18description = "Utilities for concurrent programming"
19homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
20documentation = "https://docs.rs/crossbeam-utils"
21keywords = ["scoped", "thread", "atomic", "cache"]
22categories = ["algorithms", "concurrency", "data-structures", "no-std"]
23license = "MIT OR Apache-2.0"
24repository = "https://github.com/crossbeam-rs/crossbeam"
25[dependencies.cfg-if]
26version = "1"
27
28[dependencies.lazy_static]
29version = "1.4.0"
30optional = true
31[dev-dependencies.rand]
32version = "0.8"
33
34[features]
35default = ["std"]
36nightly = []
37std = ["lazy_static"]
38[target."cfg(crossbeam_loom)".dependencies.loom]
39version = "0.5"
40optional = true
41