1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "android_system_properties"
16version = "0.1.5"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
19dependencies = [
20 "libc",
21]
22
23[[package]]
24name = "anstream"
25version = "0.6.21"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
28dependencies = [
29 "anstyle",
30 "anstyle-parse",
31 "anstyle-query",
32 "anstyle-wincon",
33 "colorchoice",
34 "is_terminal_polyfill",
35 "utf8parse",
36]
37
38[[package]]
39name = "anstyle"
40version = "1.0.13"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
43
44[[package]]
45name = "anstyle-parse"
46version = "0.2.7"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
49dependencies = [
50 "utf8parse",
51]
52
53[[package]]
54name = "anstyle-query"
55version = "1.1.5"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
58dependencies = [
59 "windows-sys",
60]
61
62[[package]]
63name = "anstyle-wincon"
64version = "3.0.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
67dependencies = [
68 "anstyle",
69 "once_cell_polyfill",
70 "windows-sys",
71]
72
73[[package]]
74name = "anyhow"
75version = "1.0.102"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
78
79[[package]]
80name = "assert_cmd"
81version = "2.1.2"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "9c5bcfa8749ac45dd12cb11055aeeb6b27a3895560d60d71e3c23bf979e60514"
84dependencies = [
85 "anstyle",
86 "bstr",
87 "libc",
88 "predicates",
89 "predicates-core",
90 "predicates-tree",
91 "wait-timeout",
92]
93
94[[package]]
95name = "autocfg"
96version = "1.5.0"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
99
100[[package]]
101name = "bitflags"
102version = "2.11.0"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
105
106[[package]]
107name = "bstr"
108version = "1.12.1"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
111dependencies = [
112 "memchr",
113 "regex-automata",
114 "serde",
115]
116
117[[package]]
118name = "bumpalo"
119version = "3.20.2"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
122
123[[package]]
124name = "cc"
125version = "1.2.56"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
128dependencies = [
129 "find-msvc-tools",
130 "shlex",
131]
132
133[[package]]
134name = "cfg-if"
135version = "1.0.4"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
138
139[[package]]
140name = "chrono"
141version = "0.4.44"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
144dependencies = [
145 "iana-time-zone",
146 "num-traits",
147 "windows-link",
148]
149
150[[package]]
151name = "clap"
152version = "4.5.60"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
155dependencies = [
156 "clap_builder",
157 "clap_derive",
158]
159
160[[package]]
161name = "clap_builder"
162version = "4.5.60"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
165dependencies = [
166 "anstream",
167 "anstyle",
168 "clap_lex",
169 "strsim",
170]
171
172[[package]]
173name = "clap_derive"
174version = "4.5.55"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
177dependencies = [
178 "heck",
179 "proc-macro2",
180 "quote",
181 "syn",
182]
183
184[[package]]
185name = "clap_lex"
186version = "1.0.0"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
189
190[[package]]
191name = "colorchoice"
192version = "1.0.4"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
195
196[[package]]
197name = "core-foundation-sys"
198version = "0.8.7"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
201
202[[package]]
203name = "difflib"
204version = "0.4.0"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
207
208[[package]]
209name = "equivalent"
210version = "1.0.2"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
213
214[[package]]
215name = "errno"
216version = "0.3.14"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
219dependencies = [
220 "libc",
221 "windows-sys",
222]
223
224[[package]]
225name = "fallible-iterator"
226version = "0.3.0"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
229
230[[package]]
231name = "fallible-streaming-iterator"
232version = "0.1.9"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
235
236[[package]]
237name = "fastrand"
238version = "2.3.0"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
241
242[[package]]
243name = "find-msvc-tools"
244version = "0.1.9"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
247
248[[package]]
249name = "float-cmp"
250version = "0.10.0"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
253dependencies = [
254 "num-traits",
255]
256
257[[package]]
258name = "foldhash"
259version = "0.1.5"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
262
263[[package]]
264name = "getrandom"
265version = "0.4.1"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
268dependencies = [
269 "cfg-if",
270 "libc",
271 "r-efi",
272 "wasip2",
273 "wasip3",
274]
275
276[[package]]
277name = "hashbrown"
278version = "0.15.5"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
281dependencies = [
282 "foldhash",
283]
284
285[[package]]
286name = "hashbrown"
287version = "0.16.1"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
290
291[[package]]
292name = "hashlink"
293version = "0.10.0"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
296dependencies = [
297 "hashbrown 0.15.5",
298]
299
300[[package]]
301name = "heck"
302version = "0.5.0"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
305
306[[package]]
307name = "iana-time-zone"
308version = "0.1.65"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
311dependencies = [
312 "android_system_properties",
313 "core-foundation-sys",
314 "iana-time-zone-haiku",
315 "js-sys",
316 "log",
317 "wasm-bindgen",
318 "windows-core",
319]
320
321[[package]]
322name = "iana-time-zone-haiku"
323version = "0.1.2"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
326dependencies = [
327 "cc",
328]
329
330[[package]]
331name = "id-arena"
332version = "2.3.0"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
335
336[[package]]
337name = "indexmap"
338version = "2.13.0"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
341dependencies = [
342 "equivalent",
343 "hashbrown 0.16.1",
344 "serde",
345 "serde_core",
346]
347
348[[package]]
349name = "is_terminal_polyfill"
350version = "1.70.2"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
353
354[[package]]
355name = "itoa"
356version = "1.0.17"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
359
360[[package]]
361name = "js-sys"
362version = "0.3.90"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
365dependencies = [
366 "once_cell",
367 "wasm-bindgen",
368]
369
370[[package]]
371name = "leb128fmt"
372version = "0.1.0"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
375
376[[package]]
377name = "libc"
378version = "0.2.182"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
381
382[[package]]
383name = "libsqlite3-sys"
384version = "0.32.0"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7"
387dependencies = [
388 "cc",
389 "pkg-config",
390 "vcpkg",
391]
392
393[[package]]
394name = "linux-raw-sys"
395version = "0.12.1"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
398
399[[package]]
400name = "log"
401version = "0.4.29"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
404
405[[package]]
406name = "memchr"
407version = "2.8.0"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
410
411[[package]]
412name = "normalize-line-endings"
413version = "0.3.0"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
416
417[[package]]
418name = "num-traits"
419version = "0.2.19"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
422dependencies = [
423 "autocfg",
424]
425
426[[package]]
427name = "once_cell"
428version = "1.21.3"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
431
432[[package]]
433name = "once_cell_polyfill"
434version = "1.70.2"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
437
438[[package]]
439name = "pkg-config"
440version = "0.3.32"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
443
444[[package]]
445name = "predicates"
446version = "3.1.4"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe"
449dependencies = [
450 "anstyle",
451 "difflib",
452 "float-cmp",
453 "normalize-line-endings",
454 "predicates-core",
455 "regex",
456]
457
458[[package]]
459name = "predicates-core"
460version = "1.0.10"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144"
463
464[[package]]
465name = "predicates-tree"
466version = "1.0.13"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2"
469dependencies = [
470 "predicates-core",
471 "termtree",
472]
473
474[[package]]
475name = "prettyplease"
476version = "0.2.37"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
479dependencies = [
480 "proc-macro2",
481 "syn",
482]
483
484[[package]]
485name = "proc-macro2"
486version = "1.0.106"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
489dependencies = [
490 "unicode-ident",
491]
492
493[[package]]
494name = "quote"
495version = "1.0.44"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
498dependencies = [
499 "proc-macro2",
500]
501
502[[package]]
503name = "r-efi"
504version = "5.3.0"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
507
508[[package]]
509name = "regex"
510version = "1.12.3"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
513dependencies = [
514 "aho-corasick",
515 "memchr",
516 "regex-automata",
517 "regex-syntax",
518]
519
520[[package]]
521name = "regex-automata"
522version = "0.4.14"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
525dependencies = [
526 "aho-corasick",
527 "memchr",
528 "regex-syntax",
529]
530
531[[package]]
532name = "regex-syntax"
533version = "0.8.10"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
536
537[[package]]
538name = "rusqlite"
539version = "0.34.0"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "37e34486da88d8e051c7c0e23c3f15fd806ea8546260aa2fec247e97242ec143"
542dependencies = [
543 "bitflags",
544 "fallible-iterator",
545 "fallible-streaming-iterator",
546 "hashlink",
547 "libsqlite3-sys",
548 "smallvec",
549]
550
551[[package]]
552name = "rustix"
553version = "1.1.4"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
556dependencies = [
557 "bitflags",
558 "errno",
559 "libc",
560 "linux-raw-sys",
561 "windows-sys",
562]
563
564[[package]]
565name = "rustversion"
566version = "1.0.22"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
569
570[[package]]
571name = "semver"
572version = "1.0.27"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
575
576[[package]]
577name = "serde"
578version = "1.0.228"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
581dependencies = [
582 "serde_core",
583 "serde_derive",
584]
585
586[[package]]
587name = "serde_core"
588version = "1.0.228"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
591dependencies = [
592 "serde_derive",
593]
594
595[[package]]
596name = "serde_derive"
597version = "1.0.228"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
600dependencies = [
601 "proc-macro2",
602 "quote",
603 "syn",
604]
605
606[[package]]
607name = "serde_json"
608version = "1.0.149"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
611dependencies = [
612 "itoa",
613 "memchr",
614 "serde",
615 "serde_core",
616 "zmij",
617]
618
619[[package]]
620name = "shlex"
621version = "1.3.0"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
624
625[[package]]
626name = "smallvec"
627version = "1.15.1"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
630
631[[package]]
632name = "strsim"
633version = "0.11.1"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
636
637[[package]]
638name = "syn"
639version = "2.0.117"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
642dependencies = [
643 "proc-macro2",
644 "quote",
645 "unicode-ident",
646]
647
648[[package]]
649name = "tempfile"
650version = "3.26.0"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
653dependencies = [
654 "fastrand",
655 "getrandom",
656 "once_cell",
657 "rustix",
658 "windows-sys",
659]
660
661[[package]]
662name = "termtree"
663version = "0.5.1"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
666
667[[package]]
668name = "unicode-ident"
669version = "1.0.24"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
672
673[[package]]
674name = "unicode-xid"
675version = "0.2.6"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
678
679[[package]]
680name = "utf8parse"
681version = "0.2.2"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
684
685[[package]]
686name = "vcpkg"
687version = "0.2.15"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
690
691[[package]]
692name = "wait-timeout"
693version = "0.2.1"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
696dependencies = [
697 "libc",
698]
699
700[[package]]
701name = "wasip2"
702version = "1.0.2+wasi-0.2.9"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
705dependencies = [
706 "wit-bindgen",
707]
708
709[[package]]
710name = "wasip3"
711version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
714dependencies = [
715 "wit-bindgen",
716]
717
718[[package]]
719name = "wasm-bindgen"
720version = "0.2.113"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
723dependencies = [
724 "cfg-if",
725 "once_cell",
726 "rustversion",
727 "wasm-bindgen-macro",
728 "wasm-bindgen-shared",
729]
730
731[[package]]
732name = "wasm-bindgen-macro"
733version = "0.2.113"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
736dependencies = [
737 "quote",
738 "wasm-bindgen-macro-support",
739]
740
741[[package]]
742name = "wasm-bindgen-macro-support"
743version = "0.2.113"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
746dependencies = [
747 "bumpalo",
748 "proc-macro2",
749 "quote",
750 "syn",
751 "wasm-bindgen-shared",
752]
753
754[[package]]
755name = "wasm-bindgen-shared"
756version = "0.2.113"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
759dependencies = [
760 "unicode-ident",
761]
762
763[[package]]
764name = "wasm-encoder"
765version = "0.244.0"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
768dependencies = [
769 "leb128fmt",
770 "wasmparser",
771]
772
773[[package]]
774name = "wasm-metadata"
775version = "0.244.0"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
778dependencies = [
779 "anyhow",
780 "indexmap",
781 "wasm-encoder",
782 "wasmparser",
783]
784
785[[package]]
786name = "wasmparser"
787version = "0.244.0"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
790dependencies = [
791 "bitflags",
792 "hashbrown 0.15.5",
793 "indexmap",
794 "semver",
795]
796
797[[package]]
798name = "windows-core"
799version = "0.62.2"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
802dependencies = [
803 "windows-implement",
804 "windows-interface",
805 "windows-link",
806 "windows-result",
807 "windows-strings",
808]
809
810[[package]]
811name = "windows-implement"
812version = "0.60.2"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
815dependencies = [
816 "proc-macro2",
817 "quote",
818 "syn",
819]
820
821[[package]]
822name = "windows-interface"
823version = "0.59.3"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
826dependencies = [
827 "proc-macro2",
828 "quote",
829 "syn",
830]
831
832[[package]]
833name = "windows-link"
834version = "0.2.1"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
837
838[[package]]
839name = "windows-result"
840version = "0.4.1"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
843dependencies = [
844 "windows-link",
845]
846
847[[package]]
848name = "windows-strings"
849version = "0.5.1"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
852dependencies = [
853 "windows-link",
854]
855
856[[package]]
857name = "windows-sys"
858version = "0.61.2"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
861dependencies = [
862 "windows-link",
863]
864
865[[package]]
866name = "wit-bindgen"
867version = "0.51.0"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
870dependencies = [
871 "wit-bindgen-rust-macro",
872]
873
874[[package]]
875name = "wit-bindgen-core"
876version = "0.51.0"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
879dependencies = [
880 "anyhow",
881 "heck",
882 "wit-parser",
883]
884
885[[package]]
886name = "wit-bindgen-rust"
887version = "0.51.0"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
890dependencies = [
891 "anyhow",
892 "heck",
893 "indexmap",
894 "prettyplease",
895 "syn",
896 "wasm-metadata",
897 "wit-bindgen-core",
898 "wit-component",
899]
900
901[[package]]
902name = "wit-bindgen-rust-macro"
903version = "0.51.0"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
906dependencies = [
907 "anyhow",
908 "prettyplease",
909 "proc-macro2",
910 "quote",
911 "syn",
912 "wit-bindgen-core",
913 "wit-bindgen-rust",
914]
915
916[[package]]
917name = "wit-component"
918version = "0.244.0"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
921dependencies = [
922 "anyhow",
923 "bitflags",
924 "indexmap",
925 "log",
926 "serde",
927 "serde_derive",
928 "serde_json",
929 "wasm-encoder",
930 "wasm-metadata",
931 "wasmparser",
932 "wit-parser",
933]
934
935[[package]]
936name = "wit-parser"
937version = "0.244.0"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
940dependencies = [
941 "anyhow",
942 "id-arena",
943 "indexmap",
944 "log",
945 "semver",
946 "serde",
947 "serde_derive",
948 "serde_json",
949 "unicode-xid",
950 "wasmparser",
951]
952
953[[package]]
954name = "yatd"
955version = "0.1.0"
956dependencies = [
957 "anyhow",
958 "assert_cmd",
959 "chrono",
960 "clap",
961 "predicates",
962 "rusqlite",
963 "serde",
964 "serde_json",
965 "tempfile",
966]
967
968[[package]]
969name = "zmij"
970version = "1.0.21"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"