[go: up one dir, main page]

rayon-core 1.2.0

Core APIs for Rayon
Documentation
[package]
name = "rayon-core"
version = "1.2.0"
authors = ["Niko Matsakis <niko@alum.mit.edu>",
           "Josh Stone <cuviper@gmail.com>"]
description = "Core APIs for Rayon"
license = "Apache-2.0/MIT"
repository = "https://github.com/nikomatsakis/rayon"
documentation = "https://docs.rs/rayon/"
links = "rayon-core"
build = "build.rs"

[dependencies]
rand = "0.3"
num_cpus = "1.2"
coco = "0.1.1"
libc = "0.2.16"
lazy_static = "0.2.2"

# only if #[cfg(rayon_unstable)], will be removed eventually
futures = "0.1.7"

[dev-dependencies]