blob: 3f6ab8fff1cb6ae79b8d9822c6db379d64b0c7b8 [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 = "tokio-threadpool"
version = "0.1.15"
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.14/tokio_threadpool"
keywords = ["futures", "tokio"]
categories = ["concurrency", "asynchronous"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
[dependencies.crossbeam-deque]
version = "0.7.0"
[dependencies.crossbeam-queue]
version = "0.1.0"
[dependencies.crossbeam-utils]
version = "0.6.4"
[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.8"
[dev-dependencies.env_logger]
version = "0.5"
[dev-dependencies.futures-cpupool]
version = "0.1.7"
[dev-dependencies.threadpool]
version = "1.7.1"