2017-06-01 02:12:44 +03: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)
|
|
|
|
|
2017-05-09 06:47:56 +03:00
|
|
|
[package]
|
|
|
|
name = "rayon-core"
|
2018-02-20 17:05:08 +03:00
|
|
|
version = "1.4.0"
|
2017-06-15 06:22:09 +03:00
|
|
|
authors = ["Niko Matsakis <niko@alum.mit.edu>", "Josh Stone <cuviper@gmail.com>"]
|
2017-06-01 02:12:44 +03:00
|
|
|
build = "build.rs"
|
|
|
|
links = "rayon-core"
|
2017-05-09 06:47:56 +03:00
|
|
|
description = "Core APIs for Rayon"
|
2017-06-01 02:12:44 +03:00
|
|
|
documentation = "https://docs.rs/rayon/"
|
2018-02-20 17:05:08 +03:00
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["parallel", "thread", "concurrency", "join", "performance"]
|
|
|
|
categories = ["concurrency"]
|
2017-05-09 06:47:56 +03:00
|
|
|
license = "Apache-2.0/MIT"
|
2018-02-20 17:05:08 +03:00
|
|
|
repository = "https://github.com/rayon-rs/rayon"
|
|
|
|
[dependencies.crossbeam-deque]
|
|
|
|
version = "0.2.0"
|
2017-06-15 06:22:09 +03:00
|
|
|
|
|
|
|
[dependencies.lazy_static]
|
2018-02-20 17:05:08 +03:00
|
|
|
version = "1"
|
2017-06-01 02:12:44 +03:00
|
|
|
|
2017-06-15 06:22:09 +03:00
|
|
|
[dependencies.libc]
|
|
|
|
version = "0.2.16"
|
2017-05-09 06:47:56 +03:00
|
|
|
|
2018-02-20 17:05:08 +03:00
|
|
|
[dependencies.num_cpus]
|
|
|
|
version = "1.2"
|
|
|
|
|
|
|
|
[dependencies.rand]
|
|
|
|
version = ">= 0.3, < 0.5"
|
|
|
|
|
2017-05-09 06:47:56 +03:00
|
|
|
[dev-dependencies]
|