• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "async-stream"
7version = "0.3.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "3670df70cbc01729f901f94c887814b3c68db038aad1329a418bae178bc5295c"
10dependencies = [
11 "async-stream-impl",
12 "futures-core",
13]
14
15[[package]]
16name = "async-stream"
17version = "0.3.2"
18dependencies = [
19 "async-stream-impl",
20 "futures-core",
21 "futures-util",
22 "tokio",
23 "tokio-test",
24 "trybuild",
25]
26
27[[package]]
28name = "async-stream-impl"
29version = "0.3.2"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308"
32dependencies = [
33 "proc-macro2",
34 "quote",
35 "syn",
36]
37
38[[package]]
39name = "autocfg"
40version = "1.0.1"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
43
44[[package]]
45name = "bitflags"
46version = "1.2.1"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
49
50[[package]]
51name = "bytes"
52version = "1.0.1"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
55
56[[package]]
57name = "cfg-if"
58version = "1.0.0"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
61
62[[package]]
63name = "futures-core"
64version = "0.3.15"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
67
68[[package]]
69name = "futures-macro"
70version = "0.3.15"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
73dependencies = [
74 "autocfg",
75 "proc-macro-hack",
76 "proc-macro2",
77 "quote",
78 "syn",
79]
80
81[[package]]
82name = "futures-task"
83version = "0.3.15"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
86
87[[package]]
88name = "futures-util"
89version = "0.3.15"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
92dependencies = [
93 "autocfg",
94 "futures-core",
95 "futures-macro",
96 "futures-task",
97 "pin-project-lite",
98 "pin-utils",
99 "proc-macro-hack",
100 "proc-macro-nested",
101 "slab",
102]
103
104[[package]]
105name = "glob"
106version = "0.3.0"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
109
110[[package]]
111name = "hermit-abi"
112version = "0.1.18"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
115dependencies = [
116 "libc",
117]
118
119[[package]]
120name = "instant"
121version = "0.1.9"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
124dependencies = [
125 "cfg-if",
126]
127
128[[package]]
129name = "itoa"
130version = "0.4.7"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
133
134[[package]]
135name = "lazy_static"
136version = "1.4.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
139
140[[package]]
141name = "libc"
142version = "0.2.94"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
145
146[[package]]
147name = "lock_api"
148version = "0.4.4"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
151dependencies = [
152 "scopeguard",
153]
154
155[[package]]
156name = "log"
157version = "0.4.14"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
160dependencies = [
161 "cfg-if",
162]
163
164[[package]]
165name = "memchr"
166version = "2.4.0"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
169
170[[package]]
171name = "mio"
172version = "0.7.11"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956"
175dependencies = [
176 "libc",
177 "log",
178 "miow",
179 "ntapi",
180 "winapi",
181]
182
183[[package]]
184name = "miow"
185version = "0.3.7"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
188dependencies = [
189 "winapi",
190]
191
192[[package]]
193name = "ntapi"
194version = "0.3.6"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
197dependencies = [
198 "winapi",
199]
200
201[[package]]
202name = "num_cpus"
203version = "1.13.0"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
206dependencies = [
207 "hermit-abi",
208 "libc",
209]
210
211[[package]]
212name = "once_cell"
213version = "1.7.2"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
216
217[[package]]
218name = "parking_lot"
219version = "0.11.1"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
222dependencies = [
223 "instant",
224 "lock_api",
225 "parking_lot_core",
226]
227
228[[package]]
229name = "parking_lot_core"
230version = "0.8.3"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
233dependencies = [
234 "cfg-if",
235 "instant",
236 "libc",
237 "redox_syscall",
238 "smallvec",
239 "winapi",
240]
241
242[[package]]
243name = "pin-project-lite"
244version = "0.2.6"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
247
248[[package]]
249name = "pin-utils"
250version = "0.1.0"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
253
254[[package]]
255name = "proc-macro-hack"
256version = "0.5.19"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
259
260[[package]]
261name = "proc-macro-nested"
262version = "0.1.7"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
265
266[[package]]
267name = "proc-macro2"
268version = "1.0.27"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
271dependencies = [
272 "unicode-xid",
273]
274
275[[package]]
276name = "quote"
277version = "1.0.9"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
280dependencies = [
281 "proc-macro2",
282]
283
284[[package]]
285name = "redox_syscall"
286version = "0.2.8"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
289dependencies = [
290 "bitflags",
291]
292
293[[package]]
294name = "ryu"
295version = "1.0.5"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
298
299[[package]]
300name = "scopeguard"
301version = "1.1.0"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
304
305[[package]]
306name = "serde"
307version = "1.0.126"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
310dependencies = [
311 "serde_derive",
312]
313
314[[package]]
315name = "serde_derive"
316version = "1.0.126"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
319dependencies = [
320 "proc-macro2",
321 "quote",
322 "syn",
323]
324
325[[package]]
326name = "serde_json"
327version = "1.0.64"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
330dependencies = [
331 "itoa",
332 "ryu",
333 "serde",
334]
335
336[[package]]
337name = "signal-hook-registry"
338version = "1.3.0"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
341dependencies = [
342 "libc",
343]
344
345[[package]]
346name = "slab"
347version = "0.4.3"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
350
351[[package]]
352name = "smallvec"
353version = "1.6.1"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
356
357[[package]]
358name = "syn"
359version = "1.0.72"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
362dependencies = [
363 "proc-macro2",
364 "quote",
365 "unicode-xid",
366]
367
368[[package]]
369name = "termcolor"
370version = "1.1.2"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
373dependencies = [
374 "winapi-util",
375]
376
377[[package]]
378name = "tokio"
379version = "1.6.0"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "bd3076b5c8cc18138b8f8814895c11eb4de37114a5d127bafdc5e55798ceef37"
382dependencies = [
383 "autocfg",
384 "bytes",
385 "libc",
386 "memchr",
387 "mio",
388 "num_cpus",
389 "once_cell",
390 "parking_lot",
391 "pin-project-lite",
392 "signal-hook-registry",
393 "tokio-macros",
394 "winapi",
395]
396
397[[package]]
398name = "tokio-macros"
399version = "1.2.0"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37"
402dependencies = [
403 "proc-macro2",
404 "quote",
405 "syn",
406]
407
408[[package]]
409name = "tokio-stream"
410version = "0.1.6"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "f8864d706fdb3cc0843a49647ac892720dac98a6eeb818b77190592cf4994066"
413dependencies = [
414 "futures-core",
415 "pin-project-lite",
416 "tokio",
417]
418
419[[package]]
420name = "tokio-test"
421version = "0.4.2"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3"
424dependencies = [
425 "async-stream 0.3.0",
426 "bytes",
427 "futures-core",
428 "tokio",
429 "tokio-stream",
430]
431
432[[package]]
433name = "toml"
434version = "0.5.8"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
437dependencies = [
438 "serde",
439]
440
441[[package]]
442name = "trybuild"
443version = "1.0.42"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "1768998d9a3b179411618e377dbb134c58a88cda284b0aa71c42c40660127d46"
446dependencies = [
447 "glob",
448 "lazy_static",
449 "serde",
450 "serde_json",
451 "termcolor",
452 "toml",
453]
454
455[[package]]
456name = "unicode-xid"
457version = "0.2.2"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
460
461[[package]]
462name = "winapi"
463version = "0.3.9"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
466dependencies = [
467 "winapi-i686-pc-windows-gnu",
468 "winapi-x86_64-pc-windows-gnu",
469]
470
471[[package]]
472name = "winapi-i686-pc-windows-gnu"
473version = "0.4.0"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
476
477[[package]]
478name = "winapi-util"
479version = "0.1.5"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
482dependencies = [
483 "winapi",
484]
485
486[[package]]
487name = "winapi-x86_64-pc-windows-gnu"
488version = "0.4.0"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
491