]> git.proxmox.com Git - rustc.git/blame - vendor/crossbeam-deque/Cargo.toml
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / vendor / crossbeam-deque / Cargo.toml
CommitLineData
416331ca
XL
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
94222f64 6# to registry (e.g., crates.io) dependencies.
416331ca 7#
94222f64
XL
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.
416331ca
XL
11
12[package]
5869c6ff 13edition = "2018"
416331ca 14name = "crossbeam-deque"
94222f64 15version = "0.8.1"
416331ca
XL
16authors = ["The Crossbeam Project Developers"]
17description = "Concurrent work-stealing deque"
e74abb32 18homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque"
416331ca 19documentation = "https://docs.rs/crossbeam-deque"
416331ca
XL
20keywords = ["chase-lev", "lock-free", "scheduler", "scheduling"]
21categories = ["algorithms", "concurrency", "data-structures"]
5869c6ff 22license = "MIT OR Apache-2.0"
416331ca 23repository = "https://github.com/crossbeam-rs/crossbeam"
5869c6ff
XL
24[dependencies.cfg-if]
25version = "1"
26
416331ca 27[dependencies.crossbeam-epoch]
5869c6ff
XL
28version = "0.9"
29optional = true
30default-features = false
416331ca
XL
31
32[dependencies.crossbeam-utils]
5869c6ff
XL
33version = "0.8"
34optional = true
35default-features = false
416331ca 36[dev-dependencies.rand]
94222f64 37version = "0.8"
5869c6ff
XL
38
39[features]
40default = ["std"]
41std = ["crossbeam-epoch/std", "crossbeam-utils/std"]