tokio-threadpool 0.1.11

A task scheduler backed by a work-stealing thread pool.
Documentation
# 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 = "tokio-threadpool"
version = "0.1.11"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "A task scheduler backed by a work-stealing thread pool.\n"
homepage = "https://github.com/tokio-rs/tokio"
documentation = "https://docs.rs/tokio-threadpool/0.1.11/tokio_threadpool"
keywords = ["futures", "tokio"]
categories = ["concurrency", "asynchronous"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
[dependencies.crossbeam]
version = "0.6.0"

[dependencies.crossbeam-channel]
version = "0.3.3"

[dependencies.crossbeam-deque]
version = "0.6.1"

[dependencies.crossbeam-utils]
version = "0.6.2"

[dependencies.futures]
version = "0.1.19"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.2"

[dependencies.rand]
version = "0.6"

[dependencies.slab]
version = "0.4.1"

[dependencies.tokio-executor]
version = "0.1.2"
[dev-dependencies.env_logger]
version = "0.5"

[dev-dependencies.futures-cpupool]
version = "0.1.7"

[dev-dependencies.threadpool]
version = "1.7.1"