/ 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 = "base64"
  7  version = "0.22.1"
  8  source = "registry+https://github.com/rust-lang/crates.io-index"
  9  checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 10  
 11  [[package]]
 12  name = "bitflags"
 13  version = "2.11.0"
 14  source = "registry+https://github.com/rust-lang/crates.io-index"
 15  checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
 16  
 17  [[package]]
 18  name = "cfg-if"
 19  version = "1.0.4"
 20  source = "registry+https://github.com/rust-lang/crates.io-index"
 21  checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 22  
 23  [[package]]
 24  name = "convert_case"
 25  version = "0.10.0"
 26  source = "registry+https://github.com/rust-lang/crates.io-index"
 27  checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 28  dependencies = [
 29   "unicode-segmentation",
 30  ]
 31  
 32  [[package]]
 33  name = "crossterm"
 34  version = "0.29.0"
 35  source = "registry+https://github.com/rust-lang/crates.io-index"
 36  checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
 37  dependencies = [
 38   "base64",
 39   "bitflags",
 40   "crossterm_winapi",
 41   "derive_more",
 42   "document-features",
 43   "mio",
 44   "parking_lot",
 45   "rustix",
 46   "signal-hook",
 47   "signal-hook-mio",
 48   "winapi",
 49  ]
 50  
 51  [[package]]
 52  name = "crossterm_winapi"
 53  version = "0.9.1"
 54  source = "registry+https://github.com/rust-lang/crates.io-index"
 55  checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
 56  dependencies = [
 57   "winapi",
 58  ]
 59  
 60  [[package]]
 61  name = "deranged"
 62  version = "0.5.8"
 63  source = "registry+https://github.com/rust-lang/crates.io-index"
 64  checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
 65  dependencies = [
 66   "powerfmt",
 67  ]
 68  
 69  [[package]]
 70  name = "derive_more"
 71  version = "2.1.1"
 72  source = "registry+https://github.com/rust-lang/crates.io-index"
 73  checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 74  dependencies = [
 75   "derive_more-impl",
 76  ]
 77  
 78  [[package]]
 79  name = "derive_more-impl"
 80  version = "2.1.1"
 81  source = "registry+https://github.com/rust-lang/crates.io-index"
 82  checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 83  dependencies = [
 84   "convert_case",
 85   "proc-macro2",
 86   "quote",
 87   "rustc_version",
 88   "syn",
 89  ]
 90  
 91  [[package]]
 92  name = "document-features"
 93  version = "0.2.12"
 94  source = "registry+https://github.com/rust-lang/crates.io-index"
 95  checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 96  dependencies = [
 97   "litrs",
 98  ]
 99  
