]> git.sesse.net Git - linux-dallas-multipass/blob - Cargo.lock
When a smartcard error occurs, disconnect to avoid sticky errors.
[linux-dallas-multipass] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "autocfg"
5 version = "1.0.1"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
8
9 [[package]]
10 name = "base64"
11 version = "0.12.3"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
14
15 [[package]]
16 name = "bitflags"
17 version = "1.2.1"
18 source = "registry+https://github.com/rust-lang/crates.io-index"
19 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
20
21 [[package]]
22 name = "bumpalo"
23 version = "3.4.0"
24 source = "registry+https://github.com/rust-lang/crates.io-index"
25 checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
26
27 [[package]]
28 name = "bytes"
29 version = "0.5.6"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31 checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
32
33 [[package]]
34 name = "cc"
35 version = "1.0.62"
36 source = "registry+https://github.com/rust-lang/crates.io-index"
37 checksum = "f1770ced377336a88a67c473594ccc14eca6f4559217c34f64aac8f83d641b40"
38
39 [[package]]
40 name = "cfg-if"
41 version = "0.1.10"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
43 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
44
45 [[package]]
46 name = "core-foundation"
47 version = "0.7.0"
48 source = "registry+https://github.com/rust-lang/crates.io-index"
49 checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
50 dependencies = [
51  "core-foundation-sys",
52  "libc",
53 ]
54
55 [[package]]
56 name = "core-foundation-sys"
57 version = "0.7.0"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
60
61 [[package]]
62 name = "ct-logs"
63 version = "0.7.0"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
65 checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e"
66 dependencies = [
67  "sct",
68 ]
69
70 [[package]]
71 name = "fnv"
72 version = "1.0.7"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
75
76 [[package]]
77 name = "fuchsia-zircon"
78 version = "0.3.3"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
81 dependencies = [
82  "bitflags",
83  "fuchsia-zircon-sys",
84 ]
85
86 [[package]]
87 name = "fuchsia-zircon-sys"
88 version = "0.3.3"
89 source = "registry+https://github.com/rust-lang/crates.io-index"
90 checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
91
92 [[package]]
93 name = "futures-channel"
94 version = "0.3.8"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64"
97 dependencies = [
98  "futures-core",
99 ]
100
101 [[package]]
102 name = "futures-core"
103 version = "0.3.8"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748"
106
107 [[package]]
108 name = "futures-macro"
109 version = "0.3.8"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556"
112 dependencies = [
113  "proc-macro-hack",
114  "proc-macro2",
115  "quote",
116  "syn",
117 ]
118
119 [[package]]
120 name = "futures-sink"
121 version = "0.3.8"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d"
124
125 [[package]]
126 name = "futures-task"
127 version = "0.3.8"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d"
130 dependencies = [
131  "once_cell",
132 ]
133
134 [[package]]
135 name = "futures-util"
136 version = "0.3.8"
137 source = "registry+https://github.com/rust-lang/crates.io-index"
138 checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2"
139 dependencies = [
140  "futures-core",
141  "futures-macro",
142  "futures-task",
143  "pin-project 1.0.1",
144  "pin-utils",
145  "proc-macro-hack",
146  "proc-macro-nested",
147  "slab",
148 ]
149
150 [[package]]
151 name = "h2"
152 version = "0.2.7"
153 source = "registry+https://github.com/rust-lang/crates.io-index"
154 checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
155 dependencies = [
156  "bytes",
157  "fnv",
158  "futures-core",
159  "futures-sink",
160  "futures-util",
161  "http",
162  "indexmap",
163  "slab",
164  "tokio",
165  "tokio-util",
166  "tracing",
167  "tracing-futures",
168 ]
169
170 [[package]]
171 name = "hashbrown"
172 version = "0.9.1"
173 source = "registry+https://github.com/rust-lang/crates.io-index"
174 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
175
176 [[package]]
177 name = "hex"
178 version = "0.3.2"
179 source = "registry+https://github.com/rust-lang/crates.io-index"
180 checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
181
182 [[package]]
183 name = "http"
184 version = "0.2.1"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
187 dependencies = [
188  "bytes",
189  "fnv",
190  "itoa",
191 ]
192
193 [[package]]
194 name = "http-body"
195 version = "0.3.1"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
198 dependencies = [
199  "bytes",
200  "http",
201 ]
202
203 [[package]]
204 name = "httparse"
205 version = "1.3.4"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
207 checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
208
209 [[package]]
210 name = "httpdate"
211 version = "0.3.2"
212 source = "registry+https://github.com/rust-lang/crates.io-index"
213 checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
214
215 [[package]]
216 name = "hyper"
217 version = "0.13.9"
218 source = "registry+https://github.com/rust-lang/crates.io-index"
219 checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
220 dependencies = [
221  "bytes",
222  "futures-channel",
223  "futures-core",
224  "futures-util",
225  "h2",
226  "http",
227  "http-body",
228  "httparse",
229  "httpdate",
230  "itoa",
231  "pin-project 1.0.1",
232  "socket2",
233  "tokio",
234  "tower-service",
235  "tracing",
236  "want",
237 ]
238
239 [[package]]
240 name = "hyper-rustls"
241 version = "0.21.0"
242 source = "registry+https://github.com/rust-lang/crates.io-index"
243 checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
244 dependencies = [
245  "bytes",
246  "ct-logs",
247  "futures-util",
248  "hyper",
249  "log",
250  "rustls",
251  "rustls-native-certs",
252  "tokio",
253  "tokio-rustls",
254  "webpki",
255 ]
256
257 [[package]]
258 name = "indexmap"
259 version = "1.6.0"
260 source = "registry+https://github.com/rust-lang/crates.io-index"
261 checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
262 dependencies = [
263  "autocfg",
264  "hashbrown",
265 ]
266
267 [[package]]
268 name = "iovec"
269 version = "0.1.4"
270 source = "registry+https://github.com/rust-lang/crates.io-index"
271 checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
272 dependencies = [
273  "libc",
274 ]
275
276 [[package]]
277 name = "itoa"
278 version = "0.4.6"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
280 checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
281
282 [[package]]
283 name = "js-sys"
284 version = "0.3.45"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
286 checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
287 dependencies = [
288  "wasm-bindgen",
289 ]
290
291 [[package]]
292 name = "kernel32-sys"
293 version = "0.2.2"
294 source = "registry+https://github.com/rust-lang/crates.io-index"
295 checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
296 dependencies = [
297  "winapi 0.2.8",
298  "winapi-build",
299 ]
300
301 [[package]]
302 name = "lazy_static"
303 version = "1.4.0"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
306
307 [[package]]
308 name = "libc"
309 version = "0.2.80"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
312
313 [[package]]
314 name = "log"
315 version = "0.4.11"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
318 dependencies = [
319  "cfg-if",
320 ]
321
322 [[package]]
323 name = "memchr"
324 version = "2.3.4"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
326 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
327
328 [[package]]
329 name = "mio"
330 version = "0.6.22"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
333 dependencies = [
334  "cfg-if",
335  "fuchsia-zircon",
336  "fuchsia-zircon-sys",
337  "iovec",
338  "kernel32-sys",
339  "libc",
340  "log",
341  "miow",
342  "net2",
343  "slab",
344  "winapi 0.2.8",
345 ]
346
347 [[package]]
348 name = "miow"
349 version = "0.2.1"
350 source = "registry+https://github.com/rust-lang/crates.io-index"
351 checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
352 dependencies = [
353  "kernel32-sys",
354  "net2",
355  "winapi 0.2.8",
356  "ws2_32-sys",
357 ]
358
359 [[package]]
360 name = "multipass"
361 version = "0.1.0"
362 dependencies = [
363  "futures-util",
364  "hex",
365  "hyper",
366  "hyper-rustls",
367  "lazy_static",
368  "pcsc",
369  "percent-encoding",
370  "rustls",
371  "rustls-native-certs",
372  "serde_json",
373  "simple-error",
374  "tokio",
375  "tokio-rustls",
376  "webpki",
377  "webpki-roots",
378 ]
379
380 [[package]]
381 name = "net2"
382 version = "0.2.35"
383 source = "registry+https://github.com/rust-lang/crates.io-index"
384 checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
385 dependencies = [
386  "cfg-if",
387  "libc",
388  "winapi 0.3.9",
389 ]
390
391 [[package]]
392 name = "once_cell"
393 version = "1.5.2"
394 source = "registry+https://github.com/rust-lang/crates.io-index"
395 checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
396
397 [[package]]
398 name = "openssl-probe"
399 version = "0.1.2"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
401 checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
402
403 [[package]]
404 name = "pcsc"
405 version = "2.4.0"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "88e09a8d8705a2c9b1ffe1f9dd9580efe3f8e80c19fc9f99038fe99b7bb56c83"
408 dependencies = [
409  "bitflags",
410  "pcsc-sys",
411 ]
412
413 [[package]]
414 name = "pcsc-sys"
415 version = "1.2.0"
416 source = "registry+https://github.com/rust-lang/crates.io-index"
417 checksum = "e1b7bfecba2c0f1b5efb0e7caf7533ab1c295024165bcbb066231f60d33e23ea"
418 dependencies = [
419  "pkg-config",
420 ]
421
422 [[package]]
423 name = "percent-encoding"
424 version = "2.1.0"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
426 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
427
428 [[package]]
429 name = "pin-project"
430 version = "0.4.27"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
432 checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
433 dependencies = [
434  "pin-project-internal 0.4.27",
435 ]
436
437 [[package]]
438 name = "pin-project"
439 version = "1.0.1"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 checksum = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841"
442 dependencies = [
443  "pin-project-internal 1.0.1",
444 ]
445
446 [[package]]
447 name = "pin-project-internal"
448 version = "0.4.27"
449 source = "registry+https://github.com/rust-lang/crates.io-index"
450 checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
451 dependencies = [
452  "proc-macro2",
453  "quote",
454  "syn",
455 ]
456
457 [[package]]
458 name = "pin-project-internal"
459 version = "1.0.1"
460 source = "registry+https://github.com/rust-lang/crates.io-index"
461 checksum = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86"
462 dependencies = [
463  "proc-macro2",
464  "quote",
465  "syn",
466 ]
467
468 [[package]]
469 name = "pin-project-lite"
470 version = "0.1.11"
471 source = "registry+https://github.com/rust-lang/crates.io-index"
472 checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
473
474 [[package]]
475 name = "pin-utils"
476 version = "0.1.0"
477 source = "registry+https://github.com/rust-lang/crates.io-index"
478 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
479
480 [[package]]
481 name = "pkg-config"
482 version = "0.3.19"
483 source = "registry+https://github.com/rust-lang/crates.io-index"
484 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
485
486 [[package]]
487 name = "proc-macro-hack"
488 version = "0.5.19"
489 source = "registry+https://github.com/rust-lang/crates.io-index"
490 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
491
492 [[package]]
493 name = "proc-macro-nested"
494 version = "0.1.6"
495 source = "registry+https://github.com/rust-lang/crates.io-index"
496 checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
497
498 [[package]]
499 name = "proc-macro2"
500 version = "1.0.24"
501 source = "registry+https://github.com/rust-lang/crates.io-index"
502 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
503 dependencies = [
504  "unicode-xid",
505 ]
506
507 [[package]]
508 name = "quote"
509 version = "1.0.7"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
511 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
512 dependencies = [
513  "proc-macro2",
514 ]
515
516 [[package]]
517 name = "redox_syscall"
518 version = "0.1.57"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
520 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
521
522 [[package]]
523 name = "ring"
524 version = "0.16.15"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
526 checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4"
527 dependencies = [
528  "cc",
529  "libc",
530  "once_cell",
531  "spin",
532  "untrusted",
533  "web-sys",
534  "winapi 0.3.9",
535 ]
536
537 [[package]]
538 name = "rustls"
539 version = "0.18.1"
540 source = "registry+https://github.com/rust-lang/crates.io-index"
541 checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
542 dependencies = [
543  "base64",
544  "log",
545  "ring",
546  "sct",
547  "webpki",
548 ]
549
550 [[package]]
551 name = "rustls-native-certs"
552 version = "0.4.0"
553 source = "registry+https://github.com/rust-lang/crates.io-index"
554 checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"
555 dependencies = [
556  "openssl-probe",
557  "rustls",
558  "schannel",
559  "security-framework",
560 ]
561
562 [[package]]
563 name = "ryu"
564 version = "1.0.5"
565 source = "registry+https://github.com/rust-lang/crates.io-index"
566 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
567
568 [[package]]
569 name = "schannel"
570 version = "0.1.19"
571 source = "registry+https://github.com/rust-lang/crates.io-index"
572 checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
573 dependencies = [
574  "lazy_static",
575  "winapi 0.3.9",
576 ]
577
578 [[package]]
579 name = "sct"
580 version = "0.6.0"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
582 checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
583 dependencies = [
584  "ring",
585  "untrusted",
586 ]
587
588 [[package]]
589 name = "security-framework"
590 version = "1.0.0"
591 source = "registry+https://github.com/rust-lang/crates.io-index"
592 checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"
593 dependencies = [
594  "bitflags",
595  "core-foundation",
596  "core-foundation-sys",
597  "libc",
598  "security-framework-sys",
599 ]
600
601 [[package]]
602 name = "security-framework-sys"
603 version = "1.0.0"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
605 checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"
606 dependencies = [
607  "core-foundation-sys",
608  "libc",
609 ]
610
611 [[package]]
612 name = "serde"
613 version = "1.0.117"
614 source = "registry+https://github.com/rust-lang/crates.io-index"
615 checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
616
617 [[package]]
618 name = "serde_json"
619 version = "1.0.59"
620 source = "registry+https://github.com/rust-lang/crates.io-index"
621 checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
622 dependencies = [
623  "itoa",
624  "ryu",
625  "serde",
626 ]
627
628 [[package]]
629 name = "simple-error"
630 version = "0.2.2"
631 source = "registry+https://github.com/rust-lang/crates.io-index"
632 checksum = "634bf7bc1315698154cb1b45c1db17fcd2e5ce41f925b7b4063e971536714bf1"
633
634 [[package]]
635 name = "slab"
636 version = "0.4.2"
637 source = "registry+https://github.com/rust-lang/crates.io-index"
638 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
639
640 [[package]]
641 name = "socket2"
642 version = "0.3.16"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
644 checksum = "7fd8b795c389288baa5f355489c65e71fd48a02104600d15c4cfbc561e9e429d"
645 dependencies = [
646  "cfg-if",
647  "libc",
648  "redox_syscall",
649  "winapi 0.3.9",
650 ]
651
652 [[package]]
653 name = "spin"
654 version = "0.5.2"
655 source = "registry+https://github.com/rust-lang/crates.io-index"
656 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
657
658 [[package]]
659 name = "syn"
660 version = "1.0.48"
661 source = "registry+https://github.com/rust-lang/crates.io-index"
662 checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
663 dependencies = [
664  "proc-macro2",
665  "quote",
666  "unicode-xid",
667 ]
668
669 [[package]]
670 name = "tokio"
671 version = "0.2.22"
672 source = "registry+https://github.com/rust-lang/crates.io-index"
673 checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
674 dependencies = [
675  "bytes",
676  "fnv",
677  "futures-core",
678  "iovec",
679  "lazy_static",
680  "memchr",
681  "mio",
682  "pin-project-lite",
683  "slab",
684  "tokio-macros",
685 ]
686
687 [[package]]
688 name = "tokio-macros"
689 version = "0.2.6"
690 source = "registry+https://github.com/rust-lang/crates.io-index"
691 checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
692 dependencies = [
693  "proc-macro2",
694  "quote",
695  "syn",
696 ]
697
698 [[package]]
699 name = "tokio-rustls"
700 version = "0.14.1"
701 source = "registry+https://github.com/rust-lang/crates.io-index"
702 checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
703 dependencies = [
704  "futures-core",
705  "rustls",
706  "tokio",
707  "webpki",
708 ]
709
710 [[package]]
711 name = "tokio-util"
712 version = "0.3.1"
713 source = "registry+https://github.com/rust-lang/crates.io-index"
714 checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
715 dependencies = [
716  "bytes",
717  "futures-core",
718  "futures-sink",
719  "log",
720  "pin-project-lite",
721  "tokio",
722 ]
723
724 [[package]]
725 name = "tower-service"
726 version = "0.3.0"
727 source = "registry+https://github.com/rust-lang/crates.io-index"
728 checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
729
730 [[package]]
731 name = "tracing"
732 version = "0.1.21"
733 source = "registry+https://github.com/rust-lang/crates.io-index"
734 checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27"
735 dependencies = [
736  "cfg-if",
737  "log",
738  "pin-project-lite",
739  "tracing-core",
740 ]
741
742 [[package]]
743 name = "tracing-core"
744 version = "0.1.17"
745 source = "registry+https://github.com/rust-lang/crates.io-index"
746 checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
747 dependencies = [
748  "lazy_static",
749 ]
750
751 [[package]]
752 name = "tracing-futures"
753 version = "0.2.4"
754 source = "registry+https://github.com/rust-lang/crates.io-index"
755 checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
756 dependencies = [
757  "pin-project 0.4.27",
758  "tracing",
759 ]
760
761 [[package]]
762 name = "try-lock"
763 version = "0.2.3"
764 source = "registry+https://github.com/rust-lang/crates.io-index"
765 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
766
767 [[package]]
768 name = "unicode-xid"
769 version = "0.2.1"
770 source = "registry+https://github.com/rust-lang/crates.io-index"
771 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
772
773 [[package]]
774 name = "untrusted"
775 version = "0.7.1"
776 source = "registry+https://github.com/rust-lang/crates.io-index"
777 checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
778
779 [[package]]
780 name = "want"
781 version = "0.3.0"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
783 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
784 dependencies = [
785  "log",
786  "try-lock",
787 ]
788
789 [[package]]
790 name = "wasm-bindgen"
791 version = "0.2.68"
792 source = "registry+https://github.com/rust-lang/crates.io-index"
793 checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
794 dependencies = [
795  "cfg-if",
796  "wasm-bindgen-macro",
797 ]
798
799 [[package]]
800 name = "wasm-bindgen-backend"
801 version = "0.2.68"
802 source = "registry+https://github.com/rust-lang/crates.io-index"
803 checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
804 dependencies = [
805  "bumpalo",
806  "lazy_static",
807  "log",
808  "proc-macro2",
809  "quote",
810  "syn",
811  "wasm-bindgen-shared",
812 ]
813
814 [[package]]
815 name = "wasm-bindgen-macro"
816 version = "0.2.68"
817 source = "registry+https://github.com/rust-lang/crates.io-index"
818 checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
819 dependencies = [
820  "quote",
821  "wasm-bindgen-macro-support",
822 ]
823
824 [[package]]
825 name = "wasm-bindgen-macro-support"
826 version = "0.2.68"
827 source = "registry+https://github.com/rust-lang/crates.io-index"
828 checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
829 dependencies = [
830  "proc-macro2",
831  "quote",
832  "syn",
833  "wasm-bindgen-backend",
834  "wasm-bindgen-shared",
835 ]
836
837 [[package]]
838 name = "wasm-bindgen-shared"
839 version = "0.2.68"
840 source = "registry+https://github.com/rust-lang/crates.io-index"
841 checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
842
843 [[package]]
844 name = "web-sys"
845 version = "0.3.45"
846 source = "registry+https://github.com/rust-lang/crates.io-index"
847 checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
848 dependencies = [
849  "js-sys",
850  "wasm-bindgen",
851 ]
852
853 [[package]]
854 name = "webpki"
855 version = "0.21.3"
856 source = "registry+https://github.com/rust-lang/crates.io-index"
857 checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae"
858 dependencies = [
859  "ring",
860  "untrusted",
861 ]
862
863 [[package]]
864 name = "webpki-roots"
865 version = "0.20.0"
866 source = "registry+https://github.com/rust-lang/crates.io-index"
867 checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
868 dependencies = [
869  "webpki",
870 ]
871
872 [[package]]
873 name = "winapi"
874 version = "0.2.8"
875 source = "registry+https://github.com/rust-lang/crates.io-index"
876 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
877
878 [[package]]
879 name = "winapi"
880 version = "0.3.9"
881 source = "registry+https://github.com/rust-lang/crates.io-index"
882 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
883 dependencies = [
884  "winapi-i686-pc-windows-gnu",
885  "winapi-x86_64-pc-windows-gnu",
886 ]
887
888 [[package]]
889 name = "winapi-build"
890 version = "0.1.1"
891 source = "registry+https://github.com/rust-lang/crates.io-index"
892 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
893
894 [[package]]
895 name = "winapi-i686-pc-windows-gnu"
896 version = "0.4.0"
897 source = "registry+https://github.com/rust-lang/crates.io-index"
898 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
899
900 [[package]]
901 name = "winapi-x86_64-pc-windows-gnu"
902 version = "0.4.0"
903 source = "registry+https://github.com/rust-lang/crates.io-index"
904 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
905
906 [[package]]
907 name = "ws2_32-sys"
908 version = "0.2.1"
909 source = "registry+https://github.com/rust-lang/crates.io-index"
910 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
911 dependencies = [
912  "winapi 0.2.8",
913  "winapi-build",
914 ]