Jakub Kotur | 5dd645c | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 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-deque" |
| 16 | version = "0.8.0" |
| 17 | authors = ["The Crossbeam Project Developers"] |
| 18 | description = "Concurrent work-stealing deque" |
| 19 | homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque" |
| 20 | documentation = "https://docs.rs/crossbeam-deque" |
| 21 | readme = "README.md" |
| 22 | keywords = ["chase-lev", "lock-free", "scheduler", "scheduling"] |
| 23 | categories = ["algorithms", "concurrency", "data-structures"] |
| 24 | license = "MIT OR Apache-2.0" |
| 25 | repository = "https://github.com/crossbeam-rs/crossbeam" |
| 26 | [dependencies.cfg-if] |
| 27 | version = "1" |
| 28 | |
| 29 | [dependencies.crossbeam-epoch] |
| 30 | version = "0.9" |
| 31 | optional = true |
| 32 | default-features = false |
| 33 | |
| 34 | [dependencies.crossbeam-utils] |
| 35 | version = "0.8" |
| 36 | optional = true |
| 37 | default-features = false |
| 38 | [dev-dependencies.rand] |
| 39 | version = "0.7.3" |
| 40 | |
| 41 | [features] |
| 42 | default = ["std"] |
| 43 | std = ["crossbeam-epoch/std", "crossbeam-utils/std"] |