]> git.proxmox.com Git - rustc.git/blob - vendor/crossbeam-utils/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / crossbeam-utils / Cargo.toml
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]
14 edition = "2018"
15 name = "crossbeam-utils"
16 version = "0.8.3"
17 authors = ["The Crossbeam Project Developers"]
18 description = "Utilities for concurrent programming"
19 homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
20 documentation = "https://docs.rs/crossbeam-utils"
21 keywords = ["scoped", "thread", "atomic", "cache"]
22 categories = ["algorithms", "concurrency", "data-structures", "no-std"]
23 license = "MIT OR Apache-2.0"
24 repository = "https://github.com/crossbeam-rs/crossbeam"
25 [dependencies.cfg-if]
26 version = "1"
27
28 [dependencies.lazy_static]
29 version = "1.4.0"
30 optional = true
31 [dev-dependencies.rand]
32 version = "0.8"
33 [build-dependencies.autocfg]
34 version = "1.0.0"
35
36 [features]
37 default = ["std"]
38 nightly = []
39 std = ["lazy_static"]
40 [target."cfg(crossbeam_loom)".dependencies.loom]
41 version = "0.4"
42 optional = true