lol
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "aho-corasick"
13version = "0.7.15"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
16dependencies = [
17 "memchr",
18]
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 = "ansi_term"
31version = "0.12.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
34dependencies = [
35 "winapi",
36]
37
38[[package]]
39name = "async-channel"
40version = "1.7.1"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"
43dependencies = [
44 "concurrent-queue",
45 "event-listener",
46 "futures-core",
47]
48
49[[package]]
50name = "async-executor"
51version = "1.4.1"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
54dependencies = [
55 "async-task",
56 "concurrent-queue",
57 "fastrand",
58 "futures-lite",
59 "once_cell",
60 "slab",
61]
62
63[[package]]
64name = "async-fs"
65version = "1.6.0"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
68dependencies = [
69 "async-lock",
70 "autocfg",
71 "blocking",
72 "futures-lite",
73]
74
75[[package]]
76name = "async-io"
77version = "1.10.0"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "e8121296a9f05be7f34aa4196b1747243b3b62e048bb7906f644f3fbfc490cf7"
80dependencies = [
81 "async-lock",
82 "autocfg",
83 "concurrent-queue",
84 "futures-lite",
85 "libc",
86 "log",
87 "parking",
88 "polling",
89 "slab",
90 "socket2",
91 "waker-fn",
92 "winapi",
93]
94
95[[package]]
96name = "async-lock"
97version = "2.6.0"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
100dependencies = [
101 "event-listener",
102 "futures-lite",
103]
104
105[[package]]
106name = "async-net"
107version = "1.7.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
110dependencies = [
111 "async-io",
112 "autocfg",
113 "blocking",
114 "futures-lite",
115]
116
117[[package]]
118name = "async-process"
119version = "1.5.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"
122dependencies = [
123 "async-io",
124 "autocfg",
125 "blocking",
126 "cfg-if 1.0.0",
127 "event-listener",
128 "futures-lite",
129 "libc",
130 "once_cell",
131 "signal-hook",
132 "winapi",
133]
134
135[[package]]
136name = "async-task"
137version = "4.3.0"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
140
141[[package]]
142name = "async-trait"
143version = "0.1.58"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
146dependencies = [
147 "proc-macro2",
148 "quote",
149 "syn",
150]
151
152[[package]]
153name = "atomic-waker"
154version = "1.0.0"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
157
158[[package]]
159name = "atty"
160version = "0.2.14"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
163dependencies = [
164 "hermit-abi",
165 "libc",
166 "winapi",
167]
168
169[[package]]
170name = "autocfg"
171version = "1.1.0"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
174
175[[package]]
176name = "bincode"
177version = "1.3.3"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
180dependencies = [
181 "serde",
182]
183
184[[package]]
185name = "bindgen"
186version = "0.59.2"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
189dependencies = [
190 "bitflags",
191 "cexpr",
192 "clang-sys",
193 "clap",
194 "env_logger 0.9.1",
195 "lazy_static",
196 "lazycell",
197 "log",
198 "peeking_take_while",
199 "proc-macro2",
200 "quote",
201 "regex",
202 "rustc-hash",
203 "shlex",
204 "which",
205]
206
207[[package]]
208name = "bitflags"
209version = "1.3.2"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
212
213[[package]]
214name = "blocking"
215version = "1.2.0"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
218dependencies = [
219 "async-channel",
220 "async-task",
221 "atomic-waker",
222 "fastrand",
223 "futures-lite",
224 "once_cell",
225]
226
227[[package]]
228name = "bumpalo"
229version = "3.11.1"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
232
233[[package]]
234name = "byte-unit"
235version = "4.0.17"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "581ad4b3d627b0c09a0ccb2912148f839acaca0b93cf54cbe42b6c674e86079c"
238dependencies = [
239 "serde",
240 "utf8-width",
241]
242
243[[package]]
244name = "bytes"
245version = "1.2.1"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
248
249[[package]]
250name = "cache-padded"
251version = "1.2.0"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
254
255[[package]]
256name = "cassowary"
257version = "0.3.0"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
260
261[[package]]
262name = "cc"
263version = "1.0.74"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
266
267[[package]]
268name = "cexpr"
269version = "0.6.0"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
272dependencies = [
273 "nom",
274]
275
276[[package]]
277name = "cfg-if"
278version = "0.1.10"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
281
282[[package]]
283name = "cfg-if"
284version = "1.0.0"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
287
288[[package]]
289name = "chrono"
290version = "0.4.22"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
293dependencies = [
294 "iana-time-zone",
295 "js-sys",
296 "num-integer",
297 "num-traits",
298 "time",
299 "wasm-bindgen",
300 "winapi",
301]
302
303[[package]]
304name = "clang-sys"
305version = "1.4.0"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
308dependencies = [
309 "glob",
310 "libc",
311 "libloading",
312]
313
314[[package]]
315name = "clap"
316version = "2.34.0"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
319dependencies = [
320 "ansi_term",
321 "atty",
322 "bitflags",
323 "strsim 0.8.0",
324 "textwrap",
325 "unicode-width",
326 "vec_map",
327]
328
329[[package]]
330name = "codespan-reporting"
331version = "0.11.1"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
334dependencies = [
335 "termcolor",
336 "unicode-width",
337]
338
339[[package]]
340name = "concurrent-queue"
341version = "1.2.4"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
344dependencies = [
345 "cache-padded",
346]
347
348[[package]]
349name = "core-foundation"
350version = "0.7.0"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
353dependencies = [
354 "core-foundation-sys 0.7.0",
355 "libc",
356]
357
358[[package]]
359name = "core-foundation"
360version = "0.9.3"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
363dependencies = [
364 "core-foundation-sys 0.8.3",
365 "libc",
366]
367
368[[package]]
369name = "core-foundation-sys"
370version = "0.7.0"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
373
374[[package]]
375name = "core-foundation-sys"
376version = "0.8.3"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
379
380[[package]]
381name = "crc32fast"
382version = "1.3.2"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
385dependencies = [
386 "cfg-if 1.0.0",
387]
388
389[[package]]
390name = "crossbeam-channel"
391version = "0.5.6"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
394dependencies = [
395 "cfg-if 1.0.0",
396 "crossbeam-utils",
397]
398
399[[package]]
400name = "crossbeam-deque"
401version = "0.8.2"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
404dependencies = [
405 "cfg-if 1.0.0",
406 "crossbeam-epoch",
407 "crossbeam-utils",
408]
409
410[[package]]
411name = "crossbeam-epoch"
412version = "0.9.11"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
415dependencies = [
416 "autocfg",
417 "cfg-if 1.0.0",
418 "crossbeam-utils",
419 "memoffset",
420 "scopeguard",
421]
422
423[[package]]
424name = "crossbeam-utils"
425version = "0.8.12"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
428dependencies = [
429 "cfg-if 1.0.0",
430]
431
432[[package]]
433name = "crossterm"
434version = "0.25.0"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
437dependencies = [
438 "bitflags",
439 "crossterm_winapi",
440 "libc",
441 "mio",
442 "parking_lot",
443 "signal-hook",
444 "signal-hook-mio",
445 "winapi",
446]
447
448[[package]]
449name = "crossterm_winapi"
450version = "0.9.0"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
453dependencies = [
454 "winapi",
455]
456
457[[package]]
458name = "cxx"
459version = "1.0.80"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"
462dependencies = [
463 "cc",
464 "cxxbridge-flags",
465 "cxxbridge-macro",
466 "link-cplusplus",
467]
468
469[[package]]
470name = "cxx-build"
471version = "1.0.80"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
474dependencies = [
475 "cc",
476 "codespan-reporting",
477 "once_cell",
478 "proc-macro2",
479 "quote",
480 "scratch",
481 "syn",
482]
483
484[[package]]
485name = "cxxbridge-flags"
486version = "1.0.80"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"
489
490[[package]]
491name = "cxxbridge-macro"
492version = "1.0.80"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"
495dependencies = [
496 "proc-macro2",
497 "quote",
498 "syn",
499]
500
501[[package]]
502name = "darling"
503version = "0.10.2"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
506dependencies = [
507 "darling_core",
508 "darling_macro",
509]
510
511[[package]]
512name = "darling_core"
513version = "0.10.2"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
516dependencies = [
517 "fnv",
518 "ident_case",
519 "proc-macro2",
520 "quote",
521 "strsim 0.9.3",
522 "syn",
523]
524
525[[package]]
526name = "darling_macro"
527version = "0.10.2"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
530dependencies = [
531 "darling_core",
532 "quote",
533 "syn",
534]
535
536[[package]]
537name = "darwin-libproc"
538version = "0.2.0"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "cc629b7cf42586fee31dae31f9ab73fa5ff5f0170016aa61be5fcbc12a90c516"
541dependencies = [
542 "darwin-libproc-sys",
543 "libc",
544 "memchr",
545]
546
547[[package]]
548name = "darwin-libproc-sys"
549version = "0.2.0"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "ef0aa083b94c54aa4cfd9bbfd37856714c139d1dc511af80270558c7ba3b4816"
552dependencies = [
553 "libc",
554]
555
556[[package]]
557name = "dirs-next"
558version = "2.0.0"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
561dependencies = [
562 "cfg-if 1.0.0",
563 "dirs-sys-next",
564]
565
566[[package]]
567name = "dirs-sys-next"
568version = "0.1.2"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
571dependencies = [
572 "libc",
573 "redox_users",
574 "winapi",
575]
576
577[[package]]
578name = "doc-comment"
579version = "0.3.3"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
582
583[[package]]
584name = "either"
585version = "1.8.0"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
588
589[[package]]
590name = "env_logger"
591version = "0.9.1"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
594dependencies = [
595 "atty",
596 "humantime",
597 "log",
598 "regex",
599 "termcolor",
600]
601
602[[package]]
603name = "env_logger"
604version = "0.10.0"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
607dependencies = [
608 "log",
609]
610
611[[package]]
612name = "event-listener"
613version = "2.5.3"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
616
617[[package]]
618name = "fastrand"
619version = "1.8.0"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
622dependencies = [
623 "instant",
624]
625
626[[package]]
627name = "flate2"
628version = "1.0.24"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
631dependencies = [
632 "crc32fast",
633 "miniz_oxide",
634]
635
636[[package]]
637name = "fnv"
638version = "1.0.7"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
641
642[[package]]
643name = "futures"
644version = "0.3.25"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
647dependencies = [
648 "futures-channel",
649 "futures-core",
650 "futures-executor",
651 "futures-io",
652 "futures-sink",
653 "futures-task",
654 "futures-util",
655]
656
657[[package]]
658name = "futures-channel"
659version = "0.3.25"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
662dependencies = [
663 "futures-core",
664 "futures-sink",
665]
666
667[[package]]
668name = "futures-core"
669version = "0.3.25"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
672
673[[package]]
674name = "futures-executor"
675version = "0.3.25"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
678dependencies = [
679 "futures-core",
680 "futures-task",
681 "futures-util",
682]
683
684[[package]]
685name = "futures-io"
686version = "0.3.25"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
689
690[[package]]
691name = "futures-lite"
692version = "1.12.0"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
695dependencies = [
696 "fastrand",
697 "futures-core",
698 "futures-io",
699 "memchr",
700 "parking",
701 "pin-project-lite",
702 "waker-fn",
703]
704
705[[package]]
706name = "futures-macro"
707version = "0.3.25"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
710dependencies = [
711 "proc-macro2",
712 "quote",
713 "syn",
714]
715
716[[package]]
717name = "futures-sink"
718version = "0.3.25"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
721
722[[package]]
723name = "futures-task"
724version = "0.3.25"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
727
728[[package]]
729name = "futures-timer"
730version = "3.0.2"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
733
734[[package]]
735name = "futures-util"
736version = "0.3.25"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
739dependencies = [
740 "futures-channel",
741 "futures-core",
742 "futures-io",
743 "futures-macro",
744 "futures-sink",
745 "futures-task",
746 "memchr",
747 "pin-project-lite",
748 "pin-utils",
749 "slab",
750]
751
752[[package]]
753name = "getrandom"
754version = "0.2.8"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
757dependencies = [
758 "cfg-if 1.0.0",
759 "libc",
760 "wasi 0.11.0+wasi-snapshot-preview1",
761]
762
763[[package]]
764name = "glob"
765version = "0.3.0"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
768
769[[package]]
770name = "gumdrop"
771version = "0.8.1"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "5bc700f989d2f6f0248546222d9b4258f5b02a171a431f8285a81c08142629e3"
774dependencies = [
775 "gumdrop_derive",
776]
777
778[[package]]
779name = "gumdrop_derive"
780version = "0.8.1"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "729f9bd3449d77e7831a18abfb7ba2f99ee813dfd15b8c2167c9a54ba20aa99d"
783dependencies = [
784 "proc-macro2",
785 "quote",
786 "syn",
787]
788
789[[package]]
790name = "heim"
791version = "0.1.0-rc.1"
792source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
793dependencies = [
794 "heim-common",
795 "heim-cpu",
796 "heim-disk",
797 "heim-host",
798 "heim-memory",
799 "heim-net",
800 "heim-process",
801 "heim-runtime",
802 "heim-sensors",
803 "heim-virt",
804]
805
806[[package]]
807name = "heim-common"
808version = "0.1.0-rc.1"
809source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
810dependencies = [
811 "cfg-if 1.0.0",
812 "core-foundation 0.9.3",
813 "futures-core",
814 "futures-util",
815 "lazy_static",
816 "libc",
817 "mach",
818 "nix",
819 "pin-utils",
820 "uom 0.31.1",
821 "winapi",
822]
823
824[[package]]
825name = "heim-cpu"
826version = "0.1.0-rc.1"
827source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
828dependencies = [
829 "cfg-if 1.0.0",
830 "futures",
831 "glob",
832 "heim-common",
833 "heim-runtime",
834 "lazy_static",
835 "libc",
836 "mach",
837 "ntapi",
838 "smol",
839 "winapi",
840]
841
842[[package]]
843name = "heim-disk"
844version = "0.1.0-rc.1"
845source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
846dependencies = [
847 "bitflags",
848 "cfg-if 1.0.0",
849 "core-foundation 0.9.3",
850 "heim-common",
851 "heim-runtime",
852 "libc",
853 "mach",
854 "widestring",
855 "winapi",
856]
857
858[[package]]
859name = "heim-host"
860version = "0.1.0-rc.1"
861source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
862dependencies = [
863 "cfg-if 1.0.0",
864 "heim-common",
865 "heim-runtime",
866 "lazy_static",
867 "libc",
868 "log",
869 "mach",
870 "ntapi",
871 "platforms",
872 "winapi",
873]
874
875[[package]]
876name = "heim-memory"
877version = "0.1.0-rc.1"
878source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
879dependencies = [
880 "cfg-if 1.0.0",
881 "heim-common",
882 "heim-runtime",
883 "lazy_static",
884 "libc",
885 "mach",
886 "winapi",
887]
888
889[[package]]
890name = "heim-net"
891version = "0.1.0-rc.1"
892source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
893dependencies = [
894 "bitflags",
895 "cfg-if 1.0.0",
896 "heim-common",
897 "heim-runtime",
898 "libc",
899 "macaddr",
900 "nix",
901 "widestring",
902 "winapi",
903]
904
905[[package]]
906name = "heim-process"
907version = "0.1.1-rc.1"
908source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
909dependencies = [
910 "async-trait",
911 "cfg-if 1.0.0",
912 "darwin-libproc",
913 "futures",
914 "heim-common",
915 "heim-cpu",
916 "heim-host",
917 "heim-net",
918 "heim-runtime",
919 "lazy_static",
920 "libc",
921 "mach",
922 "memchr",
923 "ntapi",
924 "ordered-float",
925 "smol",
926 "winapi",
927]
928
929[[package]]
930name = "heim-runtime"
931version = "0.1.0-rc.1"
932source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
933dependencies = [
934 "futures",
935 "futures-timer",
936 "once_cell",
937 "smol",
938]
939
940[[package]]
941name = "heim-sensors"
942version = "0.1.0-rc.1"
943source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
944dependencies = [
945 "cfg-if 1.0.0",
946 "heim-common",
947 "heim-runtime",
948]
949
950[[package]]
951name = "heim-virt"
952version = "0.1.0-rc.1"
953source = "git+https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858dce58e2de0b1b772170ee2be21a58149b"
954dependencies = [
955 "cfg-if 1.0.0",
956 "futures",
957 "heim-common",
958 "heim-runtime",
959 "raw-cpuid",
960]
961
962[[package]]
963name = "hermit-abi"
964version = "0.1.19"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
967dependencies = [
968 "libc",
969]
970
971[[package]]
972name = "humantime"
973version = "2.1.0"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
976
977[[package]]
978name = "iana-time-zone"
979version = "0.1.53"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
982dependencies = [
983 "android_system_properties",
984 "core-foundation-sys 0.8.3",
985 "iana-time-zone-haiku",
986 "js-sys",
987 "wasm-bindgen",
988 "winapi",
989]
990
991[[package]]
992name = "iana-time-zone-haiku"
993version = "0.1.1"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
996dependencies = [
997 "cxx",
998 "cxx-build",
999]
1000
1001[[package]]
1002name = "ident_case"
1003version = "1.0.1"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1006
1007[[package]]
1008name = "instant"
1009version = "0.1.12"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1012dependencies = [
1013 "cfg-if 1.0.0",
1014]
1015
1016[[package]]
1017name = "js-sys"
1018version = "0.3.60"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
1021dependencies = [
1022 "wasm-bindgen",
1023]
1024
1025[[package]]
1026name = "lazy_static"
1027version = "1.4.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1030
1031[[package]]
1032name = "lazycell"
1033version = "1.3.0"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1036
1037[[package]]
1038name = "libc"
1039version = "0.2.137"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
1042
1043[[package]]
1044name = "libloading"
1045version = "0.7.3"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
1048dependencies = [
1049 "cfg-if 1.0.0",
1050 "winapi",
1051]
1052
1053[[package]]
1054name = "link-cplusplus"
1055version = "1.0.7"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
1058dependencies = [
1059 "cc",
1060]
1061
1062[[package]]
1063name = "linux-taskstats"
1064version = "0.2.0"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "b5fe0070f80bc563d4fc21f2b064eb314a944ad167edb64dc76eb37fa8826401"
1067dependencies = [
1068 "bindgen",
1069 "libc",
1070 "log",
1071 "netlink-sys",
1072 "thiserror",
1073]
1074
1075[[package]]
1076name = "lock_api"
1077version = "0.4.9"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
1080dependencies = [
1081 "autocfg",
1082 "scopeguard",
1083]
1084
1085[[package]]
1086name = "log"
1087version = "0.4.17"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1090dependencies = [
1091 "cfg-if 1.0.0",
1092]
1093
1094[[package]]
1095name = "macaddr"
1096version = "1.0.1"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8"
1099
1100[[package]]
1101name = "mach"
1102version = "0.3.2"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
1105dependencies = [
1106 "libc",
1107]
1108
1109[[package]]
1110name = "memchr"
1111version = "2.3.4"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
1114
1115[[package]]
1116name = "memoffset"
1117version = "0.6.5"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1120dependencies = [
1121 "autocfg",
1122]
1123
1124[[package]]
1125name = "minimal-lexical"
1126version = "0.2.1"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1129
1130[[package]]
1131name = "miniz_oxide"
1132version = "0.5.4"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
1135dependencies = [
1136 "adler",
1137]
1138
1139[[package]]
1140name = "mio"
1141version = "0.8.5"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
1144dependencies = [
1145 "libc",
1146 "log",
1147 "wasi 0.11.0+wasi-snapshot-preview1",
1148 "windows-sys",
1149]
1150
1151[[package]]
1152name = "netlink-sys"
1153version = "0.8.3"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"
1156dependencies = [
1157 "bytes",
1158 "libc",
1159 "log",
1160]
1161
1162[[package]]
1163name = "nix"
1164version = "0.23.1"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
1167dependencies = [
1168 "bitflags",
1169 "cc",
1170 "cfg-if 1.0.0",
1171 "libc",
1172 "memoffset",
1173]
1174
1175[[package]]
1176name = "nom"
1177version = "7.1.1"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
1180dependencies = [
1181 "memchr",
1182 "minimal-lexical",
1183]
1184
1185[[package]]
1186name = "ntapi"
1187version = "0.3.7"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
1190dependencies = [
1191 "winapi",
1192]
1193
1194[[package]]
1195name = "num-derive"
1196version = "0.3.3"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
1199dependencies = [
1200 "proc-macro2",
1201 "quote",
1202 "syn",
1203]
1204
1205[[package]]
1206name = "num-integer"
1207version = "0.1.45"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1210dependencies = [
1211 "autocfg",
1212 "num-traits",
1213]
1214
1215[[package]]
1216name = "num-rational"
1217version = "0.3.2"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
1220dependencies = [
1221 "autocfg",
1222 "num-integer",
1223 "num-traits",
1224]
1225
1226[[package]]
1227name = "num-traits"
1228version = "0.2.15"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1231dependencies = [
1232 "autocfg",
1233]
1234
1235[[package]]
1236name = "num_cpus"
1237version = "1.13.1"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
1240dependencies = [
1241 "hermit-abi",
1242 "libc",
1243]
1244
1245[[package]]
1246name = "nvml-wrapper"
1247version = "0.8.0"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "288bd66a5a56d8c97b178412b328419b3fdec261c0cbc4628ddc49cc16db8fc6"
1250dependencies = [
1251 "bitflags",
1252 "libloading",
1253 "nvml-wrapper-sys",
1254 "static_assertions",
1255 "thiserror",
1256 "wrapcenum-derive",
1257]
1258
1259[[package]]
1260name = "nvml-wrapper-sys"
1261version = "0.6.0"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "d3d606d4edf766969f16828ec047ca9aa96652a17bd353dc0613bfaca49b61d6"
1264dependencies = [
1265 "libloading",
1266]
1267
1268[[package]]
1269name = "once_cell"
1270version = "1.16.0"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
1273
1274[[package]]
1275name = "ordered-float"
1276version = "2.10.0"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
1279dependencies = [
1280 "num-traits",
1281]
1282
1283[[package]]
1284name = "parking"
1285version = "2.0.0"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
1288
1289[[package]]
1290name = "parking_lot"
1291version = "0.12.1"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1294dependencies = [
1295 "lock_api",
1296 "parking_lot_core",
1297]
1298
1299[[package]]
1300name = "parking_lot_core"
1301version = "0.9.4"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
1304dependencies = [
1305 "cfg-if 1.0.0",
1306 "libc",
1307 "redox_syscall",
1308 "smallvec",
1309 "windows-sys",
1310]
1311
1312[[package]]
1313name = "peeking_take_while"
1314version = "0.1.2"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1317
1318[[package]]
1319name = "pin-project-lite"
1320version = "0.2.9"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1323
1324[[package]]
1325name = "pin-utils"
1326version = "0.1.0"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1329
1330[[package]]
1331name = "platforms"
1332version = "1.1.0"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"
1335
1336[[package]]
1337name = "polling"
1338version = "2.4.0"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"
1341dependencies = [
1342 "autocfg",
1343 "cfg-if 1.0.0",
1344 "libc",
1345 "log",
1346 "wepoll-ffi",
1347 "winapi",
1348]
1349
1350[[package]]
1351name = "proc-macro2"
1352version = "1.0.47"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
1355dependencies = [
1356 "unicode-ident",
1357]
1358
1359[[package]]
1360name = "quote"
1361version = "1.0.21"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
1364dependencies = [
1365 "proc-macro2",
1366]
1367
1368[[package]]
1369name = "raw-cpuid"
1370version = "9.1.1"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "1733f6f80c9c24268736a501cd00d41a9849b4faa7a9f9334c096e5d10553206"
1373dependencies = [
1374 "bitflags",
1375]
1376
1377[[package]]
1378name = "rayon"
1379version = "1.5.3"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
1382dependencies = [
1383 "autocfg",
1384 "crossbeam-deque",
1385 "either",
1386 "rayon-core",
1387]
1388
1389[[package]]
1390name = "rayon-core"
1391version = "1.9.3"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
1394dependencies = [
1395 "crossbeam-channel",
1396 "crossbeam-deque",
1397 "crossbeam-utils",
1398 "num_cpus",
1399]
1400
1401[[package]]
1402name = "redox_syscall"
1403version = "0.2.16"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1406dependencies = [
1407 "bitflags",
1408]
1409
1410[[package]]
1411name = "redox_users"
1412version = "0.4.3"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1415dependencies = [
1416 "getrandom",
1417 "redox_syscall",
1418 "thiserror",
1419]
1420
1421[[package]]
1422name = "regex"
1423version = "1.4.6"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
1426dependencies = [
1427 "aho-corasick",
1428 "memchr",
1429 "regex-syntax",
1430]
1431
1432[[package]]
1433name = "regex-syntax"
1434version = "0.6.27"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
1437
1438[[package]]
1439name = "rustc-hash"
1440version = "1.1.0"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1443
1444[[package]]
1445name = "scopeguard"
1446version = "1.1.0"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1449
1450[[package]]
1451name = "scratch"
1452version = "1.0.2"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
1455
1456[[package]]
1457name = "serde"
1458version = "1.0.147"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
1461dependencies = [
1462 "serde_derive",
1463]
1464
1465[[package]]
1466name = "serde_derive"
1467version = "1.0.147"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
1470dependencies = [
1471 "proc-macro2",
1472 "quote",
1473 "syn",
1474]
1475
1476[[package]]
1477name = "shlex"
1478version = "1.1.0"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1481
1482[[package]]
1483name = "signal-hook"
1484version = "0.3.14"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
1487dependencies = [
1488 "libc",
1489 "signal-hook-registry",
1490]
1491
1492[[package]]
1493name = "signal-hook-mio"
1494version = "0.2.3"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
1497dependencies = [
1498 "libc",
1499 "mio",
1500 "signal-hook",
1501]
1502
1503[[package]]
1504name = "signal-hook-registry"
1505version = "1.4.0"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
1508dependencies = [
1509 "libc",
1510]
1511
1512[[package]]
1513name = "slab"
1514version = "0.4.7"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
1517dependencies = [
1518 "autocfg",
1519]
1520
1521[[package]]
1522name = "smallvec"
1523version = "1.10.0"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1526
1527[[package]]
1528name = "smol"
1529version = "1.2.5"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4"
1532dependencies = [
1533 "async-channel",
1534 "async-executor",
1535 "async-fs",
1536 "async-io",
1537 "async-lock",
1538 "async-net",
1539 "async-process",
1540 "blocking",
1541 "futures-lite",
1542 "once_cell",
1543]
1544
1545[[package]]
1546name = "socket2"
1547version = "0.4.7"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
1550dependencies = [
1551 "libc",
1552 "winapi",
1553]
1554
1555[[package]]
1556name = "starship-battery"
1557version = "0.7.9"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "3336198ad004af4447ae69be4f4e562c26814570f8f0c1e37858405a294e015d"
1560dependencies = [
1561 "cfg-if 1.0.0",
1562 "core-foundation 0.7.0",
1563 "lazycell",
1564 "libc",
1565 "mach",
1566 "nix",
1567 "num-traits",
1568 "uom 0.30.0",
1569 "winapi",
1570]
1571
1572[[package]]
1573name = "static_assertions"
1574version = "1.1.0"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1577
1578[[package]]
1579name = "strsim"
1580version = "0.8.0"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1583
1584[[package]]
1585name = "strsim"
1586version = "0.9.3"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
1589
1590[[package]]
1591name = "syn"
1592version = "1.0.103"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
1595dependencies = [
1596 "proc-macro2",
1597 "quote",
1598 "unicode-ident",
1599]
1600
1601[[package]]
1602name = "sysinfo"
1603version = "0.15.1"
1604source = "git+https://github.com/bvaisvil/sysinfo.git?branch=zenith_changes_15.1#bcff3dc5c5b53320c53984cef5773ed850001fd8"
1605dependencies = [
1606 "cfg-if 0.1.10",
1607 "doc-comment",
1608 "libc",
1609 "ntapi",
1610 "once_cell",
1611 "rayon",
1612 "winapi",
1613]
1614
1615[[package]]
1616name = "termcolor"
1617version = "1.1.3"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1620dependencies = [
1621 "winapi-util",
1622]
1623
1624[[package]]
1625name = "textwrap"
1626version = "0.11.0"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1629dependencies = [
1630 "unicode-width",
1631]
1632
1633[[package]]
1634name = "thiserror"
1635version = "1.0.37"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
1638dependencies = [
1639 "thiserror-impl",
1640]
1641
1642[[package]]
1643name = "thiserror-impl"
1644version = "1.0.37"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
1647dependencies = [
1648 "proc-macro2",
1649 "quote",
1650 "syn",
1651]
1652
1653[[package]]
1654name = "time"
1655version = "0.1.44"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1658dependencies = [
1659 "libc",
1660 "wasi 0.10.0+wasi-snapshot-preview1",
1661 "winapi",
1662]
1663
1664[[package]]
1665name = "tui"
1666version = "0.19.0"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
1669dependencies = [
1670 "bitflags",
1671 "cassowary",
1672 "crossterm",
1673 "unicode-segmentation",
1674 "unicode-width",
1675]
1676
1677[[package]]
1678name = "typenum"
1679version = "1.15.0"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
1682
1683[[package]]
1684name = "unicode-ident"
1685version = "1.0.5"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
1688
1689[[package]]
1690name = "unicode-segmentation"
1691version = "1.10.0"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
1694
1695[[package]]
1696name = "unicode-width"
1697version = "0.1.10"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1700
1701[[package]]
1702name = "uom"
1703version = "0.30.0"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "e76503e636584f1e10b9b3b9498538279561adcef5412927ba00c2b32c4ce5ed"
1706dependencies = [
1707 "num-traits",
1708 "typenum",
1709]
1710
1711[[package]]
1712name = "uom"
1713version = "0.31.1"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "b1ee6bfd0a27bf614353809a035cf6880b74239ec6c5e39a7b2860ca16809137"
1716dependencies = [
1717 "num-rational",
1718 "num-traits",
1719 "typenum",
1720]
1721
1722[[package]]
1723name = "users"
1724version = "0.11.0"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
1727dependencies = [
1728 "libc",
1729 "log",
1730]
1731
1732[[package]]
1733name = "utf8-width"
1734version = "0.1.6"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
1737
1738[[package]]
1739name = "vec_map"
1740version = "0.8.2"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1743
1744[[package]]
1745name = "waker-fn"
1746version = "1.1.0"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
1749
1750[[package]]
1751name = "wasi"
1752version = "0.10.0+wasi-snapshot-preview1"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1755
1756[[package]]
1757name = "wasi"
1758version = "0.11.0+wasi-snapshot-preview1"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1761
1762[[package]]
1763name = "wasm-bindgen"
1764version = "0.2.83"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
1767dependencies = [
1768 "cfg-if 1.0.0",
1769 "wasm-bindgen-macro",
1770]
1771
1772[[package]]
1773name = "wasm-bindgen-backend"
1774version = "0.2.83"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
1777dependencies = [
1778 "bumpalo",
1779 "log",
1780 "once_cell",
1781 "proc-macro2",
1782 "quote",
1783 "syn",
1784 "wasm-bindgen-shared",
1785]
1786
1787[[package]]
1788name = "wasm-bindgen-macro"
1789version = "0.2.83"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
1792dependencies = [
1793 "quote",
1794 "wasm-bindgen-macro-support",
1795]
1796
1797[[package]]
1798name = "wasm-bindgen-macro-support"
1799version = "0.2.83"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
1802dependencies = [
1803 "proc-macro2",
1804 "quote",
1805 "syn",
1806 "wasm-bindgen-backend",
1807 "wasm-bindgen-shared",
1808]
1809
1810[[package]]
1811name = "wasm-bindgen-shared"
1812version = "0.2.83"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
1815
1816[[package]]
1817name = "wepoll-ffi"
1818version = "0.1.2"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
1821dependencies = [
1822 "cc",
1823]
1824
1825[[package]]
1826name = "which"
1827version = "4.3.0"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
1830dependencies = [
1831 "either",
1832 "libc",
1833 "once_cell",
1834]
1835
1836[[package]]
1837name = "widestring"
1838version = "0.4.3"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
1841
1842[[package]]
1843name = "winapi"
1844version = "0.3.9"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1847dependencies = [
1848 "winapi-i686-pc-windows-gnu",
1849 "winapi-x86_64-pc-windows-gnu",
1850]
1851
1852[[package]]
1853name = "winapi-i686-pc-windows-gnu"
1854version = "0.4.0"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1857
1858[[package]]
1859name = "winapi-util"
1860version = "0.1.5"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1863dependencies = [
1864 "winapi",
1865]
1866
1867[[package]]
1868name = "winapi-x86_64-pc-windows-gnu"
1869version = "0.4.0"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1872
1873[[package]]
1874name = "windows-sys"
1875version = "0.42.0"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1878dependencies = [
1879 "windows_aarch64_gnullvm",
1880 "windows_aarch64_msvc",
1881 "windows_i686_gnu",
1882 "windows_i686_msvc",
1883 "windows_x86_64_gnu",
1884 "windows_x86_64_gnullvm",
1885 "windows_x86_64_msvc",
1886]
1887
1888[[package]]
1889name = "windows_aarch64_gnullvm"
1890version = "0.42.0"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
1893
1894[[package]]
1895name = "windows_aarch64_msvc"
1896version = "0.42.0"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
1899
1900[[package]]
1901name = "windows_i686_gnu"
1902version = "0.42.0"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
1905
1906[[package]]
1907name = "windows_i686_msvc"
1908version = "0.42.0"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
1911
1912[[package]]
1913name = "windows_x86_64_gnu"
1914version = "0.42.0"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
1917
1918[[package]]
1919name = "windows_x86_64_gnullvm"
1920version = "0.42.0"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
1923
1924[[package]]
1925name = "windows_x86_64_msvc"
1926version = "0.42.0"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
1929
1930[[package]]
1931name = "wrapcenum-derive"
1932version = "0.4.0"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "6bcc065c85ad2c3bd12aa4118bf164835712e25080c392557801a13292c60aec"
1935dependencies = [
1936 "darling",
1937 "proc-macro2",
1938 "quote",
1939 "syn",
1940]
1941
1942[[package]]
1943name = "zenith"
1944version = "0.14.0"
1945dependencies = [
1946 "bincode",
1947 "byte-unit",
1948 "chrono",
1949 "crossterm",
1950 "dirs-next",
1951 "env_logger 0.10.0",
1952 "flate2",
1953 "futures",
1954 "gumdrop",
1955 "heim",
1956 "libc",
1957 "linux-taskstats",
1958 "log",
1959 "num-derive",
1960 "num-traits",
1961 "nvml-wrapper",
1962 "serde",
1963 "serde_derive",
1964 "signal-hook",
1965 "starship-battery",
1966 "sysinfo",
1967 "tui",
1968 "unicode-width",
1969 "users",
1970]