blob: 10d3240ea29da28f5c2335dde712be39e3e6b764 [file] [log] [blame]
Jakub Kotura1fea562020-12-21 17:28:14 +01001# 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
David LeGare66bcc0c2022-03-01 19:05:04 +00006# to registry (e.g., crates.io) dependencies.
Jakub Kotura1fea562020-12-21 17:28:14 +01007#
David LeGare66bcc0c2022-03-01 19:05:04 +00008# 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.
Jakub Kotura1fea562020-12-21 17:28:14 +010011
12[package]
13edition = "2018"
David LeGare66bcc0c2022-03-01 19:05:04 +000014rust-version = "1.36"
Jakub Kotura1fea562020-12-21 17:28:14 +010015name = "crossbeam-utils"
David LeGare66bcc0c2022-03-01 19:05:04 +000016version = "0.8.7"
Jakub Kotura1fea562020-12-21 17:28:14 +010017description = "Utilities for concurrent programming"
18homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
David LeGare66bcc0c2022-03-01 19:05:04 +000019keywords = [
20 "scoped",
21 "thread",
22 "atomic",
23 "cache",
24]
25categories = [
26 "algorithms",
27 "concurrency",
28 "data-structures",
29 "no-std",
30]
Jakub Kotura1fea562020-12-21 17:28:14 +010031license = "MIT OR Apache-2.0"
32repository = "https://github.com/crossbeam-rs/crossbeam"
David LeGare66bcc0c2022-03-01 19:05:04 +000033
Jakub Kotura1fea562020-12-21 17:28:14 +010034[dependencies.cfg-if]
35version = "1"
36
37[dependencies.lazy_static]
38version = "1.4.0"
39optional = true
David LeGare66bcc0c2022-03-01 19:05:04 +000040
Jakub Kotura1fea562020-12-21 17:28:14 +010041[dev-dependencies.rand]
Joel Galenson2e996282021-04-01 15:39:07 -070042version = "0.8"
Jakub Kotura1fea562020-12-21 17:28:14 +010043
David LeGare66bcc0c2022-03-01 19:05:04 +000044[dev-dependencies.rustversion]
45version = "1"
46
Jakub Kotura1fea562020-12-21 17:28:14 +010047[features]
48default = ["std"]
49nightly = []
50std = ["lazy_static"]
David LeGare66bcc0c2022-03-01 19:05:04 +000051
Joel Galenson2e996282021-04-01 15:39:07 -070052[target."cfg(crossbeam_loom)".dependencies.loom]
Joel Galensonf32965f2021-05-20 10:13:47 -070053version = "0.5"
Joel Galenson2e996282021-04-01 15:39:07 -070054optional = true