base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361)
[NixPkgs.git] / pkgs / tools / system / zenith / Cargo.lock
blobff6923e055f3af160e8a6b6a4566b07fffc9520f
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "adler"
7 version = "1.0.2"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
11 [[package]]
12 name = "android-tzdata"
13 version = "0.1.1"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
17 [[package]]
18 name = "android_system_properties"
19 version = "0.1.5"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
22 dependencies = [
23  "libc",
26 [[package]]
27 name = "async-channel"
28 version = "1.9.0"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
31 dependencies = [
32  "concurrent-queue",
33  "event-listener 2.5.3",
34  "futures-core",
37 [[package]]
38 name = "async-channel"
39 version = "2.2.0"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41 checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
42 dependencies = [
43  "concurrent-queue",
44  "event-listener 5.2.0",
45  "event-listener-strategy 0.5.0",
46  "futures-core",
47  "pin-project-lite",
50 [[package]]
51 name = "async-executor"
52 version = "1.8.0"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c"
55 dependencies = [
56  "async-lock 3.3.0",
57  "async-task",
58  "concurrent-queue",
59  "fastrand 2.0.1",
60  "futures-lite 2.2.0",
61  "slab",
64 [[package]]
65 name = "async-fs"
66 version = "1.6.0"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
69 dependencies = [
70  "async-lock 2.8.0",
71  "autocfg",
72  "blocking",
73  "futures-lite 1.13.0",
76 [[package]]
77 name = "async-io"
78 version = "1.13.0"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
81 dependencies = [
82  "async-lock 2.8.0",
83  "autocfg",
84  "cfg-if 1.0.0",
85  "concurrent-queue",
86  "futures-lite 1.13.0",
87  "log",
88  "parking",
89  "polling 2.8.0",
90  "rustix 0.37.27",
91  "slab",
92  "socket2",
93  "waker-fn",
96 [[package]]
97 name = "async-io"
98 version = "2.3.1"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
100 checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
101 dependencies = [
102  "async-lock 3.3.0",
103  "cfg-if 1.0.0",
104  "concurrent-queue",
105  "futures-io",
106  "futures-lite 2.2.0",
107  "parking",
108  "polling 3.5.0",
109  "rustix 0.38.31",
110  "slab",
111  "tracing",
112  "windows-sys 0.52.0",
115 [[package]]
116 name = "async-lock"
117 version = "2.8.0"
118 source = "registry+https://github.com/rust-lang/crates.io-index"
119 checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
120 dependencies = [
121  "event-listener 2.5.3",
124 [[package]]
125 name = "async-lock"
126 version = "3.3.0"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
129 dependencies = [
130  "event-listener 4.0.3",
131  "event-listener-strategy 0.4.0",
132  "pin-project-lite",
135 [[package]]
136 name = "async-net"
137 version = "1.8.0"
138 source = "registry+https://github.com/rust-lang/crates.io-index"
139 checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
140 dependencies = [
141  "async-io 1.13.0",
142  "blocking",
143  "futures-lite 1.13.0",
146 [[package]]
147 name = "async-process"
148 version = "1.8.1"
149 source = "registry+https://github.com/rust-lang/crates.io-index"
150 checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
151 dependencies = [
152  "async-io 1.13.0",
153  "async-lock 2.8.0",
154  "async-signal",
155  "blocking",
156  "cfg-if 1.0.0",
157  "event-listener 3.1.0",
158  "futures-lite 1.13.0",
159  "rustix 0.38.31",
160  "windows-sys 0.48.0",
163 [[package]]
164 name = "async-signal"
165 version = "0.2.5"
166 source = "registry+https://github.com/rust-lang/crates.io-index"
167 checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
168 dependencies = [
169  "async-io 2.3.1",
170  "async-lock 2.8.0",
171  "atomic-waker",
172  "cfg-if 1.0.0",
173  "futures-core",
174  "futures-io",
175  "rustix 0.38.31",
176  "signal-hook-registry",
177  "slab",
178  "windows-sys 0.48.0",
181 [[package]]
182 name = "async-task"
183 version = "4.7.0"
184 source = "registry+https://github.com/rust-lang/crates.io-index"
185 checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
187 [[package]]
188 name = "async-trait"
189 version = "0.1.77"
190 source = "registry+https://github.com/rust-lang/crates.io-index"
191 checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
192 dependencies = [
193  "proc-macro2",
194  "quote",
195  "syn 2.0.52",
198 [[package]]
199 name = "atomic-waker"
200 version = "1.1.2"
201 source = "registry+https://github.com/rust-lang/crates.io-index"
202 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
204 [[package]]
205 name = "autocfg"
206 version = "1.1.0"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
210 [[package]]
211 name = "bincode"
212 version = "1.3.3"
213 source = "registry+https://github.com/rust-lang/crates.io-index"
214 checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
215 dependencies = [
216  "serde",
219 [[package]]
220 name = "bindgen"
221 version = "0.69.4"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
223 checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
224 dependencies = [
225  "bitflags 2.4.2",
226  "cexpr",
227  "clang-sys",
228  "itertools 0.12.1",
229  "lazy_static",
230  "lazycell",
231  "log",
232  "prettyplease",
233  "proc-macro2",
234  "quote",
235  "regex",
236  "rustc-hash",
237  "shlex",
238  "syn 2.0.52",
239  "which",
242 [[package]]
243 name = "bitflags"
244 version = "1.3.2"
245 source = "registry+https://github.com/rust-lang/crates.io-index"
246 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
248 [[package]]
249 name = "bitflags"
250 version = "2.4.2"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
254 [[package]]
255 name = "blocking"
256 version = "1.5.1"
257 source = "registry+https://github.com/rust-lang/crates.io-index"
258 checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
259 dependencies = [
260  "async-channel 2.2.0",
261  "async-lock 3.3.0",
262  "async-task",
263  "fastrand 2.0.1",
264  "futures-io",
265  "futures-lite 2.2.0",
266  "piper",
267  "tracing",
270 [[package]]
271 name = "bumpalo"
272 version = "3.15.3"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
274 checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b"
276 [[package]]
277 name = "byte-unit"
278 version = "4.0.19"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
280 checksum = "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c"
281 dependencies = [
282  "serde",
283  "utf8-width",
286 [[package]]
287 name = "bytes"
288 version = "1.5.0"
289 source = "registry+https://github.com/rust-lang/crates.io-index"
290 checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
292 [[package]]
293 name = "cassowary"
294 version = "0.3.0"
295 source = "registry+https://github.com/rust-lang/crates.io-index"
296 checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
298 [[package]]
299 name = "cc"
300 version = "1.0.89"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "a0ba8f7aaa012f30d5b2861462f6708eccd49c3c39863fe083a308035f63d723"
304 [[package]]
305 name = "cexpr"
306 version = "0.6.0"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
309 dependencies = [
310  "nom",
313 [[package]]
314 name = "cfg-if"
315 version = "0.1.10"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
319 [[package]]
320 name = "cfg-if"
321 version = "1.0.0"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
325 [[package]]
326 name = "chrono"
327 version = "0.4.34"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
330 dependencies = [
331  "android-tzdata",
332  "iana-time-zone",
333  "js-sys",
334  "num-traits",
335  "wasm-bindgen",
336  "windows-targets 0.52.4",
339 [[package]]
340 name = "clang-sys"
341 version = "1.7.0"
342 source = "registry+https://github.com/rust-lang/crates.io-index"
343 checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
344 dependencies = [
345  "glob",
346  "libc",
347  "libloading 0.8.2",
350 [[package]]
351 name = "concurrent-queue"
352 version = "2.4.0"
353 source = "registry+https://github.com/rust-lang/crates.io-index"
354 checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
355 dependencies = [
356  "crossbeam-utils",
359 [[package]]
360 name = "core-foundation"
361 version = "0.9.4"
362 source = "registry+https://github.com/rust-lang/crates.io-index"
363 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
364 dependencies = [
365  "core-foundation-sys",
366  "libc",
369 [[package]]
370 name = "core-foundation-sys"
371 version = "0.8.6"
372 source = "registry+https://github.com/rust-lang/crates.io-index"
373 checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
375 [[package]]
376 name = "crc32fast"
377 version = "1.4.0"
378 source = "registry+https://github.com/rust-lang/crates.io-index"
379 checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
380 dependencies = [
381  "cfg-if 1.0.0",
384 [[package]]
385 name = "crossbeam-deque"
386 version = "0.8.5"
387 source = "registry+https://github.com/rust-lang/crates.io-index"
388 checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
389 dependencies = [
390  "crossbeam-epoch",
391  "crossbeam-utils",
394 [[package]]
395 name = "crossbeam-epoch"
396 version = "0.9.18"
397 source = "registry+https://github.com/rust-lang/crates.io-index"
398 checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
399 dependencies = [
400  "crossbeam-utils",
403 [[package]]
404 name = "crossbeam-utils"
405 version = "0.8.19"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
409 [[package]]
410 name = "crossterm"
411 version = "0.27.0"
412 source = "registry+https://github.com/rust-lang/crates.io-index"
413 checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
414 dependencies = [
415  "bitflags 2.4.2",
416  "crossterm_winapi",
417  "libc",
418  "mio",
419  "parking_lot",
420  "signal-hook",
421  "signal-hook-mio",
422  "winapi",
425 [[package]]
426 name = "crossterm_winapi"
427 version = "0.9.1"
428 source = "registry+https://github.com/rust-lang/crates.io-index"
429 checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
430 dependencies = [
431  "winapi",
434 [[package]]
435 name = "darling"
436 version = "0.20.8"
437 source = "registry+https://github.com/rust-lang/crates.io-index"
438 checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
439 dependencies = [
440  "darling_core",
441  "darling_macro",
444 [[package]]
445 name = "darling_core"
446 version = "0.20.8"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
448 checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
449 dependencies = [
450  "fnv",
451  "ident_case",
452  "proc-macro2",
453  "quote",
454  "strsim",
455  "syn 2.0.52",
458 [[package]]
459 name = "darling_macro"
460 version = "0.20.8"
461 source = "registry+https://github.com/rust-lang/crates.io-index"
462 checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
463 dependencies = [
464  "darling_core",
465  "quote",
466  "syn 2.0.52",
469 [[package]]
470 name = "darwin-libproc"
471 version = "0.2.0"
472 source = "registry+https://github.com/rust-lang/crates.io-index"
473 checksum = "cc629b7cf42586fee31dae31f9ab73fa5ff5f0170016aa61be5fcbc12a90c516"
474 dependencies = [
475  "darwin-libproc-sys",
476  "libc",
477  "memchr",
480 [[package]]
481 name = "darwin-libproc-sys"
482 version = "0.2.0"
483 source = "registry+https://github.com/rust-lang/crates.io-index"
484 checksum = "ef0aa083b94c54aa4cfd9bbfd37856714c139d1dc511af80270558c7ba3b4816"
485 dependencies = [
486  "libc",
489 [[package]]
490 name = "dirs-next"
491 version = "2.0.0"
492 source = "registry+https://github.com/rust-lang/crates.io-index"
493 checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
494 dependencies = [
495  "cfg-if 1.0.0",
496  "dirs-sys-next",
499 [[package]]
500 name = "dirs-sys-next"
501 version = "0.1.2"
502 source = "registry+https://github.com/rust-lang/crates.io-index"
503 checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
504 dependencies = [
505  "libc",
506  "redox_users",
507  "winapi",
510 [[package]]
511 name = "doc-comment"
512 version = "0.3.3"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
514 checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
516 [[package]]
517 name = "either"
518 version = "1.10.0"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
520 checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
522 [[package]]
523 name = "env_logger"
524 version = "0.10.2"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
526 checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
527 dependencies = [
528  "log",
531 [[package]]
532 name = "errno"
533 version = "0.3.8"
534 source = "registry+https://github.com/rust-lang/crates.io-index"
535 checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
536 dependencies = [
537  "libc",
538  "windows-sys 0.52.0",
541 [[package]]
542 name = "event-listener"
543 version = "2.5.3"
544 source = "registry+https://github.com/rust-lang/crates.io-index"
545 checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
547 [[package]]
548 name = "event-listener"
549 version = "3.1.0"
550 source = "registry+https://github.com/rust-lang/crates.io-index"
551 checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
552 dependencies = [
553  "concurrent-queue",
554  "parking",
555  "pin-project-lite",
558 [[package]]
559 name = "event-listener"
560 version = "4.0.3"
561 source = "registry+https://github.com/rust-lang/crates.io-index"
562 checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
563 dependencies = [
564  "concurrent-queue",
565  "parking",
566  "pin-project-lite",
569 [[package]]
570 name = "event-listener"
571 version = "5.2.0"
572 source = "registry+https://github.com/rust-lang/crates.io-index"
573 checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91"
574 dependencies = [
575  "concurrent-queue",
576  "parking",
577  "pin-project-lite",
580 [[package]]
581 name = "event-listener-strategy"
582 version = "0.4.0"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
585 dependencies = [
586  "event-listener 4.0.3",
587  "pin-project-lite",
590 [[package]]
591 name = "event-listener-strategy"
592 version = "0.5.0"
593 source = "registry+https://github.com/rust-lang/crates.io-index"
594 checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
595 dependencies = [
596  "event-listener 5.2.0",
597  "pin-project-lite",
600 [[package]]
601 name = "fastrand"
602 version = "1.9.0"
603 source = "registry+https://github.com/rust-lang/crates.io-index"
604 checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
605 dependencies = [
606  "instant",
609 [[package]]
610 name = "fastrand"
611 version = "2.0.1"
612 source = "registry+https://github.com/rust-lang/crates.io-index"
613 checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
615 [[package]]
616 name = "flate2"
617 version = "1.0.28"
618 source = "registry+https://github.com/rust-lang/crates.io-index"
619 checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
620 dependencies = [
621  "crc32fast",
622  "miniz_oxide",
625 [[package]]
626 name = "fnv"
627 version = "1.0.7"
628 source = "registry+https://github.com/rust-lang/crates.io-index"
629 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
631 [[package]]
632 name = "futures"
633 version = "0.3.30"
634 source = "registry+https://github.com/rust-lang/crates.io-index"
635 checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
636 dependencies = [
637  "futures-channel",
638  "futures-core",
639  "futures-executor",
640  "futures-io",
641  "futures-sink",
642  "futures-task",
643  "futures-util",
646 [[package]]
647 name = "futures-channel"
648 version = "0.3.30"
649 source = "registry+https://github.com/rust-lang/crates.io-index"
650 checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
651 dependencies = [
652  "futures-core",
653  "futures-sink",
656 [[package]]
657 name = "futures-core"
658 version = "0.3.30"
659 source = "registry+https://github.com/rust-lang/crates.io-index"
660 checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
662 [[package]]
663 name = "futures-executor"
664 version = "0.3.30"
665 source = "registry+https://github.com/rust-lang/crates.io-index"
666 checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
667 dependencies = [
668  "futures-core",
669  "futures-task",
670  "futures-util",
673 [[package]]
674 name = "futures-io"
675 version = "0.3.30"
676 source = "registry+https://github.com/rust-lang/crates.io-index"
677 checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
679 [[package]]
680 name = "futures-lite"
681 version = "1.13.0"
682 source = "registry+https://github.com/rust-lang/crates.io-index"
683 checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
684 dependencies = [
685  "fastrand 1.9.0",
686  "futures-core",
687  "futures-io",
688  "memchr",
689  "parking",
690  "pin-project-lite",
691  "waker-fn",
694 [[package]]
695 name = "futures-lite"
696 version = "2.2.0"
697 source = "registry+https://github.com/rust-lang/crates.io-index"
698 checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
699 dependencies = [
700  "fastrand 2.0.1",
701  "futures-core",
702  "futures-io",
703  "parking",
704  "pin-project-lite",
707 [[package]]
708 name = "futures-macro"
709 version = "0.3.30"
710 source = "registry+https://github.com/rust-lang/crates.io-index"
711 checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
712 dependencies = [
713  "proc-macro2",
714  "quote",
715  "syn 2.0.52",
718 [[package]]
719 name = "futures-sink"
720 version = "0.3.30"
721 source = "registry+https://github.com/rust-lang/crates.io-index"
722 checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
724 [[package]]
725 name = "futures-task"
726 version = "0.3.30"
727 source = "registry+https://github.com/rust-lang/crates.io-index"
728 checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
730 [[package]]
731 name = "futures-timer"
732 version = "3.0.3"
733 source = "registry+https://github.com/rust-lang/crates.io-index"
734 checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
736 [[package]]
737 name = "futures-util"
738 version = "0.3.30"
739 source = "registry+https://github.com/rust-lang/crates.io-index"
740 checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
741 dependencies = [
742  "futures-channel",
743  "futures-core",
744  "futures-io",
745  "futures-macro",
746  "futures-sink",
747  "futures-task",
748  "memchr",
749  "pin-project-lite",
750  "pin-utils",
751  "slab",
754 [[package]]
755 name = "getrandom"
756 version = "0.2.12"
757 source = "registry+https://github.com/rust-lang/crates.io-index"
758 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
759 dependencies = [
760  "cfg-if 1.0.0",
761  "libc",
762  "wasi",
765 [[package]]
766 name = "glob"
767 version = "0.3.1"
768 source = "registry+https://github.com/rust-lang/crates.io-index"
769 checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
771 [[package]]
772 name = "gumdrop"
773 version = "0.8.1"
774 source = "registry+https://github.com/rust-lang/crates.io-index"
775 checksum = "5bc700f989d2f6f0248546222d9b4258f5b02a171a431f8285a81c08142629e3"
776 dependencies = [
777  "gumdrop_derive",
780 [[package]]
781 name = "gumdrop_derive"
782 version = "0.8.1"
783 source = "registry+https://github.com/rust-lang/crates.io-index"
784 checksum = "729f9bd3449d77e7831a18abfb7ba2f99ee813dfd15b8c2167c9a54ba20aa99d"
785 dependencies = [
786  "proc-macro2",
787  "quote",
788  "syn 1.0.109",
791 [[package]]
792 name = "heck"
793 version = "0.4.1"
794 source = "registry+https://github.com/rust-lang/crates.io-index"
795 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
797 [[package]]
798 name = "heim"
799 version = "0.1.0-rc.1"
800 source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
801 dependencies = [
802  "heim-common",
803  "heim-cpu",
804  "heim-disk",
805  "heim-host",
806  "heim-memory",
807  "heim-net",
808  "heim-process",
809  "heim-runtime",
810  "heim-sensors",
811  "heim-virt",
814 [[package]]
815 name = "heim-common"
816 version = "0.1.0-rc.1"
817 source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
818 dependencies = [
819  "cfg-if 1.0.0",
820  "core-foundation",
821  "futures-core",
822  "futures-util",
823  "lazy_static",
824  "libc",
825  "mach",
826  "nix 0.23.2",
827  "pin-utils",
828  "uom 0.31.1",
829  "winapi",
832 [[package]]
833 name = "heim-cpu"
834 version = "0.1.0-rc.1"
835 source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
836 dependencies = [
837  "cfg-if 1.0.0",
838  "futures",
839  "glob",
840  "heim-common",
841  "heim-runtime",
842  "lazy_static",
843  "libc",
844  "mach",
845  "ntapi",
846  "smol",
847  "winapi",
850 [[package]]
851 name = "heim-disk"
852 version = "0.1.0-rc.1"
853 source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
854 dependencies = [
855  "bitflags 1.3.2",
856  "cfg-if 1.0.0",
857  "core-foundation",
858  "heim-common",
859  "heim-runtime",
860  "libc",
861  "mach",
862  "widestring",
863  "winapi",
866 [[package]]
867 name = "heim-host"
868 version = "0.1.0-rc.1"
869 source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
870 dependencies = [
871  "cfg-if 1.0.0",
872  "heim-common",
873  "heim-runtime",
874  "lazy_static",
875  "libc",
876  "log",
877  "mach",
878  "ntapi",
879  "platforms",
880  "winapi",
883 [[package]]
884 name = "heim-memory"
885 version = "0.1.0-rc.1"
886 source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
887 dependencies = [
888  "cfg-if 1.0.0",
889  "heim-common",
890  "heim-runtime",
891  "lazy_static",
892  "libc",
893  "mach",
894  "winapi",
897 [[package]]
898 name = "heim-net"
899 version = "0.1.0-rc.1"
900 source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
901 dependencies = [
902  "bitflags 1.3.2",
903  "cfg-if 1.0.0",
904  "heim-common",
905  "heim-runtime",
906  "libc",
907  "macaddr",
908  "nix 0.23.2",
909  "widestring",
910  "winapi",
913 [[package]]
914 name = "heim-process"
915 version = "0.1.1-rc.1"
916 source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
917 dependencies = [
918  "async-trait",
919  "cfg-if 1.0.0",
920  "darwin-libproc",
921  "futures",
922  "heim-common",
923  "heim-cpu",
924  "heim-host",
925  "heim-net",
926  "heim-runtime",
927  "lazy_static",
928  "libc",
929  "mach",
930  "memchr",
931  "ntapi",
932  "ordered-float",
933  "smol",
934  "winapi",
937 [[package]]
938 name = "heim-runtime"
939 version = "0.1.0-rc.1"
940 source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
941 dependencies = [
942  "futures",
943  "futures-timer",
944  "once_cell",
945  "smol",
948 [[package]]
949 name = "heim-sensors"
950 version = "0.1.0-rc.1"
951 source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
952 dependencies = [
953  "cfg-if 1.0.0",
954  "heim-common",
955  "heim-runtime",
958 [[package]]
959 name = "heim-virt"
960 version = "0.1.0-rc.1"
961 source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
962 dependencies = [
963  "cfg-if 1.0.0",
964  "futures",
965  "heim-common",
966  "heim-runtime",
967  "raw-cpuid",
970 [[package]]
971 name = "hermit-abi"
972 version = "0.3.9"
973 source = "registry+https://github.com/rust-lang/crates.io-index"
974 checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
976 [[package]]
977 name = "home"
978 version = "0.5.9"
979 source = "registry+https://github.com/rust-lang/crates.io-index"
980 checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
981 dependencies = [
982  "windows-sys 0.52.0",
985 [[package]]
986 name = "iana-time-zone"
987 version = "0.1.60"
988 source = "registry+https://github.com/rust-lang/crates.io-index"
989 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
990 dependencies = [
991  "android_system_properties",
992  "core-foundation-sys",
993  "iana-time-zone-haiku",
994  "js-sys",
995  "wasm-bindgen",
996  "windows-core",
999 [[package]]
1000 name = "iana-time-zone-haiku"
1001 version = "0.1.2"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1003 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1004 dependencies = [
1005  "cc",
1008 [[package]]
1009 name = "ident_case"
1010 version = "1.0.1"
1011 source = "registry+https://github.com/rust-lang/crates.io-index"
1012 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1014 [[package]]
1015 name = "indoc"
1016 version = "2.0.4"
1017 source = "registry+https://github.com/rust-lang/crates.io-index"
1018 checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
1020 [[package]]
1021 name = "instant"
1022 version = "0.1.12"
1023 source = "registry+https://github.com/rust-lang/crates.io-index"
1024 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1025 dependencies = [
1026  "cfg-if 1.0.0",
1029 [[package]]
1030 name = "io-lifetimes"
1031 version = "1.0.11"
1032 source = "registry+https://github.com/rust-lang/crates.io-index"
1033 checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
1034 dependencies = [
1035  "hermit-abi",
1036  "libc",
1037  "windows-sys 0.48.0",
1040 [[package]]
1041 name = "itertools"
1042 version = "0.11.0"
1043 source = "registry+https://github.com/rust-lang/crates.io-index"
1044 checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1045 dependencies = [
1046  "either",
1049 [[package]]
1050 name = "itertools"
1051 version = "0.12.1"
1052 source = "registry+https://github.com/rust-lang/crates.io-index"
1053 checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1054 dependencies = [
1055  "either",
1058 [[package]]
1059 name = "js-sys"
1060 version = "0.3.69"
1061 source = "registry+https://github.com/rust-lang/crates.io-index"
1062 checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
1063 dependencies = [
1064  "wasm-bindgen",
1067 [[package]]
1068 name = "lazy_static"
1069 version = "1.4.0"
1070 source = "registry+https://github.com/rust-lang/crates.io-index"
1071 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1073 [[package]]
1074 name = "lazycell"
1075 version = "1.3.0"
1076 source = "registry+https://github.com/rust-lang/crates.io-index"
1077 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1079 [[package]]
1080 name = "libc"
1081 version = "0.2.153"
1082 source = "registry+https://github.com/rust-lang/crates.io-index"
1083 checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
1085 [[package]]
1086 name = "libloading"
1087 version = "0.7.4"
1088 source = "registry+https://github.com/rust-lang/crates.io-index"
1089 checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
1090 dependencies = [
1091  "cfg-if 1.0.0",
1092  "winapi",
1095 [[package]]
1096 name = "libloading"
1097 version = "0.8.2"
1098 source = "registry+https://github.com/rust-lang/crates.io-index"
1099 checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164"
1100 dependencies = [
1101  "cfg-if 1.0.0",
1102  "windows-targets 0.52.4",
1105 [[package]]
1106 name = "libredox"
1107 version = "0.0.1"
1108 source = "registry+https://github.com/rust-lang/crates.io-index"
1109 checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
1110 dependencies = [
1111  "bitflags 2.4.2",
1112  "libc",
1113  "redox_syscall",
1116 [[package]]
1117 name = "linux-raw-sys"
1118 version = "0.3.8"
1119 source = "registry+https://github.com/rust-lang/crates.io-index"
1120 checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
1122 [[package]]
1123 name = "linux-raw-sys"
1124 version = "0.4.13"
1125 source = "registry+https://github.com/rust-lang/crates.io-index"
1126 checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
1128 [[package]]
1129 name = "linux-taskstats"
1130 version = "0.5.0"
1131 source = "registry+https://github.com/rust-lang/crates.io-index"
1132 checksum = "ced563164e6cf093308728858ac54a04c957c5e820e6452e19801102f72a847c"
1133 dependencies = [
1134  "bindgen",
1135  "libc",
1136  "log",
1137  "netlink-sys",
1138  "thiserror",
1141 [[package]]
1142 name = "lock_api"
1143 version = "0.4.11"
1144 source = "registry+https://github.com/rust-lang/crates.io-index"
1145 checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
1146 dependencies = [
1147  "autocfg",
1148  "scopeguard",
1151 [[package]]
1152 name = "log"
1153 version = "0.4.21"
1154 source = "registry+https://github.com/rust-lang/crates.io-index"
1155 checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
1157 [[package]]
1158 name = "macaddr"
1159 version = "1.0.1"
1160 source = "registry+https://github.com/rust-lang/crates.io-index"
1161 checksum = "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8"
1163 [[package]]
1164 name = "mach"
1165 version = "0.3.2"
1166 source = "registry+https://github.com/rust-lang/crates.io-index"
1167 checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
1168 dependencies = [
1169  "libc",
1172 [[package]]
1173 name = "mach2"
1174 version = "0.4.2"
1175 source = "registry+https://github.com/rust-lang/crates.io-index"
1176 checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
1177 dependencies = [
1178  "libc",
1181 [[package]]
1182 name = "memchr"
1183 version = "2.3.4"
1184 source = "registry+https://github.com/rust-lang/crates.io-index"
1185 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
1187 [[package]]
1188 name = "memoffset"
1189 version = "0.6.5"
1190 source = "registry+https://github.com/rust-lang/crates.io-index"
1191 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1192 dependencies = [
1193  "autocfg",
1196 [[package]]
1197 name = "minimal-lexical"
1198 version = "0.2.1"
1199 source = "registry+https://github.com/rust-lang/crates.io-index"
1200 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1202 [[package]]
1203 name = "miniz_oxide"
1204 version = "0.7.2"
1205 source = "registry+https://github.com/rust-lang/crates.io-index"
1206 checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
1207 dependencies = [
1208  "adler",
1211 [[package]]
1212 name = "mio"
1213 version = "0.8.11"
1214 source = "registry+https://github.com/rust-lang/crates.io-index"
1215 checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1216 dependencies = [
1217  "libc",
1218  "log",
1219  "wasi",
1220  "windows-sys 0.48.0",
1223 [[package]]
1224 name = "netlink-sys"
1225 version = "0.8.5"
1226 source = "registry+https://github.com/rust-lang/crates.io-index"
1227 checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411"
1228 dependencies = [
1229  "bytes",
1230  "libc",
1231  "log",
1234 [[package]]
1235 name = "nix"
1236 version = "0.23.2"
1237 source = "registry+https://github.com/rust-lang/crates.io-index"
1238 checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
1239 dependencies = [
1240  "bitflags 1.3.2",
1241  "cc",
1242  "cfg-if 1.0.0",
1243  "libc",
1244  "memoffset",
1247 [[package]]
1248 name = "nix"
1249 version = "0.26.4"
1250 source = "registry+https://github.com/rust-lang/crates.io-index"
1251 checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
1252 dependencies = [
1253  "bitflags 1.3.2",
1254  "cfg-if 1.0.0",
1255  "libc",
1258 [[package]]
1259 name = "nom"
1260 version = "7.1.3"
1261 source = "registry+https://github.com/rust-lang/crates.io-index"
1262 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1263 dependencies = [
1264  "memchr",
1265  "minimal-lexical",
1268 [[package]]
1269 name = "ntapi"
1270 version = "0.3.7"
1271 source = "registry+https://github.com/rust-lang/crates.io-index"
1272 checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
1273 dependencies = [
1274  "winapi",
1277 [[package]]
1278 name = "num-derive"
1279 version = "0.4.2"
1280 source = "registry+https://github.com/rust-lang/crates.io-index"
1281 checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1282 dependencies = [
1283  "proc-macro2",
1284  "quote",
1285  "syn 2.0.52",
1288 [[package]]
1289 name = "num-integer"
1290 version = "0.1.46"
1291 source = "registry+https://github.com/rust-lang/crates.io-index"
1292 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1293 dependencies = [
1294  "num-traits",
1297 [[package]]
1298 name = "num-rational"
1299 version = "0.3.2"
1300 source = "registry+https://github.com/rust-lang/crates.io-index"
1301 checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
1302 dependencies = [
1303  "autocfg",
1304  "num-integer",
1305  "num-traits",
1308 [[package]]
1309 name = "num-traits"
1310 version = "0.2.18"
1311 source = "registry+https://github.com/rust-lang/crates.io-index"
1312 checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
1313 dependencies = [
1314  "autocfg",
1317 [[package]]
1318 name = "nvml-wrapper"
1319 version = "0.9.0"
1320 source = "registry+https://github.com/rust-lang/crates.io-index"
1321 checksum = "7cd21b9f5a1cce3c3515c9ffa85f5c7443e07162dae0ccf4339bb7ca38ad3454"
1322 dependencies = [
1323  "bitflags 1.3.2",
1324  "libloading 0.7.4",
1325  "nvml-wrapper-sys",
1326  "static_assertions",
1327  "thiserror",
1328  "wrapcenum-derive",
1331 [[package]]
1332 name = "nvml-wrapper-sys"
1333 version = "0.7.0"
1334 source = "registry+https://github.com/rust-lang/crates.io-index"
1335 checksum = "c961a2ea9e91c59a69b78e69090f6f5b867bb46c0c56de9482da232437c4987e"
1336 dependencies = [
1337  "libloading 0.7.4",
1340 [[package]]
1341 name = "once_cell"
1342 version = "1.19.0"
1343 source = "registry+https://github.com/rust-lang/crates.io-index"
1344 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1346 [[package]]
1347 name = "ordered-float"
1348 version = "2.10.1"
1349 source = "registry+https://github.com/rust-lang/crates.io-index"
1350 checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
1351 dependencies = [
1352  "num-traits",
1355 [[package]]
1356 name = "parking"
1357 version = "2.2.0"
1358 source = "registry+https://github.com/rust-lang/crates.io-index"
1359 checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
1361 [[package]]
1362 name = "parking_lot"
1363 version = "0.12.1"
1364 source = "registry+https://github.com/rust-lang/crates.io-index"
1365 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1366 dependencies = [
1367  "lock_api",
1368  "parking_lot_core",
1371 [[package]]
1372 name = "parking_lot_core"
1373 version = "0.9.9"
1374 source = "registry+https://github.com/rust-lang/crates.io-index"
1375 checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
1376 dependencies = [
1377  "cfg-if 1.0.0",
1378  "libc",
1379  "redox_syscall",
1380  "smallvec",
1381  "windows-targets 0.48.5",
1384 [[package]]
1385 name = "paste"
1386 version = "1.0.14"
1387 source = "registry+https://github.com/rust-lang/crates.io-index"
1388 checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
1390 [[package]]
1391 name = "pin-project-lite"
1392 version = "0.2.13"
1393 source = "registry+https://github.com/rust-lang/crates.io-index"
1394 checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
1396 [[package]]
1397 name = "pin-utils"
1398 version = "0.1.0"
1399 source = "registry+https://github.com/rust-lang/crates.io-index"
1400 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1402 [[package]]
1403 name = "piper"
1404 version = "0.2.1"
1405 source = "registry+https://github.com/rust-lang/crates.io-index"
1406 checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
1407 dependencies = [
1408  "atomic-waker",
1409  "fastrand 2.0.1",
1410  "futures-io",
1413 [[package]]
1414 name = "platforms"
1415 version = "1.1.0"
1416 source = "registry+https://github.com/rust-lang/crates.io-index"
1417 checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"
1419 [[package]]
1420 name = "polling"
1421 version = "2.8.0"
1422 source = "registry+https://github.com/rust-lang/crates.io-index"
1423 checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1424 dependencies = [
1425  "autocfg",
1426  "bitflags 1.3.2",
1427  "cfg-if 1.0.0",
1428  "concurrent-queue",
1429  "libc",
1430  "log",
1431  "pin-project-lite",
1432  "windows-sys 0.48.0",
1435 [[package]]
1436 name = "polling"
1437 version = "3.5.0"
1438 source = "registry+https://github.com/rust-lang/crates.io-index"
1439 checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9"
1440 dependencies = [
1441  "cfg-if 1.0.0",
1442  "concurrent-queue",
1443  "pin-project-lite",
1444  "rustix 0.38.31",
1445  "tracing",
1446  "windows-sys 0.52.0",
1449 [[package]]
1450 name = "prettyplease"
1451 version = "0.2.16"
1452 source = "registry+https://github.com/rust-lang/crates.io-index"
1453 checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
1454 dependencies = [
1455  "proc-macro2",
1456  "syn 2.0.52",
1459 [[package]]
1460 name = "proc-macro2"
1461 version = "1.0.78"
1462 source = "registry+https://github.com/rust-lang/crates.io-index"
1463 checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
1464 dependencies = [
1465  "unicode-ident",
1468 [[package]]
1469 name = "quote"
1470 version = "1.0.35"
1471 source = "registry+https://github.com/rust-lang/crates.io-index"
1472 checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
1473 dependencies = [
1474  "proc-macro2",
1477 [[package]]
1478 name = "ratatui"
1479 version = "0.23.0"
1480 source = "registry+https://github.com/rust-lang/crates.io-index"
1481 checksum = "2e2e4cd95294a85c3b4446e63ef054eea43e0205b1fd60120c16b74ff7ff96ad"
1482 dependencies = [
1483  "bitflags 2.4.2",
1484  "cassowary",
1485  "crossterm",
1486  "indoc",
1487  "itertools 0.11.0",
1488  "paste",
1489  "strum",
1490  "unicode-segmentation",
1491  "unicode-width",
1494 [[package]]
1495 name = "raw-cpuid"
1496 version = "9.1.1"
1497 source = "registry+https://github.com/rust-lang/crates.io-index"
1498 checksum = "1733f6f80c9c24268736a501cd00d41a9849b4faa7a9f9334c096e5d10553206"
1499 dependencies = [
1500  "bitflags 1.3.2",
1503 [[package]]
1504 name = "rayon"
1505 version = "1.9.0"
1506 source = "registry+https://github.com/rust-lang/crates.io-index"
1507 checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
1508 dependencies = [
1509  "either",
1510  "rayon-core",
1513 [[package]]
1514 name = "rayon-core"
1515 version = "1.12.1"
1516 source = "registry+https://github.com/rust-lang/crates.io-index"
1517 checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1518 dependencies = [
1519  "crossbeam-deque",
1520  "crossbeam-utils",
1523 [[package]]
1524 name = "redox_syscall"
1525 version = "0.4.1"
1526 source = "registry+https://github.com/rust-lang/crates.io-index"
1527 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1528 dependencies = [
1529  "bitflags 1.3.2",
1532 [[package]]
1533 name = "redox_users"
1534 version = "0.4.4"
1535 source = "registry+https://github.com/rust-lang/crates.io-index"
1536 checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
1537 dependencies = [
1538  "getrandom",
1539  "libredox",
1540  "thiserror",
1543 [[package]]
1544 name = "regex"
1545 version = "1.8.4"
1546 source = "registry+https://github.com/rust-lang/crates.io-index"
1547 checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
1548 dependencies = [
1549  "regex-syntax",
1552 [[package]]
1553 name = "regex-syntax"
1554 version = "0.7.5"
1555 source = "registry+https://github.com/rust-lang/crates.io-index"
1556 checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
1558 [[package]]
1559 name = "rustc-hash"
1560 version = "1.1.0"
1561 source = "registry+https://github.com/rust-lang/crates.io-index"
1562 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1564 [[package]]
1565 name = "rustix"
1566 version = "0.37.27"
1567 source = "registry+https://github.com/rust-lang/crates.io-index"
1568 checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
1569 dependencies = [
1570  "bitflags 1.3.2",
1571  "errno",
1572  "io-lifetimes",
1573  "libc",
1574  "linux-raw-sys 0.3.8",
1575  "windows-sys 0.48.0",
1578 [[package]]
1579 name = "rustix"
1580 version = "0.38.31"
1581 source = "registry+https://github.com/rust-lang/crates.io-index"
1582 checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
1583 dependencies = [
1584  "bitflags 2.4.2",
1585  "errno",
1586  "libc",
1587  "linux-raw-sys 0.4.13",
1588  "windows-sys 0.52.0",
1591 [[package]]
1592 name = "rustversion"
1593 version = "1.0.14"
1594 source = "registry+https://github.com/rust-lang/crates.io-index"
1595 checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
1597 [[package]]
1598 name = "scopeguard"
1599 version = "1.2.0"
1600 source = "registry+https://github.com/rust-lang/crates.io-index"
1601 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1603 [[package]]
1604 name = "serde"
1605 version = "1.0.197"
1606 source = "registry+https://github.com/rust-lang/crates.io-index"
1607 checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
1608 dependencies = [
1609  "serde_derive",
1612 [[package]]
1613 name = "serde_derive"
1614 version = "1.0.197"
1615 source = "registry+https://github.com/rust-lang/crates.io-index"
1616 checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
1617 dependencies = [
1618  "proc-macro2",
1619  "quote",
1620  "syn 2.0.52",
1623 [[package]]
1624 name = "shlex"
1625 version = "1.3.0"
1626 source = "registry+https://github.com/rust-lang/crates.io-index"
1627 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1629 [[package]]
1630 name = "signal-hook"
1631 version = "0.3.17"
1632 source = "registry+https://github.com/rust-lang/crates.io-index"
1633 checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
1634 dependencies = [
1635  "libc",
1636  "signal-hook-registry",
1639 [[package]]
1640 name = "signal-hook-mio"
1641 version = "0.2.3"
1642 source = "registry+https://github.com/rust-lang/crates.io-index"
1643 checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
1644 dependencies = [
1645  "libc",
1646  "mio",
1647  "signal-hook",
1650 [[package]]
1651 name = "signal-hook-registry"
1652 version = "1.4.1"
1653 source = "registry+https://github.com/rust-lang/crates.io-index"
1654 checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
1655 dependencies = [
1656  "libc",
1659 [[package]]
1660 name = "slab"
1661 version = "0.4.9"
1662 source = "registry+https://github.com/rust-lang/crates.io-index"
1663 checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1664 dependencies = [
1665  "autocfg",
1668 [[package]]
1669 name = "smallvec"
1670 version = "1.13.1"
1671 source = "registry+https://github.com/rust-lang/crates.io-index"
1672 checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
1674 [[package]]
1675 name = "smol"
1676 version = "1.3.0"
1677 source = "registry+https://github.com/rust-lang/crates.io-index"
1678 checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
1679 dependencies = [
1680  "async-channel 1.9.0",
1681  "async-executor",
1682  "async-fs",
1683  "async-io 1.13.0",
1684  "async-lock 2.8.0",
1685  "async-net",
1686  "async-process",
1687  "blocking",
1688  "futures-lite 1.13.0",
1691 [[package]]
1692 name = "socket2"
1693 version = "0.4.10"
1694 source = "registry+https://github.com/rust-lang/crates.io-index"
1695 checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
1696 dependencies = [
1697  "libc",
1698  "winapi",
1701 [[package]]
1702 name = "starship-battery"
1703 version = "0.8.2"
1704 source = "registry+https://github.com/rust-lang/crates.io-index"
1705 checksum = "36335b5b5ba5328b4ad2024807423010b7f533a7e5315dfd9df0acbc9d2c550e"
1706 dependencies = [
1707  "cfg-if 1.0.0",
1708  "core-foundation",
1709  "lazycell",
1710  "libc",
1711  "mach2",
1712  "nix 0.26.4",
1713  "num-traits",
1714  "uom 0.35.0",
1715  "winapi",
1718 [[package]]
1719 name = "static_assertions"
1720 version = "1.1.0"
1721 source = "registry+https://github.com/rust-lang/crates.io-index"
1722 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1724 [[package]]
1725 name = "strsim"
1726 version = "0.10.0"
1727 source = "registry+https://github.com/rust-lang/crates.io-index"
1728 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1730 [[package]]
1731 name = "strum"
1732 version = "0.25.0"
1733 source = "registry+https://github.com/rust-lang/crates.io-index"
1734 checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
1735 dependencies = [
1736  "strum_macros",
1739 [[package]]
1740 name = "strum_macros"
1741 version = "0.25.3"
1742 source = "registry+https://github.com/rust-lang/crates.io-index"
1743 checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
1744 dependencies = [
1745  "heck",
1746  "proc-macro2",
1747  "quote",
1748  "rustversion",
1749  "syn 2.0.52",
1752 [[package]]
1753 name = "syn"
1754 version = "1.0.109"
1755 source = "registry+https://github.com/rust-lang/crates.io-index"
1756 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1757 dependencies = [
1758  "proc-macro2",
1759  "quote",
1760  "unicode-ident",
1763 [[package]]
1764 name = "syn"
1765 version = "2.0.52"
1766 source = "registry+https://github.com/rust-lang/crates.io-index"
1767 checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
1768 dependencies = [
1769  "proc-macro2",
1770  "quote",
1771  "unicode-ident",
1774 [[package]]
1775 name = "sysinfo"
1776 version = "0.15.1"
1777 source = "git+https://github.com/bvaisvil/sysinfo.git?branch=zenith_changes_15.1#bcff3dc5c5b53320c53984cef5773ed850001fd8"
1778 dependencies = [
1779  "cfg-if 0.1.10",
1780  "doc-comment",
1781  "libc",
1782  "ntapi",
1783  "once_cell",
1784  "rayon",
1785  "winapi",
1788 [[package]]
1789 name = "thiserror"
1790 version = "1.0.57"
1791 source = "registry+https://github.com/rust-lang/crates.io-index"
1792 checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
1793 dependencies = [
1794  "thiserror-impl",
1797 [[package]]
1798 name = "thiserror-impl"
1799 version = "1.0.57"
1800 source = "registry+https://github.com/rust-lang/crates.io-index"
1801 checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
1802 dependencies = [
1803  "proc-macro2",
1804  "quote",
1805  "syn 2.0.52",
1808 [[package]]
1809 name = "tracing"
1810 version = "0.1.40"
1811 source = "registry+https://github.com/rust-lang/crates.io-index"
1812 checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1813 dependencies = [
1814  "pin-project-lite",
1815  "tracing-core",
1818 [[package]]
1819 name = "tracing-core"
1820 version = "0.1.32"
1821 source = "registry+https://github.com/rust-lang/crates.io-index"
1822 checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1824 [[package]]
1825 name = "typenum"
1826 version = "1.17.0"
1827 source = "registry+https://github.com/rust-lang/crates.io-index"
1828 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
1830 [[package]]
1831 name = "unicode-ident"
1832 version = "1.0.12"
1833 source = "registry+https://github.com/rust-lang/crates.io-index"
1834 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1836 [[package]]
1837 name = "unicode-segmentation"
1838 version = "1.11.0"
1839 source = "registry+https://github.com/rust-lang/crates.io-index"
1840 checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
1842 [[package]]
1843 name = "unicode-width"
1844 version = "0.1.11"
1845 source = "registry+https://github.com/rust-lang/crates.io-index"
1846 checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
1848 [[package]]
1849 name = "uom"
1850 version = "0.31.1"
1851 source = "registry+https://github.com/rust-lang/crates.io-index"
1852 checksum = "b1ee6bfd0a27bf614353809a035cf6880b74239ec6c5e39a7b2860ca16809137"
1853 dependencies = [
1854  "num-rational",
1855  "num-traits",
1856  "typenum",
1859 [[package]]
1860 name = "uom"
1861 version = "0.35.0"
1862 source = "registry+https://github.com/rust-lang/crates.io-index"
1863 checksum = "8362194c7a9845a7a7f3562173d6e1da3f24f7132018cb78fe77a5b4474187b2"
1864 dependencies = [
1865  "num-traits",
1866  "typenum",
1869 [[package]]
1870 name = "utf8-width"
1871 version = "0.1.7"
1872 source = "registry+https://github.com/rust-lang/crates.io-index"
1873 checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
1875 [[package]]
1876 name = "uzers"
1877 version = "0.11.3"
1878 source = "registry+https://github.com/rust-lang/crates.io-index"
1879 checksum = "76d283dc7e8c901e79e32d077866eaf599156cbf427fffa8289aecc52c5c3f63"
1880 dependencies = [
1881  "libc",
1882  "log",
1885 [[package]]
1886 name = "waker-fn"
1887 version = "1.1.1"
1888 source = "registry+https://github.com/rust-lang/crates.io-index"
1889 checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
1891 [[package]]
1892 name = "wasi"
1893 version = "0.11.0+wasi-snapshot-preview1"
1894 source = "registry+https://github.com/rust-lang/crates.io-index"
1895 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1897 [[package]]
1898 name = "wasm-bindgen"
1899 version = "0.2.92"
1900 source = "registry+https://github.com/rust-lang/crates.io-index"
1901 checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
1902 dependencies = [
1903  "cfg-if 1.0.0",
1904  "wasm-bindgen-macro",
1907 [[package]]
1908 name = "wasm-bindgen-backend"
1909 version = "0.2.92"
1910 source = "registry+https://github.com/rust-lang/crates.io-index"
1911 checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
1912 dependencies = [
1913  "bumpalo",
1914  "log",
1915  "once_cell",
1916  "proc-macro2",
1917  "quote",
1918  "syn 2.0.52",
1919  "wasm-bindgen-shared",
1922 [[package]]
1923 name = "wasm-bindgen-macro"
1924 version = "0.2.92"
1925 source = "registry+https://github.com/rust-lang/crates.io-index"
1926 checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
1927 dependencies = [
1928  "quote",
1929  "wasm-bindgen-macro-support",
1932 [[package]]
1933 name = "wasm-bindgen-macro-support"
1934 version = "0.2.92"
1935 source = "registry+https://github.com/rust-lang/crates.io-index"
1936 checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
1937 dependencies = [
1938  "proc-macro2",
1939  "quote",
1940  "syn 2.0.52",
1941  "wasm-bindgen-backend",
1942  "wasm-bindgen-shared",
1945 [[package]]
1946 name = "wasm-bindgen-shared"
1947 version = "0.2.92"
1948 source = "registry+https://github.com/rust-lang/crates.io-index"
1949 checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
1951 [[package]]
1952 name = "which"
1953 version = "4.4.2"
1954 source = "registry+https://github.com/rust-lang/crates.io-index"
1955 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
1956 dependencies = [
1957  "either",
1958  "home",
1959  "once_cell",
1960  "rustix 0.38.31",
1963 [[package]]
1964 name = "widestring"
1965 version = "0.4.3"
1966 source = "registry+https://github.com/rust-lang/crates.io-index"
1967 checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
1969 [[package]]
1970 name = "winapi"
1971 version = "0.3.9"
1972 source = "registry+https://github.com/rust-lang/crates.io-index"
1973 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1974 dependencies = [
1975  "winapi-i686-pc-windows-gnu",
1976  "winapi-x86_64-pc-windows-gnu",
1979 [[package]]
1980 name = "winapi-i686-pc-windows-gnu"
1981 version = "0.4.0"
1982 source = "registry+https://github.com/rust-lang/crates.io-index"
1983 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1985 [[package]]
1986 name = "winapi-x86_64-pc-windows-gnu"
1987 version = "0.4.0"
1988 source = "registry+https://github.com/rust-lang/crates.io-index"
1989 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1991 [[package]]
1992 name = "windows-core"
1993 version = "0.52.0"
1994 source = "registry+https://github.com/rust-lang/crates.io-index"
1995 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
1996 dependencies = [
1997  "windows-targets 0.52.4",
2000 [[package]]
2001 name = "windows-sys"
2002 version = "0.48.0"
2003 source = "registry+https://github.com/rust-lang/crates.io-index"
2004 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2005 dependencies = [
2006  "windows-targets 0.48.5",
2009 [[package]]
2010 name = "windows-sys"
2011 version = "0.52.0"
2012 source = "registry+https://github.com/rust-lang/crates.io-index"
2013 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2014 dependencies = [
2015  "windows-targets 0.52.4",
2018 [[package]]
2019 name = "windows-targets"
2020 version = "0.48.5"
2021 source = "registry+https://github.com/rust-lang/crates.io-index"
2022 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023 dependencies = [
2024  "windows_aarch64_gnullvm 0.48.5",
2025  "windows_aarch64_msvc 0.48.5",
2026  "windows_i686_gnu 0.48.5",
2027  "windows_i686_msvc 0.48.5",
2028  "windows_x86_64_gnu 0.48.5",
2029  "windows_x86_64_gnullvm 0.48.5",
2030  "windows_x86_64_msvc 0.48.5",
2033 [[package]]
2034 name = "windows-targets"
2035 version = "0.52.4"
2036 source = "registry+https://github.com/rust-lang/crates.io-index"
2037 checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
2038 dependencies = [
2039  "windows_aarch64_gnullvm 0.52.4",
2040  "windows_aarch64_msvc 0.52.4",
2041  "windows_i686_gnu 0.52.4",
2042  "windows_i686_msvc 0.52.4",
2043  "windows_x86_64_gnu 0.52.4",
2044  "windows_x86_64_gnullvm 0.52.4",
2045  "windows_x86_64_msvc 0.52.4",
2048 [[package]]
2049 name = "windows_aarch64_gnullvm"
2050 version = "0.48.5"
2051 source = "registry+https://github.com/rust-lang/crates.io-index"
2052 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2054 [[package]]
2055 name = "windows_aarch64_gnullvm"
2056 version = "0.52.4"
2057 source = "registry+https://github.com/rust-lang/crates.io-index"
2058 checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
2060 [[package]]
2061 name = "windows_aarch64_msvc"
2062 version = "0.48.5"
2063 source = "registry+https://github.com/rust-lang/crates.io-index"
2064 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2066 [[package]]
2067 name = "windows_aarch64_msvc"
2068 version = "0.52.4"
2069 source = "registry+https://github.com/rust-lang/crates.io-index"
2070 checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2072 [[package]]
2073 name = "windows_i686_gnu"
2074 version = "0.48.5"
2075 source = "registry+https://github.com/rust-lang/crates.io-index"
2076 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2078 [[package]]
2079 name = "windows_i686_gnu"
2080 version = "0.52.4"
2081 source = "registry+https://github.com/rust-lang/crates.io-index"
2082 checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2084 [[package]]
2085 name = "windows_i686_msvc"
2086 version = "0.48.5"
2087 source = "registry+https://github.com/rust-lang/crates.io-index"
2088 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2090 [[package]]
2091 name = "windows_i686_msvc"
2092 version = "0.52.4"
2093 source = "registry+https://github.com/rust-lang/crates.io-index"
2094 checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
2096 [[package]]
2097 name = "windows_x86_64_gnu"
2098 version = "0.48.5"
2099 source = "registry+https://github.com/rust-lang/crates.io-index"
2100 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2102 [[package]]
2103 name = "windows_x86_64_gnu"
2104 version = "0.52.4"
2105 source = "registry+https://github.com/rust-lang/crates.io-index"
2106 checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2108 [[package]]
2109 name = "windows_x86_64_gnullvm"
2110 version = "0.48.5"
2111 source = "registry+https://github.com/rust-lang/crates.io-index"
2112 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2114 [[package]]
2115 name = "windows_x86_64_gnullvm"
2116 version = "0.52.4"
2117 source = "registry+https://github.com/rust-lang/crates.io-index"
2118 checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2120 [[package]]
2121 name = "windows_x86_64_msvc"
2122 version = "0.48.5"
2123 source = "registry+https://github.com/rust-lang/crates.io-index"
2124 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2126 [[package]]
2127 name = "windows_x86_64_msvc"
2128 version = "0.52.4"
2129 source = "registry+https://github.com/rust-lang/crates.io-index"
2130 checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
2132 [[package]]
2133 name = "wrapcenum-derive"
2134 version = "0.4.1"
2135 source = "registry+https://github.com/rust-lang/crates.io-index"
2136 checksum = "a76ff259533532054cfbaefb115c613203c73707017459206380f03b3b3f266e"
2137 dependencies = [
2138  "darling",
2139  "proc-macro2",
2140  "quote",
2141  "syn 2.0.52",
2144 [[package]]
2145 name = "zenith"
2146 version = "0.14.1"
2147 dependencies = [
2148  "bincode",
2149  "byte-unit",
2150  "chrono",
2151  "crossterm",
2152  "dirs-next",
2153  "env_logger",
2154  "flate2",
2155  "futures",
2156  "gumdrop",
2157  "heim",
2158  "libc",
2159  "linux-taskstats",
2160  "log",
2161  "num-derive",
2162  "num-traits",
2163  "nvml-wrapper",
2164  "ratatui",
2165  "serde",
2166  "serde_derive",
2167  "signal-hook",
2168  "starship-battery",
2169  "sysinfo",
2170  "unicode-width",
2171  "uzers",