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 = "comfy-table"
198version = "7.2.2"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47"
201dependencies = [
202 "crossterm",
203 "unicode-segmentation",
204 "unicode-width",
205]
206
207[[package]]
208name = "core-foundation-sys"
209version = "0.8.7"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
212
213[[package]]
214name = "crossterm"
215version = "0.29.0"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
218dependencies = [
219 "bitflags",
220 "crossterm_winapi",
221 "document-features",
222 "parking_lot",
223 "rustix",
224 "winapi",
225]
226
227[[package]]
228name = "crossterm_winapi"
229version = "0.9.1"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
232dependencies = [
233 "winapi",
234]
235
236[[package]]
237name = "difflib"
238version = "0.4.0"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
241
242[[package]]
243name = "document-features"
244version = "0.2.12"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
247dependencies = [
248 "litrs",
249]
250
251[[package]]
252name = "equivalent"
253version = "1.0.2"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
256
257[[package]]
258name = "errno"
259version = "0.3.14"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
262dependencies = [
263 "libc",
264 "windows-sys",
265]
266
267[[package]]
268name = "fallible-iterator"
269version = "0.3.0"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
272
273[[package]]
274name = "fallible-streaming-iterator"
275version = "0.1.9"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
278
279[[package]]
280name = "fastrand"
281version = "2.3.0"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
284
285[[package]]
286name = "find-msvc-tools"
287version = "0.1.9"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
290
291[[package]]
292name = "float-cmp"
293version = "0.10.0"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
296dependencies = [
297 "num-traits",
298]
299
300[[package]]
301name = "foldhash"
302version = "0.1.5"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
305
306[[package]]
307name = "getrandom"
308version = "0.4.1"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
311dependencies = [
312 "cfg-if",
313 "libc",
314 "r-efi",
315 "wasip2",
316 "wasip3",
317]
318
319[[package]]
320name = "hashbrown"
321version = "0.15.5"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
324dependencies = [
325 "foldhash",
326]
327
328[[package]]
329name = "hashbrown"
330version = "0.16.1"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
333
334[[package]]
335name = "hashlink"
336version = "0.10.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
339dependencies = [
340 "hashbrown 0.15.5",
341]
342
343[[package]]
344name = "heck"
345version = "0.5.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
348
349[[package]]
350name = "iana-time-zone"
351version = "0.1.65"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
354dependencies = [
355 "android_system_properties",
356 "core-foundation-sys",
357 "iana-time-zone-haiku",
358 "js-sys",
359 "log",
360 "wasm-bindgen",
361 "windows-core",
362]
363
364[[package]]
365name = "iana-time-zone-haiku"
366version = "0.1.2"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
369dependencies = [
370 "cc",
371]
372
373[[package]]
374name = "id-arena"
375version = "2.3.0"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
378
379[[package]]
380name = "indexmap"
381version = "2.13.0"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
384dependencies = [
385 "equivalent",
386 "hashbrown 0.16.1",
387 "serde",
388 "serde_core",
389]
390
391[[package]]
392name = "is_terminal_polyfill"
393version = "1.70.2"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
396
397[[package]]
398name = "itoa"
399version = "1.0.17"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
402
403[[package]]
404name = "js-sys"
405version = "0.3.90"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
408dependencies = [
409 "once_cell",
410 "wasm-bindgen",
411]
412
413[[package]]
414name = "leb128fmt"
415version = "0.1.0"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
418
419[[package]]
420name = "libc"
421version = "0.2.182"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
424
425[[package]]
426name = "libsqlite3-sys"
427version = "0.32.0"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7"
430dependencies = [
431 "cc",
432 "pkg-config",
433 "vcpkg",
434]
435
436[[package]]
437name = "linux-raw-sys"
438version = "0.12.1"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
441
442[[package]]
443name = "litrs"
444version = "1.0.0"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
447
448[[package]]
449name = "lock_api"
450version = "0.4.14"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
453dependencies = [
454 "scopeguard",
455]
456
457[[package]]
458name = "log"
459version = "0.4.29"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
462
463[[package]]
464name = "memchr"
465version = "2.8.0"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
468
469[[package]]
470name = "normalize-line-endings"
471version = "0.3.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
474
475[[package]]
476name = "num-traits"
477version = "0.2.19"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
480dependencies = [
481 "autocfg",
482]
483
484[[package]]
485name = "once_cell"
486version = "1.21.3"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
489
490[[package]]
491name = "once_cell_polyfill"
492version = "1.70.2"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
495
496[[package]]
497name = "parking_lot"
498version = "0.12.5"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
501dependencies = [
502 "lock_api",
503 "parking_lot_core",
504]
505
506[[package]]
507name = "parking_lot_core"
508version = "0.9.12"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
511dependencies = [
512 "cfg-if",
513 "libc",
514 "redox_syscall",
515 "smallvec",
516 "windows-link",
517]
518
519[[package]]
520name = "pkg-config"
521version = "0.3.32"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
524
525[[package]]
526name = "predicates"
527version = "3.1.4"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe"
530dependencies = [
531 "anstyle",
532 "difflib",
533 "float-cmp",
534 "normalize-line-endings",
535 "predicates-core",
536 "regex",
537]
538
539[[package]]
540name = "predicates-core"
541version = "1.0.10"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144"
544
545[[package]]
546name = "predicates-tree"
547version = "1.0.13"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2"
550dependencies = [
551 "predicates-core",
552 "termtree",
553]
554
555[[package]]
556name = "prettyplease"
557version = "0.2.37"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
560dependencies = [
561 "proc-macro2",
562 "syn",
563]
564
565[[package]]
566name = "proc-macro2"
567version = "1.0.106"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
570dependencies = [
571 "unicode-ident",
572]
573
574[[package]]
575name = "quote"
576version = "1.0.44"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
579dependencies = [
580 "proc-macro2",
581]
582
583[[package]]
584name = "r-efi"
585version = "5.3.0"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
588
589[[package]]
590name = "redox_syscall"
591version = "0.5.18"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
594dependencies = [
595 "bitflags",
596]
597
598[[package]]
599name = "regex"
600version = "1.12.3"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
603dependencies = [
604 "aho-corasick",
605 "memchr",
606 "regex-automata",
607 "regex-syntax",
608]
609
610[[package]]
611name = "regex-automata"
612version = "0.4.14"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
615dependencies = [
616 "aho-corasick",
617 "memchr",
618 "regex-syntax",
619]
620
621[[package]]
622name = "regex-syntax"
623version = "0.8.10"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
626
627[[package]]
628name = "rusqlite"
629version = "0.34.0"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "37e34486da88d8e051c7c0e23c3f15fd806ea8546260aa2fec247e97242ec143"
632dependencies = [
633 "bitflags",
634 "fallible-iterator",
635 "fallible-streaming-iterator",
636 "hashlink",
637 "libsqlite3-sys",
638 "smallvec",
639]
640
641[[package]]
642name = "rustix"
643version = "1.1.4"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
646dependencies = [
647 "bitflags",
648 "errno",
649 "libc",
650 "linux-raw-sys",
651 "windows-sys",
652]
653
654[[package]]
655name = "rustversion"
656version = "1.0.22"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
659
660[[package]]
661name = "scopeguard"
662version = "1.2.0"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
665
666[[package]]
667name = "semver"
668version = "1.0.27"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
671
672[[package]]
673name = "serde"
674version = "1.0.228"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
677dependencies = [
678 "serde_core",
679 "serde_derive",
680]
681
682[[package]]
683name = "serde_core"
684version = "1.0.228"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
687dependencies = [
688 "serde_derive",
689]
690
691[[package]]
692name = "serde_derive"
693version = "1.0.228"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
696dependencies = [
697 "proc-macro2",
698 "quote",
699 "syn",
700]
701
702[[package]]
703name = "serde_json"
704version = "1.0.149"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
707dependencies = [
708 "itoa",
709 "memchr",
710 "serde",
711 "serde_core",
712 "zmij",
713]
714
715[[package]]
716name = "shlex"
717version = "1.3.0"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
720
721[[package]]
722name = "smallvec"
723version = "1.15.1"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
726
727[[package]]
728name = "strsim"
729version = "0.11.1"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
732
733[[package]]
734name = "syn"
735version = "2.0.117"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
738dependencies = [
739 "proc-macro2",
740 "quote",
741 "unicode-ident",
742]
743
744[[package]]
745name = "tempfile"
746version = "3.26.0"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
749dependencies = [
750 "fastrand",
751 "getrandom",
752 "once_cell",
753 "rustix",
754 "windows-sys",
755]
756
757[[package]]
758name = "termtree"
759version = "0.5.1"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
762
763[[package]]
764name = "unicode-ident"
765version = "1.0.24"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
768
769[[package]]
770name = "unicode-segmentation"
771version = "1.12.0"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
774
775[[package]]
776name = "unicode-width"
777version = "0.2.2"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
780
781[[package]]
782name = "unicode-xid"
783version = "0.2.6"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
786
787[[package]]
788name = "utf8parse"
789version = "0.2.2"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
792
793[[package]]
794name = "vcpkg"
795version = "0.2.15"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
798
799[[package]]
800name = "wait-timeout"
801version = "0.2.1"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
804dependencies = [
805 "libc",
806]
807
808[[package]]
809name = "wasip2"
810version = "1.0.2+wasi-0.2.9"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
813dependencies = [
814 "wit-bindgen",
815]
816
817[[package]]
818name = "wasip3"
819version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
822dependencies = [
823 "wit-bindgen",
824]
825
826[[package]]
827name = "wasm-bindgen"
828version = "0.2.113"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
831dependencies = [
832 "cfg-if",
833 "once_cell",
834 "rustversion",
835 "wasm-bindgen-macro",
836 "wasm-bindgen-shared",
837]
838
839[[package]]
840name = "wasm-bindgen-macro"
841version = "0.2.113"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
844dependencies = [
845 "quote",
846 "wasm-bindgen-macro-support",
847]
848
849[[package]]
850name = "wasm-bindgen-macro-support"
851version = "0.2.113"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
854dependencies = [
855 "bumpalo",
856 "proc-macro2",
857 "quote",
858 "syn",
859 "wasm-bindgen-shared",
860]
861
862[[package]]
863name = "wasm-bindgen-shared"
864version = "0.2.113"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
867dependencies = [
868 "unicode-ident",
869]
870
871[[package]]
872name = "wasm-encoder"
873version = "0.244.0"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
876dependencies = [
877 "leb128fmt",
878 "wasmparser",
879]
880
881[[package]]
882name = "wasm-metadata"
883version = "0.244.0"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
886dependencies = [
887 "anyhow",
888 "indexmap",
889 "wasm-encoder",
890 "wasmparser",
891]
892
893[[package]]
894name = "wasmparser"
895version = "0.244.0"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
898dependencies = [
899 "bitflags",
900 "hashbrown 0.15.5",
901 "indexmap",
902 "semver",
903]
904
905[[package]]
906name = "winapi"
907version = "0.3.9"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
910dependencies = [
911 "winapi-i686-pc-windows-gnu",
912 "winapi-x86_64-pc-windows-gnu",
913]
914
915[[package]]
916name = "winapi-i686-pc-windows-gnu"
917version = "0.4.0"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
920
921[[package]]
922name = "winapi-x86_64-pc-windows-gnu"
923version = "0.4.0"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
926
927[[package]]
928name = "windows-core"
929version = "0.62.2"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
932dependencies = [
933 "windows-implement",
934 "windows-interface",
935 "windows-link",
936 "windows-result",
937 "windows-strings",
938]
939
940[[package]]
941name = "windows-implement"
942version = "0.60.2"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
945dependencies = [
946 "proc-macro2",
947 "quote",
948 "syn",
949]
950
951[[package]]
952name = "windows-interface"
953version = "0.59.3"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
956dependencies = [
957 "proc-macro2",
958 "quote",
959 "syn",
960]
961
962[[package]]
963name = "windows-link"
964version = "0.2.1"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
967
968[[package]]
969name = "windows-result"
970version = "0.4.1"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
973dependencies = [
974 "windows-link",
975]
976
977[[package]]
978name = "windows-strings"
979version = "0.5.1"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
982dependencies = [
983 "windows-link",
984]
985
986[[package]]
987name = "windows-sys"
988version = "0.61.2"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
991dependencies = [
992 "windows-link",
993]
994
995[[package]]
996name = "wit-bindgen"
997version = "0.51.0"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1000dependencies = [
1001 "wit-bindgen-rust-macro",
1002]
1003
1004[[package]]
1005name = "wit-bindgen-core"
1006version = "0.51.0"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
1009dependencies = [
1010 "anyhow",
1011 "heck",
1012 "wit-parser",
1013]
1014
1015[[package]]
1016name = "wit-bindgen-rust"
1017version = "0.51.0"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
1020dependencies = [
1021 "anyhow",
1022 "heck",
1023 "indexmap",
1024 "prettyplease",
1025 "syn",
1026 "wasm-metadata",
1027 "wit-bindgen-core",
1028 "wit-component",
1029]
1030
1031[[package]]
1032name = "wit-bindgen-rust-macro"
1033version = "0.51.0"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
1036dependencies = [
1037 "anyhow",
1038 "prettyplease",
1039 "proc-macro2",
1040 "quote",
1041 "syn",
1042 "wit-bindgen-core",
1043 "wit-bindgen-rust",
1044]
1045
1046[[package]]
1047name = "wit-component"
1048version = "0.244.0"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
1051dependencies = [
1052 "anyhow",
1053 "bitflags",
1054 "indexmap",
1055 "log",
1056 "serde",
1057 "serde_derive",
1058 "serde_json",
1059 "wasm-encoder",
1060 "wasm-metadata",
1061 "wasmparser",
1062 "wit-parser",
1063]
1064
1065[[package]]
1066name = "wit-parser"
1067version = "0.244.0"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
1070dependencies = [
1071 "anyhow",
1072 "id-arena",
1073 "indexmap",
1074 "log",
1075 "semver",
1076 "serde",
1077 "serde_derive",
1078 "serde_json",
1079 "unicode-xid",
1080 "wasmparser",
1081]
1082
1083[[package]]
1084name = "yatd"
1085version = "0.1.0"
1086dependencies = [
1087 "anyhow",
1088 "assert_cmd",
1089 "chrono",
1090 "clap",
1091 "comfy-table",
1092 "predicates",
1093 "rusqlite",
1094 "serde",
1095 "serde_json",
1096 "tempfile",
1097]
1098
1099[[package]]
1100name = "zmij"
1101version = "1.0.21"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"