/ Cargo.lock
Cargo.lock
  1  # This file is automatically @generated by Cargo.
  2  # It is not intended for manual editing.
  3  version = 4
  4  
  5  [[package]]
  6  name = "allocator-api2"
  7  version = "0.2.21"
  8  source = "registry+https://github.com/rust-lang/crates.io-index"
  9  checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
 10  
 11  [[package]]
 12  name = "anyhow"
 13  version = "1.0.100"
 14  source = "registry+https://github.com/rust-lang/crates.io-index"
 15  checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
 16  
 17  [[package]]
 18  name = "bitflags"
 19  version = "2.10.0"
 20  source = "registry+https://github.com/rust-lang/crates.io-index"
 21  checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 22  
 23  [[package]]
 24  name = "bumpalo"
 25  version = "3.19.1"
 26  source = "registry+https://github.com/rust-lang/crates.io-index"
 27  checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
 28  
 29  [[package]]
 30  name = "cassowary"
 31  version = "0.3.0"
 32  source = "registry+https://github.com/rust-lang/crates.io-index"
 33  checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
 34  
 35  [[package]]
 36  name = "castaway"
 37  version = "0.2.4"
 38  source = "registry+https://github.com/rust-lang/crates.io-index"
 39  checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
 40  dependencies = [
 41   "rustversion",
 42  ]
 43  
 44  [[package]]
 45  name = "cc"
 46  version = "1.2.51"
 47  source = "registry+https://github.com/rust-lang/crates.io-index"
 48  checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203"
 49  dependencies = [
 50   "find-msvc-tools",
 51   "shlex",
 52  ]
 53  
 54  [[package]]
 55  name = "cfg-if"
 56  version = "1.0.4"
 57  source = "registry+https://github.com/rust-lang/crates.io-index"
 58  checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 59  
 60  [[package]]
 61  name = "compact_str"
 62  version = "0.8.1"
 63  source = "registry+https://github.com/rust-lang/crates.io-index"
 64  checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32"
 65  dependencies = [
 66   "castaway",
 67   "cfg-if",
 68   "itoa",
 69   "rustversion",
 70   "ryu",
 71   "static_assertions",
 72  ]
 73  
 74  [[package]]
 75  name = "convert_case"
 76  version = "0.10.0"
 77  source = "registry+https://github.com/rust-lang/crates.io-index"
 78  checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 79  dependencies = [
 80   "unicode-segmentation",
 81  ]
 82  
 83  [[package]]
 84  name = "crossterm"
 85  version = "0.28.1"
 86  source = "registry+https://github.com/rust-lang/crates.io-index"
 87  checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
 88  dependencies = [
 89   "bitflags",
 90   "crossterm_winapi",
 91   "mio",
 92   "parking_lot",
 93   "rustix 0.38.44",
 94   "signal-hook",
 95   "signal-hook-mio",
 96   "winapi",
 97  ]
 98  
 99  [[package]]
