abrasion/third_party/cargo/vendor/crossbeam-deque-0.8.0/Cargo.toml

44 lines
1.4 KiB
TOML
Raw Normal View History

2020-01-18 23:27:25 +00:00
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
2021-01-07 23:38:16 +00:00
name = "crossbeam-deque"
version = "0.8.0"
2020-01-18 23:27:25 +00:00
authors = ["The Crossbeam Project Developers"]
2021-01-07 23:38:16 +00:00
description = "Concurrent work-stealing deque"
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque"
documentation = "https://docs.rs/crossbeam-deque"
2020-01-18 23:27:25 +00:00
readme = "README.md"
2021-01-07 23:38:16 +00:00
keywords = ["chase-lev", "lock-free", "scheduler", "scheduling"]
categories = ["algorithms", "concurrency", "data-structures"]
license = "MIT OR Apache-2.0"
2020-01-18 23:27:25 +00:00
repository = "https://github.com/crossbeam-rs/crossbeam"
[dependencies.cfg-if]
2021-01-07 23:38:16 +00:00
version = "1"
[dependencies.crossbeam-epoch]
version = "0.9"
optional = true
default-features = false
2020-01-18 23:27:25 +00:00
2020-03-16 23:00:50 +00:00
[dependencies.crossbeam-utils]
2021-01-07 23:38:16 +00:00
version = "0.8"
optional = true
2020-03-16 23:00:50 +00:00
default-features = false
2020-01-18 23:27:25 +00:00
[dev-dependencies.rand]
version = "0.7.3"
2020-01-18 23:27:25 +00:00
[features]
default = ["std"]
2021-01-07 23:38:16 +00:00
std = ["crossbeam-epoch/std", "crossbeam-utils/std"]