1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler32"
7version = "1.2.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
10
11[[package]]
12name = "aes"
13version = "0.8.3"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
16dependencies = [
17 "cfg-if",
18 "cipher",
19 "cpufeatures",
20]
21
22[[package]]
23name = "aho-corasick"
24version = "1.1.2"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
27dependencies = [
28 "memchr",
29]
30
31[[package]]
32name = "anstream"
33version = "0.6.5"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
36dependencies = [
37 "anstyle",
38 "anstyle-parse",
39 "anstyle-query",
40 "anstyle-wincon",
41 "colorchoice",
42 "utf8parse",
43]
44
45[[package]]
46name = "anstyle"
47version = "1.0.4"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
50
51[[package]]
52name = "anstyle-parse"
53version = "0.2.3"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
56dependencies = [
57 "utf8parse",
58]
59
60[[package]]
61name = "anstyle-query"
62version = "1.0.2"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
65dependencies = [
66 "windows-sys 0.52.0",
67]
68
69[[package]]
70name = "anstyle-wincon"
71version = "3.0.2"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
74dependencies = [
75 "anstyle",
76 "windows-sys 0.52.0",
77]
78
79[[package]]
80name = "anyhow"
81version = "1.0.79"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
84
85[[package]]
86name = "async-trait"
87version = "0.1.77"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
90dependencies = [
91 "proc-macro2",
92 "quote",
93 "syn 2.0.48",
94]
95
96[[package]]
97name = "autocfg"
98version = "1.1.0"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
101
102[[package]]
103name = "bitflags"
104version = "1.3.2"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
107
108[[package]]
109name = "bitflags"
110version = "2.4.1"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
113
114[[package]]
115name = "block-buffer"
116version = "0.10.4"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
119dependencies = [
120 "generic-array",
121]
122
123[[package]]
124name = "block-padding"
125version = "0.3.3"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
128dependencies = [
129 "generic-array",
130]
131
132[[package]]
133name = "bytecount"
134version = "0.6.7"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
137
138[[package]]
139name = "cbc"
140version = "0.1.2"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
143dependencies = [
144 "cipher",
145]
146
147[[package]]
148name = "cfg-if"
149version = "1.0.0"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
152
153[[package]]
154name = "cipher"
155version = "0.4.4"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
158dependencies = [
159 "crypto-common",
160 "inout",
161]
162
163[[package]]
164name = "clap"
165version = "4.4.15"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "c12ed66a79a555082f595f7eb980d08669de95009dd4b3d61168c573ebe38fc9"
168dependencies = [
169 "clap_builder",
170 "clap_derive",
171]
172
173[[package]]
174name = "clap_builder"
175version = "4.4.15"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "0f4645eab3431e5a8403a96bea02506a8b35d28cd0f0330977dd5d22f9c84f43"
178dependencies = [
179 "anstream",
180 "anstyle",
181 "clap_lex",
182 "strsim",
183]
184
185[[package]]
186name = "clap_derive"
187version = "4.4.7"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
190dependencies = [
191 "heck",
192 "proc-macro2",
193 "quote",
194 "syn 2.0.48",
195]
196
197[[package]]
198name = "clap_lex"
199version = "0.6.0"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
202
203[[package]]
204name = "colorchoice"
205version = "1.0.0"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
208
209[[package]]
210name = "colored"
211version = "2.1.0"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
214dependencies = [
215 "lazy_static",
216 "windows-sys 0.48.0",
217]
218
219[[package]]
220name = "console"
221version = "0.15.8"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
224dependencies = [
225 "encode_unicode",
226 "lazy_static",
227 "libc",
228 "windows-sys 0.52.0",
229]
230
231[[package]]
232name = "cpufeatures"
233version = "0.2.12"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
236dependencies = [
237 "libc",
238]
239
240[[package]]
241name = "crossbeam"
242version = "0.8.4"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
245dependencies = [
246 "crossbeam-channel",
247 "crossbeam-deque",
248 "crossbeam-epoch",
249 "crossbeam-queue",
250 "crossbeam-utils",
251]
252
253[[package]]
254name = "crossbeam-channel"
255version = "0.5.11"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
258dependencies = [
259 "crossbeam-utils",
260]
261
262[[package]]
263name = "crossbeam-deque"
264version = "0.8.5"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
267dependencies = [
268 "crossbeam-epoch",
269 "crossbeam-utils",
270]
271
272[[package]]
273name = "crossbeam-epoch"
274version = "0.9.18"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
277dependencies = [
278 "crossbeam-utils",
279]
280
281[[package]]
282name = "crossbeam-queue"
283version = "0.3.11"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
286dependencies = [
287 "crossbeam-utils",
288]
289
290[[package]]
291name = "crossbeam-utils"
292version = "0.8.19"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
295
296[[package]]
297name = "crypto-common"
298version = "0.1.6"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
301dependencies = [
302 "generic-array",
303 "typenum",
304]
305
306[[package]]
307name = "datasize"
308version = "0.2.15"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "e65c07d59e45d77a8bda53458c24a828893a99ac6cdd9c84111e09176ab739a2"
311dependencies = [
312 "datasize_derive",
313]
314
315[[package]]
316name = "datasize_derive"
317version = "0.2.15"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "613e4ee15899913285b7612004bbd490abd605be7b11d35afada5902fb6b91d5"
320dependencies = [
321 "proc-macro2",
322 "quote",
323 "syn 1.0.109",
324]
325
326[[package]]
327name = "deflate"
328version = "1.0.0"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
331dependencies = [
332 "adler32",
333]
334
335[[package]]
336name = "digest"
337version = "0.10.7"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
340dependencies = [
341 "block-buffer",
342 "crypto-common",
343]
344
345[[package]]
346name = "doc-comment"
347version = "0.3.3"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
350
351[[package]]
352name = "either"
353version = "1.9.0"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
356
357[[package]]
358name = "encode_unicode"
359version = "0.3.6"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
362
363[[package]]
364name = "env_logger"
365version = "0.10.1"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
368dependencies = [
369 "humantime",
370 "is-terminal",
371 "log",
372 "regex",
373 "termcolor",
374]
375
376[[package]]
377name = "errno"
378version = "0.3.8"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
381dependencies = [
382 "libc",
383 "windows-sys 0.52.0",
384]
385
386[[package]]
387name = "fax"
388version = "0.2.0"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "b2cec1797683c06c2f3de5edb3fde4d99c70e96f3204f6aaff944078353e5c55"
391dependencies = [
392 "fax_derive",
393]
394
395[[package]]
396name = "fax_derive"
397version = "0.1.0"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "3c1d7ffc9f2dc8316348c75281a99c8fdc60c1ddf4f82a366d117bf1b74d5a39"
400dependencies = [
401 "proc-macro2",
402 "quote",
403 "syn 1.0.109",
404]
405
406[[package]]
407name = "finl_unicode"
408version = "1.2.0"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
411
412[[package]]
413name = "generic-array"
414version = "0.14.7"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
417dependencies = [
418 "typenum",
419 "version_check",
420]
421
422[[package]]
423name = "globalcache"
424version = "0.2.2"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "ccd40efe5b4f0021ca3c36a140cb365563be3c579653b573a5a8ac69bd6f9028"
427dependencies = [
428 "async-trait",
429 "tuple",
430]
431
432[[package]]
433name = "heck"
434version = "0.4.1"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
437
438[[package]]
439name = "hermit-abi"
440version = "0.3.3"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
443
444[[package]]
445name = "humantime"
446version = "2.1.0"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
449
450[[package]]
451name = "indicatif"
452version = "0.16.2"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
455dependencies = [
456 "console",
457 "lazy_static",
458 "number_prefix",
459 "regex",
460]
461
462[[package]]
463name = "inflate"
464version = "0.4.5"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
467dependencies = [
468 "adler32",
469]
470
471[[package]]
472name = "inout"
473version = "0.1.3"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
476dependencies = [
477 "block-padding",
478 "generic-array",
479]
480
481[[package]]
482name = "is-terminal"
483version = "0.4.10"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
486dependencies = [
487 "hermit-abi",
488 "rustix",
489 "windows-sys 0.52.0",
490]
491
492[[package]]
493name = "istring"
494version = "0.3.4"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "875cc6fb9aecbc1a9bd736f2d18b12e0756b4c80c5e35e28262154abcb077a39"
497dependencies = [
498 "datasize",
499]
500
501[[package]]
502name = "itertools"
503version = "0.10.5"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
506dependencies = [
507 "either",
508]
509
510[[package]]
511name = "jpeg-decoder"
512version = "0.3.0"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
515
516[[package]]
517name = "lazy_static"
518version = "1.4.0"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
521
522[[package]]
523name = "libc"
524version = "0.2.152"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
527
528[[package]]
529name = "linux-raw-sys"
530version = "0.4.12"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
533
534[[package]]
535name = "log"
536version = "0.4.20"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
539
540[[package]]
541name = "md5"
542version = "0.7.0"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
545
546[[package]]
547name = "memchr"
548version = "2.7.1"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
551
552[[package]]
553name = "num-traits"
554version = "0.2.17"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
557dependencies = [
558 "autocfg",
559]
560
561[[package]]
562name = "number_prefix"
563version = "0.4.0"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
566
567[[package]]
568name = "once_cell"
569version = "1.19.0"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
572
573[[package]]
574name = "pdf"
575version = "0.8.1"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "e375ec076445f61d4dbc4636e9e788f841d279c65d6fea8a3875caddd4f2dd82"
578dependencies = [
579 "aes",
580 "bitflags 1.3.2",
581 "cbc",
582 "datasize",
583 "deflate",
584 "fax",
585 "globalcache",
586 "inflate",
587 "istring",
588 "itertools",
589 "jpeg-decoder",
590 "log",
591 "md5",
592 "once_cell",
593 "pdf_derive",
594 "sha2",
595 "snafu",
596 "stringprep",
597 "weezl",
598]
599
600[[package]]
601name = "pdf_derive"
602version = "0.1.22"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "7f4007262775d0798de87b15cbc64cf1aed5f7ee87eec847e297b69d8ed4b4f8"
605dependencies = [
606 "proc-macro2",
607 "quote",
608 "syn 1.0.109",
609]
610
611[[package]]
612name = "pdfrip"
613version = "2.0.1"
614dependencies = [
615 "anyhow",
616 "bytecount",
617 "clap",
618 "colored",
619 "crossbeam",
620 "indicatif",
621 "log",
622 "pdf",
623 "pretty_env_logger",
624]
625
626[[package]]
627name = "pretty_env_logger"
628version = "0.5.0"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
631dependencies = [
632 "env_logger",
633 "log",
634]
635
636[[package]]
637name = "proc-macro2"
638version = "1.0.76"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
641dependencies = [
642 "unicode-ident",
643]
644
645[[package]]
646name = "quote"
647version = "1.0.35"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
650dependencies = [
651 "proc-macro2",
652]
653
654[[package]]
655name = "regex"
656version = "1.10.2"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
659dependencies = [
660 "aho-corasick",
661 "memchr",
662 "regex-automata",
663 "regex-syntax",
664]
665
666[[package]]
667name = "regex-automata"
668version = "0.4.3"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
671dependencies = [
672 "aho-corasick",
673 "memchr",
674 "regex-syntax",
675]
676
677[[package]]
678name = "regex-syntax"
679version = "0.8.2"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
682
683[[package]]
684name = "rustix"
685version = "0.38.28"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
688dependencies = [
689 "bitflags 2.4.1",
690 "errno",
691 "libc",
692 "linux-raw-sys",
693 "windows-sys 0.52.0",
694]
695
696[[package]]
697name = "serde"
698version = "1.0.195"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
701dependencies = [
702 "serde_derive",
703]
704
705[[package]]
706name = "serde_derive"
707version = "1.0.195"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
710dependencies = [
711 "proc-macro2",
712 "quote",
713 "syn 2.0.48",
714]
715
716[[package]]
717name = "sha2"
718version = "0.10.8"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
721dependencies = [
722 "cfg-if",
723 "cpufeatures",
724 "digest",
725]
726
727[[package]]
728name = "snafu"
729version = "0.7.5"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
732dependencies = [
733 "doc-comment",
734 "snafu-derive",
735]
736
737[[package]]
738name = "snafu-derive"
739version = "0.7.5"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
742dependencies = [
743 "heck",
744 "proc-macro2",
745 "quote",
746 "syn 1.0.109",
747]
748
749[[package]]
750name = "stringprep"
751version = "0.1.4"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
754dependencies = [
755 "finl_unicode",
756 "unicode-bidi",
757 "unicode-normalization",
758]
759
760[[package]]
761name = "strsim"
762version = "0.10.0"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
765
766[[package]]
767name = "syn"
768version = "1.0.109"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
771dependencies = [
772 "proc-macro2",
773 "quote",
774 "unicode-ident",
775]
776
777[[package]]
778name = "syn"
779version = "2.0.48"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
782dependencies = [
783 "proc-macro2",
784 "quote",
785 "unicode-ident",
786]
787
788[[package]]
789name = "termcolor"
790version = "1.4.1"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
793dependencies = [
794 "winapi-util",
795]
796
797[[package]]
798name = "tinyvec"
799version = "1.6.0"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
802dependencies = [
803 "tinyvec_macros",
804]
805
806[[package]]
807name = "tinyvec_macros"
808version = "0.1.1"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
811
812[[package]]
813name = "tuple"
814version = "0.5.2"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "9bb9f6bd73479481158ba8ee3edf17aca93354623d13f02e96a2014fdbc1c37e"
817dependencies = [
818 "num-traits",
819 "serde",
820]
821
822[[package]]
823name = "typenum"
824version = "1.17.0"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
827
828[[package]]
829name = "unicode-bidi"
830version = "0.3.14"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
833
834[[package]]
835name = "unicode-ident"
836version = "1.0.12"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
839
840[[package]]
841name = "unicode-normalization"
842version = "0.1.22"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
845dependencies = [
846 "tinyvec",
847]
848
849[[package]]
850name = "utf8parse"
851version = "0.2.1"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
854
855[[package]]
856name = "version_check"
857version = "0.9.4"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
860
861[[package]]
862name = "weezl"
863version = "0.1.7"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
866
867[[package]]
868name = "winapi"
869version = "0.3.9"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
872dependencies = [
873 "winapi-i686-pc-windows-gnu",
874 "winapi-x86_64-pc-windows-gnu",
875]
876
877[[package]]
878name = "winapi-i686-pc-windows-gnu"
879version = "0.4.0"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
882
883[[package]]
884name = "winapi-util"
885version = "0.1.6"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
888dependencies = [
889 "winapi",
890]
891
892[[package]]
893name = "winapi-x86_64-pc-windows-gnu"
894version = "0.4.0"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
897
898[[package]]
899name = "windows-sys"
900version = "0.48.0"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
903dependencies = [
904 "windows-targets 0.48.5",
905]
906
907[[package]]
908name = "windows-sys"
909version = "0.52.0"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
912dependencies = [
913 "windows-targets 0.52.0",
914]
915
916[[package]]
917name = "windows-targets"
918version = "0.48.5"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
921dependencies = [
922 "windows_aarch64_gnullvm 0.48.5",
923 "windows_aarch64_msvc 0.48.5",
924 "windows_i686_gnu 0.48.5",
925 "windows_i686_msvc 0.48.5",
926 "windows_x86_64_gnu 0.48.5",
927 "windows_x86_64_gnullvm 0.48.5",
928 "windows_x86_64_msvc 0.48.5",
929]
930
931[[package]]
932name = "windows-targets"
933version = "0.52.0"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
936dependencies = [
937 "windows_aarch64_gnullvm 0.52.0",
938 "windows_aarch64_msvc 0.52.0",
939 "windows_i686_gnu 0.52.0",
940 "windows_i686_msvc 0.52.0",
941 "windows_x86_64_gnu 0.52.0",
942 "windows_x86_64_gnullvm 0.52.0",
943 "windows_x86_64_msvc 0.52.0",
944]
945
946[[package]]
947name = "windows_aarch64_gnullvm"
948version = "0.48.5"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
951
952[[package]]
953name = "windows_aarch64_gnullvm"
954version = "0.52.0"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
957
958[[package]]
959name = "windows_aarch64_msvc"
960version = "0.48.5"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
963
964[[package]]
965name = "windows_aarch64_msvc"
966version = "0.52.0"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
969
970[[package]]
971name = "windows_i686_gnu"
972version = "0.48.5"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
975
976[[package]]
977name = "windows_i686_gnu"
978version = "0.52.0"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
981
982[[package]]
983name = "windows_i686_msvc"
984version = "0.48.5"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
987
988[[package]]
989name = "windows_i686_msvc"
990version = "0.52.0"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
993
994[[package]]
995name = "windows_x86_64_gnu"
996version = "0.48.5"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
999
1000[[package]]
1001name = "windows_x86_64_gnu"
1002version = "0.52.0"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
1005
1006[[package]]
1007name = "windows_x86_64_gnullvm"
1008version = "0.48.5"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1011
1012[[package]]
1013name = "windows_x86_64_gnullvm"
1014version = "0.52.0"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
1017
1018[[package]]
1019name = "windows_x86_64_msvc"
1020version = "0.48.5"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1023
1024[[package]]
1025name = "windows_x86_64_msvc"
1026version = "0.52.0"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"