]> git.proxmox.com Git - rustc.git/blob - vendor/crossbeam-deque/Cargo.toml
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / vendor / crossbeam-deque / 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 name = "crossbeam-deque"
15 version = "0.7.3"
16 authors = ["The Crossbeam Project Developers"]
17 description = "Concurrent work-stealing deque"
18 homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque"
19 documentation = "https://docs.rs/crossbeam-deque"
20 readme = "README.md"
21 keywords = ["chase-lev", "lock-free", "scheduler", "scheduling"]
22 categories = ["algorithms", "concurrency", "data-structures"]
23 license = "MIT/Apache-2.0"
24 repository = "https://github.com/crossbeam-rs/crossbeam"
25 [dependencies.crossbeam-epoch]
26 version = "0.8"
27
28 [dependencies.crossbeam-utils]
29 version = "0.7"
30
31 [dependencies.maybe-uninit]
32 version = "2.0.0"
33 [dev-dependencies.rand]
34 version = "0.6"