blob: 5541360ec6fba87bfb8816bdf3b86f5c78be9250 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# 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"
|