TOMLCargo.lock -rw-r--r-- 52 KiB
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "0.7.15"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "ansi_term"
16version = "0.12.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
19dependencies = [
20 "winapi",
21]
22
23[[package]]
24name = "arrayvec"
25version = "0.5.2"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
28
29[[package]]
30name = "askama"
31version = "0.10.5"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "d298738b6e47e1034e560e5afe63aa488fea34e25ec11b855a76f0d7b8e73134"
34dependencies = [
35 "askama_derive",
36 "askama_escape",
37 "askama_shared",
38]
39
40[[package]]
41name = "askama_derive"
42version = "0.10.5"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "ca2925c4c290382f9d2fa3d1c1b6a63fa1427099721ecca4749b154cc9c25522"
45dependencies = [
46 "askama_shared",
47 "proc-macro2",
48 "syn",
49]
50
51[[package]]
52name = "askama_escape"
53version = "0.10.3"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
56
57[[package]]
58name = "askama_shared"
59version = "0.11.2"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "7d6083ccb191711e9c2b80b22ee24a8381a18524444914c746d4239e21d1afaf"
62dependencies = [
63 "askama_escape",
64 "humansize",
65 "nom",
66 "num-traits",
67 "percent-encoding",
68 "proc-macro2",
69 "quote",
70 "serde",
71 "syn",
72 "toml",
73]
74
75[[package]]
76name = "async-stream"
77version = "0.3.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
80dependencies = [
81 "async-stream-impl",
82 "futures-core",
83]
84
85[[package]]
86name = "async-stream-impl"
87version = "0.3.3"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
90dependencies = [
91 "proc-macro2",
92 "quote",
93 "syn",
94]
95
96[[package]]
97name = "async-trait"
98version = "0.1.56"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
101dependencies = [
102 "proc-macro2",
103 "quote",
104 "syn",
105]
106
107[[package]]
108name = "atty"
109version = "0.2.14"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
112dependencies = [
113 "hermit-abi",
114 "libc",
115 "winapi",
116]
117
118[[package]]
119name = "autocfg"
120version = "1.1.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
123
124[[package]]
125name = "backoff"
126version = "0.3.0"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "9fe17f59a06fe8b87a6fc8bf53bb70b3aba76d7685f432487a68cd5552853625"
129dependencies = [
130 "futures-core",
131 "getrandom",
132 "instant",
133 "pin-project",
134 "rand",
135 "tokio",
136]
137
138[[package]]
139name = "base-x"
140version = "0.2.10"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
143
144[[package]]
145name = "base64"
146version = "0.13.0"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
149
150[[package]]
151name = "bitflags"
152version = "1.3.2"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
155
156[[package]]
157name = "bitvec"
158version = "0.19.6"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
161dependencies = [
162 "funty",
163 "radium",
164 "tap",
165 "wyz",
166]
167
168[[package]]
169name = "block-buffer"
170version = "0.9.0"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
173dependencies = [
174 "generic-array",
175]
176
177[[package]]
178name = "bumpalo"
179version = "3.10.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
182
183[[package]]
184name = "byteorder"
185version = "1.4.3"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
188
189[[package]]
190name = "bytes"
191version = "1.1.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
194
195[[package]]
196name = "cc"
197version = "1.0.73"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
200
201[[package]]
202name = "cfg-if"
203version = "1.0.0"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
206
207[[package]]
208name = "chacha"
209version = "0.3.0"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862"
212dependencies = [
213 "byteorder",
214 "keystream",
215]
216
217[[package]]
218name = "chrono"
219version = "0.4.19"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
222dependencies = [
223 "libc",
224 "num-integer",
225 "num-traits",
226 "serde",
227 "winapi",
228]
229
230[[package]]
231name = "clap"
232version = "2.34.0"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
235dependencies = [
236 "ansi_term",
237 "atty",
238 "bitflags",
239 "strsim",
240 "textwrap",
241 "unicode-width",
242 "vec_map",
243]
244
245[[package]]
246name = "const_fn"
247version = "0.4.9"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
250
251[[package]]
252name = "convert_case"
253version = "0.4.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
256
257[[package]]
258name = "core-foundation"
259version = "0.9.3"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
262dependencies = [
263 "core-foundation-sys",
264 "libc",
265]
266
267[[package]]
268name = "core-foundation-sys"
269version = "0.8.3"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
272
273[[package]]
274name = "cpufeatures"
275version = "0.2.2"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
278dependencies = [
279 "libc",
280]
281
282[[package]]
283name = "crc32fast"
284version = "1.3.2"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
287dependencies = [
288 "cfg-if",
289]
290
291[[package]]
292name = "crypto-mac"
293version = "0.10.1"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
296dependencies = [
297 "generic-array",
298 "subtle",
299]
300
301[[package]]
302name = "ct-logs"
303version = "0.8.0"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"
306dependencies = [
307 "sct",
308]
309
310[[package]]
311name = "derive_more"
312version = "0.99.17"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
315dependencies = [
316 "convert_case",
317 "proc-macro2",
318 "quote",
319 "rustc_version 0.4.0",
320 "syn",
321]
322
323[[package]]
324name = "digest"
325version = "0.9.0"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
328dependencies = [
329 "generic-array",
330]
331
332[[package]]
333name = "dirs-next"
334version = "2.0.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
337dependencies = [
338 "cfg-if",
339 "dirs-sys-next",
340]
341
342[[package]]
343name = "dirs-sys-next"
344version = "0.1.2"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
347dependencies = [
348 "libc",
349 "redox_users",
350 "winapi",
351]
352
353[[package]]
354name = "discard"
355version = "1.0.4"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
358
359[[package]]
360name = "dtoa"
361version = "0.4.8"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
364
365[[package]]
366name = "duct"
367version = "0.13.5"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "0fc6a0a59ed0888e0041cf708e66357b7ae1a82f1c67247e1f93b5e0818f7d8d"
370dependencies = [
371 "libc",
372 "once_cell",
373 "os_pipe",
374 "shared_child",
375]
376
377[[package]]
378name = "env_logger"
379version = "0.7.1"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
382dependencies = [
383 "atty",
384 "humantime 1.3.0",
385 "log",
386 "regex",
387 "termcolor",
388]
389
390[[package]]
391name = "env_logger"
392version = "0.8.4"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
395dependencies = [
396 "atty",
397 "humantime 2.1.0",
398 "log",
399 "regex",
400 "termcolor",
401]
402
403[[package]]
404name = "fastrand"
405version = "1.7.0"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
408dependencies = [
409 "instant",
410]
411
412[[package]]
413name = "fnv"
414version = "1.0.7"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
417
418[[package]]
419name = "form_urlencoded"
420version = "1.0.1"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
423dependencies = [
424 "matches",
425 "percent-encoding",
426]
427
428[[package]]
429name = "funty"
430version = "1.1.0"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
433
434[[package]]
435name = "futures"
436version = "0.3.21"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
439dependencies = [
440 "futures-channel",
441 "futures-core",
442 "futures-executor",
443 "futures-io",
444 "futures-sink",
445 "futures-task",
446 "futures-util",
447]
448
449[[package]]
450name = "futures-channel"
451version = "0.3.21"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
454dependencies = [
455 "futures-core",
456 "futures-sink",
457]
458
459[[package]]
460name = "futures-core"
461version = "0.3.21"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
464
465[[package]]
466name = "futures-executor"
467version = "0.3.21"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
470dependencies = [
471 "futures-core",
472 "futures-task",
473 "futures-util",
474]
475
476[[package]]
477name = "futures-io"
478version = "0.3.21"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
481
482[[package]]
483name = "futures-macro"
484version = "0.3.21"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
487dependencies = [
488 "proc-macro2",
489 "quote",
490 "syn",
491]
492
493[[package]]
494name = "futures-sink"
495version = "0.3.21"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
498
499[[package]]
500name = "futures-task"
501version = "0.3.21"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
504
505[[package]]
506name = "futures-util"
507version = "0.3.21"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
510dependencies = [
511 "futures-channel",
512 "futures-core",
513 "futures-io",
514 "futures-macro",
515 "futures-sink",
516 "futures-task",
517 "memchr",
518 "pin-project-lite",
519 "pin-utils",
520 "slab",
521]
522
523[[package]]
524name = "generic-array"
525version = "0.14.5"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
528dependencies = [
529 "typenum",
530 "version_check",
531]
532
533[[package]]
534name = "getrandom"
535version = "0.2.7"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
538dependencies = [
539 "cfg-if",
540 "libc",
541 "wasi",
542]
543
544[[package]]
545name = "h2"
546version = "0.3.13"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
549dependencies = [
550 "bytes",
551 "fnv",
552 "futures-core",
553 "futures-sink",
554 "futures-util",
555 "http",
556 "indexmap",
557 "slab",
558 "tokio",
559 "tokio-util 0.7.3",
560 "tracing",
561]
562
563[[package]]
564name = "hashbrown"
565version = "0.11.2"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
568
569[[package]]
570name = "heck"
571version = "0.3.3"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
574dependencies = [
575 "unicode-segmentation",
576]
577
578[[package]]
579name = "hermit-abi"
580version = "0.1.19"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
583dependencies = [
584 "libc",
585]
586
587[[package]]
588name = "hex"
589version = "0.3.2"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
592
593[[package]]
594name = "hex"
595version = "0.4.3"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
598
599[[package]]
600name = "hmac"
601version = "0.10.1"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
604dependencies = [
605 "crypto-mac",
606 "digest",
607]
608
609[[package]]
610name = "http"
611version = "0.2.8"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
614dependencies = [
615 "bytes",
616 "fnv",
617 "itoa 1.0.2",
618]
619
620[[package]]
621name = "http-body"
622version = "0.4.5"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
625dependencies = [
626 "bytes",
627 "http",
628 "pin-project-lite",
629]
630
631[[package]]
632name = "httparse"
633version = "1.7.1"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
636
637[[package]]
638name = "httpdate"
639version = "1.0.2"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
642
643[[package]]
644name = "human-size"
645version = "0.4.2"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "62eef4964b4e1c2d66981a5646d893768fd15d96957aae5e0e85c632503e9724"
648
649[[package]]
650name = "humansize"
651version = "1.1.1"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
654
655[[package]]
656name = "humantime"
657version = "1.3.0"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
660dependencies = [
661 "quick-error",
662]
663
664[[package]]
665name = "humantime"
666version = "2.1.0"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
669
670[[package]]
671name = "hyper"
672version = "0.14.19"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
675dependencies = [
676 "bytes",
677 "futures-channel",
678 "futures-core",
679 "futures-util",
680 "h2",
681 "http",
682 "http-body",
683 "httparse",
684 "httpdate",
685 "itoa 1.0.2",
686 "pin-project-lite",
687 "socket2",
688 "tokio",
689 "tower-service",
690 "tracing",
691 "want",
692]
693
694[[package]]
695name = "hyper-rustls"
696version = "0.22.1"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
699dependencies = [
700 "ct-logs",
701 "futures-util",
702 "hyper",
703 "log",
704 "rustls",
705 "rustls-native-certs",
706 "tokio",
707 "tokio-rustls",
708 "webpki",
709]
710
711[[package]]
712name = "idna"
713version = "0.2.3"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
716dependencies = [
717 "matches",
718 "unicode-bidi",
719 "unicode-normalization",
720]
721
722[[package]]
723name = "indexmap"
724version = "1.8.2"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
727dependencies = [
728 "autocfg",
729 "hashbrown",
730]
731
732[[package]]
733name = "instant"
734version = "0.1.12"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
737dependencies = [
738 "cfg-if",
739]
740
741[[package]]
742name = "itoa"
743version = "0.4.8"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
746
747[[package]]
748name = "itoa"
749version = "1.0.2"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
752
753[[package]]
754name = "js-sys"
755version = "0.3.57"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
758dependencies = [
759 "wasm-bindgen",
760]
761
762[[package]]
763name = "keystream"
764version = "1.0.0"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28"
767
768[[package]]
769name = "lazy_static"
770version = "1.4.0"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
773
774[[package]]
775name = "lexical-core"
776version = "0.7.6"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
779dependencies = [
780 "arrayvec",
781 "bitflags",
782 "cfg-if",
783 "ryu",
784 "static_assertions",
785]
786
787[[package]]
788name = "libc"
789version = "0.2.126"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
792
793[[package]]
794name = "linked-hash-map"
795version = "0.5.4"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
798dependencies = [
799 "serde",
800 "serde_test",
801]
802
803[[package]]
804name = "lock_api"
805version = "0.4.7"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
808dependencies = [
809 "autocfg",
810 "scopeguard",
811]
812
813[[package]]
814name = "log"
815version = "0.4.17"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
818dependencies = [
819 "cfg-if",
820]
821
822[[package]]
823name = "matches"
824version = "0.1.9"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
827
828[[package]]
829name = "md5"
830version = "0.7.0"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
833
834[[package]]
835name = "memchr"
836version = "2.3.4"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
839
840[[package]]
841name = "mio"
842version = "0.8.3"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
845dependencies = [
846 "libc",
847 "log",
848 "wasi",
849 "windows-sys",
850]
851
852[[package]]
853name = "nom"
854version = "6.2.1"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6"
857dependencies = [
858 "bitvec",
859 "funty",
860 "lexical-core",
861 "memchr",
862 "version_check",
863]
864
865[[package]]
866name = "num-integer"
867version = "0.1.45"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
870dependencies = [
871 "autocfg",
872 "num-traits",
873]
874
875[[package]]
876name = "num-traits"
877version = "0.2.15"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
880dependencies = [
881 "autocfg",
882]
883
884[[package]]
885name = "num_cpus"
886version = "1.13.1"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
889dependencies = [
890 "hermit-abi",
891 "libc",
892]
893
894[[package]]
895name = "once_cell"
896version = "1.12.0"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
899
900[[package]]
901name = "opaque-debug"
902version = "0.3.0"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
905
906[[package]]
907name = "openssl-probe"
908version = "0.1.5"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
911
912[[package]]
913name = "os_pipe"
914version = "0.9.2"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213"
917dependencies = [
918 "libc",
919 "winapi",
920]
921
922[[package]]
923name = "parking_lot"
924version = "0.12.1"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
927dependencies = [
928 "lock_api",
929 "parking_lot_core",
930]
931
932[[package]]
933name = "parking_lot_core"
934version = "0.9.3"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
937dependencies = [
938 "cfg-if",
939 "libc",
940 "redox_syscall",
941 "smallvec",
942 "windows-sys",
943]
944
945[[package]]
946name = "percent-encoding"
947version = "2.1.0"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
950
951[[package]]
952name = "pin-project"
953version = "1.0.10"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
956dependencies = [
957 "pin-project-internal",
958]
959
960[[package]]
961name = "pin-project-internal"
962version = "1.0.10"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
965dependencies = [
966 "proc-macro2",
967 "quote",
968 "syn",
969]
970
971[[package]]
972name = "pin-project-lite"
973version = "0.2.9"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
976
977[[package]]
978name = "pin-utils"
979version = "0.1.0"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
982
983[[package]]
984name = "ppv-lite86"
985version = "0.2.16"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
988
989[[package]]
990name = "pretty_env_logger"
991version = "0.4.0"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
994dependencies = [
995 "env_logger 0.7.1",
996 "log",
997]
998
999[[package]]
1000name = "proc-macro-error"
1001version = "1.0.4"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1004dependencies = [
1005 "proc-macro-error-attr",
1006 "proc-macro2",
1007 "quote",
1008 "syn",
1009 "version_check",
1010]
1011
1012[[package]]
1013name = "proc-macro-error-attr"
1014version = "1.0.4"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1017dependencies = [
1018 "proc-macro2",
1019 "quote",
1020 "version_check",
1021]
1022
1023[[package]]
1024name = "proc-macro-hack"
1025version = "0.5.19"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
1028
1029[[package]]
1030name = "proc-macro2"
1031version = "1.0.39"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
1034dependencies = [
1035 "unicode-ident",
1036]
1037
1038[[package]]
1039name = "quick-error"
1040version = "1.2.3"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1043
1044[[package]]
1045name = "quote"
1046version = "1.0.18"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
1049dependencies = [
1050 "proc-macro2",
1051]
1052
1053[[package]]
1054name = "radium"
1055version = "0.5.3"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
1058
1059[[package]]
1060name = "rand"
1061version = "0.8.5"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1064dependencies = [
1065 "libc",
1066 "rand_chacha",
1067 "rand_core",
1068]
1069
1070[[package]]
1071name = "rand_chacha"
1072version = "0.3.1"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1075dependencies = [
1076 "ppv-lite86",
1077 "rand_core",
1078]
1079
1080[[package]]
1081name = "rand_core"
1082version = "0.6.3"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
1085dependencies = [
1086 "getrandom",
1087]
1088
1089[[package]]
1090name = "redox_syscall"
1091version = "0.2.13"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
1094dependencies = [
1095 "bitflags",
1096]
1097
1098[[package]]
1099name = "redox_users"
1100version = "0.4.3"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1103dependencies = [
1104 "getrandom",
1105 "redox_syscall",
1106 "thiserror",
1107]
1108
1109[[package]]
1110name = "regex"
1111version = "1.4.6"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
1114dependencies = [
1115 "aho-corasick",
1116 "memchr",
1117 "regex-syntax",
1118]
1119
1120[[package]]
1121name = "regex-syntax"
1122version = "0.6.26"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
1125
1126[[package]]
1127name = "remove_dir_all"
1128version = "0.5.3"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1131dependencies = [
1132 "winapi",
1133]
1134
1135[[package]]
1136name = "ring"
1137version = "0.16.20"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1140dependencies = [
1141 "cc",
1142 "libc",
1143 "once_cell",
1144 "spin",
1145 "untrusted",
1146 "web-sys",
1147 "winapi",
1148]
1149
1150[[package]]
1151name = "rudolfs"
1152version = "0.3.5"
1153dependencies = [
1154 "askama",
1155 "async-stream",
1156 "async-trait",
1157 "backoff",
1158 "bytes",
1159 "chacha",
1160 "derive_more",
1161 "duct",
1162 "env_logger 0.8.4",
1163 "futures",
1164 "generic-array",
1165 "hex 0.3.2",
1166 "http",
1167 "human-size",
1168 "humansize",
1169 "humantime 2.1.0",
1170 "hyper",
1171 "linked-hash-map",
1172 "log",
1173 "pretty_env_logger",
1174 "rand",
1175 "rusoto_core",
1176 "rusoto_credential",
1177 "rusoto_s3",
1178 "rusoto_sts",
1179 "serde",
1180 "serde_json",
1181 "sha2",
1182 "structopt",
1183 "tempfile",
1184 "tokio",
1185 "tokio-util 0.6.10",
1186 "toml",
1187 "url",
1188 "uuid",
1189]
1190
1191[[package]]
1192name = "rusoto_core"
1193version = "0.46.0"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "02aff20978970d47630f08de5f0d04799497818d16cafee5aec90c4b4d0806cf"
1196dependencies = [
1197 "async-trait",
1198 "base64",
1199 "bytes",
1200 "crc32fast",
1201 "futures",
1202 "http",
1203 "hyper",
1204 "hyper-rustls",
1205 "lazy_static",
1206 "log",
1207 "rusoto_credential",
1208 "rusoto_signature",
1209 "rustc_version 0.2.3",
1210 "serde",
1211 "serde_json",
1212 "tokio",
1213 "xml-rs",
1214]
1215
1216[[package]]
1217name = "rusoto_credential"
1218version = "0.46.0"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "8e91e4c25ea8bfa6247684ff635299015845113baaa93ba8169b9e565701b58e"
1221dependencies = [
1222 "async-trait",
1223 "chrono",
1224 "dirs-next",
1225 "futures",
1226 "hyper",
1227 "serde",
1228 "serde_json",
1229 "shlex",
1230 "tokio",
1231 "zeroize",
1232]
1233
1234[[package]]
1235name = "rusoto_s3"
1236version = "0.46.0"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "abc3f56f14ccf91f880b9a9c2d0556d8523e8c155041c54db155b384a1dd1119"
1239dependencies = [
1240 "async-trait",
1241 "bytes",
1242 "futures",
1243 "rusoto_core",
1244 "xml-rs",
1245]
1246
1247[[package]]
1248name = "rusoto_signature"
1249version = "0.46.0"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "5486e6b1673ab3e0ba1ded284fb444845fe1b7f41d13989a54dd60f62a7b2baa"
1252dependencies = [
1253 "base64",
1254 "bytes",
1255 "futures",
1256 "hex 0.4.3",
1257 "hmac",
1258 "http",
1259 "hyper",
1260 "log",
1261 "md5",
1262 "percent-encoding",
1263 "pin-project-lite",
1264 "rusoto_credential",
1265 "rustc_version 0.2.3",
1266 "serde",
1267 "sha2",
1268 "time",
1269 "tokio",
1270]
1271
1272[[package]]
1273name = "rusoto_sts"
1274version = "0.46.0"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "2f93005e0c3b9e40a424b50ca71886d2445cc19bb6cdac3ac84c2daff482eb59"
1277dependencies = [
1278 "async-trait",
1279 "bytes",
1280 "chrono",
1281 "futures",
1282 "rusoto_core",
1283 "serde_urlencoded",
1284 "xml-rs",
1285]
1286
1287[[package]]
1288name = "rustc_version"
1289version = "0.2.3"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1292dependencies = [
1293 "semver 0.9.0",
1294]
1295
1296[[package]]
1297name = "rustc_version"
1298version = "0.4.0"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1301dependencies = [
1302 "semver 1.0.10",
1303]
1304
1305[[package]]
1306name = "rustls"
1307version = "0.19.1"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
1310dependencies = [
1311 "base64",
1312 "log",
1313 "ring",
1314 "sct",
1315 "webpki",
1316]
1317
1318[[package]]
1319name = "rustls-native-certs"
1320version = "0.5.0"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
1323dependencies = [
1324 "openssl-probe",
1325 "rustls",
1326 "schannel",
1327 "security-framework",
1328]
1329
1330[[package]]
1331name = "ryu"
1332version = "1.0.10"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
1335
1336[[package]]
1337name = "schannel"
1338version = "0.1.20"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
1341dependencies = [
1342 "lazy_static",
1343 "windows-sys",
1344]
1345
1346[[package]]
1347name = "scopeguard"
1348version = "1.1.0"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1351
1352[[package]]
1353name = "sct"
1354version = "0.6.1"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
1357dependencies = [
1358 "ring",
1359 "untrusted",
1360]
1361
1362[[package]]
1363name = "security-framework"
1364version = "2.6.1"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
1367dependencies = [
1368 "bitflags",
1369 "core-foundation",
1370 "core-foundation-sys",
1371 "libc",
1372 "security-framework-sys",
1373]
1374
1375[[package]]
1376name = "security-framework-sys"
1377version = "2.6.1"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
1380dependencies = [
1381 "core-foundation-sys",
1382 "libc",
1383]
1384
1385[[package]]
1386name = "semver"
1387version = "0.9.0"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1390dependencies = [
1391 "semver-parser",
1392]
1393
1394[[package]]
1395name = "semver"
1396version = "1.0.10"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"
1399
1400[[package]]
1401name = "semver-parser"
1402version = "0.7.0"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1405
1406[[package]]
1407name = "serde"
1408version = "1.0.137"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
1411dependencies = [
1412 "serde_derive",
1413]
1414
1415[[package]]
1416name = "serde_derive"
1417version = "1.0.137"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
1420dependencies = [
1421 "proc-macro2",
1422 "quote",
1423 "syn",
1424]
1425
1426[[package]]
1427name = "serde_json"
1428version = "1.0.81"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
1431dependencies = [
1432 "itoa 1.0.2",
1433 "ryu",
1434 "serde",
1435]
1436
1437[[package]]
1438name = "serde_test"
1439version = "1.0.137"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "fe196827aea34242c314d2f0dd49ed00a129225e80dda71b0dbf65d54d25628d"
1442dependencies = [
1443 "serde",
1444]
1445
1446[[package]]
1447name = "serde_urlencoded"
1448version = "0.6.1"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
1451dependencies = [
1452 "dtoa",
1453 "itoa 0.4.8",
1454 "serde",
1455 "url",
1456]
1457
1458[[package]]
1459name = "sha1"
1460version = "0.6.1"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
1463dependencies = [
1464 "sha1_smol",
1465]
1466
1467[[package]]
1468name = "sha1_smol"
1469version = "1.0.0"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
1472
1473[[package]]
1474name = "sha2"
1475version = "0.9.9"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
1478dependencies = [
1479 "block-buffer",
1480 "cfg-if",
1481 "cpufeatures",
1482 "digest",
1483 "opaque-debug",
1484]
1485
1486[[package]]
1487name = "shared_child"
1488version = "0.3.5"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "6be9f7d5565b1483af3e72975e2dee33879b3b86bd48c0929fccf6585d79e65a"
1491dependencies = [
1492 "libc",
1493 "winapi",
1494]
1495
1496[[package]]
1497name = "shlex"
1498version = "0.1.1"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
1501
1502[[package]]
1503name = "signal-hook-registry"
1504version = "1.4.0"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
1507dependencies = [
1508 "libc",
1509]
1510
1511[[package]]
1512name = "slab"
1513version = "0.4.6"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
1516
1517[[package]]
1518name = "smallvec"
1519version = "1.8.0"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
1522
1523[[package]]
1524name = "socket2"
1525version = "0.4.4"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
1528dependencies = [
1529 "libc",
1530 "winapi",
1531]
1532
1533[[package]]
1534name = "spin"
1535version = "0.5.2"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1538
1539[[package]]
1540name = "standback"
1541version = "0.2.17"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
1544dependencies = [
1545 "version_check",
1546]
1547
1548[[package]]
1549name = "static_assertions"
1550version = "1.1.0"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1553
1554[[package]]
1555name = "stdweb"
1556version = "0.4.20"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
1559dependencies = [
1560 "discard",
1561 "rustc_version 0.2.3",
1562 "stdweb-derive",
1563 "stdweb-internal-macros",
1564 "stdweb-internal-runtime",
1565 "wasm-bindgen",
1566]
1567
1568[[package]]
1569name = "stdweb-derive"
1570version = "0.5.3"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
1573dependencies = [
1574 "proc-macro2",
1575 "quote",
1576 "serde",
1577 "serde_derive",
1578 "syn",
1579]
1580
1581[[package]]
1582name = "stdweb-internal-macros"
1583version = "0.2.9"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
1586dependencies = [
1587 "base-x",
1588 "proc-macro2",
1589 "quote",
1590 "serde",
1591 "serde_derive",
1592 "serde_json",
1593 "sha1",
1594 "syn",
1595]
1596
1597[[package]]
1598name = "stdweb-internal-runtime"
1599version = "0.1.5"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
1602
1603[[package]]
1604name = "strsim"
1605version = "0.8.0"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1608
1609[[package]]
1610name = "structopt"
1611version = "0.3.26"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
1614dependencies = [
1615 "clap",
1616 "lazy_static",
1617 "structopt-derive",
1618]
1619
1620[[package]]
1621name = "structopt-derive"
1622version = "0.4.18"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
1625dependencies = [
1626 "heck",
1627 "proc-macro-error",
1628 "proc-macro2",
1629 "quote",
1630 "syn",
1631]
1632
1633[[package]]
1634name = "subtle"
1635version = "2.4.1"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
1638
1639[[package]]
1640name = "syn"
1641version = "1.0.96"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
1644dependencies = [
1645 "proc-macro2",
1646 "quote",
1647 "unicode-ident",
1648]
1649
1650[[package]]
1651name = "tap"
1652version = "1.0.1"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1655
1656[[package]]
1657name = "tempfile"
1658version = "3.3.0"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1661dependencies = [
1662 "cfg-if",
1663 "fastrand",
1664 "libc",
1665 "redox_syscall",
1666 "remove_dir_all",
1667 "winapi",
1668]
1669
1670[[package]]
1671name = "termcolor"
1672version = "1.1.3"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1675dependencies = [
1676 "winapi-util",
1677]
1678
1679[[package]]
1680name = "textwrap"
1681version = "0.11.0"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1684dependencies = [
1685 "unicode-width",
1686]
1687
1688[[package]]
1689name = "thiserror"
1690version = "1.0.31"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
1693dependencies = [
1694 "thiserror-impl",
1695]
1696
1697[[package]]
1698name = "thiserror-impl"
1699version = "1.0.31"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
1702dependencies = [
1703 "proc-macro2",
1704 "quote",
1705 "syn",
1706]
1707
1708[[package]]
1709name = "time"
1710version = "0.2.27"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
1713dependencies = [
1714 "const_fn",
1715 "libc",
1716 "standback",
1717 "stdweb",
1718 "time-macros",
1719 "version_check",
1720 "winapi",
1721]
1722
1723[[package]]
1724name = "time-macros"
1725version = "0.1.1"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
1728dependencies = [
1729 "proc-macro-hack",
1730 "time-macros-impl",
1731]
1732
1733[[package]]
1734name = "time-macros-impl"
1735version = "0.1.2"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
1738dependencies = [
1739 "proc-macro-hack",
1740 "proc-macro2",
1741 "quote",
1742 "standback",
1743 "syn",
1744]
1745
1746[[package]]
1747name = "tinyvec"
1748version = "1.6.0"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1751dependencies = [
1752 "tinyvec_macros",
1753]
1754
1755[[package]]
1756name = "tinyvec_macros"
1757version = "0.1.0"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
1760
1761[[package]]
1762name = "tokio"
1763version = "1.19.2"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
1766dependencies = [
1767 "bytes",
1768 "libc",
1769 "memchr",
1770 "mio",
1771 "num_cpus",
1772 "once_cell",
1773 "parking_lot",
1774 "pin-project-lite",
1775 "signal-hook-registry",
1776 "socket2",
1777 "tokio-macros",
1778 "winapi",
1779]
1780
1781[[package]]
1782name = "tokio-macros"
1783version = "1.8.0"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
1786dependencies = [
1787 "proc-macro2",
1788 "quote",
1789 "syn",
1790]
1791
1792[[package]]
1793name = "tokio-rustls"
1794version = "0.22.0"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
1797dependencies = [
1798 "rustls",
1799 "tokio",
1800 "webpki",
1801]
1802
1803[[package]]
1804name = "tokio-util"
1805version = "0.6.10"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
1808dependencies = [
1809 "bytes",
1810 "futures-core",
1811 "futures-io",
1812 "futures-sink",
1813 "log",
1814 "pin-project-lite",
1815 "slab",
1816 "tokio",
1817]
1818
1819[[package]]
1820name = "tokio-util"
1821version = "0.7.3"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
1824dependencies = [
1825 "bytes",
1826 "futures-core",
1827 "futures-sink",
1828 "pin-project-lite",
1829 "tokio",
1830 "tracing",
1831]
1832
1833[[package]]
1834name = "toml"
1835version = "0.5.9"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
1838dependencies = [
1839 "serde",
1840]
1841
1842[[package]]
1843name = "tower-service"
1844version = "0.3.1"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
1847
1848[[package]]
1849name = "tracing"
1850version = "0.1.35"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
1853dependencies = [
1854 "cfg-if",
1855 "pin-project-lite",
1856 "tracing-core",
1857]
1858
1859[[package]]
1860name = "tracing-core"
1861version = "0.1.27"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"
1864dependencies = [
1865 "once_cell",
1866]
1867
1868[[package]]
1869name = "try-lock"
1870version = "0.2.3"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
1873
1874[[package]]
1875name = "typenum"
1876version = "1.15.0"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
1879
1880[[package]]
1881name = "unicode-bidi"
1882version = "0.3.8"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
1885
1886[[package]]
1887name = "unicode-ident"
1888version = "1.0.1"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
1891
1892[[package]]
1893name = "unicode-normalization"
1894version = "0.1.19"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
1897dependencies = [
1898 "tinyvec",
1899]
1900
1901[[package]]
1902name = "unicode-segmentation"
1903version = "1.9.0"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
1906
1907[[package]]
1908name = "unicode-width"
1909version = "0.1.9"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
1912
1913[[package]]
1914name = "untrusted"
1915version = "0.7.1"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
1918
1919[[package]]
1920name = "url"
1921version = "2.2.2"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
1924dependencies = [
1925 "form_urlencoded",
1926 "idna",
1927 "matches",
1928 "percent-encoding",
1929]
1930
1931[[package]]
1932name = "uuid"
1933version = "0.8.2"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
1936dependencies = [
1937 "getrandom",
1938]
1939
1940[[package]]
1941name = "vec_map"
1942version = "0.8.2"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1945
1946[[package]]
1947name = "version_check"
1948version = "0.9.4"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1951
1952[[package]]
1953name = "want"
1954version = "0.3.0"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1957dependencies = [
1958 "log",
1959 "try-lock",
1960]
1961
1962[[package]]
1963name = "wasi"
1964version = "0.11.0+wasi-snapshot-preview1"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1967
1968[[package]]
1969name = "wasm-bindgen"
1970version = "0.2.80"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
1973dependencies = [
1974 "cfg-if",
1975 "wasm-bindgen-macro",
1976]
1977
1978[[package]]
1979name = "wasm-bindgen-backend"
1980version = "0.2.80"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
1983dependencies = [
1984 "bumpalo",
1985 "lazy_static",
1986 "log",
1987 "proc-macro2",
1988 "quote",
1989 "syn",
1990 "wasm-bindgen-shared",
1991]
1992
1993[[package]]
1994name = "wasm-bindgen-macro"
1995version = "0.2.80"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
1998dependencies = [
1999 "quote",
2000 "wasm-bindgen-macro-support",
2001]
2002
2003[[package]]
2004name = "wasm-bindgen-macro-support"
2005version = "0.2.80"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
2008dependencies = [
2009 "proc-macro2",
2010 "quote",
2011 "syn",
2012 "wasm-bindgen-backend",
2013 "wasm-bindgen-shared",
2014]
2015
2016[[package]]
2017name = "wasm-bindgen-shared"
2018version = "0.2.80"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
2021
2022[[package]]
2023name = "web-sys"
2024version = "0.3.57"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
2027dependencies = [
2028 "js-sys",
2029 "wasm-bindgen",
2030]
2031
2032[[package]]
2033name = "webpki"
2034version = "0.21.4"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
2037dependencies = [
2038 "ring",
2039 "untrusted",
2040]
2041
2042[[package]]
2043name = "winapi"
2044version = "0.3.9"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2047dependencies = [
2048 "winapi-i686-pc-windows-gnu",
2049 "winapi-x86_64-pc-windows-gnu",
2050]
2051
2052[[package]]
2053name = "winapi-i686-pc-windows-gnu"
2054version = "0.4.0"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2057
2058[[package]]
2059name = "winapi-util"
2060version = "0.1.5"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2063dependencies = [
2064 "winapi",
2065]
2066
2067[[package]]
2068name = "winapi-x86_64-pc-windows-gnu"
2069version = "0.4.0"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2072
2073[[package]]
2074name = "windows-sys"
2075version = "0.36.1"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2078dependencies = [
2079 "windows_aarch64_msvc",
2080 "windows_i686_gnu",
2081 "windows_i686_msvc",
2082 "windows_x86_64_gnu",
2083 "windows_x86_64_msvc",
2084]
2085
2086[[package]]
2087name = "windows_aarch64_msvc"
2088version = "0.36.1"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2091
2092[[package]]
2093name = "windows_i686_gnu"
2094version = "0.36.1"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2097
2098[[package]]
2099name = "windows_i686_msvc"
2100version = "0.36.1"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2103
2104[[package]]
2105name = "windows_x86_64_gnu"
2106version = "0.36.1"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2109
2110[[package]]
2111name = "windows_x86_64_msvc"
2112version = "0.36.1"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2115
2116[[package]]
2117name = "wyz"
2118version = "0.2.0"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
2121
2122[[package]]
2123name = "xml-rs"
2124version = "0.8.4"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2127
2128[[package]]
2129name = "zeroize"
2130version = "1.5.5"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"