blob: b379854bbc2367c5ebddbb21ae6909ed84774fed [file] [log] [blame]
# 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]
name = "crossbeam"
version = "0.5.0"
authors = ["The Crossbeam Project Developers"]
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
description = "Support for concurrent programming: memory management, utilities, non-blocking data structures"
homepage = "https://github.com/crossbeam-rs/crossbeam"
documentation = "https://docs.rs/crossbeam"
readme = "README.md"
keywords = ["atomic", "garbage", "non-blocking", "lock-free", "rcu"]
categories = ["concurrency", "memory-management", "data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/crossbeam-rs/crossbeam"
[dependencies.cfg-if]
version = "0.1"
[dependencies.crossbeam-channel]
version = "0.3"
[dependencies.crossbeam-deque]
version = "0.6"
[dependencies.crossbeam-epoch]
version = "0.6"
[dependencies.crossbeam-utils]
version = "0.6"
[dependencies.lazy_static]
version = "1.1.0"
[dependencies.num_cpus]
version = "1.8.0"
[dependencies.parking_lot]
version = "0.6.4"
[dev-dependencies.rand]
version = "0.5"
[features]
default = ["std"]
nightly = ["crossbeam-epoch/nightly", "crossbeam-utils/nightly"]
std = ["crossbeam-epoch/std", "crossbeam-utils/std"]
[badges.travis-ci]
repository = "crossbeam-rs/crossbeam"