100  [[package]]
101  name = "errno"
102  version = "0.3.14"
103  source = "registry+https://github.com/rust-lang/crates.io-index"
104  checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
105  dependencies = [
106   "libc",
107   "windows-sys",
108  ]
109  
110  [[package]]
111  name = "itoa"
112  version = "1.0.17"
113  source = "registry+https://github.com/rust-lang/crates.io-index"
114  checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
115  
116  [[package]]
117  name = "kitty-copy"
118  version = "0.1.0"
119  dependencies = [
120   "crossterm",
121   "log",
122   "simplelog",
123   "strip-ansi-escapes",
124   "unicode-width",
125  ]
126  
127  [[package]]
128  name = "libc"
129  version = "0.2.183"
130  source = "registry+https://github.com/rust-lang/crates.io-index"
131  checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
132  
133  [[package]]
134  name = "linux-raw-sys"
135  version = "0.12.1"
136  source = "registry+https://github.com/rust-lang/crates.io-index"
137  checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
138  
139  [[package]]
140  name = "litrs"
141  version = "1.0.0"
142  source = "registry+https://github.com/rust-lang/crates.io-index"
143  checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
144  
145  [[package]]
146  name = "lock_api"
147  version = "0.4.14"
148  source = "registry+https://github.com/rust-lang/crates.io-index"
149  checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
150  dependencies = [
151   "scopeguard",
152  ]
153  
154  [[package]]
155  name = "log"
156  version = "0.4.29"
157  source = "registry+https://github.com/rust-lang/crates.io-index"
158  checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
159  
160  [[package]]
161  name = "memchr"
162  version = "2.8.0"
163  source = "registry+https://github.com/rust-lang/crates.io-index"
164  checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
165  
166  [[package]]
167  name = "mio"
168  version = "1.1.1"
169  source = "registry+https://github.com/rust-lang/crates.io-index"
170  checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
171  dependencies = [
172   "libc",
173   "log",
174   "wasi",
175   "windows-sys",
176  ]
177  
178  [[package]]
179  name = "num-conv"
180  version = "0.2.0"
181  source = "registry+https://github.com/rust-lang/crates.io-index"
182  checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
183  
184  [[package]]
185  name = "num_threads"
186  version = "0.1.7"
187  source = "registry+https://github.com/rust-lang/crates.io-index"
188  checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
189  dependencies = [
190   "libc",
191  ]
192  
193  [[package]]
194  name = "parking_lot"
195  version = "0.12.5"
196  source = "registry+https://github.com/rust-lang/crates.io-index"
197  checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
198  dependencies = [
199   "lock_api",
200   "parking_lot_core",
201  ]
202  
203  [[package]]
204  name = "parking_lot_core"
205  version = "0.9.12"
206  source = "registry+https://github.com/rust-lang/crates.io-index"
207  checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
208  dependencies = [
209   "cfg-if",
210   "libc",
211   "redox_syscall",
212   "smallvec",
213   "windows-link",
214  ]
215  
216  [[package]]
217  name = "powerfmt"
218  version = "0.2.0"
219  source = "registry+https://github.com/rust-lang/crates.io-index"
220  checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
221  
222  [[package]]
223  name = "proc-macro2"
224  version = "1.0.106"
225  source = "registry+https://github.com/rust-lang/crates.io-index"
226  checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
227  dependencies = [
228   "unicode-ident",
229  ]
230  
231  [[package]]
232  name = "quote"
233  version = "1.0.45"
234  source = "registry+https://github.com/rust-lang/crates.io-index"
235  checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
236  dependencies = [
237   "proc-macro2",
238  ]
239  
240  [[package]]
241  name = "redox_syscall"
242  version = "0.5.18"
243  source = "registry+https://github.com/rust-lang/crates.io-index"
244  checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
245  dependencies = [
246   "bitflags",
247  ]
248  
249  [[package]]
250  name = "rustc_version"
251  version = "0.4.1"
252  source = "registry+https://github.com/rust-lang/crates.io-index"
253  checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
254  dependencies = [
255   "semver",
256  ]
257  
258  [[package]]
259  name = "rustix"
260  version = "1.1.4"
261  source = "registry+https://github.com/rust-lang/crates.io-index"
262  checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
263  dependencies = [
264   "bitflags",
265   "errno",
266   "libc",
267   "linux-raw-sys",
268   "windows-sys",
269  ]
270  
271  [[package]]
272  name = "scopeguard"
273  version = "1.2.0"
274  source = "registry+https://github.com/rust-lang/crates.io-index"
275  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
276  
277  [[package]]
278  name = "semver"
279  version = "1.0.27"
280  source = "registry+https://github.com/rust-lang/crates.io-index"
281  checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
282  
283  [[package]]
284  name = "serde_core"
285  version = "1.0.228"
286  source = "registry+https://github.com/rust-lang/crates.io-index"
287  checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
288  dependencies = [
289   "serde_derive",
290  ]
291  
292  [[package]]
293  name = "serde_derive"
294  version = "1.0.228"
295  source = "registry+https://github.com/rust-lang/crates.io-index"
296  checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
297  dependencies = [
298   "proc-macro2",
299   "quote",
300   "syn",
301  ]
302  
303  [[package]]
304  name = "signal-hook"
305  version = "0.3.18"
306  source = "registry+https://github.com/rust-lang/crates.io-index"
307  checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
308  dependencies = [
309   "libc",
310   "signal-hook-registry",
311  ]
312  
313  [[package]]
314  name = "signal-hook-mio"
315  version = "0.2.5"
316  source = "registry+https://github.com/rust-lang/crates.io-index"
317  checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
318  dependencies = [
319   "libc",
320   "mio",
321   "signal-hook",
322  ]
323  
324  [[package]]
325  name = "signal-hook-registry"
326  version = "1.4.8"
327  source = "registry+https://github.com/rust-lang/crates.io-index"
328  checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
329  dependencies = [
330   "errno",
331   "libc",
332  ]
333  
334  [[package]]
335  name = "simplelog"
336  version = "0.12.2"
337  source = "registry+https://github.com/rust-lang/crates.io-index"
338  checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
339  dependencies = [
340   "log",
341   "termcolor",
342   "time",
343  ]
344  
345  [[package]]
346  name = "smallvec"
347  version = "1.15.1"
348  source = "registry+https://github.com/rust-lang/crates.io-index"
349  checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
350  
351  [[package]]
352  name = "strip-ansi-escapes"
353  version = "0.2.1"
354  source = "registry+https://github.com/rust-lang/crates.io-index"
355  checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025"
356  dependencies = [
357   "vte",
358  ]
359  
360  [[package]]
361  name = "syn"
362  version = "2.0.117"
363  source = "registry+https://github.com/rust-lang/crates.io-index"
364  checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
365  dependencies = [
366   "proc-macro2",
367   "quote",
368   "unicode-ident",
369  ]
370  
371  [[package]]
372  name = "termcolor"
373  version = "1.4.1"
374  source = "registry+https://github.com/rust-lang/crates.io-index"
375  checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
376  dependencies = [
377   "winapi-util",
378  ]
379  
380  [[package]]
381  name = "time"
382  version = "0.3.47"
383  source = "registry+https://github.com/rust-lang/crates.io-index"
384  checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
385  dependencies = [
386   "deranged",
387   "itoa",
388   "libc",
389   "num-conv",
390   "num_threads",
391   "powerfmt",
392   "serde_core",
393   "time-core",
394   "time-macros",
395  ]
396  
397  [[package]]
398  name = "time-core"
399  version = "0.1.8"
400  source = "registry+https://github.com/rust-lang/crates.io-index"
401  checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
402  
403  [[package]]
404  name = "time-macros"
405  version = "0.2.27"
406  source = "registry+https://github.com/rust-lang/crates.io-index"
407  checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
408  dependencies = [
409   "num-conv",
410   "time-core",
411  ]
412  
413  [[package]]
414  name = "unicode-ident"
415  version = "1.0.24"
416  source = "registry+https://github.com/rust-lang/crates.io-index"
417  checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
418  
419  [[package]]
420  name = "unicode-segmentation"
421  version = "1.12.0"
422  source = "registry+https://github.com/rust-lang/crates.io-index"
423  checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
424  
425  [[package]]
426  name = "unicode-width"
427  version = "0.2.2"
428  source = "registry+https://github.com/rust-lang/crates.io-index"
429  checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
430  
431  [[package]]
432  name = "vte"
433  version = "0.14.1"
434  source = "registry+https://github.com/rust-lang/crates.io-index"
435  checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
436  dependencies = [
437   "memchr",
438  ]
439  
440  [[package]]
441  name = "wasi"
442  version = "0.11.1+wasi-snapshot-preview1"
443  source = "registry+https://github.com/rust-lang/crates.io-index"
444  checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
445  
446  [[package]]
447  name = "winapi"
448  version = "0.3.9"
449  source = "registry+https://github.com/rust-lang/crates.io-index"
450  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
451  dependencies = [
452   "winapi-i686-pc-windows-gnu",
453   "winapi-x86_64-pc-windows-gnu",
454  ]
455  
456  [[package]]
457  name = "winapi-i686-pc-windows-gnu"
458  version = "0.4.0"
459  source = "registry+https://github.com/rust-lang/crates.io-index"
460  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
461  
462  [[package]]
463  name = "winapi-util"
464  version = "0.1.11"
465  source = "registry+https://github.com/rust-lang/crates.io-index"
466  checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
467  dependencies = [
468   "windows-sys",
469  ]
470  
471  [[package]]
472  name = "winapi-x86_64-pc-windows-gnu"
473  version = "0.4.0"
474  source = "registry+https://github.com/rust-lang/crates.io-index"
475  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
476  
477  [[package]]
478  name = "windows-link"
479  version = "0.2.1"
480  source = "registry+https://github.com/rust-lang/crates.io-index"
481  checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
482  
483  [[package]]
484  name = "windows-sys"
485  version = "0.61.2"
486  source = "registry+https://github.com/rust-lang/crates.io-index"
487  checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
488  dependencies = [
489   "windows-link",
490  ]