1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler2"
7version = "2.0.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
10
11[[package]]
12name = "android-tzdata"
13version = "0.1.1"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
16
17[[package]]
18name = "android_system_properties"
19version = "0.1.5"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
22dependencies = [
23 "libc",
24]
25
26[[package]]
27name = "arbitrary"
28version = "1.3.2"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
31dependencies = [
32 "derive_arbitrary",
33]
34
35[[package]]
36name = "autocfg"
37version = "1.3.0"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
40
41[[package]]
42name = "bitflags"
43version = "2.6.0"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
46
47[[package]]
48name = "bumpalo"
49version = "3.16.0"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
52
53[[package]]
54name = "bytecount"
55version = "0.6.8"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
58
59[[package]]
60name = "byteorder"
61version = "1.5.0"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
64
65[[package]]
66name = "calamine"
67version = "0.25.0"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "58785077b99914cfa7aa07b7203b1d5eb91efcd7d5ffd0f51a98b95c36112ef4"
70dependencies = [
71 "byteorder",
72 "chrono",
73 "codepage",
74 "encoding_rs",
75 "log",
76 "quick-xml",
77 "serde",
78 "zip",
79]
80
81[[package]]
82name = "camino"
83version = "1.1.9"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
86dependencies = [
87 "serde",
88]
89
90[[package]]
91name = "cargo-platform"
92version = "0.1.8"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
95dependencies = [
96 "serde",
97]
98
99[[package]]
100name = "cargo_metadata"
101version = "0.14.2"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
104dependencies = [
105 "camino",
106 "cargo-platform",
107 "semver",
108 "serde",
109 "serde_json",
110]
111
112[[package]]
113name = "cc"
114version = "1.1.18"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476"
117dependencies = [
118 "shlex",
119]
120
121[[package]]
122name = "cfg-if"
123version = "1.0.0"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
126
127[[package]]
128name = "chrono"
129version = "0.4.38"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
132dependencies = [
133 "android-tzdata",
134 "iana-time-zone",
135 "js-sys",
136 "num-traits",
137 "serde",
138 "wasm-bindgen",
139 "windows-targets",
140]
141
142[[package]]
143name = "codepage"
144version = "0.1.2"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "48f68d061bc2828ae826206326e61251aca94c1e4a5305cf52d9138639c918b4"
147dependencies = [
148 "encoding_rs",
149]
150
151[[package]]
152name = "core-foundation-sys"
153version = "0.8.7"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
156
157[[package]]
158name = "crc32fast"
159version = "1.4.2"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
162dependencies = [
163 "cfg-if",
164]
165
166[[package]]
167name = "crossbeam-utils"
168version = "0.8.20"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
171
172[[package]]
173name = "derive_arbitrary"
174version = "1.3.2"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
177dependencies = [
178 "proc-macro2",
179 "quote",
180 "syn",
181]
182
183[[package]]
184name = "displaydoc"
185version = "0.2.5"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
188dependencies = [
189 "proc-macro2",
190 "quote",
191 "syn",
192]
193
194[[package]]
195name = "encoding_rs"
196version = "0.8.34"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
199dependencies = [
200 "cfg-if",
201]
202
203[[package]]
204name = "equivalent"
205version = "1.0.1"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
208
209[[package]]
210name = "errno"
211version = "0.3.9"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
214dependencies = [
215 "libc",
216 "windows-sys 0.52.0",
217]
218
219[[package]]
220name = "error-chain"
221version = "0.12.4"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
224dependencies = [
225 "version_check",
226]
227
228[[package]]
229name = "fastrand"
230version = "2.1.1"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
233
234[[package]]
235name = "flate2"
236version = "1.0.33"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
239dependencies = [
240 "crc32fast",
241 "miniz_oxide",
242]
243
244[[package]]
245name = "glob"
246version = "0.3.1"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
249
250[[package]]
251name = "hashbrown"
252version = "0.14.5"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
255
256[[package]]
257name = "heck"
258version = "0.5.0"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
261
262[[package]]
263name = "iana-time-zone"
264version = "0.1.60"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
267dependencies = [
268 "android_system_properties",
269 "core-foundation-sys",
270 "iana-time-zone-haiku",
271 "js-sys",
272 "wasm-bindgen",
273 "windows-core",
274]
275
276[[package]]
277name = "iana-time-zone-haiku"
278version = "0.1.2"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
281dependencies = [
282 "cc",
283]
284
285[[package]]
286name = "indexmap"
287version = "2.5.0"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
290dependencies = [
291 "equivalent",
292 "hashbrown",
293]
294
295[[package]]
296name = "indoc"
297version = "2.0.5"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
300
301[[package]]
302name = "itoa"
303version = "1.0.11"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
306
307[[package]]
308name = "js-sys"
309version = "0.3.70"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
312dependencies = [
313 "wasm-bindgen",
314]
315
316[[package]]
317name = "libc"
318version = "0.2.158"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
321
322[[package]]
323name = "linux-raw-sys"
324version = "0.4.14"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
327
328[[package]]
329name = "log"
330version = "0.4.22"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
333
334[[package]]
335name = "memchr"
336version = "2.7.4"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
339
340[[package]]
341name = "memoffset"
342version = "0.9.1"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
345dependencies = [
346 "autocfg",
347]
348
349[[package]]
350name = "miniz_oxide"
351version = "0.8.0"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
354dependencies = [
355 "adler2",
356]
357
358[[package]]
359name = "num-traits"
360version = "0.2.19"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
363dependencies = [
364 "autocfg",
365]
366
367[[package]]
368name = "num_enum"
369version = "0.7.3"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
372dependencies = [
373 "num_enum_derive",
374]
375
376[[package]]
377name = "num_enum_derive"
378version = "0.7.3"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
381dependencies = [
382 "proc-macro-crate",
383 "proc-macro2",
384 "quote",
385 "syn",
386]
387
388[[package]]
389name = "once_cell"
390version = "1.20.0"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe"
393
394[[package]]
395name = "portable-atomic"
396version = "1.7.0"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265"
399
400[[package]]
401name = "proc-macro-crate"
402version = "3.2.0"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
405dependencies = [
406 "toml_edit",
407]
408
409[[package]]
410name = "proc-macro2"
411version = "1.0.86"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
414dependencies = [
415 "unicode-ident",
416]
417
418[[package]]
419name = "pulldown-cmark"
420version = "0.9.6"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
423dependencies = [
424 "bitflags",
425 "memchr",
426 "unicase",
427]
428
429[[package]]
430name = "pyo3"
431version = "0.22.2"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "831e8e819a138c36e212f3af3fd9eeffed6bf1510a805af35b0edee5ffa59433"
434dependencies = [
435 "cfg-if",
436 "chrono",
437 "indoc",
438 "libc",
439 "memoffset",
440 "once_cell",
441 "portable-atomic",
442 "pyo3-build-config",
443 "pyo3-ffi",
444 "pyo3-macros",
445 "unindent",
446]
447
448[[package]]
449name = "pyo3-build-config"
450version = "0.22.2"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "1e8730e591b14492a8945cdff32f089250b05f5accecf74aeddf9e8272ce1fa8"
453dependencies = [
454 "once_cell",
455 "python3-dll-a",
456 "target-lexicon",
457]
458
459[[package]]
460name = "pyo3-ffi"
461version = "0.22.2"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "5e97e919d2df92eb88ca80a037969f44e5e70356559654962cbb3316d00300c6"
464dependencies = [
465 "libc",
466 "pyo3-build-config",
467]
468
469[[package]]
470name = "pyo3-file"
471version = "0.8.1"
472source = "git+https://github.com/dimastbk/pyo3-file?rev=6da7c16902dde695a7b88fd83ce78ef4406e9bb7#6da7c16902dde695a7b88fd83ce78ef4406e9bb7"
473dependencies = [
474 "pyo3",
475 "skeptic",
476]
477
478[[package]]
479name = "pyo3-macros"
480version = "0.22.2"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "eb57983022ad41f9e683a599f2fd13c3664d7063a3ac5714cae4b7bee7d3f206"
483dependencies = [
484 "proc-macro2",
485 "pyo3-macros-backend",
486 "quote",
487 "syn",
488]
489
490[[package]]
491name = "pyo3-macros-backend"
492version = "0.22.2"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "ec480c0c51ddec81019531705acac51bcdbeae563557c982aa8263bb96880372"
495dependencies = [
496 "heck",
497 "proc-macro2",
498 "pyo3-build-config",
499 "quote",
500 "syn",
501]
502
503[[package]]
504name = "python-calamine"
505version = "0.2.3"
506dependencies = [
507 "calamine",
508 "chrono",
509 "pyo3",
510 "pyo3-build-config",
511 "pyo3-file",
512]
513
514[[package]]
515name = "python3-dll-a"
516version = "0.2.10"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "bd0b78171a90d808b319acfad166c4790d9e9759bbc14ac8273fe133673dd41b"
519dependencies = [
520 "cc",
521]
522
523[[package]]
524name = "quick-xml"
525version = "0.31.0"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
528dependencies = [
529 "encoding_rs",
530 "memchr",
531]
532
533[[package]]
534name = "quote"
535version = "1.0.37"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
538dependencies = [
539 "proc-macro2",
540]
541
542[[package]]
543name = "rustix"
544version = "0.38.37"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
547dependencies = [
548 "bitflags",
549 "errno",
550 "libc",
551 "linux-raw-sys",
552 "windows-sys 0.52.0",
553]
554
555[[package]]
556name = "ryu"
557version = "1.0.18"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
560
561[[package]]
562name = "same-file"
563version = "1.0.6"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
566dependencies = [
567 "winapi-util",
568]
569
570[[package]]
571name = "semver"
572version = "1.0.23"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
575dependencies = [
576 "serde",
577]
578
579[[package]]
580name = "serde"
581version = "1.0.210"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
584dependencies = [
585 "serde_derive",
586]
587
588[[package]]
589name = "serde_derive"
590version = "1.0.210"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
593dependencies = [
594 "proc-macro2",
595 "quote",
596 "syn",
597]
598
599[[package]]
600name = "serde_json"
601version = "1.0.128"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
604dependencies = [
605 "itoa",
606 "memchr",
607 "ryu",
608 "serde",
609]
610
611[[package]]
612name = "shlex"
613version = "1.3.0"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
616
617[[package]]
618name = "skeptic"
619version = "0.13.7"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
622dependencies = [
623 "bytecount",
624 "cargo_metadata",
625 "error-chain",
626 "glob",
627 "pulldown-cmark",
628 "tempfile",
629 "walkdir",
630]
631
632[[package]]
633name = "syn"
634version = "2.0.77"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
637dependencies = [
638 "proc-macro2",
639 "quote",
640 "unicode-ident",
641]
642
643[[package]]
644name = "target-lexicon"
645version = "0.12.16"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
648
649[[package]]
650name = "tempfile"
651version = "3.12.0"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
654dependencies = [
655 "cfg-if",
656 "fastrand",
657 "once_cell",
658 "rustix",
659 "windows-sys 0.59.0",
660]
661
662[[package]]
663name = "thiserror"
664version = "1.0.63"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
667dependencies = [
668 "thiserror-impl",
669]
670
671[[package]]
672name = "thiserror-impl"
673version = "1.0.63"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
676dependencies = [
677 "proc-macro2",
678 "quote",
679 "syn",
680]
681
682[[package]]
683name = "toml_datetime"
684version = "0.6.8"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
687
688[[package]]
689name = "toml_edit"
690version = "0.22.20"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
693dependencies = [
694 "indexmap",
695 "toml_datetime",
696 "winnow",
697]
698
699[[package]]
700name = "unicase"
701version = "2.7.0"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
704dependencies = [
705 "version_check",
706]
707
708[[package]]
709name = "unicode-ident"
710version = "1.0.13"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
713
714[[package]]
715name = "unindent"
716version = "0.2.3"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
719
720[[package]]
721name = "version_check"
722version = "0.9.5"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
725
726[[package]]
727name = "walkdir"
728version = "2.5.0"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
731dependencies = [
732 "same-file",
733 "winapi-util",
734]
735
736[[package]]
737name = "wasm-bindgen"
738version = "0.2.93"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
741dependencies = [
742 "cfg-if",
743 "once_cell",
744 "wasm-bindgen-macro",
745]
746
747[[package]]
748name = "wasm-bindgen-backend"
749version = "0.2.93"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
752dependencies = [
753 "bumpalo",
754 "log",
755 "once_cell",
756 "proc-macro2",
757 "quote",
758 "syn",
759 "wasm-bindgen-shared",
760]
761
762[[package]]
763name = "wasm-bindgen-macro"
764version = "0.2.93"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
767dependencies = [
768 "quote",
769 "wasm-bindgen-macro-support",
770]
771
772[[package]]
773name = "wasm-bindgen-macro-support"
774version = "0.2.93"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
777dependencies = [
778 "proc-macro2",
779 "quote",
780 "syn",
781 "wasm-bindgen-backend",
782 "wasm-bindgen-shared",
783]
784
785[[package]]
786name = "wasm-bindgen-shared"
787version = "0.2.93"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
790
791[[package]]
792name = "winapi-util"
793version = "0.1.9"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
796dependencies = [
797 "windows-sys 0.59.0",
798]
799
800[[package]]
801name = "windows-core"
802version = "0.52.0"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
805dependencies = [
806 "windows-targets",
807]
808
809[[package]]
810name = "windows-sys"
811version = "0.52.0"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
814dependencies = [
815 "windows-targets",
816]
817
818[[package]]
819name = "windows-sys"
820version = "0.59.0"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
823dependencies = [
824 "windows-targets",
825]
826
827[[package]]
828name = "windows-targets"
829version = "0.52.6"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
832dependencies = [
833 "windows_aarch64_gnullvm",
834 "windows_aarch64_msvc",
835 "windows_i686_gnu",
836 "windows_i686_gnullvm",
837 "windows_i686_msvc",
838 "windows_x86_64_gnu",
839 "windows_x86_64_gnullvm",
840 "windows_x86_64_msvc",
841]
842
843[[package]]
844name = "windows_aarch64_gnullvm"
845version = "0.52.6"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
848
849[[package]]
850name = "windows_aarch64_msvc"
851version = "0.52.6"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
854
855[[package]]
856name = "windows_i686_gnu"
857version = "0.52.6"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
860
861[[package]]
862name = "windows_i686_gnullvm"
863version = "0.52.6"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
866
867[[package]]
868name = "windows_i686_msvc"
869version = "0.52.6"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
872
873[[package]]
874name = "windows_x86_64_gnu"
875version = "0.52.6"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
878
879[[package]]
880name = "windows_x86_64_gnullvm"
881version = "0.52.6"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
884
885[[package]]
886name = "windows_x86_64_msvc"
887version = "0.52.6"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
890
891[[package]]
892name = "winnow"
893version = "0.6.18"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
896dependencies = [
897 "memchr",
898]
899
900[[package]]
901name = "zip"
902version = "1.1.4"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
905dependencies = [
906 "arbitrary",
907 "crc32fast",
908 "crossbeam-utils",
909 "displaydoc",
910 "flate2",
911 "indexmap",
912 "num_enum",
913 "thiserror",
914]