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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
= 4
[[]]
= "autocfg"
= "1.5.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[]]
= "cfg-if"
= "0.1.10"
= "registry+https://github.com/rust-lang/crates.io-index"
= "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[]]
= "crossbeam-utils"
= "0.7.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
= [
"autocfg",
"cfg-if",
"lazy_static",
]
[[]]
= "futures"
= "0.1.31"
= "registry+https://github.com/rust-lang/crates.io-index"
= "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
[[]]
= "lazy_static"
= "1.5.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[]]
= "slab"
= "0.4.11"
= "registry+https://github.com/rust-lang/crates.io-index"
= "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
[[]]
= "tokio-executor"
= "0.1.10"
= "registry+https://github.com/rust-lang/crates.io-index"
= "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
= [
"crossbeam-utils",
"futures",
]
[[]]
= "tokio-timer"
= "0.2.13"
= "registry+https://github.com/rust-lang/crates.io-index"
= "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
= [
"crossbeam-utils",
"futures",
"slab",
"tokio-executor",
]
[[]]
= "tokio01-test"
= "0.1.1"
= [
"futures",
"tokio-executor",
"tokio-timer",
]