rayon-core 1.0.1

Core APIs for Rayon
Documentation
[package]
name = "rayon-core"
version = "1.0.1"
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.0"
libc = "0.2.16"
lazy_static = "0.2.2"
futures = { version = "0.1.7", optional = true }

[dev-dependencies]

[features]
# Unstable APIs that have not yet
# proven their utility.
unstable = ["futures"]