A terminal UI for browsing BullMQ
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
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 = "allocator-api2"
16version = "0.2.21"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
20[[package]]
21name = "android_system_properties"
22version = "0.1.5"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
25dependencies = [
26 "libc",
27]
28
29[[package]]
30name = "anpa"
31version = "0.10.0"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "4d032745fe46100dbcb28ee6e30f12c4b148786f8889e07cd0a3445eeb54970f"
34
35[[package]]
36name = "anstream"
37version = "1.0.0"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
40dependencies = [
41 "anstyle",
42 "anstyle-parse",
43 "anstyle-query",
44 "anstyle-wincon",
45 "colorchoice",
46 "is_terminal_polyfill",
47 "utf8parse",
48]
49
50[[package]]
51name = "anstyle"
52version = "1.0.14"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
55
56[[package]]
57name = "anstyle-parse"
58version = "1.0.0"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
61dependencies = [
62 "utf8parse",
63]
64
65[[package]]
66name = "anstyle-query"
67version = "1.1.5"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
70dependencies = [
71 "windows-sys 0.61.2",
72]
73
74[[package]]
75name = "anstyle-wincon"
76version = "3.0.11"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
79dependencies = [
80 "anstyle",
81 "once_cell_polyfill",
82 "windows-sys 0.61.2",
83]
84
85[[package]]
86name = "anyhow"
87version = "1.0.103"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
90
91[[package]]
92name = "approx"
93version = "0.5.1"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
96dependencies = [
97 "num-traits",
98]
99
100[[package]]
101name = "arboard"
102version = "3.6.1"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf"
105dependencies = [
106 "clipboard-win",
107 "log",
108 "objc2",
109 "objc2-app-kit",
110 "objc2-foundation",
111 "parking_lot",
112 "percent-encoding",
113 "windows-sys 0.52.0",
114 "x11rb",
115]
116
117[[package]]
118name = "arc-swap"
119version = "1.9.1"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
122dependencies = [
123 "rustversion",
124]
125
126[[package]]
127name = "async-trait"
128version = "0.1.89"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
131dependencies = [
132 "proc-macro2",
133 "quote",
134 "syn 2.0.118",
135]
136
137[[package]]
138name = "atomic"
139version = "0.6.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
142dependencies = [
143 "bytemuck",
144]
145
146[[package]]
147name = "atomic-waker"
148version = "1.1.2"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
151
152[[package]]
153name = "autocfg"
154version = "1.5.1"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
157
158[[package]]
159name = "backon"
160version = "1.6.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef"
163dependencies = [
164 "fastrand",
165]
166
167[[package]]
168name = "base64"
169version = "0.22.1"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
172
173[[package]]
174name = "bit-set"
175version = "0.5.3"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
178dependencies = [
179 "bit-vec",
180]
181
182[[package]]
183name = "bit-vec"
184version = "0.6.3"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
187
188[[package]]
189name = "bitflags"
190version = "1.3.2"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
193
194[[package]]
195name = "bitflags"
196version = "2.13.0"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
199
200[[package]]
201name = "block-buffer"
202version = "0.10.4"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
205dependencies = [
206 "generic-array",
207]
208
209[[package]]
210name = "bollard"
211version = "0.18.1"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "97ccca1260af6a459d75994ad5acc1651bcabcbdbc41467cc9786519ab854c30"
214dependencies = [
215 "base64",
216 "bollard-stubs",
217 "bytes",
218 "futures-core",
219 "futures-util",
220 "hex",
221 "home",
222 "http",
223 "http-body-util",
224 "hyper",
225 "hyper-named-pipe",
226 "hyper-rustls",
227 "hyper-util",
228 "hyperlocal",
229 "log",
230 "pin-project-lite",
231 "rustls",
232 "rustls-native-certs 0.8.4",
233 "rustls-pemfile",
234 "rustls-pki-types",
235 "serde",
236 "serde_derive",
237 "serde_json",
238 "serde_repr",
239 "serde_urlencoded",
240 "thiserror 2.0.18",
241 "tokio",
242 "tokio-util",
243 "tower-service",
244 "url",
245 "winapi",
246]
247
248[[package]]
249name = "bollard-stubs"
250version = "1.47.1-rc.27.3.1"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "3f179cfbddb6e77a5472703d4b30436bff32929c0aa8a9008ecf23d1d3cdd0da"
253dependencies = [
254 "serde",
255 "serde_repr",
256 "serde_with",
257]
258
259[[package]]
260name = "bon"
261version = "3.9.3"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561"
264dependencies = [
265 "bon-macros",
266 "rustversion",
267]
268
269[[package]]
270name = "bon-macros"
271version = "3.9.3"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f"
274dependencies = [
275 "darling",
276 "ident_case",
277 "prettyplease",
278 "proc-macro2",
279 "quote",
280 "rustversion",
281 "syn 2.0.118",
282]
283
284[[package]]
285name = "bs58"
286version = "0.5.1"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
289dependencies = [
290 "tinyvec",
291]
292
293[[package]]
294name = "bullmq"
295version = "0.1.0"
296dependencies = [
297 "anyhow",
298 "futures-util",
299 "redis",
300 "serde",
301 "serde_json",
302 "testcontainers",
303 "thiserror 1.0.69",
304 "tokio",
305 "tracing",
306]
307
308[[package]]
309name = "bulltui"
310version = "0.1.0"
311dependencies = [
312 "anyhow",
313 "arboard",
314 "bullmq",
315 "chrono",
316 "clap",
317 "crossterm",
318 "futures-util",
319 "ratatui",
320 "redis",
321 "serde",
322 "serde_json",
323 "tachyonfx",
324 "testcontainers",
325 "thiserror 1.0.69",
326 "tokio",
327 "tracing",
328]
329
330[[package]]
331name = "bumpalo"
332version = "3.20.3"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
335
336[[package]]
337name = "by_address"
338version = "1.2.1"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
341
342[[package]]
343name = "bytemuck"
344version = "1.25.0"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
347
348[[package]]
349name = "bytes"
350version = "1.12.0"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
353
354[[package]]
355name = "castaway"
356version = "0.2.4"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
359dependencies = [
360 "rustversion",
361]
362
363[[package]]
364name = "cc"
365version = "1.2.65"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
368dependencies = [
369 "find-msvc-tools",
370 "shlex",
371]
372
373[[package]]
374name = "cfg-if"
375version = "1.0.4"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
378
379[[package]]
380name = "cfg_aliases"
381version = "0.2.1"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
384
385[[package]]
386name = "chrono"
387version = "0.4.45"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
390dependencies = [
391 "iana-time-zone",
392 "js-sys",
393 "num-traits",
394 "serde",
395 "wasm-bindgen",
396 "windows-link",
397]
398
399[[package]]
400name = "clap"
401version = "4.6.1"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
404dependencies = [
405 "clap_builder",
406 "clap_derive",
407]
408
409[[package]]
410name = "clap_builder"
411version = "4.6.0"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
414dependencies = [
415 "anstream",
416 "anstyle",
417 "clap_lex",
418 "strsim",
419]
420
421[[package]]
422name = "clap_derive"
423version = "4.6.1"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
426dependencies = [
427 "heck",
428 "proc-macro2",
429 "quote",
430 "syn 2.0.118",
431]
432
433[[package]]
434name = "clap_lex"
435version = "1.1.0"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
438
439[[package]]
440name = "clipboard-win"
441version = "5.4.1"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
444dependencies = [
445 "error-code",
446]
447
448[[package]]
449name = "colorchoice"
450version = "1.0.5"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
453
454[[package]]
455name = "combine"
456version = "4.6.7"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
459dependencies = [
460 "bytes",
461 "futures-core",
462 "memchr",
463 "pin-project-lite",
464 "tokio",
465 "tokio-util",
466]
467
468[[package]]
469name = "compact_str"
470version = "0.9.1"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
473dependencies = [
474 "castaway",
475 "cfg-if",
476 "itoa",
477 "rustversion",
478 "ryu",
479 "static_assertions",
480]
481
482[[package]]
483name = "convert_case"
484version = "0.10.0"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
487dependencies = [
488 "unicode-segmentation",
489]
490
491[[package]]
492name = "core-foundation"
493version = "0.9.4"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
496dependencies = [
497 "core-foundation-sys",
498 "libc",
499]
500
501[[package]]
502name = "core-foundation"
503version = "0.10.1"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
506dependencies = [
507 "core-foundation-sys",
508 "libc",
509]
510
511[[package]]
512name = "core-foundation-sys"
513version = "0.8.7"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
516
517[[package]]
518name = "cpufeatures"
519version = "0.2.17"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
522dependencies = [
523 "libc",
524]
525
526[[package]]
527name = "critical-section"
528version = "1.2.0"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
531
532[[package]]
533name = "crossterm"
534version = "0.29.0"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
537dependencies = [
538 "bitflags 2.13.0",
539 "crossterm_winapi",
540 "derive_more",
541 "document-features",
542 "futures-core",
543 "mio",
544 "parking_lot",
545 "rustix",
546 "signal-hook",
547 "signal-hook-mio",
548 "winapi",
549]
550
551[[package]]
552name = "crossterm_winapi"
553version = "0.9.1"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
556dependencies = [
557 "winapi",
558]
559
560[[package]]
561name = "crypto-common"
562version = "0.1.7"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
565dependencies = [
566 "generic-array",
567 "typenum",
568]
569
570[[package]]
571name = "csscolorparser"
572version = "0.6.2"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf"
575dependencies = [
576 "lab",
577 "phf",
578]
579
580[[package]]
581name = "darling"
582version = "0.23.0"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
585dependencies = [
586 "darling_core",
587 "darling_macro",
588]
589
590[[package]]
591name = "darling_core"
592version = "0.23.0"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
595dependencies = [
596 "ident_case",
597 "proc-macro2",
598 "quote",
599 "strsim",
600 "syn 2.0.118",
601]
602
603[[package]]
604name = "darling_macro"
605version = "0.23.0"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
608dependencies = [
609 "darling_core",
610 "quote",
611 "syn 2.0.118",
612]
613
614[[package]]
615name = "deltae"
616version = "0.3.2"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4"
619
620[[package]]
621name = "deranged"
622version = "0.5.8"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
625dependencies = [
626 "serde_core",
627]
628
629[[package]]
630name = "derive_more"
631version = "2.1.1"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
634dependencies = [
635 "derive_more-impl",
636]
637
638[[package]]
639name = "derive_more-impl"
640version = "2.1.1"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
643dependencies = [
644 "convert_case",
645 "proc-macro2",
646 "quote",
647 "rustc_version",
648 "syn 2.0.118",
649]
650
651[[package]]
652name = "digest"
653version = "0.10.7"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
656dependencies = [
657 "block-buffer",
658 "crypto-common",
659]
660
661[[package]]
662name = "dispatch2"
663version = "0.3.1"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
666dependencies = [
667 "bitflags 2.13.0",
668 "objc2",
669]
670
671[[package]]
672name = "displaydoc"
673version = "0.2.6"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
676dependencies = [
677 "proc-macro2",
678 "quote",
679 "syn 2.0.118",
680]
681
682[[package]]
683name = "docker_credential"
684version = "1.4.0"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "29547a1dc60885a552306986316bc9701ba120c1a8db6769fa68691529ad373d"
687dependencies = [
688 "base64",
689 "serde",
690 "serde_json",
691]
692
693[[package]]
694name = "document-features"
695version = "0.2.12"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
698dependencies = [
699 "litrs",
700]
701
702[[package]]
703name = "dyn-clone"
704version = "1.0.20"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
707
708[[package]]
709name = "either"
710version = "1.16.0"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
713
714[[package]]
715name = "equivalent"
716version = "1.0.2"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
719
720[[package]]
721name = "errno"
722version = "0.3.14"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
725dependencies = [
726 "libc",
727 "windows-sys 0.61.2",
728]
729
730[[package]]
731name = "error-code"
732version = "3.3.2"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
735
736[[package]]
737name = "etcetera"
738version = "0.8.0"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
741dependencies = [
742 "cfg-if",
743 "home",
744 "windows-sys 0.48.0",
745]
746
747[[package]]
748name = "euclid"
749version = "0.22.14"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
752dependencies = [
753 "num-traits",
754]
755
756[[package]]
757name = "fancy-regex"
758version = "0.11.0"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
761dependencies = [
762 "bit-set",
763 "regex",
764]
765
766[[package]]
767name = "fast-srgb8"
768version = "1.0.0"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
771
772[[package]]
773name = "fastrand"
774version = "2.4.1"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
777
778[[package]]
779name = "filedescriptor"
780version = "0.8.3"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
783dependencies = [
784 "libc",
785 "thiserror 1.0.69",
786 "winapi",
787]
788
789[[package]]
790name = "filetime"
791version = "0.2.29"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
794dependencies = [
795 "cfg-if",
796 "libc",
797]
798
799[[package]]
800name = "find-msvc-tools"
801version = "0.1.9"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
804
805[[package]]
806name = "finl_unicode"
807version = "1.4.0"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5"
810
811[[package]]
812name = "fixedbitset"
813version = "0.4.2"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
816
817[[package]]
818name = "fnv"
819version = "1.0.7"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
822
823[[package]]
824name = "foldhash"
825version = "0.2.0"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
828
829[[package]]
830name = "form_urlencoded"
831version = "1.2.2"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
834dependencies = [
835 "percent-encoding",
836]
837
838[[package]]
839name = "futures"
840version = "0.3.32"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
843dependencies = [
844 "futures-channel",
845 "futures-core",
846 "futures-executor",
847 "futures-io",
848 "futures-sink",
849 "futures-task",
850 "futures-util",
851]
852
853[[package]]
854name = "futures-channel"
855version = "0.3.32"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
858dependencies = [
859 "futures-core",
860 "futures-sink",
861]
862
863[[package]]
864name = "futures-core"
865version = "0.3.32"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
868
869[[package]]
870name = "futures-executor"
871version = "0.3.32"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
874dependencies = [
875 "futures-core",
876 "futures-task",
877 "futures-util",
878]
879
880[[package]]
881name = "futures-io"
882version = "0.3.32"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
885
886[[package]]
887name = "futures-macro"
888version = "0.3.32"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
891dependencies = [
892 "proc-macro2",
893 "quote",
894 "syn 2.0.118",
895]
896
897[[package]]
898name = "futures-sink"
899version = "0.3.32"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
902
903[[package]]
904name = "futures-task"
905version = "0.3.32"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
908
909[[package]]
910name = "futures-util"
911version = "0.3.32"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
914dependencies = [
915 "futures-channel",
916 "futures-core",
917 "futures-io",
918 "futures-macro",
919 "futures-sink",
920 "futures-task",
921 "memchr",
922 "pin-project-lite",
923 "slab",
924]
925
926[[package]]
927name = "generic-array"
928version = "0.14.7"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
931dependencies = [
932 "typenum",
933 "version_check",
934]
935
936[[package]]
937name = "gethostname"
938version = "1.1.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
941dependencies = [
942 "rustix",
943 "windows-link",
944]
945
946[[package]]
947name = "getrandom"
948version = "0.2.17"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
951dependencies = [
952 "cfg-if",
953 "libc",
954 "wasi",
955]
956
957[[package]]
958name = "getrandom"
959version = "0.3.4"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
962dependencies = [
963 "cfg-if",
964 "libc",
965 "r-efi 5.3.0",
966 "wasip2",
967]
968
969[[package]]
970name = "getrandom"
971version = "0.4.3"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
974dependencies = [
975 "cfg-if",
976 "libc",
977 "r-efi 6.0.0",
978]
979
980[[package]]
981name = "hashbrown"
982version = "0.12.3"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
985
986[[package]]
987name = "hashbrown"
988version = "0.16.1"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
991dependencies = [
992 "allocator-api2",
993 "equivalent",
994 "foldhash",
995]
996
997[[package]]
998name = "hashbrown"
999version = "0.17.1"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1002dependencies = [
1003 "allocator-api2",
1004 "equivalent",
1005 "foldhash",
1006]
1007
1008[[package]]
1009name = "heck"
1010version = "0.5.0"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1013
1014[[package]]
1015name = "hex"
1016version = "0.4.3"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1019
1020[[package]]
1021name = "home"
1022version = "0.5.12"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
1025dependencies = [
1026 "windows-sys 0.61.2",
1027]
1028
1029[[package]]
1030name = "http"
1031version = "1.4.2"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
1034dependencies = [
1035 "bytes",
1036 "itoa",
1037]
1038
1039[[package]]
1040name = "http-body"
1041version = "1.0.1"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1044dependencies = [
1045 "bytes",
1046 "http",
1047]
1048
1049[[package]]
1050name = "http-body-util"
1051version = "0.1.3"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1054dependencies = [
1055 "bytes",
1056 "futures-core",
1057 "http",
1058 "http-body",
1059 "pin-project-lite",
1060]
1061
1062[[package]]
1063name = "httparse"
1064version = "1.10.1"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1067
1068[[package]]
1069name = "httpdate"
1070version = "1.0.3"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1073
1074[[package]]
1075name = "hyper"
1076version = "1.10.1"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
1079dependencies = [
1080 "atomic-waker",
1081 "bytes",
1082 "futures-channel",
1083 "futures-core",
1084 "http",
1085 "http-body",
1086 "httparse",
1087 "httpdate",
1088 "itoa",
1089 "pin-project-lite",
1090 "smallvec",
1091 "tokio",
1092 "want",
1093]
1094
1095[[package]]
1096name = "hyper-named-pipe"
1097version = "0.1.0"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278"
1100dependencies = [
1101 "hex",
1102 "hyper",
1103 "hyper-util",
1104 "pin-project-lite",
1105 "tokio",
1106 "tower-service",
1107 "winapi",
1108]
1109
1110[[package]]
1111name = "hyper-rustls"
1112version = "0.27.9"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1115dependencies = [
1116 "http",
1117 "hyper",
1118 "hyper-util",
1119 "rustls",
1120 "tokio",
1121 "tokio-rustls",
1122 "tower-service",
1123]
1124
1125[[package]]
1126name = "hyper-util"
1127version = "0.1.20"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1130dependencies = [
1131 "bytes",
1132 "futures-channel",
1133 "futures-util",
1134 "http",
1135 "http-body",
1136 "hyper",
1137 "libc",
1138 "pin-project-lite",
1139 "socket2",
1140 "tokio",
1141 "tower-service",
1142 "tracing",
1143]
1144
1145[[package]]
1146name = "hyperlocal"
1147version = "0.9.1"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7"
1150dependencies = [
1151 "hex",
1152 "http-body-util",
1153 "hyper",
1154 "hyper-util",
1155 "pin-project-lite",
1156 "tokio",
1157 "tower-service",
1158]
1159
1160[[package]]
1161name = "iana-time-zone"
1162version = "0.1.65"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1165dependencies = [
1166 "android_system_properties",
1167 "core-foundation-sys",
1168 "iana-time-zone-haiku",
1169 "js-sys",
1170 "log",
1171 "wasm-bindgen",
1172 "windows-core",
1173]
1174
1175[[package]]
1176name = "iana-time-zone-haiku"
1177version = "0.1.2"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1180dependencies = [
1181 "cc",
1182]
1183
1184[[package]]
1185name = "icu_collections"
1186version = "2.2.0"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1189dependencies = [
1190 "displaydoc",
1191 "potential_utf",
1192 "utf8_iter",
1193 "yoke",
1194 "zerofrom",
1195 "zerovec",
1196]
1197
1198[[package]]
1199name = "icu_locale_core"
1200version = "2.2.0"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1203dependencies = [
1204 "displaydoc",
1205 "litemap",
1206 "tinystr",
1207 "writeable",
1208 "zerovec",
1209]
1210
1211[[package]]
1212name = "icu_normalizer"
1213version = "2.2.0"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1216dependencies = [
1217 "icu_collections",
1218 "icu_normalizer_data",
1219 "icu_properties",
1220 "icu_provider",
1221 "smallvec",
1222 "zerovec",
1223]
1224
1225[[package]]
1226name = "icu_normalizer_data"
1227version = "2.2.0"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1230
1231[[package]]
1232name = "icu_properties"
1233version = "2.2.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1236dependencies = [
1237 "icu_collections",
1238 "icu_locale_core",
1239 "icu_properties_data",
1240 "icu_provider",
1241 "zerotrie",
1242 "zerovec",
1243]
1244
1245[[package]]
1246name = "icu_properties_data"
1247version = "2.2.0"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1250
1251[[package]]
1252name = "icu_provider"
1253version = "2.2.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1256dependencies = [
1257 "displaydoc",
1258 "icu_locale_core",
1259 "writeable",
1260 "yoke",
1261 "zerofrom",
1262 "zerotrie",
1263 "zerovec",
1264]
1265
1266[[package]]
1267name = "ident_case"
1268version = "1.0.1"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1271
1272[[package]]
1273name = "idna"
1274version = "1.1.0"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1277dependencies = [
1278 "idna_adapter",
1279 "smallvec",
1280 "utf8_iter",
1281]
1282
1283[[package]]
1284name = "idna_adapter"
1285version = "1.2.2"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1288dependencies = [
1289 "icu_normalizer",
1290 "icu_properties",
1291]
1292
1293[[package]]
1294name = "indexmap"
1295version = "1.9.3"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1298dependencies = [
1299 "autocfg",
1300 "hashbrown 0.12.3",
1301 "serde",
1302]
1303
1304[[package]]
1305name = "indexmap"
1306version = "2.14.0"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1309dependencies = [
1310 "equivalent",
1311 "hashbrown 0.17.1",
1312 "serde",
1313 "serde_core",
1314]
1315
1316[[package]]
1317name = "indoc"
1318version = "2.0.7"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1321dependencies = [
1322 "rustversion",
1323]
1324
1325[[package]]
1326name = "instability"
1327version = "0.3.12"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971"
1330dependencies = [
1331 "darling",
1332 "indoc",
1333 "proc-macro2",
1334 "quote",
1335 "syn 2.0.118",
1336]
1337
1338[[package]]
1339name = "is_terminal_polyfill"
1340version = "1.70.2"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1343
1344[[package]]
1345name = "itertools"
1346version = "0.13.0"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1349dependencies = [
1350 "either",
1351]
1352
1353[[package]]
1354name = "itertools"
1355version = "0.14.0"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1358dependencies = [
1359 "either",
1360]
1361
1362[[package]]
1363name = "itoa"
1364version = "1.0.18"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1367
1368[[package]]
1369name = "js-sys"
1370version = "0.3.103"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
1373dependencies = [
1374 "cfg-if",
1375 "futures-util",
1376 "wasm-bindgen",
1377]
1378
1379[[package]]
1380name = "kasuari"
1381version = "0.4.12"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899"
1384dependencies = [
1385 "hashbrown 0.16.1",
1386 "portable-atomic",
1387 "thiserror 2.0.18",
1388]
1389
1390[[package]]
1391name = "lab"
1392version = "0.11.0"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f"
1395
1396[[package]]
1397name = "lazy_static"
1398version = "1.5.0"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1401
1402[[package]]
1403name = "libc"
1404version = "0.2.186"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1407
1408[[package]]
1409name = "libm"
1410version = "0.2.16"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1413
1414[[package]]
1415name = "line-clipping"
1416version = "0.3.7"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "3f50e8f47623268b5407192d26876c4d7f89d686ca130fdc53bced4814cd29f8"
1419dependencies = [
1420 "bitflags 2.13.0",
1421]
1422
1423[[package]]
1424name = "linux-raw-sys"
1425version = "0.12.1"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1428
1429[[package]]
1430name = "litemap"
1431version = "0.8.2"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1434
1435[[package]]
1436name = "litrs"
1437version = "1.0.0"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
1440
1441[[package]]
1442name = "lock_api"
1443version = "0.4.14"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1446dependencies = [
1447 "scopeguard",
1448]
1449
1450[[package]]
1451name = "log"
1452version = "0.4.33"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1455
1456[[package]]
1457name = "lru"
1458version = "0.18.0"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9"
1461dependencies = [
1462 "hashbrown 0.17.1",
1463]
1464
1465[[package]]
1466name = "mac_address"
1467version = "1.1.8"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303"
1470dependencies = [
1471 "nix",
1472 "winapi",
1473]
1474
1475[[package]]
1476name = "memchr"
1477version = "2.8.2"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
1480
1481[[package]]
1482name = "memmem"
1483version = "0.1.1"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15"
1486
1487[[package]]
1488name = "memoffset"
1489version = "0.9.1"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1492dependencies = [
1493 "autocfg",
1494]
1495
1496[[package]]
1497name = "micromath"
1498version = "2.1.0"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "c3c8dda44ff03a2f238717214da50f65d5a53b45cd213a7370424ffdb6fae815"
1501
1502[[package]]
1503name = "minimal-lexical"
1504version = "0.2.1"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1507
1508[[package]]
1509name = "mio"
1510version = "1.2.1"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
1513dependencies = [
1514 "libc",
1515 "log",
1516 "wasi",
1517 "windows-sys 0.61.2",
1518]
1519
1520[[package]]
1521name = "nix"
1522version = "0.29.0"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
1525dependencies = [
1526 "bitflags 2.13.0",
1527 "cfg-if",
1528 "cfg_aliases",
1529 "libc",
1530 "memoffset",
1531]
1532
1533[[package]]
1534name = "nom"
1535version = "7.1.3"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1538dependencies = [
1539 "memchr",
1540 "minimal-lexical",
1541]
1542
1543[[package]]
1544name = "num-bigint"
1545version = "0.4.6"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1548dependencies = [
1549 "num-integer",
1550 "num-traits",
1551]
1552
1553[[package]]
1554name = "num-conv"
1555version = "0.2.2"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
1558
1559[[package]]
1560name = "num-derive"
1561version = "0.4.2"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1564dependencies = [
1565 "proc-macro2",
1566 "quote",
1567 "syn 2.0.118",
1568]
1569
1570[[package]]
1571name = "num-integer"
1572version = "0.1.46"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1575dependencies = [
1576 "num-traits",
1577]
1578
1579[[package]]
1580name = "num-traits"
1581version = "0.2.19"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1584dependencies = [
1585 "autocfg",
1586]
1587
1588[[package]]
1589name = "num_threads"
1590version = "0.1.7"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
1593dependencies = [
1594 "libc",
1595]
1596
1597[[package]]
1598name = "objc2"
1599version = "0.6.4"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
1602dependencies = [
1603 "objc2-encode",
1604]
1605
1606[[package]]
1607name = "objc2-app-kit"
1608version = "0.3.2"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
1611dependencies = [
1612 "bitflags 2.13.0",
1613 "objc2",
1614 "objc2-core-graphics",
1615 "objc2-foundation",
1616]
1617
1618[[package]]
1619name = "objc2-core-foundation"
1620version = "0.3.2"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
1623dependencies = [
1624 "bitflags 2.13.0",
1625 "dispatch2",
1626 "objc2",
1627]
1628
1629[[package]]
1630name = "objc2-core-graphics"
1631version = "0.3.2"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
1634dependencies = [
1635 "bitflags 2.13.0",
1636 "dispatch2",
1637 "objc2",
1638 "objc2-core-foundation",
1639 "objc2-io-surface",
1640]
1641
1642[[package]]
1643name = "objc2-encode"
1644version = "4.1.0"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
1647
1648[[package]]
1649name = "objc2-foundation"
1650version = "0.3.2"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
1653dependencies = [
1654 "bitflags 2.13.0",
1655 "objc2",
1656 "objc2-core-foundation",
1657]
1658
1659[[package]]
1660name = "objc2-io-surface"
1661version = "0.3.2"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
1664dependencies = [
1665 "bitflags 2.13.0",
1666 "objc2",
1667 "objc2-core-foundation",
1668]
1669
1670[[package]]
1671name = "once_cell"
1672version = "1.21.4"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1675
1676[[package]]
1677name = "once_cell_polyfill"
1678version = "1.70.2"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1681
1682[[package]]
1683name = "openssl-probe"
1684version = "0.1.6"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1687
1688[[package]]
1689name = "openssl-probe"
1690version = "0.2.1"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1693
1694[[package]]
1695name = "ordered-float"
1696version = "4.6.0"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
1699dependencies = [
1700 "num-traits",
1701]
1702
1703[[package]]
1704name = "palette"
1705version = "0.7.6"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
1708dependencies = [
1709 "approx",
1710 "fast-srgb8",
1711 "libm",
1712 "palette_derive",
1713]
1714
1715[[package]]
1716name = "palette_derive"
1717version = "0.7.6"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
1720dependencies = [
1721 "by_address",
1722 "proc-macro2",
1723 "quote",
1724 "syn 2.0.118",
1725]
1726
1727[[package]]
1728name = "parking_lot"
1729version = "0.12.5"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1732dependencies = [
1733 "lock_api",
1734 "parking_lot_core",
1735]
1736
1737[[package]]
1738name = "parking_lot_core"
1739version = "0.9.12"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1742dependencies = [
1743 "cfg-if",
1744 "libc",
1745 "redox_syscall 0.5.18",
1746 "smallvec",
1747 "windows-link",
1748]
1749
1750[[package]]
1751name = "parse-display"
1752version = "0.9.1"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "914a1c2265c98e2446911282c6ac86d8524f495792c38c5bd884f80499c7538a"
1755dependencies = [
1756 "parse-display-derive",
1757 "regex",
1758 "regex-syntax",
1759]
1760
1761[[package]]
1762name = "parse-display-derive"
1763version = "0.9.1"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281"
1766dependencies = [
1767 "proc-macro2",
1768 "quote",
1769 "regex",
1770 "regex-syntax",
1771 "structmeta",
1772 "syn 2.0.118",
1773]
1774
1775[[package]]
1776name = "percent-encoding"
1777version = "2.3.2"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1780
1781[[package]]
1782name = "pest"
1783version = "2.8.6"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662"
1786dependencies = [
1787 "memchr",
1788 "ucd-trie",
1789]
1790
1791[[package]]
1792name = "pest_derive"
1793version = "2.8.6"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77"
1796dependencies = [
1797 "pest",
1798 "pest_generator",
1799]
1800
1801[[package]]
1802name = "pest_generator"
1803version = "2.8.6"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f"
1806dependencies = [
1807 "pest",
1808 "pest_meta",
1809 "proc-macro2",
1810 "quote",
1811 "syn 2.0.118",
1812]
1813
1814[[package]]
1815name = "pest_meta"
1816version = "2.8.6"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220"
1819dependencies = [
1820 "pest",
1821 "sha2",
1822]
1823
1824[[package]]
1825name = "phf"
1826version = "0.11.3"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1829dependencies = [
1830 "phf_macros",
1831 "phf_shared",
1832]
1833
1834[[package]]
1835name = "phf_codegen"
1836version = "0.11.3"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
1839dependencies = [
1840 "phf_generator",
1841 "phf_shared",
1842]
1843
1844[[package]]
1845name = "phf_generator"
1846version = "0.11.3"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1849dependencies = [
1850 "phf_shared",
1851 "rand",
1852]
1853
1854[[package]]
1855name = "phf_macros"
1856version = "0.11.3"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
1859dependencies = [
1860 "phf_generator",
1861 "phf_shared",
1862 "proc-macro2",
1863 "quote",
1864 "syn 2.0.118",
1865]
1866
1867[[package]]
1868name = "phf_shared"
1869version = "0.11.3"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1872dependencies = [
1873 "siphasher",
1874]
1875
1876[[package]]
1877name = "pin-project-lite"
1878version = "0.2.17"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1881
1882[[package]]
1883name = "portable-atomic"
1884version = "1.13.1"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1887
1888[[package]]
1889name = "potential_utf"
1890version = "0.1.5"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1893dependencies = [
1894 "zerovec",
1895]
1896
1897[[package]]
1898name = "powerfmt"
1899version = "0.2.0"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1902
1903[[package]]
1904name = "prettyplease"
1905version = "0.2.37"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1908dependencies = [
1909 "proc-macro2",
1910 "syn 2.0.118",
1911]
1912
1913[[package]]
1914name = "proc-macro2"
1915version = "1.0.106"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1918dependencies = [
1919 "unicode-ident",
1920]
1921
1922[[package]]
1923name = "quote"
1924version = "1.0.46"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
1927dependencies = [
1928 "proc-macro2",
1929]
1930
1931[[package]]
1932name = "r-efi"
1933version = "5.3.0"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1936
1937[[package]]
1938name = "r-efi"
1939version = "6.0.0"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1942
1943[[package]]
1944name = "rand"
1945version = "0.8.6"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
1948dependencies = [
1949 "rand_core",
1950]
1951
1952[[package]]
1953name = "rand_core"
1954version = "0.6.4"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1957
1958[[package]]
1959name = "ratatui"
1960version = "0.30.2"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "3274ba0a2c5e1bcad2a2005d20f4dc59dad26b2eb0940fb094500dba4099d57d"
1963dependencies = [
1964 "instability",
1965 "ratatui-core",
1966 "ratatui-crossterm",
1967 "ratatui-macros",
1968 "ratatui-termina",
1969 "ratatui-termwiz",
1970 "ratatui-widgets",
1971 "serde",
1972]
1973
1974[[package]]
1975name = "ratatui-core"
1976version = "0.1.2"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "cbb175c433c8e28a809d1f5773a2ae96e68c0ce40db865cbab1020bf33ae479c"
1979dependencies = [
1980 "bitflags 2.13.0",
1981 "compact_str",
1982 "critical-section",
1983 "hashbrown 0.17.1",
1984 "itertools 0.14.0",
1985 "kasuari",
1986 "lru",
1987 "palette",
1988 "serde",
1989 "strum",
1990 "thiserror 2.0.18",
1991 "unicode-segmentation",
1992 "unicode-truncate",
1993 "unicode-width",
1994]
1995
1996[[package]]
1997name = "ratatui-crossterm"
1998version = "0.1.2"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "567584a3b0e6a8203c23de40b4861497266725eb5363dbfd18a1edd603cca9f0"
2001dependencies = [
2002 "cfg-if",
2003 "crossterm",
2004 "instability",
2005 "ratatui-core",
2006]
2007
2008[[package]]
2009name = "ratatui-macros"
2010version = "0.7.2"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "ed7dc68daa7498a43e4d68e0eb078427e10c38fbcfbb1e42d955f1fa2140d814"
2013dependencies = [
2014 "ratatui-core",
2015 "ratatui-widgets",
2016]
2017
2018[[package]]
2019name = "ratatui-termina"
2020version = "0.1.0"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "c0bf912d9e66f057a759d92e386a280ea886b352ab757d6ac4d653c7ed2c43c2"
2023dependencies = [
2024 "instability",
2025 "ratatui-core",
2026 "termina",
2027]
2028
2029[[package]]
2030name = "ratatui-termwiz"
2031version = "0.1.2"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "faf03e0380b7744054d6cb74224fe3adf062a029754933f575ca1e3b4c2ce977"
2034dependencies = [
2035 "ratatui-core",
2036 "termwiz",
2037]
2038
2039[[package]]
2040name = "ratatui-widgets"
2041version = "0.3.2"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "66e3d19bcc9130ca376277d93b60767ff121ace3be06f5f95f81dd68956407d1"
2044dependencies = [
2045 "bitflags 2.13.0",
2046 "hashbrown 0.17.1",
2047 "indoc",
2048 "instability",
2049 "itertools 0.14.0",
2050 "line-clipping",
2051 "ratatui-core",
2052 "serde",
2053 "strum",
2054 "time",
2055 "unicode-segmentation",
2056 "unicode-width",
2057]
2058
2059[[package]]
2060name = "redis"
2061version = "0.27.6"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "09d8f99a4090c89cc489a94833c901ead69bfbf3877b4867d5482e321ee875bc"
2064dependencies = [
2065 "arc-swap",
2066 "async-trait",
2067 "backon",
2068 "bytes",
2069 "combine",
2070 "futures",
2071 "futures-util",
2072 "itertools 0.13.0",
2073 "itoa",
2074 "num-bigint",
2075 "percent-encoding",
2076 "pin-project-lite",
2077 "rustls",
2078 "rustls-native-certs 0.7.3",
2079 "rustls-pemfile",
2080 "rustls-pki-types",
2081 "ryu",
2082 "sha1_smol",
2083 "tokio",
2084 "tokio-rustls",
2085 "tokio-util",
2086 "url",
2087 "webpki-roots 0.26.11",
2088]
2089
2090[[package]]
2091name = "redox_syscall"
2092version = "0.3.5"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2095dependencies = [
2096 "bitflags 1.3.2",
2097]
2098
2099[[package]]
2100name = "redox_syscall"
2101version = "0.5.18"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2104dependencies = [
2105 "bitflags 2.13.0",
2106]
2107
2108[[package]]
2109name = "ref-cast"
2110version = "1.0.25"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2113dependencies = [
2114 "ref-cast-impl",
2115]
2116
2117[[package]]
2118name = "ref-cast-impl"
2119version = "1.0.25"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2122dependencies = [
2123 "proc-macro2",
2124 "quote",
2125 "syn 2.0.118",
2126]
2127
2128[[package]]
2129name = "regex"
2130version = "1.12.4"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
2133dependencies = [
2134 "aho-corasick",
2135 "memchr",
2136 "regex-automata",
2137 "regex-syntax",
2138]
2139
2140[[package]]
2141name = "regex-automata"
2142version = "0.4.14"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2145dependencies = [
2146 "aho-corasick",
2147 "memchr",
2148 "regex-syntax",
2149]
2150
2151[[package]]
2152name = "regex-syntax"
2153version = "0.8.11"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
2156
2157[[package]]
2158name = "ring"
2159version = "0.17.14"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2162dependencies = [
2163 "cc",
2164 "cfg-if",
2165 "getrandom 0.2.17",
2166 "libc",
2167 "untrusted",
2168 "windows-sys 0.52.0",
2169]
2170
2171[[package]]
2172name = "rustc_version"
2173version = "0.4.1"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2176dependencies = [
2177 "semver",
2178]
2179
2180[[package]]
2181name = "rustix"
2182version = "1.1.4"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2185dependencies = [
2186 "bitflags 2.13.0",
2187 "errno",
2188 "libc",
2189 "linux-raw-sys",
2190 "windows-sys 0.61.2",
2191]
2192
2193[[package]]
2194name = "rustls"
2195version = "0.23.41"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
2198dependencies = [
2199 "once_cell",
2200 "ring",
2201 "rustls-pki-types",
2202 "rustls-webpki",
2203 "subtle",
2204 "zeroize",
2205]
2206
2207[[package]]
2208name = "rustls-native-certs"
2209version = "0.7.3"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
2212dependencies = [
2213 "openssl-probe 0.1.6",
2214 "rustls-pemfile",
2215 "rustls-pki-types",
2216 "schannel",
2217 "security-framework 2.11.1",
2218]
2219
2220[[package]]
2221name = "rustls-native-certs"
2222version = "0.8.4"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
2225dependencies = [
2226 "openssl-probe 0.2.1",
2227 "rustls-pki-types",
2228 "schannel",
2229 "security-framework 3.7.0",
2230]
2231
2232[[package]]
2233name = "rustls-pemfile"
2234version = "2.2.0"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2237dependencies = [
2238 "rustls-pki-types",
2239]
2240
2241[[package]]
2242name = "rustls-pki-types"
2243version = "1.14.1"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
2246dependencies = [
2247 "zeroize",
2248]
2249
2250[[package]]
2251name = "rustls-webpki"
2252version = "0.103.13"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
2255dependencies = [
2256 "ring",
2257 "rustls-pki-types",
2258 "untrusted",
2259]
2260
2261[[package]]
2262name = "rustversion"
2263version = "1.0.22"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2266
2267[[package]]
2268name = "ryu"
2269version = "1.0.23"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2272
2273[[package]]
2274name = "schannel"
2275version = "0.1.29"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2278dependencies = [
2279 "windows-sys 0.61.2",
2280]
2281
2282[[package]]
2283name = "schemars"
2284version = "0.9.0"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
2287dependencies = [
2288 "dyn-clone",
2289 "ref-cast",
2290 "serde",
2291 "serde_json",
2292]
2293
2294[[package]]
2295name = "schemars"
2296version = "1.2.1"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
2299dependencies = [
2300 "dyn-clone",
2301 "ref-cast",
2302 "serde",
2303 "serde_json",
2304]
2305
2306[[package]]
2307name = "scopeguard"
2308version = "1.2.0"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2311
2312[[package]]
2313name = "security-framework"
2314version = "2.11.1"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2317dependencies = [
2318 "bitflags 2.13.0",
2319 "core-foundation 0.9.4",
2320 "core-foundation-sys",
2321 "libc",
2322 "security-framework-sys",
2323]
2324
2325[[package]]
2326name = "security-framework"
2327version = "3.7.0"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2330dependencies = [
2331 "bitflags 2.13.0",
2332 "core-foundation 0.10.1",
2333 "core-foundation-sys",
2334 "libc",
2335 "security-framework-sys",
2336]
2337
2338[[package]]
2339name = "security-framework-sys"
2340version = "2.17.0"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2343dependencies = [
2344 "core-foundation-sys",
2345 "libc",
2346]
2347
2348[[package]]
2349name = "semver"
2350version = "1.0.28"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2353
2354[[package]]
2355name = "serde"
2356version = "1.0.228"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2359dependencies = [
2360 "serde_core",
2361 "serde_derive",
2362]
2363
2364[[package]]
2365name = "serde_core"
2366version = "1.0.228"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2369dependencies = [
2370 "serde_derive",
2371]
2372
2373[[package]]
2374name = "serde_derive"
2375version = "1.0.228"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2378dependencies = [
2379 "proc-macro2",
2380 "quote",
2381 "syn 2.0.118",
2382]
2383
2384[[package]]
2385name = "serde_json"
2386version = "1.0.150"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
2389dependencies = [
2390 "itoa",
2391 "memchr",
2392 "serde",
2393 "serde_core",
2394 "zmij",
2395]
2396
2397[[package]]
2398name = "serde_repr"
2399version = "0.1.20"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2402dependencies = [
2403 "proc-macro2",
2404 "quote",
2405 "syn 2.0.118",
2406]
2407
2408[[package]]
2409name = "serde_urlencoded"
2410version = "0.7.1"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2413dependencies = [
2414 "form_urlencoded",
2415 "itoa",
2416 "ryu",
2417 "serde",
2418]
2419
2420[[package]]
2421name = "serde_with"
2422version = "3.21.0"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
2425dependencies = [
2426 "base64",
2427 "bs58",
2428 "chrono",
2429 "hex",
2430 "indexmap 1.9.3",
2431 "indexmap 2.14.0",
2432 "schemars 0.9.0",
2433 "schemars 1.2.1",
2434 "serde_core",
2435 "serde_json",
2436 "serde_with_macros",
2437 "time",
2438]
2439
2440[[package]]
2441name = "serde_with_macros"
2442version = "3.21.0"
2443source = "registry+https://github.com/rust-lang/crates.io-index"
2444checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
2445dependencies = [
2446 "darling",
2447 "proc-macro2",
2448 "quote",
2449 "syn 2.0.118",
2450]
2451
2452[[package]]
2453name = "sha1_smol"
2454version = "1.0.1"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
2457
2458[[package]]
2459name = "sha2"
2460version = "0.10.9"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2463dependencies = [
2464 "cfg-if",
2465 "cpufeatures",
2466 "digest",
2467]
2468
2469[[package]]
2470name = "shlex"
2471version = "2.0.1"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
2474
2475[[package]]
2476name = "signal-hook"
2477version = "0.3.18"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
2480dependencies = [
2481 "libc",
2482 "signal-hook-registry",
2483]
2484
2485[[package]]
2486name = "signal-hook-mio"
2487version = "0.2.5"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
2490dependencies = [
2491 "libc",
2492 "mio",
2493 "signal-hook",
2494]
2495
2496[[package]]
2497name = "signal-hook-registry"
2498version = "1.4.8"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2501dependencies = [
2502 "errno",
2503 "libc",
2504]
2505
2506[[package]]
2507name = "siphasher"
2508version = "1.0.3"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
2511
2512[[package]]
2513name = "slab"
2514version = "0.4.12"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2517
2518[[package]]
2519name = "smallvec"
2520version = "1.15.2"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
2523
2524[[package]]
2525name = "socket2"
2526version = "0.6.4"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
2529dependencies = [
2530 "libc",
2531 "windows-sys 0.61.2",
2532]
2533
2534[[package]]
2535name = "stable_deref_trait"
2536version = "1.2.1"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2539
2540[[package]]
2541name = "static_assertions"
2542version = "1.1.0"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2545
2546[[package]]
2547name = "strsim"
2548version = "0.11.1"
2549source = "registry+https://github.com/rust-lang/crates.io-index"
2550checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2551
2552[[package]]
2553name = "structmeta"
2554version = "0.3.0"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329"
2557dependencies = [
2558 "proc-macro2",
2559 "quote",
2560 "structmeta-derive",
2561 "syn 2.0.118",
2562]
2563
2564[[package]]
2565name = "structmeta-derive"
2566version = "0.3.0"
2567source = "registry+https://github.com/rust-lang/crates.io-index"
2568checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc"
2569dependencies = [
2570 "proc-macro2",
2571 "quote",
2572 "syn 2.0.118",
2573]
2574
2575[[package]]
2576name = "strum"
2577version = "0.28.0"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
2580dependencies = [
2581 "strum_macros",
2582]
2583
2584[[package]]
2585name = "strum_macros"
2586version = "0.28.0"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
2589dependencies = [
2590 "heck",
2591 "proc-macro2",
2592 "quote",
2593 "syn 2.0.118",
2594]
2595
2596[[package]]
2597name = "subtle"
2598version = "2.6.1"
2599source = "registry+https://github.com/rust-lang/crates.io-index"
2600checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2601
2602[[package]]
2603name = "syn"
2604version = "1.0.109"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2607dependencies = [
2608 "proc-macro2",
2609 "quote",
2610 "unicode-ident",
2611]
2612
2613[[package]]
2614name = "syn"
2615version = "2.0.118"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
2618dependencies = [
2619 "proc-macro2",
2620 "quote",
2621 "unicode-ident",
2622]
2623
2624[[package]]
2625name = "synstructure"
2626version = "0.13.2"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2629dependencies = [
2630 "proc-macro2",
2631 "quote",
2632 "syn 2.0.118",
2633]
2634
2635[[package]]
2636name = "tachyonfx"
2637version = "0.25.0"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "c144c687e9f3628c06add1b6db585a68d3cd285a9d7213b9bca836771e337592"
2640dependencies = [
2641 "anpa",
2642 "bon",
2643 "compact_str",
2644 "micromath",
2645 "ratatui-core",
2646 "thiserror 2.0.18",
2647 "unicode-width",
2648]
2649
2650[[package]]
2651name = "termina"
2652version = "0.3.3"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "9048a889effe34a5cddee0af7f53285198b16dca3be510858d38dfdb3e62a04e"
2655dependencies = [
2656 "bitflags 2.13.0",
2657 "parking_lot",
2658 "rustix",
2659 "signal-hook",
2660 "windows-sys 0.61.2",
2661]
2662
2663[[package]]
2664name = "terminfo"
2665version = "0.9.0"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662"
2668dependencies = [
2669 "fnv",
2670 "nom",
2671 "phf",
2672 "phf_codegen",
2673]
2674
2675[[package]]
2676name = "termios"
2677version = "0.3.3"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
2679checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
2680dependencies = [
2681 "libc",
2682]
2683
2684[[package]]
2685name = "termwiz"
2686version = "0.23.3"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7"
2689dependencies = [
2690 "anyhow",
2691 "base64",
2692 "bitflags 2.13.0",
2693 "fancy-regex",
2694 "filedescriptor",
2695 "finl_unicode",
2696 "fixedbitset",
2697 "hex",
2698 "lazy_static",
2699 "libc",
2700 "log",
2701 "memmem",
2702 "nix",
2703 "num-derive",
2704 "num-traits",
2705 "ordered-float",
2706 "pest",
2707 "pest_derive",
2708 "phf",
2709 "sha2",
2710 "signal-hook",
2711 "siphasher",
2712 "terminfo",
2713 "termios",
2714 "thiserror 1.0.69",
2715 "ucd-trie",
2716 "unicode-segmentation",
2717 "vtparse",
2718 "wezterm-bidi",
2719 "wezterm-blob-leases",
2720 "wezterm-color-types",
2721 "wezterm-dynamic",
2722 "wezterm-input-types",
2723 "winapi",
2724]
2725
2726[[package]]
2727name = "testcontainers"
2728version = "0.23.3"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "59a4f01f39bb10fc2a5ab23eb0d888b1e2bb168c157f61a1b98e6c501c639c74"
2731dependencies = [
2732 "async-trait",
2733 "bollard",
2734 "bollard-stubs",
2735 "bytes",
2736 "docker_credential",
2737 "either",
2738 "etcetera",
2739 "futures",
2740 "log",
2741 "memchr",
2742 "parse-display",
2743 "pin-project-lite",
2744 "serde",
2745 "serde_json",
2746 "serde_with",
2747 "thiserror 2.0.18",
2748 "tokio",
2749 "tokio-stream",
2750 "tokio-tar",
2751 "tokio-util",
2752 "url",
2753]
2754
2755[[package]]
2756name = "thiserror"
2757version = "1.0.69"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2760dependencies = [
2761 "thiserror-impl 1.0.69",
2762]
2763
2764[[package]]
2765name = "thiserror"
2766version = "2.0.18"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2769dependencies = [
2770 "thiserror-impl 2.0.18",
2771]
2772
2773[[package]]
2774name = "thiserror-impl"
2775version = "1.0.69"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2778dependencies = [
2779 "proc-macro2",
2780 "quote",
2781 "syn 2.0.118",
2782]
2783
2784[[package]]
2785name = "thiserror-impl"
2786version = "2.0.18"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2789dependencies = [
2790 "proc-macro2",
2791 "quote",
2792 "syn 2.0.118",
2793]
2794
2795[[package]]
2796name = "time"
2797version = "0.3.51"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "85c17d80feb7334b40c484e45ed1a5273dfd8bfda537c3be2e74a06a6686f327"
2800dependencies = [
2801 "deranged",
2802 "libc",
2803 "num-conv",
2804 "num_threads",
2805 "powerfmt",
2806 "serde_core",
2807 "time-core",
2808 "time-macros",
2809]
2810
2811[[package]]
2812name = "time-core"
2813version = "0.1.9"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
2816
2817[[package]]
2818name = "time-macros"
2819version = "0.2.30"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "dcef1a61bdb119096e153208ec5cbec23944ce8bca13be5c7f60c634f7403935"
2822dependencies = [
2823 "num-conv",
2824 "time-core",
2825]
2826
2827[[package]]
2828name = "tinystr"
2829version = "0.8.3"
2830source = "registry+https://github.com/rust-lang/crates.io-index"
2831checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2832dependencies = [
2833 "displaydoc",
2834 "zerovec",
2835]
2836
2837[[package]]
2838name = "tinyvec"
2839version = "1.11.0"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2842dependencies = [
2843 "tinyvec_macros",
2844]
2845
2846[[package]]
2847name = "tinyvec_macros"
2848version = "0.1.1"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2851
2852[[package]]
2853name = "tokio"
2854version = "1.52.3"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
2857dependencies = [
2858 "bytes",
2859 "libc",
2860 "mio",
2861 "parking_lot",
2862 "pin-project-lite",
2863 "signal-hook-registry",
2864 "socket2",
2865 "tokio-macros",
2866 "windows-sys 0.61.2",
2867]
2868
2869[[package]]
2870name = "tokio-macros"
2871version = "2.7.0"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2874dependencies = [
2875 "proc-macro2",
2876 "quote",
2877 "syn 2.0.118",
2878]
2879
2880[[package]]
2881name = "tokio-rustls"
2882version = "0.26.4"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2885dependencies = [
2886 "rustls",
2887 "tokio",
2888]
2889
2890[[package]]
2891name = "tokio-stream"
2892version = "0.1.18"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
2895dependencies = [
2896 "futures-core",
2897 "pin-project-lite",
2898 "tokio",
2899]
2900
2901[[package]]
2902name = "tokio-tar"
2903version = "0.3.1"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "9d5714c010ca3e5c27114c1cdeb9d14641ace49874aa5626d7149e47aedace75"
2906dependencies = [
2907 "filetime",
2908 "futures-core",
2909 "libc",
2910 "redox_syscall 0.3.5",
2911 "tokio",
2912 "tokio-stream",
2913 "xattr",
2914]
2915
2916[[package]]
2917name = "tokio-util"
2918version = "0.7.18"
2919source = "registry+https://github.com/rust-lang/crates.io-index"
2920checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2921dependencies = [
2922 "bytes",
2923 "futures-core",
2924 "futures-sink",
2925 "pin-project-lite",
2926 "tokio",
2927]
2928
2929[[package]]
2930name = "tower-service"
2931version = "0.3.3"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2934
2935[[package]]
2936name = "tracing"
2937version = "0.1.44"
2938source = "registry+https://github.com/rust-lang/crates.io-index"
2939checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2940dependencies = [
2941 "pin-project-lite",
2942 "tracing-attributes",
2943 "tracing-core",
2944]
2945
2946[[package]]
2947name = "tracing-attributes"
2948version = "0.1.31"
2949source = "registry+https://github.com/rust-lang/crates.io-index"
2950checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2951dependencies = [
2952 "proc-macro2",
2953 "quote",
2954 "syn 2.0.118",
2955]
2956
2957[[package]]
2958name = "tracing-core"
2959version = "0.1.36"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2962dependencies = [
2963 "once_cell",
2964]
2965
2966[[package]]
2967name = "try-lock"
2968version = "0.2.5"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2971
2972[[package]]
2973name = "typenum"
2974version = "1.20.1"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2977
2978[[package]]
2979name = "ucd-trie"
2980version = "0.1.7"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
2983
2984[[package]]
2985name = "unicode-ident"
2986version = "1.0.24"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2989
2990[[package]]
2991name = "unicode-segmentation"
2992version = "1.13.3"
2993source = "registry+https://github.com/rust-lang/crates.io-index"
2994checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
2995
2996[[package]]
2997name = "unicode-truncate"
2998version = "2.0.1"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5"
3001dependencies = [
3002 "itertools 0.14.0",
3003 "unicode-segmentation",
3004 "unicode-width",
3005]
3006
3007[[package]]
3008name = "unicode-width"
3009version = "0.2.2"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3012
3013[[package]]
3014name = "untrusted"
3015version = "0.9.0"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3018
3019[[package]]
3020name = "url"
3021version = "2.5.8"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3024dependencies = [
3025 "form_urlencoded",
3026 "idna",
3027 "percent-encoding",
3028 "serde",
3029 "serde_derive",
3030]
3031
3032[[package]]
3033name = "utf8_iter"
3034version = "1.0.4"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3037
3038[[package]]
3039name = "utf8parse"
3040version = "0.2.2"
3041source = "registry+https://github.com/rust-lang/crates.io-index"
3042checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3043
3044[[package]]
3045name = "uuid"
3046version = "1.23.4"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
3049dependencies = [
3050 "atomic",
3051 "getrandom 0.4.3",
3052 "js-sys",
3053 "wasm-bindgen",
3054]
3055
3056[[package]]
3057name = "version_check"
3058version = "0.9.5"
3059source = "registry+https://github.com/rust-lang/crates.io-index"
3060checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3061
3062[[package]]
3063name = "vtparse"
3064version = "0.6.2"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0"
3067dependencies = [
3068 "utf8parse",
3069]
3070
3071[[package]]
3072name = "want"
3073version = "0.3.1"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3076dependencies = [
3077 "try-lock",
3078]
3079
3080[[package]]
3081name = "wasi"
3082version = "0.11.1+wasi-snapshot-preview1"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3085
3086[[package]]
3087name = "wasip2"
3088version = "1.0.4+wasi-0.2.12"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
3091dependencies = [
3092 "wit-bindgen",
3093]
3094
3095[[package]]
3096name = "wasm-bindgen"
3097version = "0.2.126"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
3100dependencies = [
3101 "cfg-if",
3102 "once_cell",
3103 "rustversion",
3104 "wasm-bindgen-macro",
3105 "wasm-bindgen-shared",
3106]
3107
3108[[package]]
3109name = "wasm-bindgen-macro"
3110version = "0.2.126"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
3113dependencies = [
3114 "quote",
3115 "wasm-bindgen-macro-support",
3116]
3117
3118[[package]]
3119name = "wasm-bindgen-macro-support"
3120version = "0.2.126"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
3123dependencies = [
3124 "bumpalo",
3125 "proc-macro2",
3126 "quote",
3127 "syn 2.0.118",
3128 "wasm-bindgen-shared",
3129]
3130
3131[[package]]
3132name = "wasm-bindgen-shared"
3133version = "0.2.126"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
3136dependencies = [
3137 "unicode-ident",
3138]
3139
3140[[package]]
3141name = "webpki-roots"
3142version = "0.26.11"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
3145dependencies = [
3146 "webpki-roots 1.0.8",
3147]
3148
3149[[package]]
3150name = "webpki-roots"
3151version = "1.0.8"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
3154dependencies = [
3155 "rustls-pki-types",
3156]
3157
3158[[package]]
3159name = "wezterm-bidi"
3160version = "0.2.3"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec"
3163dependencies = [
3164 "log",
3165 "wezterm-dynamic",
3166]
3167
3168[[package]]
3169name = "wezterm-blob-leases"
3170version = "0.1.1"
3171source = "registry+https://github.com/rust-lang/crates.io-index"
3172checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7"
3173dependencies = [
3174 "getrandom 0.3.4",
3175 "mac_address",
3176 "sha2",
3177 "thiserror 1.0.69",
3178 "uuid",
3179]
3180
3181[[package]]
3182name = "wezterm-color-types"
3183version = "0.3.0"
3184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296"
3186dependencies = [
3187 "csscolorparser",
3188 "deltae",
3189 "lazy_static",
3190 "wezterm-dynamic",
3191]
3192
3193[[package]]
3194name = "wezterm-dynamic"
3195version = "0.2.1"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac"
3198dependencies = [
3199 "log",
3200 "ordered-float",
3201 "strsim",
3202 "thiserror 1.0.69",
3203 "wezterm-dynamic-derive",
3204]
3205
3206[[package]]
3207name = "wezterm-dynamic-derive"
3208version = "0.1.1"
3209source = "registry+https://github.com/rust-lang/crates.io-index"
3210checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b"
3211dependencies = [
3212 "proc-macro2",
3213 "quote",
3214 "syn 1.0.109",
3215]
3216
3217[[package]]
3218name = "wezterm-input-types"
3219version = "0.1.0"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e"
3222dependencies = [
3223 "bitflags 1.3.2",
3224 "euclid",
3225 "lazy_static",
3226 "serde",
3227 "wezterm-dynamic",
3228]
3229
3230[[package]]
3231name = "winapi"
3232version = "0.3.9"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3235dependencies = [
3236 "winapi-i686-pc-windows-gnu",
3237 "winapi-x86_64-pc-windows-gnu",
3238]
3239
3240[[package]]
3241name = "winapi-i686-pc-windows-gnu"
3242version = "0.4.0"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3245
3246[[package]]
3247name = "winapi-x86_64-pc-windows-gnu"
3248version = "0.4.0"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3251
3252[[package]]
3253name = "windows-core"
3254version = "0.62.2"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3257dependencies = [
3258 "windows-implement",
3259 "windows-interface",
3260 "windows-link",
3261 "windows-result",
3262 "windows-strings",
3263]
3264
3265[[package]]
3266name = "windows-implement"
3267version = "0.60.2"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3270dependencies = [
3271 "proc-macro2",
3272 "quote",
3273 "syn 2.0.118",
3274]
3275
3276[[package]]
3277name = "windows-interface"
3278version = "0.59.3"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3281dependencies = [
3282 "proc-macro2",
3283 "quote",
3284 "syn 2.0.118",
3285]
3286
3287[[package]]
3288name = "windows-link"
3289version = "0.2.1"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3292
3293[[package]]
3294name = "windows-result"
3295version = "0.4.1"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3298dependencies = [
3299 "windows-link",
3300]
3301
3302[[package]]
3303name = "windows-strings"
3304version = "0.5.1"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3307dependencies = [
3308 "windows-link",
3309]
3310
3311[[package]]
3312name = "windows-sys"
3313version = "0.48.0"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3316dependencies = [
3317 "windows-targets 0.48.5",
3318]
3319
3320[[package]]
3321name = "windows-sys"
3322version = "0.52.0"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3325dependencies = [
3326 "windows-targets 0.52.6",
3327]
3328
3329[[package]]
3330name = "windows-sys"
3331version = "0.61.2"
3332source = "registry+https://github.com/rust-lang/crates.io-index"
3333checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3334dependencies = [
3335 "windows-link",
3336]
3337
3338[[package]]
3339name = "windows-targets"
3340version = "0.48.5"
3341source = "registry+https://github.com/rust-lang/crates.io-index"
3342checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3343dependencies = [
3344 "windows_aarch64_gnullvm 0.48.5",
3345 "windows_aarch64_msvc 0.48.5",
3346 "windows_i686_gnu 0.48.5",
3347 "windows_i686_msvc 0.48.5",
3348 "windows_x86_64_gnu 0.48.5",
3349 "windows_x86_64_gnullvm 0.48.5",
3350 "windows_x86_64_msvc 0.48.5",
3351]
3352
3353[[package]]
3354name = "windows-targets"
3355version = "0.52.6"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3358dependencies = [
3359 "windows_aarch64_gnullvm 0.52.6",
3360 "windows_aarch64_msvc 0.52.6",
3361 "windows_i686_gnu 0.52.6",
3362 "windows_i686_gnullvm",
3363 "windows_i686_msvc 0.52.6",
3364 "windows_x86_64_gnu 0.52.6",
3365 "windows_x86_64_gnullvm 0.52.6",
3366 "windows_x86_64_msvc 0.52.6",
3367]
3368
3369[[package]]
3370name = "windows_aarch64_gnullvm"
3371version = "0.48.5"
3372source = "registry+https://github.com/rust-lang/crates.io-index"
3373checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3374
3375[[package]]
3376name = "windows_aarch64_gnullvm"
3377version = "0.52.6"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3380
3381[[package]]
3382name = "windows_aarch64_msvc"
3383version = "0.48.5"
3384source = "registry+https://github.com/rust-lang/crates.io-index"
3385checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3386
3387[[package]]
3388name = "windows_aarch64_msvc"
3389version = "0.52.6"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3392
3393[[package]]
3394name = "windows_i686_gnu"
3395version = "0.48.5"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3398
3399[[package]]
3400name = "windows_i686_gnu"
3401version = "0.52.6"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3404
3405[[package]]
3406name = "windows_i686_gnullvm"
3407version = "0.52.6"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3410
3411[[package]]
3412name = "windows_i686_msvc"
3413version = "0.48.5"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3416
3417[[package]]
3418name = "windows_i686_msvc"
3419version = "0.52.6"
3420source = "registry+https://github.com/rust-lang/crates.io-index"
3421checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3422
3423[[package]]
3424name = "windows_x86_64_gnu"
3425version = "0.48.5"
3426source = "registry+https://github.com/rust-lang/crates.io-index"
3427checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3428
3429[[package]]
3430name = "windows_x86_64_gnu"
3431version = "0.52.6"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3434
3435[[package]]
3436name = "windows_x86_64_gnullvm"
3437version = "0.48.5"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3440
3441[[package]]
3442name = "windows_x86_64_gnullvm"
3443version = "0.52.6"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3446
3447[[package]]
3448name = "windows_x86_64_msvc"
3449version = "0.48.5"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3452
3453[[package]]
3454name = "windows_x86_64_msvc"
3455version = "0.52.6"
3456source = "registry+https://github.com/rust-lang/crates.io-index"
3457checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3458
3459[[package]]
3460name = "wit-bindgen"
3461version = "0.57.1"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
3464
3465[[package]]
3466name = "writeable"
3467version = "0.6.3"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3470
3471[[package]]
3472name = "x11rb"
3473version = "0.13.2"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
3476dependencies = [
3477 "gethostname",
3478 "rustix",
3479 "x11rb-protocol",
3480]
3481
3482[[package]]
3483name = "x11rb-protocol"
3484version = "0.13.2"
3485source = "registry+https://github.com/rust-lang/crates.io-index"
3486checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
3487
3488[[package]]
3489name = "xattr"
3490version = "1.6.1"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
3493dependencies = [
3494 "libc",
3495 "rustix",
3496]
3497
3498[[package]]
3499name = "yoke"
3500version = "0.8.3"
3501source = "registry+https://github.com/rust-lang/crates.io-index"
3502checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
3503dependencies = [
3504 "stable_deref_trait",
3505 "yoke-derive",
3506 "zerofrom",
3507]
3508
3509[[package]]
3510name = "yoke-derive"
3511version = "0.8.2"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3514dependencies = [
3515 "proc-macro2",
3516 "quote",
3517 "syn 2.0.118",
3518 "synstructure",
3519]
3520
3521[[package]]
3522name = "zerofrom"
3523version = "0.1.8"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
3526dependencies = [
3527 "zerofrom-derive",
3528]
3529
3530[[package]]
3531name = "zerofrom-derive"
3532version = "0.1.7"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3535dependencies = [
3536 "proc-macro2",
3537 "quote",
3538 "syn 2.0.118",
3539 "synstructure",
3540]
3541
3542[[package]]
3543name = "zeroize"
3544version = "1.9.0"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
3547
3548[[package]]
3549name = "zerotrie"
3550version = "0.2.4"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3553dependencies = [
3554 "displaydoc",
3555 "yoke",
3556 "zerofrom",
3557]
3558
3559[[package]]
3560name = "zerovec"
3561version = "0.11.6"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3564dependencies = [
3565 "yoke",
3566 "zerofrom",
3567 "zerovec-derive",
3568]
3569
3570[[package]]
3571name = "zerovec-derive"
3572version = "0.11.3"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3575dependencies = [
3576 "proc-macro2",
3577 "quote",
3578 "syn 2.0.118",
3579]
3580
3581[[package]]
3582name = "zmij"
3583version = "1.0.21"
3584source = "registry+https://github.com/rust-lang/crates.io-index"
3585checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"