mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 07:24:47 +00:00
492fa49342
As well as a in-tree crate. Differential Revision: https://phabricator.services.mozilla.com/D55916 --HG-- rename : third_party/rust/tokio-threadpool/src/blocking.rs => third_party/rust/tokio-threadpool/src/blocking/global.rs extra : moz-landing-system : lando
62 lines
1.5 KiB
TOML
62 lines
1.5 KiB
TOML
# 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.17"
|
|
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.17/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.lazy_static]
|
|
version = "1"
|
|
|
|
[dependencies.log]
|
|
version = "0.4"
|
|
|
|
[dependencies.num_cpus]
|
|
version = "1.2"
|
|
|
|
[dependencies.slab]
|
|
version = "0.4.1"
|
|
|
|
[dependencies.tokio-executor]
|
|
version = "0.1.8"
|
|
[dev-dependencies.env_logger]
|
|
version = "0.6"
|
|
default-features = false
|
|
|
|
[dev-dependencies.futures-cpupool]
|
|
version = "0.1.7"
|
|
|
|
[dev-dependencies.rand]
|
|
version = "0.7"
|
|
|
|
[dev-dependencies.threadpool]
|
|
version = "1.7.1"
|