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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.60" 15name = "crossbeam-utils" 16version = "0.8.20" 17description = "Utilities for concurrent programming" 18homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils" 19readme = "README.md" 20keywords = [ 21 "scoped", 22 "thread", 23 "atomic", 24 "cache", 25] 26categories = [ 27 "algorithms", 28 "concurrency", 29 "data-structures", 30 "no-std", 31] 32license = "MIT OR Apache-2.0" 33repository = "https://github.com/crossbeam-rs/crossbeam" 34 35[dependencies] 36 37[dev-dependencies.rand] 38version = "0.8" 39 40[features] 41default = ["std"] 42nightly = [] 43std = [] 44 45[target."cfg(crossbeam_loom)".dependencies.loom] 46version = "0.7.1" 47optional = true 48 49[lints.rust.unexpected_cfgs] 50level = "warn" 51priority = 0 52