TOMLCargo.lock -rw-r--r-- 56.3 KiB
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.21.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "ahash"
22version = "0.8.11"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25dependencies = [
26 "cfg-if",
27 "once_cell",
28 "version_check",
29 "zerocopy",
30]
31
32[[package]]
33name = "aho-corasick"
34version = "1.1.3"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
37dependencies = [
38 "memchr",
39]
40
41[[package]]
42name = "allocator-api2"
43version = "0.2.18"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
46
47[[package]]
48name = "android-tzdata"
49version = "0.1.1"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
52
53[[package]]
54name = "android_system_properties"
55version = "0.1.5"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
58dependencies = [
59 "libc",
60]
61
62[[package]]
63name = "ansi_term"
64version = "0.12.1"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
67dependencies = [
68 "winapi",
69]
70
71[[package]]
72name = "askama"
73version = "0.11.1"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139"
76dependencies = [
77 "askama_derive",
78 "askama_escape",
79 "askama_shared",
80]
81
82[[package]]
83name = "askama_derive"
84version = "0.11.2"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71"
87dependencies = [
88 "askama_shared",
89 "proc-macro2",
90 "syn 1.0.109",
91]
92
93[[package]]
94name = "askama_escape"
95version = "0.10.3"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
98
99[[package]]
100name = "askama_shared"
101version = "0.12.2"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0"
104dependencies = [
105 "askama_escape",
106 "humansize 1.1.1",
107 "mime",
108 "mime_guess",
109 "nom",
110 "num-traits",
111 "percent-encoding",
112 "proc-macro2",
113 "quote",
114 "serde",
115 "syn 1.0.109",
116 "toml",
117]
118
119[[package]]
120name = "async-stream"
121version = "0.3.5"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
124dependencies = [
125 "async-stream-impl",
126 "futures-core",
127 "pin-project-lite",
128]
129
130[[package]]
131name = "async-stream-impl"
132version = "0.3.5"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
135dependencies = [
136 "proc-macro2",
137 "quote",
138 "syn 2.0.60",
139]
140
141[[package]]
142name = "async-trait"
143version = "0.1.80"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
146dependencies = [
147 "proc-macro2",
148 "quote",
149 "syn 2.0.60",
150]
151
152[[package]]
153name = "atty"
154version = "0.2.14"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
157dependencies = [
158 "hermit-abi 0.1.19",
159 "libc",
160 "winapi",
161]
162
163[[package]]
164name = "autocfg"
165version = "1.2.0"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
168
169[[package]]
170name = "backoff"
171version = "0.4.0"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
174dependencies = [
175 "futures-core",
176 "getrandom",
177 "instant",
178 "pin-project-lite",
179 "rand",
180 "tokio",
181]
182
183[[package]]
184name = "backtrace"
185version = "0.3.71"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
188dependencies = [
189 "addr2line",
190 "cc",
191 "cfg-if",
192 "libc",
193 "miniz_oxide",
194 "object",
195 "rustc-demangle",
196]
197
198[[package]]
199name = "base64"
200version = "0.13.1"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
203
204[[package]]
205name = "base64"
206version = "0.21.7"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
209
210[[package]]
211name = "bitflags"
212version = "1.3.2"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
215
216[[package]]
217name = "bitflags"
218version = "2.5.0"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
221
222[[package]]
223name = "block-buffer"
224version = "0.9.0"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
227dependencies = [
228 "generic-array",
229]
230
231[[package]]
232name = "block-buffer"
233version = "0.10.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
236dependencies = [
237 "generic-array",
238]
239
240[[package]]
241name = "bumpalo"
242version = "3.16.0"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
245
246[[package]]
247name = "byteorder"
248version = "1.5.0"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
251
252[[package]]
253name = "bytes"
254version = "1.6.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
257
258[[package]]
259name = "cc"
260version = "1.0.96"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd"
263
264[[package]]
265name = "cfg-if"
266version = "1.0.0"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
269
270[[package]]
271name = "chacha"
272version = "0.3.0"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862"
275dependencies = [
276 "byteorder",
277 "keystream",
278]
279
280[[package]]
281name = "chrono"
282version = "0.4.38"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
285dependencies = [
286 "android-tzdata",
287 "iana-time-zone",
288 "num-traits",
289 "serde",
290 "windows-targets 0.52.5",
291]
292
293[[package]]
294name = "clap"
295version = "2.34.0"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
298dependencies = [
299 "ansi_term",
300 "atty",
301 "bitflags 1.3.2",
302 "strsim",
303 "textwrap",
304 "unicode-width",
305 "vec_map",
306]
307
308[[package]]
309name = "convert_case"
310version = "0.4.0"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
313
314[[package]]
315name = "core-foundation"
316version = "0.9.4"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
319dependencies = [
320 "core-foundation-sys",
321 "libc",
322]
323
324[[package]]
325name = "core-foundation-sys"
326version = "0.8.6"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
329
330[[package]]
331name = "cpufeatures"
332version = "0.2.12"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
335dependencies = [
336 "libc",
337]
338
339[[package]]
340name = "crc32fast"
341version = "1.4.0"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
344dependencies = [
345 "cfg-if",
346]
347
348[[package]]
349name = "crypto-common"
350version = "0.1.6"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
353dependencies = [
354 "generic-array",
355 "typenum",
356]
357
358[[package]]
359name = "crypto-mac"
360version = "0.11.1"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
363dependencies = [
364 "generic-array",
365 "subtle",
366]
367
368[[package]]
369name = "derive_more"
370version = "0.99.17"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
373dependencies = [
374 "convert_case",
375 "proc-macro2",
376 "quote",
377 "rustc_version",
378 "syn 1.0.109",
379]
380
381[[package]]
382name = "digest"
383version = "0.9.0"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
386dependencies = [
387 "generic-array",
388]
389
390[[package]]
391name = "digest"
392version = "0.10.7"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
395dependencies = [
396 "block-buffer 0.10.4",
397 "crypto-common",
398]
399
400[[package]]
401name = "dirs-next"
402version = "2.0.0"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
405dependencies = [
406 "cfg-if",
407 "dirs-sys-next",
408]
409
410[[package]]
411name = "dirs-sys-next"
412version = "0.1.2"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
415dependencies = [
416 "libc",
417 "redox_users",
418 "winapi",
419]
420
421[[package]]
422name = "duct"
423version = "0.13.7"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c"
426dependencies = [
427 "libc",
428 "once_cell",
429 "os_pipe",
430 "shared_child",
431]
432
433[[package]]
434name = "env_logger"
435version = "0.7.1"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
438dependencies = [
439 "atty",
440 "humantime 1.3.0",
441 "log",
442 "regex",
443 "termcolor",
444]
445
446[[package]]
447name = "env_logger"
448version = "0.9.3"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
451dependencies = [
452 "atty",
453 "humantime 2.1.0",
454 "log",
455 "regex",
456 "termcolor",
457]
458
459[[package]]
460name = "equivalent"
461version = "1.0.1"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
464
465[[package]]
466name = "errno"
467version = "0.3.8"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
470dependencies = [
471 "libc",
472 "windows-sys 0.52.0",
473]
474
475[[package]]
476name = "fastrand"
477version = "2.1.0"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
480
481[[package]]
482name = "fnv"
483version = "1.0.7"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
486
487[[package]]
488name = "form_urlencoded"
489version = "1.2.1"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
492dependencies = [
493 "percent-encoding",
494]
495
496[[package]]
497name = "futures"
498version = "0.3.30"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
501dependencies = [
502 "futures-channel",
503 "futures-core",
504 "futures-executor",
505 "futures-io",
506 "futures-sink",
507 "futures-task",
508 "futures-util",
509]
510
511[[package]]
512name = "futures-channel"
513version = "0.3.30"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
516dependencies = [
517 "futures-core",
518 "futures-sink",
519]
520
521[[package]]
522name = "futures-core"
523version = "0.3.30"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
526
527[[package]]
528name = "futures-executor"
529version = "0.3.30"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
532dependencies = [
533 "futures-core",
534 "futures-task",
535 "futures-util",
536]
537
538[[package]]
539name = "futures-io"
540version = "0.3.30"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
543
544[[package]]
545name = "futures-macro"
546version = "0.3.30"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
549dependencies = [
550 "proc-macro2",
551 "quote",
552 "syn 2.0.60",
553]
554
555[[package]]
556name = "futures-sink"
557version = "0.3.30"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
560
561[[package]]
562name = "futures-task"
563version = "0.3.30"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
566
567[[package]]
568name = "futures-util"
569version = "0.3.30"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
572dependencies = [
573 "futures-channel",
574 "futures-core",
575 "futures-io",
576 "futures-macro",
577 "futures-sink",
578 "futures-task",
579 "memchr",
580 "pin-project-lite",
581 "pin-utils",
582 "slab",
583]
584
585[[package]]
586name = "generic-array"
587version = "0.14.7"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
590dependencies = [
591 "typenum",
592 "version_check",
593]
594
595[[package]]
596name = "getrandom"
597version = "0.2.14"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
600dependencies = [
601 "cfg-if",
602 "libc",
603 "wasi",
604]
605
606[[package]]
607name = "gimli"
608version = "0.28.1"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
611
612[[package]]
613name = "h2"
614version = "0.3.26"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
617dependencies = [
618 "bytes",
619 "fnv",
620 "futures-core",
621 "futures-sink",
622 "futures-util",
623 "http",
624 "indexmap",
625 "slab",
626 "tokio",
627 "tokio-util",
628 "tracing",
629]
630
631[[package]]
632name = "hashbrown"
633version = "0.14.5"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
636dependencies = [
637 "ahash",
638 "allocator-api2",
639]
640
641[[package]]
642name = "heck"
643version = "0.3.3"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
646dependencies = [
647 "unicode-segmentation",
648]
649
650[[package]]
651name = "hermit-abi"
652version = "0.1.19"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
655dependencies = [
656 "libc",
657]
658
659[[package]]
660name = "hermit-abi"
661version = "0.3.9"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
664
665[[package]]
666name = "hex"
667version = "0.4.3"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
670
671[[package]]
672name = "hmac"
673version = "0.11.0"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
676dependencies = [
677 "crypto-mac",
678 "digest 0.9.0",
679]
680
681[[package]]
682name = "http"
683version = "0.2.12"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
686dependencies = [
687 "bytes",
688 "fnv",
689 "itoa",
690]
691
692[[package]]
693name = "http-body"
694version = "0.4.6"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
697dependencies = [
698 "bytes",
699 "http",
700 "pin-project-lite",
701]
702
703[[package]]
704name = "httparse"
705version = "1.8.0"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
708
709[[package]]
710name = "httpdate"
711version = "1.0.3"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
714
715[[package]]
716name = "human-size"
717version = "0.4.3"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "9994b79e8c1a39b3166c63ae7823bb2b00831e2a96a31399c50fe69df408eaeb"
720
721[[package]]
722name = "humansize"
723version = "1.1.1"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
726
727[[package]]
728name = "humansize"
729version = "2.1.3"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
732dependencies = [
733 "libm",
734]
735
736[[package]]
737name = "humantime"
738version = "1.3.0"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
741dependencies = [
742 "quick-error",
743]
744
745[[package]]
746name = "humantime"
747version = "2.1.0"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
750
751[[package]]
752name = "hyper"
753version = "0.14.28"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
756dependencies = [
757 "bytes",
758 "futures-channel",
759 "futures-core",
760 "futures-util",
761 "h2",
762 "http",
763 "http-body",
764 "httparse",
765 "httpdate",
766 "itoa",
767 "pin-project-lite",
768 "socket2",
769 "tokio",
770 "tower-service",
771 "tracing",
772 "want",
773]
774
775[[package]]
776name = "hyper-rustls"
777version = "0.23.2"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
780dependencies = [
781 "http",
782 "hyper",
783 "log",
784 "rustls",
785 "rustls-native-certs",
786 "tokio",
787 "tokio-rustls",
788]
789
790[[package]]
791name = "iana-time-zone"
792version = "0.1.60"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
795dependencies = [
796 "android_system_properties",
797 "core-foundation-sys",
798 "iana-time-zone-haiku",
799 "js-sys",
800 "wasm-bindgen",
801 "windows-core",
802]
803
804[[package]]
805name = "iana-time-zone-haiku"
806version = "0.1.2"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
809dependencies = [
810 "cc",
811]
812
813[[package]]
814name = "idna"
815version = "0.5.0"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
818dependencies = [
819 "unicode-bidi",
820 "unicode-normalization",
821]
822
823[[package]]
824name = "indexmap"
825version = "2.2.6"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
828dependencies = [
829 "equivalent",
830 "hashbrown",
831]
832
833[[package]]
834name = "instant"
835version = "0.1.12"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
838dependencies = [
839 "cfg-if",
840]
841
842[[package]]
843name = "itoa"
844version = "1.0.11"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
847
848[[package]]
849name = "js-sys"
850version = "0.3.69"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
853dependencies = [
854 "wasm-bindgen",
855]
856
857[[package]]
858name = "keystream"
859version = "1.0.0"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28"
862
863[[package]]
864name = "lazy_static"
865version = "1.4.0"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
868
869[[package]]
870name = "libc"
871version = "0.2.154"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
874
875[[package]]
876name = "libm"
877version = "0.2.8"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
880
881[[package]]
882name = "libredox"
883version = "0.1.3"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
886dependencies = [
887 "bitflags 2.5.0",
888 "libc",
889]
890
891[[package]]
892name = "linked-hash-map"
893version = "0.5.6"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
896dependencies = [
897 "serde",
898]
899
900[[package]]
901name = "linux-raw-sys"
902version = "0.4.13"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
905
906[[package]]
907name = "lock_api"
908version = "0.4.12"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
911dependencies = [
912 "autocfg",
913 "scopeguard",
914]
915
916[[package]]
917name = "log"
918version = "0.4.21"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
921
922[[package]]
923name = "md-5"
924version = "0.9.1"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
927dependencies = [
928 "block-buffer 0.9.0",
929 "digest 0.9.0",
930 "opaque-debug",
931]
932
933[[package]]
934name = "memchr"
935version = "2.7.2"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
938
939[[package]]
940name = "mime"
941version = "0.3.17"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
944
945[[package]]
946name = "mime_guess"
947version = "2.0.4"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
950dependencies = [
951 "mime",
952 "unicase",
953]
954
955[[package]]
956name = "minimal-lexical"
957version = "0.2.1"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
960
961[[package]]
962name = "miniz_oxide"
963version = "0.7.2"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
966dependencies = [
967 "adler",
968]
969
970[[package]]
971name = "mio"
972version = "0.8.11"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
975dependencies = [
976 "libc",
977 "wasi",
978 "windows-sys 0.48.0",
979]
980
981[[package]]
982name = "nom"
983version = "7.1.3"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
986dependencies = [
987 "memchr",
988 "minimal-lexical",
989]
990
991[[package]]
992name = "num-traits"
993version = "0.2.18"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
996dependencies = [
997 "autocfg",
998]
999
1000[[package]]
1001name = "num_cpus"
1002version = "1.16.0"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1005dependencies = [
1006 "hermit-abi 0.3.9",
1007 "libc",
1008]
1009
1010[[package]]
1011name = "object"
1012version = "0.32.2"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
1015dependencies = [
1016 "memchr",
1017]
1018
1019[[package]]
1020name = "once_cell"
1021version = "1.19.0"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1024
1025[[package]]
1026name = "opaque-debug"
1027version = "0.3.1"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
1030
1031[[package]]
1032name = "openssl-probe"
1033version = "0.1.5"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1036
1037[[package]]
1038name = "os_pipe"
1039version = "1.1.5"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
1042dependencies = [
1043 "libc",
1044 "windows-sys 0.52.0",
1045]
1046
1047[[package]]
1048name = "parking_lot"
1049version = "0.12.2"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
1052dependencies = [
1053 "lock_api",
1054 "parking_lot_core",
1055]
1056
1057[[package]]
1058name = "parking_lot_core"
1059version = "0.9.10"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1062dependencies = [
1063 "cfg-if",
1064 "libc",
1065 "redox_syscall",
1066 "smallvec",
1067 "windows-targets 0.52.5",
1068]
1069
1070[[package]]
1071name = "percent-encoding"
1072version = "2.3.1"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1075
1076[[package]]
1077name = "pin-project-lite"
1078version = "0.2.14"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1081
1082[[package]]
1083name = "pin-utils"
1084version = "0.1.0"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1087
1088[[package]]
1089name = "ppv-lite86"
1090version = "0.2.17"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1093
1094[[package]]
1095name = "pretty_env_logger"
1096version = "0.4.0"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
1099dependencies = [
1100 "env_logger 0.7.1",
1101 "log",
1102]
1103
1104[[package]]
1105name = "proc-macro-error"
1106version = "1.0.4"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1109dependencies = [
1110 "proc-macro-error-attr",
1111 "proc-macro2",
1112 "quote",
1113 "syn 1.0.109",
1114 "version_check",
1115]
1116
1117[[package]]
1118name = "proc-macro-error-attr"
1119version = "1.0.4"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1122dependencies = [
1123 "proc-macro2",
1124 "quote",
1125 "version_check",
1126]
1127
1128[[package]]
1129name = "proc-macro2"
1130version = "1.0.81"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
1133dependencies = [
1134 "unicode-ident",
1135]
1136
1137[[package]]
1138name = "quick-error"
1139version = "1.2.3"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1142
1143[[package]]
1144name = "quote"
1145version = "1.0.36"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1148dependencies = [
1149 "proc-macro2",
1150]
1151
1152[[package]]
1153name = "rand"
1154version = "0.8.5"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1157dependencies = [
1158 "libc",
1159 "rand_chacha",
1160 "rand_core",
1161]
1162
1163[[package]]
1164name = "rand_chacha"
1165version = "0.3.1"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1168dependencies = [
1169 "ppv-lite86",
1170 "rand_core",
1171]
1172
1173[[package]]
1174name = "rand_core"
1175version = "0.6.4"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1178dependencies = [
1179 "getrandom",
1180]
1181
1182[[package]]
1183name = "redox_syscall"
1184version = "0.5.1"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
1187dependencies = [
1188 "bitflags 2.5.0",
1189]
1190
1191[[package]]
1192name = "redox_users"
1193version = "0.4.5"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
1196dependencies = [
1197 "getrandom",
1198 "libredox",
1199 "thiserror",
1200]
1201
1202[[package]]
1203name = "regex"
1204version = "1.10.4"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
1207dependencies = [
1208 "aho-corasick",
1209 "memchr",
1210 "regex-automata",
1211 "regex-syntax",
1212]
1213
1214[[package]]
1215name = "regex-automata"
1216version = "0.4.6"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
1219dependencies = [
1220 "aho-corasick",
1221 "memchr",
1222 "regex-syntax",
1223]
1224
1225[[package]]
1226name = "regex-syntax"
1227version = "0.8.3"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
1230
1231[[package]]
1232name = "ring"
1233version = "0.16.20"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1236dependencies = [
1237 "cc",
1238 "libc",
1239 "once_cell",
1240 "spin 0.5.2",
1241 "untrusted 0.7.1",
1242 "web-sys",
1243 "winapi",
1244]
1245
1246[[package]]
1247name = "ring"
1248version = "0.17.8"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
1251dependencies = [
1252 "cc",
1253 "cfg-if",
1254 "getrandom",
1255 "libc",
1256 "spin 0.9.8",
1257 "untrusted 0.9.0",
1258 "windows-sys 0.52.0",
1259]
1260
1261[[package]]
1262name = "rudolfs"
1263version = "0.3.7"
1264dependencies = [
1265 "askama",
1266 "async-stream",
1267 "async-trait",
1268 "backoff",
1269 "bytes",
1270 "chacha",
1271 "derive_more",
1272 "duct",
1273 "env_logger 0.9.3",
1274 "futures",
1275 "generic-array",
1276 "hex",
1277 "http",
1278 "human-size",
1279 "humansize 2.1.3",
1280 "humantime 2.1.0",
1281 "hyper",
1282 "linked-hash-map",
1283 "log",
1284 "pretty_env_logger",
1285 "rand",
1286 "rusoto_core",
1287 "rusoto_credential",
1288 "rusoto_s3",
1289 "rusoto_sts",
1290 "serde",
1291 "serde_json",
1292 "sha2 0.10.8",
1293 "structopt",
1294 "tempfile",
1295 "tokio",
1296 "tokio-util",
1297 "toml",
1298 "url",
1299 "uuid",
1300]
1301
1302[[package]]
1303name = "rusoto_core"
1304version = "0.48.0"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "1db30db44ea73551326269adcf7a2169428a054f14faf9e1768f2163494f2fa2"
1307dependencies = [
1308 "async-trait",
1309 "base64 0.13.1",
1310 "bytes",
1311 "crc32fast",
1312 "futures",
1313 "http",
1314 "hyper",
1315 "hyper-rustls",
1316 "lazy_static",
1317 "log",
1318 "rusoto_credential",
1319 "rusoto_signature",
1320 "rustc_version",
1321 "serde",
1322 "serde_json",
1323 "tokio",
1324 "xml-rs",
1325]
1326
1327[[package]]
1328name = "rusoto_credential"
1329version = "0.48.0"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "ee0a6c13db5aad6047b6a44ef023dbbc21a056b6dab5be3b79ce4283d5c02d05"
1332dependencies = [
1333 "async-trait",
1334 "chrono",
1335 "dirs-next",
1336 "futures",
1337 "hyper",
1338 "serde",
1339 "serde_json",
1340 "shlex",
1341 "tokio",
1342 "zeroize",
1343]
1344
1345[[package]]
1346name = "rusoto_s3"
1347version = "0.48.0"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "7aae4677183411f6b0b412d66194ef5403293917d66e70ab118f07cc24c5b14d"
1350dependencies = [
1351 "async-trait",
1352 "bytes",
1353 "futures",
1354 "rusoto_core",
1355 "xml-rs",
1356]
1357
1358[[package]]
1359name = "rusoto_signature"
1360version = "0.48.0"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "a5ae95491c8b4847931e291b151127eccd6ff8ca13f33603eb3d0035ecb05272"
1363dependencies = [
1364 "base64 0.13.1",
1365 "bytes",
1366 "chrono",
1367 "digest 0.9.0",
1368 "futures",
1369 "hex",
1370 "hmac",
1371 "http",
1372 "hyper",
1373 "log",
1374 "md-5",
1375 "percent-encoding",
1376 "pin-project-lite",
1377 "rusoto_credential",
1378 "rustc_version",
1379 "serde",
1380 "sha2 0.9.9",
1381 "tokio",
1382]
1383
1384[[package]]
1385name = "rusoto_sts"
1386version = "0.48.0"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "d1643f49aa67cb7cb895ebac5a2ff3f991c6dbdc58ad98b28158cd5706aecd1d"
1389dependencies = [
1390 "async-trait",
1391 "bytes",
1392 "chrono",
1393 "futures",
1394 "rusoto_core",
1395 "serde_urlencoded",
1396 "xml-rs",
1397]
1398
1399[[package]]
1400name = "rustc-demangle"
1401version = "0.1.23"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1404
1405[[package]]
1406name = "rustc_version"
1407version = "0.4.0"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1410dependencies = [
1411 "semver",
1412]
1413
1414[[package]]
1415name = "rustix"
1416version = "0.38.34"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
1419dependencies = [
1420 "bitflags 2.5.0",
1421 "errno",
1422 "libc",
1423 "linux-raw-sys",
1424 "windows-sys 0.52.0",
1425]
1426
1427[[package]]
1428name = "rustls"
1429version = "0.20.9"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
1432dependencies = [
1433 "log",
1434 "ring 0.16.20",
1435 "sct",
1436 "webpki",
1437]
1438
1439[[package]]
1440name = "rustls-native-certs"
1441version = "0.6.3"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
1444dependencies = [
1445 "openssl-probe",
1446 "rustls-pemfile",
1447 "schannel",
1448 "security-framework",
1449]
1450
1451[[package]]
1452name = "rustls-pemfile"
1453version = "1.0.4"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
1456dependencies = [
1457 "base64 0.21.7",
1458]
1459
1460[[package]]
1461name = "ryu"
1462version = "1.0.17"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
1465
1466[[package]]
1467name = "schannel"
1468version = "0.1.23"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1471dependencies = [
1472 "windows-sys 0.52.0",
1473]
1474
1475[[package]]
1476name = "scopeguard"
1477version = "1.2.0"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1480
1481[[package]]
1482name = "sct"
1483version = "0.7.1"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
1486dependencies = [
1487 "ring 0.17.8",
1488 "untrusted 0.9.0",
1489]
1490
1491[[package]]
1492name = "security-framework"
1493version = "2.10.0"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
1496dependencies = [
1497 "bitflags 1.3.2",
1498 "core-foundation",
1499 "core-foundation-sys",
1500 "libc",
1501 "security-framework-sys",
1502]
1503
1504[[package]]
1505name = "security-framework-sys"
1506version = "2.10.0"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef"
1509dependencies = [
1510 "core-foundation-sys",
1511 "libc",
1512]
1513
1514[[package]]
1515name = "semver"
1516version = "1.0.22"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
1519
1520[[package]]
1521name = "serde"
1522version = "1.0.200"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f"
1525dependencies = [
1526 "serde_derive",
1527]
1528
1529[[package]]
1530name = "serde_derive"
1531version = "1.0.200"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb"
1534dependencies = [
1535 "proc-macro2",
1536 "quote",
1537 "syn 2.0.60",
1538]
1539
1540[[package]]
1541name = "serde_json"
1542version = "1.0.116"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
1545dependencies = [
1546 "itoa",
1547 "ryu",
1548 "serde",
1549]
1550
1551[[package]]
1552name = "serde_urlencoded"
1553version = "0.7.1"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1556dependencies = [
1557 "form_urlencoded",
1558 "itoa",
1559 "ryu",
1560 "serde",
1561]
1562
1563[[package]]
1564name = "sha2"
1565version = "0.9.9"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
1568dependencies = [
1569 "block-buffer 0.9.0",
1570 "cfg-if",
1571 "cpufeatures",
1572 "digest 0.9.0",
1573 "opaque-debug",
1574]
1575
1576[[package]]
1577name = "sha2"
1578version = "0.10.8"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
1581dependencies = [
1582 "cfg-if",
1583 "cpufeatures",
1584 "digest 0.10.7",
1585]
1586
1587[[package]]
1588name = "shared_child"
1589version = "1.0.0"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
1592dependencies = [
1593 "libc",
1594 "winapi",
1595]
1596
1597[[package]]
1598name = "shlex"
1599version = "1.3.0"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1602
1603[[package]]
1604name = "signal-hook-registry"
1605version = "1.4.2"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
1608dependencies = [
1609 "libc",
1610]
1611
1612[[package]]
1613name = "slab"
1614version = "0.4.9"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1617dependencies = [
1618 "autocfg",
1619]
1620
1621[[package]]
1622name = "smallvec"
1623version = "1.13.2"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
1626
1627[[package]]
1628name = "socket2"
1629version = "0.5.7"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
1632dependencies = [
1633 "libc",
1634 "windows-sys 0.52.0",
1635]
1636
1637[[package]]
1638name = "spin"
1639version = "0.5.2"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1642
1643[[package]]
1644name = "spin"
1645version = "0.9.8"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1648
1649[[package]]
1650name = "strsim"
1651version = "0.8.0"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1654
1655[[package]]
1656name = "structopt"
1657version = "0.3.26"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
1660dependencies = [
1661 "clap",
1662 "lazy_static",
1663 "structopt-derive",
1664]
1665
1666[[package]]
1667name = "structopt-derive"
1668version = "0.4.18"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
1671dependencies = [
1672 "heck",
1673 "proc-macro-error",
1674 "proc-macro2",
1675 "quote",
1676 "syn 1.0.109",
1677]
1678
1679[[package]]
1680name = "subtle"
1681version = "2.4.1"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
1684
1685[[package]]
1686name = "syn"
1687version = "1.0.109"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1690dependencies = [
1691 "proc-macro2",
1692 "quote",
1693 "unicode-ident",
1694]
1695
1696[[package]]
1697name = "syn"
1698version = "2.0.60"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
1701dependencies = [
1702 "proc-macro2",
1703 "quote",
1704 "unicode-ident",
1705]
1706
1707[[package]]
1708name = "tempfile"
1709version = "3.10.1"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
1712dependencies = [
1713 "cfg-if",
1714 "fastrand",
1715 "rustix",
1716 "windows-sys 0.52.0",
1717]
1718
1719[[package]]
1720name = "termcolor"
1721version = "1.4.1"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
1724dependencies = [
1725 "winapi-util",
1726]
1727
1728[[package]]
1729name = "textwrap"
1730version = "0.11.0"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1733dependencies = [
1734 "unicode-width",
1735]
1736
1737[[package]]
1738name = "thiserror"
1739version = "1.0.59"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
1742dependencies = [
1743 "thiserror-impl",
1744]
1745
1746[[package]]
1747name = "thiserror-impl"
1748version = "1.0.59"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
1751dependencies = [
1752 "proc-macro2",
1753 "quote",
1754 "syn 2.0.60",
1755]
1756
1757[[package]]
1758name = "tinyvec"
1759version = "1.6.0"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1762dependencies = [
1763 "tinyvec_macros",
1764]
1765
1766[[package]]
1767name = "tinyvec_macros"
1768version = "0.1.1"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1771
1772[[package]]
1773name = "tokio"
1774version = "1.37.0"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
1777dependencies = [
1778 "backtrace",
1779 "bytes",
1780 "libc",
1781 "mio",
1782 "num_cpus",
1783 "parking_lot",
1784 "pin-project-lite",
1785 "signal-hook-registry",
1786 "socket2",
1787 "tokio-macros",
1788 "windows-sys 0.48.0",
1789]
1790
1791[[package]]
1792name = "tokio-macros"
1793version = "2.2.0"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
1796dependencies = [
1797 "proc-macro2",
1798 "quote",
1799 "syn 2.0.60",
1800]
1801
1802[[package]]
1803name = "tokio-rustls"
1804version = "0.23.4"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
1807dependencies = [
1808 "rustls",
1809 "tokio",
1810 "webpki",
1811]
1812
1813[[package]]
1814name = "tokio-util"
1815version = "0.7.10"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
1818dependencies = [
1819 "bytes",
1820 "futures-core",
1821 "futures-io",
1822 "futures-sink",
1823 "futures-util",
1824 "hashbrown",
1825 "pin-project-lite",
1826 "slab",
1827 "tokio",
1828 "tracing",
1829]
1830
1831[[package]]
1832name = "toml"
1833version = "0.5.11"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
1836dependencies = [
1837 "serde",
1838]
1839
1840[[package]]
1841name = "tower-service"
1842version = "0.3.2"
1843source = "registry+https://github.com/rust-lang/crates.io-index"
1844checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1845
1846[[package]]
1847name = "tracing"
1848version = "0.1.40"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1851dependencies = [
1852 "pin-project-lite",
1853 "tracing-core",
1854]
1855
1856[[package]]
1857name = "tracing-core"
1858version = "0.1.32"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1861dependencies = [
1862 "once_cell",
1863]
1864
1865[[package]]
1866name = "try-lock"
1867version = "0.2.5"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1870
1871[[package]]
1872name = "typenum"
1873version = "1.17.0"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
1876
1877[[package]]
1878name = "unicase"
1879version = "2.7.0"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
1882dependencies = [
1883 "version_check",
1884]
1885
1886[[package]]
1887name = "unicode-bidi"
1888version = "0.3.15"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
1891
1892[[package]]
1893name = "unicode-ident"
1894version = "1.0.12"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1897
1898[[package]]
1899name = "unicode-normalization"
1900version = "0.1.23"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
1903dependencies = [
1904 "tinyvec",
1905]
1906
1907[[package]]
1908name = "unicode-segmentation"
1909version = "1.11.0"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
1912
1913[[package]]
1914name = "unicode-width"
1915version = "0.1.12"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
1918
1919[[package]]
1920name = "untrusted"
1921version = "0.7.1"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
1924
1925[[package]]
1926name = "untrusted"
1927version = "0.9.0"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1930
1931[[package]]
1932name = "url"
1933version = "2.5.0"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
1936dependencies = [
1937 "form_urlencoded",
1938 "idna",
1939 "percent-encoding",
1940]
1941
1942[[package]]
1943name = "uuid"
1944version = "1.8.0"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
1947dependencies = [
1948 "getrandom",
1949]
1950
1951[[package]]
1952name = "vec_map"
1953version = "0.8.2"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1956
1957[[package]]
1958name = "version_check"
1959version = "0.9.4"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1962
1963[[package]]
1964name = "want"
1965version = "0.3.1"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1968dependencies = [
1969 "try-lock",
1970]
1971
1972[[package]]
1973name = "wasi"
1974version = "0.11.0+wasi-snapshot-preview1"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1977
1978[[package]]
1979name = "wasm-bindgen"
1980version = "0.2.92"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
1983dependencies = [
1984 "cfg-if",
1985 "wasm-bindgen-macro",
1986]
1987
1988[[package]]
1989name = "wasm-bindgen-backend"
1990version = "0.2.92"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
1993dependencies = [
1994 "bumpalo",
1995 "log",
1996 "once_cell",
1997 "proc-macro2",
1998 "quote",
1999 "syn 2.0.60",
2000 "wasm-bindgen-shared",
2001]
2002
2003[[package]]
2004name = "wasm-bindgen-macro"
2005version = "0.2.92"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2008dependencies = [
2009 "quote",
2010 "wasm-bindgen-macro-support",
2011]
2012
2013[[package]]
2014name = "wasm-bindgen-macro-support"
2015version = "0.2.92"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2018dependencies = [
2019 "proc-macro2",
2020 "quote",
2021 "syn 2.0.60",
2022 "wasm-bindgen-backend",
2023 "wasm-bindgen-shared",
2024]
2025
2026[[package]]
2027name = "wasm-bindgen-shared"
2028version = "0.2.92"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2031
2032[[package]]
2033name = "web-sys"
2034version = "0.3.69"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2037dependencies = [
2038 "js-sys",
2039 "wasm-bindgen",
2040]
2041
2042[[package]]
2043name = "webpki"
2044version = "0.22.4"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
2047dependencies = [
2048 "ring 0.17.8",
2049 "untrusted 0.9.0",
2050]
2051
2052[[package]]
2053name = "winapi"
2054version = "0.3.9"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2057dependencies = [
2058 "winapi-i686-pc-windows-gnu",
2059 "winapi-x86_64-pc-windows-gnu",
2060]
2061
2062[[package]]
2063name = "winapi-i686-pc-windows-gnu"
2064version = "0.4.0"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2067
2068[[package]]
2069name = "winapi-util"
2070version = "0.1.8"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2073dependencies = [
2074 "windows-sys 0.52.0",
2075]
2076
2077[[package]]
2078name = "winapi-x86_64-pc-windows-gnu"
2079version = "0.4.0"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2082
2083[[package]]
2084name = "windows-core"
2085version = "0.52.0"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2088dependencies = [
2089 "windows-targets 0.52.5",
2090]
2091
2092[[package]]
2093name = "windows-sys"
2094version = "0.48.0"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2097dependencies = [
2098 "windows-targets 0.48.5",
2099]
2100
2101[[package]]
2102name = "windows-sys"
2103version = "0.52.0"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2106dependencies = [
2107 "windows-targets 0.52.5",
2108]
2109
2110[[package]]
2111name = "windows-targets"
2112version = "0.48.5"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2115dependencies = [
2116 "windows_aarch64_gnullvm 0.48.5",
2117 "windows_aarch64_msvc 0.48.5",
2118 "windows_i686_gnu 0.48.5",
2119 "windows_i686_msvc 0.48.5",
2120 "windows_x86_64_gnu 0.48.5",
2121 "windows_x86_64_gnullvm 0.48.5",
2122 "windows_x86_64_msvc 0.48.5",
2123]
2124
2125[[package]]
2126name = "windows-targets"
2127version = "0.52.5"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2130dependencies = [
2131 "windows_aarch64_gnullvm 0.52.5",
2132 "windows_aarch64_msvc 0.52.5",
2133 "windows_i686_gnu 0.52.5",
2134 "windows_i686_gnullvm",
2135 "windows_i686_msvc 0.52.5",
2136 "windows_x86_64_gnu 0.52.5",
2137 "windows_x86_64_gnullvm 0.52.5",
2138 "windows_x86_64_msvc 0.52.5",
2139]
2140
2141[[package]]
2142name = "windows_aarch64_gnullvm"
2143version = "0.48.5"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2146
2147[[package]]
2148name = "windows_aarch64_gnullvm"
2149version = "0.52.5"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2152
2153[[package]]
2154name = "windows_aarch64_msvc"
2155version = "0.48.5"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2158
2159[[package]]
2160name = "windows_aarch64_msvc"
2161version = "0.52.5"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2164
2165[[package]]
2166name = "windows_i686_gnu"
2167version = "0.48.5"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2170
2171[[package]]
2172name = "windows_i686_gnu"
2173version = "0.52.5"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
2176
2177[[package]]
2178name = "windows_i686_gnullvm"
2179version = "0.52.5"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2182
2183[[package]]
2184name = "windows_i686_msvc"
2185version = "0.48.5"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2188
2189[[package]]
2190name = "windows_i686_msvc"
2191version = "0.52.5"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2194
2195[[package]]
2196name = "windows_x86_64_gnu"
2197version = "0.48.5"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2200
2201[[package]]
2202name = "windows_x86_64_gnu"
2203version = "0.52.5"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2206
2207[[package]]
2208name = "windows_x86_64_gnullvm"
2209version = "0.48.5"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2212
2213[[package]]
2214name = "windows_x86_64_gnullvm"
2215version = "0.52.5"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2218
2219[[package]]
2220name = "windows_x86_64_msvc"
2221version = "0.48.5"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2224
2225[[package]]
2226name = "windows_x86_64_msvc"
2227version = "0.52.5"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2230
2231[[package]]
2232name = "xml-rs"
2233version = "0.8.20"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
2236
2237[[package]]
2238name = "zerocopy"
2239version = "0.7.32"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
2242dependencies = [
2243 "zerocopy-derive",
2244]
2245
2246[[package]]
2247name = "zerocopy-derive"
2248version = "0.7.32"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
2251dependencies = [
2252 "proc-macro2",
2253 "quote",
2254 "syn 2.0.60",
2255]
2256
2257[[package]]
2258name = "zeroize"
2259version = "1.7.0"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"