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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[]]
= "futures"
= "0.3.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780"
= [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[]]
= "futures-channel"
= "0.3.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8"
= [
"futures-core",
"futures-sink",
]
[[]]
= "futures-core"
= "0.3.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a"
[[]]
= "futures-executor"
= "0.3.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba"
= [
"futures-core",
"futures-task",
"futures-util",
]
[[]]
= "futures-io"
= "0.3.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6"
[[]]
= "futures-macro"
= "0.3.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7"
= [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[]]
= "futures-sink"
= "0.3.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6"
[[]]
= "futures-task"
= "0.3.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27"
[[]]
= "futures-util"
= "0.3.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5"
= [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[]]
= "memchr"
= "2.3.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
[[]]
= "pin-utils"
= "0.1.0-alpha.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
[[]]
= "proc-macro-hack"
= "0.5.11"
= "registry+https://github.com/rust-lang/crates.io-index"
= "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
= [
"proc-macro2",
"quote",
"syn",
]
[[]]
= "proc-macro-nested"
= "0.1.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"
[[]]
= "proc-macro2"
= "1.0.9"
= "registry+https://github.com/rust-lang/crates.io-index"
= "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
= [
"unicode-xid",
]
[[]]
= "quote"
= "1.0.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
= [
"proc-macro2",
]
[[]]
= "settimeout"
= "0.1.1"
= [
"futures",
]
[[]]
= "slab"
= "0.4.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[]]
= "syn"
= "1.0.16"
= "registry+https://github.com/rust-lang/crates.io-index"
= "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859"
= [
"proc-macro2",
"quote",
"unicode-xid",
]
[[]]
= "unicode-xid"
= "0.2.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"