100  name = "crossterm"
101  version = "0.29.0"
102  source = "registry+https://github.com/rust-lang/crates.io-index"
103  checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
104  dependencies = [
105   "bitflags",
106   "crossterm_winapi",
107   "derive_more",
108   "document-features",
109   "mio",
110   "parking_lot",
111   "rustix 1.1.3",
112   "signal-hook",
113   "signal-hook-mio",
114   "winapi",
115  ]
116  
117  [[package]]
118  name = "crossterm_winapi"
119  version = "0.9.1"
120  source = "registry+https://github.com/rust-lang/crates.io-index"
121  checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
122  dependencies = [
123   "winapi",
124  ]
125  
126  [[package]]
127  name = "darling"
128  version = "0.20.11"
129  source = "registry+https://github.com/rust-lang/crates.io-index"
130  checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
131  dependencies = [
132   "darling_core",
133   "darling_macro",
134  ]
135  
136  [[package]]
137  name = "darling_core"
138  version = "0.20.11"
139  source = "registry+https://github.com/rust-lang/crates.io-index"
140  checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
141  dependencies = [
142   "fnv",
143   "ident_case",
144   "proc-macro2",
145   "quote",
146   "strsim",
147   "syn",
148  ]
149  
150  [[package]]
151  name = "darling_macro"
152  version = "0.20.11"
153  source = "registry+https://github.com/rust-lang/crates.io-index"
154  checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
155  dependencies = [
156   "darling_core",
157   "quote",
158   "syn",
159  ]
160  
161  [[package]]
162  name = "derive_more"
163  version = "2.1.1"
164  source = "registry+https://github.com/rust-lang/crates.io-index"
165  checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
166  dependencies = [
167   "derive_more-impl",
168  ]
169  
170  [[package]]
171  name = "derive_more-impl"
172  version = "2.1.1"
173  source = "registry+https://github.com/rust-lang/crates.io-index"
174  checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
175  dependencies = [
176   "convert_case",
177   "proc-macro2",
178   "quote",
179   "rustc_version",
180   "syn",
181  ]
182  
183  [[package]]
184  name = "document-features"
185  version = "0.2.12"
186  source = "registry+https://github.com/rust-lang/crates.io-index"
187  checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
188  dependencies = [
189   "litrs",
190  ]
191  
192  [[package]]
193  name = "either"
194  version = "1.15.0"
195  source = "registry+https://github.com/rust-lang/crates.io-index"
196  checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
197  
198  [[package]]
199  name = "equivalent"
200  version = "1.0.2"
201  source = "registry+https://github.com/rust-lang/crates.io-index"
202  checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
203  
204  [[package]]
205  name = "errno"
206  version = "0.3.14"
207  source = "registry+https://github.com/rust-lang/crates.io-index"
208  checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
209  dependencies = [
210   "libc",
211   "windows-sys 0.61.2",
212  ]
213  
214  [[package]]
215  name = "fallible-iterator"
216  version = "0.3.0"
217  source = "registry+https://github.com/rust-lang/crates.io-index"
218  checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
219  
220  [[package]]
221  name = "fallible-streaming-iterator"
222  version = "0.1.9"
223  source = "registry+https://github.com/rust-lang/crates.io-index"
224  checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
225  
226  [[package]]
227  name = "find-msvc-tools"
228  version = "0.1.6"
229  source = "registry+https://github.com/rust-lang/crates.io-index"
230  checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff"
231  
232  [[package]]
233  name = "fnv"
234  version = "1.0.7"
235  source = "registry+https://github.com/rust-lang/crates.io-index"
236  checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
237  
238  [[package]]
239  name = "foldhash"
240  version = "0.1.5"
241  source = "registry+https://github.com/rust-lang/crates.io-index"
242  checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
243  
244  [[package]]
245  name = "foldhash"
246  version = "0.2.0"
247  source = "registry+https://github.com/rust-lang/crates.io-index"
248  checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
249  
250  [[package]]
251  name = "hashbrown"
252  version = "0.15.5"
253  source = "registry+https://github.com/rust-lang/crates.io-index"
254  checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
255  dependencies = [
256   "allocator-api2",
257   "equivalent",
258   "foldhash 0.1.5",
259  ]
260  
261  [[package]]
262  name = "hashbrown"
263  version = "0.16.1"
264  source = "registry+https://github.com/rust-lang/crates.io-index"
265  checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
266  dependencies = [
267   "foldhash 0.2.0",
268  ]
269  
270  [[package]]
271  name = "hashlink"
272  version = "0.11.0"
273  source = "registry+https://github.com/rust-lang/crates.io-index"
274  checksum = "ea0b22561a9c04a7cb1a302c013e0259cd3b4bb619f145b32f72b8b4bcbed230"
275  dependencies = [
276   "hashbrown 0.16.1",
277  ]
278  
279  [[package]]
280  name = "heck"
281  version = "0.5.0"
282  source = "registry+https://github.com/rust-lang/crates.io-index"
283  checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
284  
285  [[package]]
286  name = "hisab"
287  version = "0.1.0"
288  dependencies = [
289   "anyhow",
290   "crossterm 0.29.0",
291   "ratatui",
292   "rusqlite",
293  ]
294  
295  [[package]]
296  name = "ident_case"
297  version = "1.0.1"
298  source = "registry+https://github.com/rust-lang/crates.io-index"
299  checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
300  
301  [[package]]
302  name = "indoc"
303  version = "2.0.7"
304  source = "registry+https://github.com/rust-lang/crates.io-index"
305  checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
306  dependencies = [
307   "rustversion",
308  ]
309  
310  [[package]]
311  name = "instability"
312  version = "0.3.10"
313  source = "registry+https://github.com/rust-lang/crates.io-index"
314  checksum = "6778b0196eefee7df739db78758e5cf9b37412268bfa5650bfeed028aed20d9c"
315  dependencies = [
316   "darling",
317   "indoc",
318   "proc-macro2",
319   "quote",
320   "syn",
321  ]
322  
323  [[package]]
324  name = "itertools"
325  version = "0.13.0"
326  source = "registry+https://github.com/rust-lang/crates.io-index"
327  checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
328  dependencies = [
329   "either",
330  ]
331  
332  [[package]]
333  name = "itoa"
334  version = "1.0.17"
335  source = "registry+https://github.com/rust-lang/crates.io-index"
336  checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
337  
338  [[package]]
339  name = "js-sys"
340  version = "0.3.83"
341  source = "registry+https://github.com/rust-lang/crates.io-index"
342  checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
343  dependencies = [
344   "once_cell",
345   "wasm-bindgen",
346  ]
347  
348  [[package]]
349  name = "libc"
350  version = "0.2.179"
351  source = "registry+https://github.com/rust-lang/crates.io-index"
352  checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f"
353  
354  [[package]]
355  name = "libsqlite3-sys"
356  version = "0.36.0"
357  source = "registry+https://github.com/rust-lang/crates.io-index"
358  checksum = "95b4103cffefa72eb8428cb6b47d6627161e51c2739fc5e3b734584157bc642a"
359  dependencies = [
360   "cc",
361   "pkg-config",
362   "vcpkg",
363  ]
364  
365  [[package]]
366  name = "linux-raw-sys"
367  version = "0.4.15"
368  source = "registry+https://github.com/rust-lang/crates.io-index"
369  checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
370  
371  [[package]]
372  name = "linux-raw-sys"
373  version = "0.11.0"
374  source = "registry+https://github.com/rust-lang/crates.io-index"
375  checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
376  
377  [[package]]
378  name = "litrs"
379  version = "1.0.0"
380  source = "registry+https://github.com/rust-lang/crates.io-index"
381  checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
382  
383  [[package]]
384  name = "lock_api"
385  version = "0.4.14"
386  source = "registry+https://github.com/rust-lang/crates.io-index"
387  checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
388  dependencies = [
389   "scopeguard",
390  ]
391  
392  [[package]]
393  name = "log"
394  version = "0.4.29"
395  source = "registry+https://github.com/rust-lang/crates.io-index"
396  checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
397  
398  [[package]]
399  name = "lru"
400  version = "0.12.5"
401  source = "registry+https://github.com/rust-lang/crates.io-index"
402  checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
403  dependencies = [
404   "hashbrown 0.15.5",
405  ]
406  
407  [[package]]
408  name = "mio"
409  version = "1.1.1"
410  source = "registry+https://github.com/rust-lang/crates.io-index"
411  checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
412  dependencies = [
413   "libc",
414   "log",
415   "wasi",
416   "windows-sys 0.61.2",
417  ]
418  
419  [[package]]
420  name = "once_cell"
421  version = "1.21.3"
422  source = "registry+https://github.com/rust-lang/crates.io-index"
423  checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
424  
425  [[package]]
426  name = "parking_lot"
427  version = "0.12.5"
428  source = "registry+https://github.com/rust-lang/crates.io-index"
429  checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
430  dependencies = [
431   "lock_api",
432   "parking_lot_core",
433  ]
434  
435  [[package]]
436  name = "parking_lot_core"
437  version = "0.9.12"
438  source = "registry+https://github.com/rust-lang/crates.io-index"
439  checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
440  dependencies = [
441   "cfg-if",
442   "libc",
443   "redox_syscall",
444   "smallvec",
445   "windows-link",
446  ]
447  
448  [[package]]
449  name = "paste"
450  version = "1.0.15"
451  source = "registry+https://github.com/rust-lang/crates.io-index"
452  checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
453  
454  [[package]]
455  name = "pkg-config"
456  version = "0.3.32"
457  source = "registry+https://github.com/rust-lang/crates.io-index"
458  checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
459  
460  [[package]]
461  name = "proc-macro2"
462  version = "1.0.104"
463  source = "registry+https://github.com/rust-lang/crates.io-index"
464  checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0"
465  dependencies = [
466   "unicode-ident",
467  ]
468  
469  [[package]]
470  name = "quote"
471  version = "1.0.42"
472  source = "registry+https://github.com/rust-lang/crates.io-index"
473  checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
474  dependencies = [
475   "proc-macro2",
476  ]
477  
478  [[package]]
479  name = "ratatui"
480  version = "0.29.0"
481  source = "registry+https://github.com/rust-lang/crates.io-index"
482  checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
483  dependencies = [
484   "bitflags",
485   "cassowary",
486   "compact_str",
487   "crossterm 0.28.1",
488   "indoc",
489   "instability",
490   "itertools",
491   "lru",
492   "paste",
493   "strum",
494   "unicode-segmentation",
495   "unicode-truncate",
496   "unicode-width 0.2.0",
497  ]
498  
499  [[package]]
500  name = "redox_syscall"
501  version = "0.5.18"
502  source = "registry+https://github.com/rust-lang/crates.io-index"
503  checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
504  dependencies = [
505   "bitflags",
506  ]
507  
508  [[package]]
509  name = "rusqlite"
510  version = "0.38.0"
511  source = "registry+https://github.com/rust-lang/crates.io-index"
512  checksum = "f1c93dd1c9683b438c392c492109cb702b8090b2bfc8fed6f6e4eb4523f17af3"
513  dependencies = [
514   "bitflags",
515   "fallible-iterator",
516   "fallible-streaming-iterator",
517   "hashlink",
518   "libsqlite3-sys",
519   "smallvec",
520   "sqlite-wasm-rs",
521  ]
522  
523  [[package]]
524  name = "rustc_version"
525  version = "0.4.1"
526  source = "registry+https://github.com/rust-lang/crates.io-index"
527  checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
528  dependencies = [
529   "semver",
530  ]
531  
532  [[package]]
533  name = "rustix"
534  version = "0.38.44"
535  source = "registry+https://github.com/rust-lang/crates.io-index"
536  checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
537  dependencies = [
538   "bitflags",
539   "errno",
540   "libc",
541   "linux-raw-sys 0.4.15",
542   "windows-sys 0.59.0",
543  ]
544  
545  [[package]]
546  name = "rustix"
547  version = "1.1.3"
548  source = "registry+https://github.com/rust-lang/crates.io-index"
549  checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
550  dependencies = [
551   "bitflags",
552   "errno",
553   "libc",
554   "linux-raw-sys 0.11.0",
555   "windows-sys 0.61.2",
556  ]
557  
558  [[package]]
559  name = "rustversion"
560  version = "1.0.22"
561  source = "registry+https://github.com/rust-lang/crates.io-index"
562  checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
563  
564  [[package]]
565  name = "ryu"
566  version = "1.0.22"
567  source = "registry+https://github.com/rust-lang/crates.io-index"
568  checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
569  
570  [[package]]
571  name = "scopeguard"
572  version = "1.2.0"
573  source = "registry+https://github.com/rust-lang/crates.io-index"
574  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
575  
576  [[package]]
577  name = "semver"
578  version = "1.0.27"
579  source = "registry+https://github.com/rust-lang/crates.io-index"
580  checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
581  
582  [[package]]
583  name = "shlex"
584  version = "1.3.0"
585  source = "registry+https://github.com/rust-lang/crates.io-index"
586  checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
587  
588  [[package]]
589  name = "signal-hook"
590  version = "0.3.18"
591  source = "registry+https://github.com/rust-lang/crates.io-index"
592  checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
593  dependencies = [
594   "libc",
595   "signal-hook-registry",
596  ]
597  
598  [[package]]
599  name = "signal-hook-mio"
600  version = "0.2.5"
601  source = "registry+https://github.com/rust-lang/crates.io-index"
602  checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
603  dependencies = [
604   "libc",
605   "mio",
606   "signal-hook",
607  ]
608  
609  [[package]]
610  name = "signal-hook-registry"
611  version = "1.4.8"
612  source = "registry+https://github.com/rust-lang/crates.io-index"
613  checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
614  dependencies = [
615   "errno",
616   "libc",
617  ]
618  
619  [[package]]
620  name = "smallvec"
621  version = "1.15.1"
622  source = "registry+https://github.com/rust-lang/crates.io-index"
623  checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
624  
625  [[package]]
626  name = "sqlite-wasm-rs"
627  version = "0.5.1"
628  source = "registry+https://github.com/rust-lang/crates.io-index"
629  checksum = "05e98301bf8b0540c7de45ecd760539b9c62f5772aed172f08efba597c11cd5d"
630  dependencies = [
631   "cc",
632   "hashbrown 0.16.1",
633   "js-sys",
634   "thiserror",
635   "wasm-bindgen",
636  ]
637  
638  [[package]]
639  name = "static_assertions"
640  version = "1.1.0"
641  source = "registry+https://github.com/rust-lang/crates.io-index"
642  checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
643  
644  [[package]]
645  name = "strsim"
646  version = "0.11.1"
647  source = "registry+https://github.com/rust-lang/crates.io-index"
648  checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
649  
650  [[package]]
651  name = "strum"
652  version = "0.26.3"
653  source = "registry+https://github.com/rust-lang/crates.io-index"
654  checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
655  dependencies = [
656   "strum_macros",
657  ]
658  
659  [[package]]
660  name = "strum_macros"
661  version = "0.26.4"
662  source = "registry+https://github.com/rust-lang/crates.io-index"
663  checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
664  dependencies = [
665   "heck",
666   "proc-macro2",
667   "quote",
668   "rustversion",
669   "syn",
670  ]
671  
672  [[package]]
673  name = "syn"
674  version = "2.0.112"
675  source = "registry+https://github.com/rust-lang/crates.io-index"
676  checksum = "21f182278bf2d2bcb3c88b1b08a37df029d71ce3d3ae26168e3c653b213b99d4"
677  dependencies = [
678   "proc-macro2",
679   "quote",
680   "unicode-ident",
681  ]
682  
683  [[package]]
684  name = "thiserror"
685  version = "2.0.17"
686  source = "registry+https://github.com/rust-lang/crates.io-index"
687  checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
688  dependencies = [
689   "thiserror-impl",
690  ]
691  
692  [[package]]
693  name = "thiserror-impl"
694  version = "2.0.17"
695  source = "registry+https://github.com/rust-lang/crates.io-index"
696  checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
697  dependencies = [
698   "proc-macro2",
699   "quote",
700   "syn",
701  ]
702  
703  [[package]]
704  name = "unicode-ident"
705  version = "1.0.22"
706  source = "registry+https://github.com/rust-lang/crates.io-index"
707  checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
708  
709  [[package]]
710  name = "unicode-segmentation"
711  version = "1.12.0"
712  source = "registry+https://github.com/rust-lang/crates.io-index"
713  checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
714  
715  [[package]]
716  name = "unicode-truncate"
717  version = "1.1.0"
718  source = "registry+https://github.com/rust-lang/crates.io-index"
719  checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
720  dependencies = [
721   "itertools",
722   "unicode-segmentation",
723   "unicode-width 0.1.14",
724  ]
725  
726  [[package]]
727  name = "unicode-width"
728  version = "0.1.14"
729  source = "registry+https://github.com/rust-lang/crates.io-index"
730  checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
731  
732  [[package]]
733  name = "unicode-width"
734  version = "0.2.0"
735  source = "registry+https://github.com/rust-lang/crates.io-index"
736  checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
737  
738  [[package]]
739  name = "vcpkg"
740  version = "0.2.15"
741  source = "registry+https://github.com/rust-lang/crates.io-index"
742  checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
743  
744  [[package]]
745  name = "wasi"
746  version = "0.11.1+wasi-snapshot-preview1"
747  source = "registry+https://github.com/rust-lang/crates.io-index"
748  checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
749  
750  [[package]]
751  name = "wasm-bindgen"
752  version = "0.2.106"
753  source = "registry+https://github.com/rust-lang/crates.io-index"
754  checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
755  dependencies = [
756   "cfg-if",
757   "once_cell",
758   "rustversion",
759   "wasm-bindgen-macro",
760   "wasm-bindgen-shared",
761  ]
762  
763  [[package]]
764  name = "wasm-bindgen-macro"
765  version = "0.2.106"
766  source = "registry+https://github.com/rust-lang/crates.io-index"
767  checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
768  dependencies = [
769   "quote",
770   "wasm-bindgen-macro-support",
771  ]
772  
773  [[package]]
774  name = "wasm-bindgen-macro-support"
775  version = "0.2.106"
776  source = "registry+https://github.com/rust-lang/crates.io-index"
777  checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
778  dependencies = [
779   "bumpalo",
780   "proc-macro2",
781   "quote",
782   "syn",
783   "wasm-bindgen-shared",
784  ]
785  
786  [[package]]
787  name = "wasm-bindgen-shared"
788  version = "0.2.106"
789  source = "registry+https://github.com/rust-lang/crates.io-index"
790  checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
791  dependencies = [
792   "unicode-ident",
793  ]
794  
795  [[package]]
796  name = "winapi"
797  version = "0.3.9"
798  source = "registry+https://github.com/rust-lang/crates.io-index"
799  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
800  dependencies = [
801   "winapi-i686-pc-windows-gnu",
802   "winapi-x86_64-pc-windows-gnu",
803  ]
804  
805  [[package]]
806  name = "winapi-i686-pc-windows-gnu"
807  version = "0.4.0"
808  source = "registry+https://github.com/rust-lang/crates.io-index"
809  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
810  
811  [[package]]
812  name = "winapi-x86_64-pc-windows-gnu"
813  version = "0.4.0"
814  source = "registry+https://github.com/rust-lang/crates.io-index"
815  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
816  
817  [[package]]
818  name = "windows-link"
819  version = "0.2.1"
820  source = "registry+https://github.com/rust-lang/crates.io-index"
821  checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
822  
823  [[package]]
824  name = "windows-sys"
825  version = "0.59.0"
826  source = "registry+https://github.com/rust-lang/crates.io-index"
827  checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
828  dependencies = [
829   "windows-targets",
830  ]
831  
832  [[package]]
833  name = "windows-sys"
834  version = "0.61.2"
835  source = "registry+https://github.com/rust-lang/crates.io-index"
836  checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
837  dependencies = [
838   "windows-link",
839  ]
840  
841  [[package]]
842  name = "windows-targets"
843  version = "0.52.6"
844  source = "registry+https://github.com/rust-lang/crates.io-index"
845  checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
846  dependencies = [
847   "windows_aarch64_gnullvm",
848   "windows_aarch64_msvc",
849   "windows_i686_gnu",
850   "windows_i686_gnullvm",
851   "windows_i686_msvc",
852   "windows_x86_64_gnu",
853   "windows_x86_64_gnullvm",
854   "windows_x86_64_msvc",
855  ]
856  
857  [[package]]
858  name = "windows_aarch64_gnullvm"
859  version = "0.52.6"
860  source = "registry+https://github.com/rust-lang/crates.io-index"
861  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
862  
863  [[package]]
864  name = "windows_aarch64_msvc"
865  version = "0.52.6"
866  source = "registry+https://github.com/rust-lang/crates.io-index"
867  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
868  
869  [[package]]
870  name = "windows_i686_gnu"
871  version = "0.52.6"
872  source = "registry+https://github.com/rust-lang/crates.io-index"
873  checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
874  
875  [[package]]
876  name = "windows_i686_gnullvm"
877  version = "0.52.6"
878  source = "registry+https://github.com/rust-lang/crates.io-index"
879  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
880  
881  [[package]]
882  name = "windows_i686_msvc"
883  version = "0.52.6"
884  source = "registry+https://github.com/rust-lang/crates.io-index"
885  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
886  
887  [[package]]
888  name = "windows_x86_64_gnu"
889  version = "0.52.6"
890  source = "registry+https://github.com/rust-lang/crates.io-index"
891  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
892  
893  [[package]]
894  name = "windows_x86_64_gnullvm"
895  version = "0.52.6"
896  source = "registry+https://github.com/rust-lang/crates.io-index"
897  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
898  
899  [[package]]
900  name = "windows_x86_64_msvc"
901  version = "0.52.6"
902  source = "registry+https://github.com/rust-lang/crates.io-index"
903  checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"