fork
Configure Feed
Select the types of activity you want to include in your feed.
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
fork
Configure Feed
Select the types of activity you want to include in your feed.
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 = "adler32"
13version = "1.2.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
16
17[[package]]
18name = "aho-corasick"
19version = "0.7.20"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
22dependencies = [
23 "memchr",
24]
25
26[[package]]
27name = "anyhow"
28version = "1.0.70"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
31
32[[package]]
33name = "ar"
34version = "0.9.0"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "d67af77d68a931ecd5cbd8a3b5987d63a1d1d1278f7f6a60ae33db485cdebb69"
37
38[[package]]
39name = "async-broadcast"
40version = "0.5.1"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
43dependencies = [
44 "event-listener",
45 "futures-core",
46]
47
48[[package]]
49name = "async-channel"
50version = "1.8.0"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
53dependencies = [
54 "concurrent-queue",
55 "event-listener",
56 "futures-core",
57]
58
59[[package]]
60name = "async-executor"
61version = "1.5.0"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
64dependencies = [
65 "async-lock",
66 "async-task",
67 "concurrent-queue",
68 "fastrand",
69 "futures-lite",
70 "slab",
71]
72
73[[package]]
74name = "async-fs"
75version = "1.6.0"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
78dependencies = [
79 "async-lock",
80 "autocfg",
81 "blocking",
82 "futures-lite",
83]
84
85[[package]]
86name = "async-io"
87version = "1.12.0"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
90dependencies = [
91 "async-lock",
92 "autocfg",
93 "concurrent-queue",
94 "futures-lite",
95 "libc",
96 "log",
97 "parking",
98 "polling",
99 "slab",
100 "socket2",
101 "waker-fn",
102 "windows-sys 0.42.0",
103]
104
105[[package]]
106name = "async-lock"
107version = "2.7.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
110dependencies = [
111 "event-listener",
112]
113
114[[package]]
115name = "async-recursion"
116version = "1.0.4"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
119dependencies = [
120 "proc-macro2",
121 "quote",
122 "syn 2.0.2",
123]
124
125[[package]]
126name = "async-task"
127version = "4.3.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
130
131[[package]]
132name = "async-trait"
133version = "0.1.67"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4"
136dependencies = [
137 "proc-macro2",
138 "quote",
139 "syn 2.0.2",
140]
141
142[[package]]
143name = "atomic-waker"
144version = "1.1.0"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
147
148[[package]]
149name = "autocfg"
150version = "1.1.0"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
153
154[[package]]
155name = "base64"
156version = "0.21.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
159
160[[package]]
161name = "bincode"
162version = "1.3.3"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
165dependencies = [
166 "serde",
167]
168
169[[package]]
170name = "bitflags"
171version = "1.3.2"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
174
175[[package]]
176name = "bitflags"
177version = "2.0.1"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "d5dd14596c0e5b954530d0e6f1fd99b89c03e313aa2086e8da4303701a09e1cf"
180
181[[package]]
182name = "block-buffer"
183version = "0.10.4"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
186dependencies = [
187 "generic-array",
188]
189
190[[package]]
191name = "blocking"
192version = "1.3.0"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
195dependencies = [
196 "async-channel",
197 "async-lock",
198 "async-task",
199 "atomic-waker",
200 "fastrand",
201 "futures-lite",
202]
203
204[[package]]
205name = "build-env"
206version = "0.3.1"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "1522ac6ee801a11bf9ef3f80403f4ede6eb41291fac3dde3de09989679305f25"
209
210[[package]]
211name = "bumpalo"
212version = "3.12.0"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
215
216[[package]]
217name = "byteorder"
218version = "1.4.3"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
221
222[[package]]
223name = "bytes"
224version = "1.4.0"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
227
228[[package]]
229name = "cc"
230version = "1.0.79"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
233dependencies = [
234 "jobserver",
235]
236
237[[package]]
238name = "cfg-if"
239version = "1.0.0"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
242
243[[package]]
244name = "ciel-rs"
245version = "3.1.4"
246dependencies = [
247 "adler32",
248 "anyhow",
249 "ar",
250 "bincode",
251 "clap",
252 "clap_complete",
253 "console",
254 "dialoguer",
255 "dotenv",
256 "faster-hex",
257 "flate2",
258 "fs3",
259 "git2",
260 "indicatif",
261 "lazy_static",
262 "libc",
263 "libmount",
264 "libsystemd-sys",
265 "nix",
266 "rand",
267 "rayon",
268 "reqwest",
269 "serde",
270 "sha2",
271 "tabwriter",
272 "tar",
273 "tempfile",
274 "time",
275 "toml",
276 "walkdir",
277 "which",
278 "xattr 1.0.0",
279 "xz2",
280 "zbus",
281]
282
283[[package]]
284name = "clap"
285version = "4.1.11"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098"
288dependencies = [
289 "bitflags 2.0.1",
290 "clap_lex",
291 "is-terminal",
292 "strsim",
293 "termcolor",
294 "terminal_size",
295]
296
297[[package]]
298name = "clap_complete"
299version = "4.1.5"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "37686beaba5ac9f3ab01ee3172f792fc6ffdd685bfb9e63cfef02c0571a4e8e1"
302dependencies = [
303 "clap",
304]
305
306[[package]]
307name = "clap_lex"
308version = "0.3.3"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646"
311dependencies = [
312 "os_str_bytes",
313]
314
315[[package]]
316name = "concurrent-queue"
317version = "2.1.0"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
320dependencies = [
321 "crossbeam-utils",
322]
323
324[[package]]
325name = "console"
326version = "0.15.5"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
329dependencies = [
330 "encode_unicode",
331 "lazy_static",
332 "libc",
333 "unicode-width",
334 "windows-sys 0.42.0",
335]
336
337[[package]]
338name = "core-foundation"
339version = "0.9.3"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
342dependencies = [
343 "core-foundation-sys",
344 "libc",
345]
346
347[[package]]
348name = "core-foundation-sys"
349version = "0.8.3"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
352
353[[package]]
354name = "cpufeatures"
355version = "0.2.5"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
358dependencies = [
359 "libc",
360]
361
362[[package]]
363name = "crc32fast"
364version = "1.3.2"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
367dependencies = [
368 "cfg-if",
369]
370
371[[package]]
372name = "crossbeam-channel"
373version = "0.5.7"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
376dependencies = [
377 "cfg-if",
378 "crossbeam-utils",
379]
380
381[[package]]
382name = "crossbeam-deque"
383version = "0.8.3"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
386dependencies = [
387 "cfg-if",
388 "crossbeam-epoch",
389 "crossbeam-utils",
390]
391
392[[package]]
393name = "crossbeam-epoch"
394version = "0.9.14"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
397dependencies = [
398 "autocfg",
399 "cfg-if",
400 "crossbeam-utils",
401 "memoffset 0.8.0",
402 "scopeguard",
403]
404
405[[package]]
406name = "crossbeam-utils"
407version = "0.8.15"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
410dependencies = [
411 "cfg-if",
412]
413
414[[package]]
415name = "crypto-common"
416version = "0.1.6"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
419dependencies = [
420 "generic-array",
421 "typenum",
422]
423
424[[package]]
425name = "derivative"
426version = "2.2.0"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
429dependencies = [
430 "proc-macro2",
431 "quote",
432 "syn 1.0.109",
433]
434
435[[package]]
436name = "dialoguer"
437version = "0.10.3"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "af3c796f3b0b408d9fd581611b47fa850821fcb84aa640b83a3c1a5be2d691f2"
440dependencies = [
441 "console",
442 "shell-words",
443 "tempfile",
444 "zeroize",
445]
446
447[[package]]
448name = "digest"
449version = "0.10.6"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
452dependencies = [
453 "block-buffer",
454 "crypto-common",
455]
456
457[[package]]
458name = "dirs"
459version = "4.0.0"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
462dependencies = [
463 "dirs-sys",
464]
465
466[[package]]
467name = "dirs-sys"
468version = "0.3.7"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
471dependencies = [
472 "libc",
473 "redox_users",
474 "winapi",
475]
476
477[[package]]
478name = "dotenv"
479version = "0.15.0"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
482
483[[package]]
484name = "either"
485version = "1.8.1"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
488
489[[package]]
490name = "encode_unicode"
491version = "0.3.6"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
494
495[[package]]
496name = "encoding_rs"
497version = "0.8.32"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
500dependencies = [
501 "cfg-if",
502]
503
504[[package]]
505name = "enumflags2"
506version = "0.7.5"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
509dependencies = [
510 "enumflags2_derive",
511 "serde",
512]
513
514[[package]]
515name = "enumflags2_derive"
516version = "0.7.4"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
519dependencies = [
520 "proc-macro2",
521 "quote",
522 "syn 1.0.109",
523]
524
525[[package]]
526name = "errno"
527version = "0.2.8"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
530dependencies = [
531 "errno-dragonfly",
532 "libc",
533 "winapi",
534]
535
536[[package]]
537name = "errno-dragonfly"
538version = "0.1.2"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
541dependencies = [
542 "cc",
543 "libc",
544]
545
546[[package]]
547name = "event-listener"
548version = "2.5.3"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
551
552[[package]]
553name = "faster-hex"
554version = "0.6.1"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8"
557
558[[package]]
559name = "fastrand"
560version = "1.9.0"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
563dependencies = [
564 "instant",
565]
566
567[[package]]
568name = "filetime"
569version = "0.2.20"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
572dependencies = [
573 "cfg-if",
574 "libc",
575 "redox_syscall",
576 "windows-sys 0.45.0",
577]
578
579[[package]]
580name = "flate2"
581version = "1.0.25"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
584dependencies = [
585 "crc32fast",
586 "miniz_oxide",
587]
588
589[[package]]
590name = "fnv"
591version = "1.0.7"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
594
595[[package]]
596name = "foreign-types"
597version = "0.3.2"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
600dependencies = [
601 "foreign-types-shared",
602]
603
604[[package]]
605name = "foreign-types-shared"
606version = "0.1.1"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
609
610[[package]]
611name = "form_urlencoded"
612version = "1.1.0"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
615dependencies = [
616 "percent-encoding",
617]
618
619[[package]]
620name = "fs3"
621version = "0.5.0"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "fb17cf6ed704f72485332f6ab65257460c4f9f3083934cf402bf9f5b3b600a90"
624dependencies = [
625 "libc",
626 "rustc_version",
627 "winapi",
628]
629
630[[package]]
631name = "futures-channel"
632version = "0.3.27"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
635dependencies = [
636 "futures-core",
637]
638
639[[package]]
640name = "futures-core"
641version = "0.3.27"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
644
645[[package]]
646name = "futures-io"
647version = "0.3.27"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
650
651[[package]]
652name = "futures-lite"
653version = "1.12.0"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
656dependencies = [
657 "fastrand",
658 "futures-core",
659 "futures-io",
660 "memchr",
661 "parking",
662 "pin-project-lite",
663 "waker-fn",
664]
665
666[[package]]
667name = "futures-sink"
668version = "0.3.27"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
671
672[[package]]
673name = "futures-task"
674version = "0.3.27"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
677
678[[package]]
679name = "futures-util"
680version = "0.3.27"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
683dependencies = [
684 "futures-core",
685 "futures-io",
686 "futures-sink",
687 "futures-task",
688 "memchr",
689 "pin-project-lite",
690 "pin-utils",
691 "slab",
692]
693
694[[package]]
695name = "generic-array"
696version = "0.14.6"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
699dependencies = [
700 "typenum",
701 "version_check",
702]
703
704[[package]]
705name = "getrandom"
706version = "0.2.8"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
709dependencies = [
710 "cfg-if",
711 "libc",
712 "wasi",
713]
714
715[[package]]
716name = "git2"
717version = "0.16.1"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
720dependencies = [
721 "bitflags 1.3.2",
722 "libc",
723 "libgit2-sys",
724 "log",
725 "openssl-probe",
726 "openssl-sys",
727 "url",
728]
729
730[[package]]
731name = "h2"
732version = "0.3.16"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
735dependencies = [
736 "bytes",
737 "fnv",
738 "futures-core",
739 "futures-sink",
740 "futures-util",
741 "http",
742 "indexmap",
743 "slab",
744 "tokio",
745 "tokio-util",
746 "tracing",
747]
748
749[[package]]
750name = "hashbrown"
751version = "0.12.3"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
754
755[[package]]
756name = "hermit-abi"
757version = "0.2.6"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
760dependencies = [
761 "libc",
762]
763
764[[package]]
765name = "hermit-abi"
766version = "0.3.1"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
769
770[[package]]
771name = "hex"
772version = "0.4.3"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
775
776[[package]]
777name = "http"
778version = "0.2.9"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
781dependencies = [
782 "bytes",
783 "fnv",
784 "itoa",
785]
786
787[[package]]
788name = "http-body"
789version = "0.4.5"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
792dependencies = [
793 "bytes",
794 "http",
795 "pin-project-lite",
796]
797
798[[package]]
799name = "httparse"
800version = "1.8.0"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
803
804[[package]]
805name = "httpdate"
806version = "1.0.2"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
809
810[[package]]
811name = "hyper"
812version = "0.14.25"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
815dependencies = [
816 "bytes",
817 "futures-channel",
818 "futures-core",
819 "futures-util",
820 "h2",
821 "http",
822 "http-body",
823 "httparse",
824 "httpdate",
825 "itoa",
826 "pin-project-lite",
827 "socket2",
828 "tokio",
829 "tower-service",
830 "tracing",
831 "want",
832]
833
834[[package]]
835name = "hyper-tls"
836version = "0.5.0"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
839dependencies = [
840 "bytes",
841 "hyper",
842 "native-tls",
843 "tokio",
844 "tokio-native-tls",
845]
846
847[[package]]
848name = "idna"
849version = "0.3.0"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
852dependencies = [
853 "unicode-bidi",
854 "unicode-normalization",
855]
856
857[[package]]
858name = "indexmap"
859version = "1.9.2"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
862dependencies = [
863 "autocfg",
864 "hashbrown",
865]
866
867[[package]]
868name = "indicatif"
869version = "0.17.3"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
872dependencies = [
873 "console",
874 "number_prefix",
875 "portable-atomic",
876 "unicode-width",
877]
878
879[[package]]
880name = "instant"
881version = "0.1.12"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
884dependencies = [
885 "cfg-if",
886]
887
888[[package]]
889name = "io-lifetimes"
890version = "1.0.8"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "0dd6da19f25979c7270e70fa95ab371ec3b701cd0eefc47667a09785b3c59155"
893dependencies = [
894 "hermit-abi 0.3.1",
895 "libc",
896 "windows-sys 0.45.0",
897]
898
899[[package]]
900name = "ipnet"
901version = "2.7.1"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
904
905[[package]]
906name = "is-terminal"
907version = "0.4.5"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e"
910dependencies = [
911 "hermit-abi 0.3.1",
912 "io-lifetimes",
913 "rustix",
914 "windows-sys 0.45.0",
915]
916
917[[package]]
918name = "itoa"
919version = "1.0.6"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
922
923[[package]]
924name = "jobserver"
925version = "0.1.26"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
928dependencies = [
929 "libc",
930]
931
932[[package]]
933name = "js-sys"
934version = "0.3.61"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
937dependencies = [
938 "wasm-bindgen",
939]
940
941[[package]]
942name = "lazy_static"
943version = "1.4.0"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
946
947[[package]]
948name = "libc"
949version = "0.2.140"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
952
953[[package]]
954name = "libgit2-sys"
955version = "0.14.2+1.5.1"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
958dependencies = [
959 "cc",
960 "libc",
961 "libssh2-sys",
962 "libz-sys",
963 "openssl-sys",
964 "pkg-config",
965]
966
967[[package]]
968name = "libmount"
969version = "0.1.15"
970source = "git+https://github.com/liushuyu/libmount?rev=163b2a70d10a4b38c1653c7283c8de28aad6bd54#163b2a70d10a4b38c1653c7283c8de28aad6bd54"
971dependencies = [
972 "libc",
973 "nix",
974 "quick-error",
975]
976
977[[package]]
978name = "libssh2-sys"
979version = "0.2.23"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
982dependencies = [
983 "cc",
984 "libc",
985 "libz-sys",
986 "openssl-sys",
987 "pkg-config",
988 "vcpkg",
989]
990
991[[package]]
992name = "libsystemd-sys"
993version = "0.9.3"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "ed080163caa59cc29b34bce2209b737149a4bac148cd9a8b04e4c12822798119"
996dependencies = [
997 "build-env",
998 "libc",
999 "pkg-config",
1000]
1001
1002[[package]]
1003name = "libz-sys"
1004version = "1.1.8"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
1007dependencies = [
1008 "cc",
1009 "libc",
1010 "pkg-config",
1011 "vcpkg",
1012]
1013
1014[[package]]
1015name = "linux-raw-sys"
1016version = "0.1.4"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
1019
1020[[package]]
1021name = "log"
1022version = "0.4.17"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1025dependencies = [
1026 "cfg-if",
1027]
1028
1029[[package]]
1030name = "lzma-sys"
1031version = "0.1.20"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
1034dependencies = [
1035 "cc",
1036 "libc",
1037 "pkg-config",
1038]
1039
1040[[package]]
1041name = "memchr"
1042version = "2.5.0"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1045
1046[[package]]
1047name = "memoffset"
1048version = "0.7.1"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
1051dependencies = [
1052 "autocfg",
1053]
1054
1055[[package]]
1056name = "memoffset"
1057version = "0.8.0"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
1060dependencies = [
1061 "autocfg",
1062]
1063
1064[[package]]
1065name = "mime"
1066version = "0.3.16"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
1069
1070[[package]]
1071name = "miniz_oxide"
1072version = "0.6.2"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
1075dependencies = [
1076 "adler",
1077]
1078
1079[[package]]
1080name = "mio"
1081version = "0.8.6"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
1084dependencies = [
1085 "libc",
1086 "log",
1087 "wasi",
1088 "windows-sys 0.45.0",
1089]
1090
1091[[package]]
1092name = "native-tls"
1093version = "0.2.11"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1096dependencies = [
1097 "lazy_static",
1098 "libc",
1099 "log",
1100 "openssl",
1101 "openssl-probe",
1102 "openssl-sys",
1103 "schannel",
1104 "security-framework",
1105 "security-framework-sys",
1106 "tempfile",
1107]
1108
1109[[package]]
1110name = "nix"
1111version = "0.26.2"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
1114dependencies = [
1115 "bitflags 1.3.2",
1116 "cfg-if",
1117 "libc",
1118 "memoffset 0.7.1",
1119 "pin-utils",
1120 "static_assertions",
1121]
1122
1123[[package]]
1124name = "num_cpus"
1125version = "1.15.0"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1128dependencies = [
1129 "hermit-abi 0.2.6",
1130 "libc",
1131]
1132
1133[[package]]
1134name = "number_prefix"
1135version = "0.4.0"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
1138
1139[[package]]
1140name = "once_cell"
1141version = "1.17.1"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
1144
1145[[package]]
1146name = "openssl"
1147version = "0.10.46"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "fd2523381e46256e40930512c7fd25562b9eae4812cb52078f155e87217c9d1e"
1150dependencies = [
1151 "bitflags 1.3.2",
1152 "cfg-if",
1153 "foreign-types",
1154 "libc",
1155 "once_cell",
1156 "openssl-macros",
1157 "openssl-sys",
1158]
1159
1160[[package]]
1161name = "openssl-macros"
1162version = "0.1.0"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
1165dependencies = [
1166 "proc-macro2",
1167 "quote",
1168 "syn 1.0.109",
1169]
1170
1171[[package]]
1172name = "openssl-probe"
1173version = "0.1.5"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1176
1177[[package]]
1178name = "openssl-sys"
1179version = "0.9.81"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "176be2629957c157240f68f61f2d0053ad3a4ecfdd9ebf1e6521d18d9635cf67"
1182dependencies = [
1183 "autocfg",
1184 "cc",
1185 "libc",
1186 "pkg-config",
1187 "vcpkg",
1188]
1189
1190[[package]]
1191name = "ordered-stream"
1192version = "0.2.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
1195dependencies = [
1196 "futures-core",
1197 "pin-project-lite",
1198]
1199
1200[[package]]
1201name = "os_str_bytes"
1202version = "6.4.1"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
1205
1206[[package]]
1207name = "parking"
1208version = "2.0.0"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
1211
1212[[package]]
1213name = "percent-encoding"
1214version = "2.2.0"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1217
1218[[package]]
1219name = "pin-project-lite"
1220version = "0.2.9"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1223
1224[[package]]
1225name = "pin-utils"
1226version = "0.1.0"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1229
1230[[package]]
1231name = "pkg-config"
1232version = "0.3.26"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
1235
1236[[package]]
1237name = "polling"
1238version = "2.6.0"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa"
1241dependencies = [
1242 "autocfg",
1243 "bitflags 1.3.2",
1244 "cfg-if",
1245 "concurrent-queue",
1246 "libc",
1247 "log",
1248 "pin-project-lite",
1249 "windows-sys 0.45.0",
1250]
1251
1252[[package]]
1253name = "portable-atomic"
1254version = "0.3.19"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b"
1257
1258[[package]]
1259name = "ppv-lite86"
1260version = "0.2.17"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1263
1264[[package]]
1265name = "proc-macro-crate"
1266version = "1.3.1"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
1269dependencies = [
1270 "once_cell",
1271 "toml_edit",
1272]
1273
1274[[package]]
1275name = "proc-macro2"
1276version = "1.0.52"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
1279dependencies = [
1280 "unicode-ident",
1281]
1282
1283[[package]]
1284name = "quick-error"
1285version = "2.0.1"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1288
1289[[package]]
1290name = "quote"
1291version = "1.0.26"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
1294dependencies = [
1295 "proc-macro2",
1296]
1297
1298[[package]]
1299name = "rand"
1300version = "0.8.5"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1303dependencies = [
1304 "libc",
1305 "rand_chacha",
1306 "rand_core",
1307]
1308
1309[[package]]
1310name = "rand_chacha"
1311version = "0.3.1"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1314dependencies = [
1315 "ppv-lite86",
1316 "rand_core",
1317]
1318
1319[[package]]
1320name = "rand_core"
1321version = "0.6.4"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1324dependencies = [
1325 "getrandom",
1326]
1327
1328[[package]]
1329name = "rayon"
1330version = "1.7.0"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
1333dependencies = [
1334 "either",
1335 "rayon-core",
1336]
1337
1338[[package]]
1339name = "rayon-core"
1340version = "1.11.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
1343dependencies = [
1344 "crossbeam-channel",
1345 "crossbeam-deque",
1346 "crossbeam-utils",
1347 "num_cpus",
1348]
1349
1350[[package]]
1351name = "redox_syscall"
1352version = "0.2.16"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1355dependencies = [
1356 "bitflags 1.3.2",
1357]
1358
1359[[package]]
1360name = "redox_users"
1361version = "0.4.3"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1364dependencies = [
1365 "getrandom",
1366 "redox_syscall",
1367 "thiserror",
1368]
1369
1370[[package]]
1371name = "regex"
1372version = "1.7.1"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
1375dependencies = [
1376 "aho-corasick",
1377 "memchr",
1378 "regex-syntax",
1379]
1380
1381[[package]]
1382name = "regex-syntax"
1383version = "0.6.28"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
1386
1387[[package]]
1388name = "reqwest"
1389version = "0.11.14"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
1392dependencies = [
1393 "base64",
1394 "bytes",
1395 "encoding_rs",
1396 "futures-core",
1397 "futures-util",
1398 "h2",
1399 "http",
1400 "http-body",
1401 "hyper",
1402 "hyper-tls",
1403 "ipnet",
1404 "js-sys",
1405 "log",
1406 "mime",
1407 "native-tls",
1408 "once_cell",
1409 "percent-encoding",
1410 "pin-project-lite",
1411 "serde",
1412 "serde_json",
1413 "serde_urlencoded",
1414 "tokio",
1415 "tokio-native-tls",
1416 "tower-service",
1417 "url",
1418 "wasm-bindgen",
1419 "wasm-bindgen-futures",
1420 "web-sys",
1421 "winreg",
1422]
1423
1424[[package]]
1425name = "rustc_version"
1426version = "0.2.3"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1429dependencies = [
1430 "semver",
1431]
1432
1433[[package]]
1434name = "rustix"
1435version = "0.36.10"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "2fe885c3a125aa45213b68cc1472a49880cb5923dc23f522ad2791b882228778"
1438dependencies = [
1439 "bitflags 1.3.2",
1440 "errno",
1441 "io-lifetimes",
1442 "libc",
1443 "linux-raw-sys",
1444 "windows-sys 0.45.0",
1445]
1446
1447[[package]]
1448name = "ryu"
1449version = "1.0.13"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1452
1453[[package]]
1454name = "same-file"
1455version = "1.0.6"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1458dependencies = [
1459 "winapi-util",
1460]
1461
1462[[package]]
1463name = "schannel"
1464version = "0.1.21"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1467dependencies = [
1468 "windows-sys 0.42.0",
1469]
1470
1471[[package]]
1472name = "scopeguard"
1473version = "1.1.0"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1476
1477[[package]]
1478name = "security-framework"
1479version = "2.8.2"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
1482dependencies = [
1483 "bitflags 1.3.2",
1484 "core-foundation",
1485 "core-foundation-sys",
1486 "libc",
1487 "security-framework-sys",
1488]
1489
1490[[package]]
1491name = "security-framework-sys"
1492version = "2.8.0"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
1495dependencies = [
1496 "core-foundation-sys",
1497 "libc",
1498]
1499
1500[[package]]
1501name = "semver"
1502version = "0.9.0"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1505dependencies = [
1506 "semver-parser",
1507]
1508
1509[[package]]
1510name = "semver-parser"
1511version = "0.7.0"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1514
1515[[package]]
1516name = "serde"
1517version = "1.0.157"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "707de5fcf5df2b5788fca98dd7eab490bc2fd9b7ef1404defc462833b83f25ca"
1520dependencies = [
1521 "serde_derive",
1522]
1523
1524[[package]]
1525name = "serde_derive"
1526version = "1.0.157"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "78997f4555c22a7971214540c4a661291970619afd56de19f77e0de86296e1e5"
1529dependencies = [
1530 "proc-macro2",
1531 "quote",
1532 "syn 2.0.2",
1533]
1534
1535[[package]]
1536name = "serde_json"
1537version = "1.0.94"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
1540dependencies = [
1541 "itoa",
1542 "ryu",
1543 "serde",
1544]
1545
1546[[package]]
1547name = "serde_repr"
1548version = "0.1.12"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
1551dependencies = [
1552 "proc-macro2",
1553 "quote",
1554 "syn 2.0.2",
1555]
1556
1557[[package]]
1558name = "serde_spanned"
1559version = "0.6.1"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
1562dependencies = [
1563 "serde",
1564]
1565
1566[[package]]
1567name = "serde_urlencoded"
1568version = "0.7.1"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1571dependencies = [
1572 "form_urlencoded",
1573 "itoa",
1574 "ryu",
1575 "serde",
1576]
1577
1578[[package]]
1579name = "sha1"
1580version = "0.10.5"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
1583dependencies = [
1584 "cfg-if",
1585 "cpufeatures",
1586 "digest",
1587]
1588
1589[[package]]
1590name = "sha2"
1591version = "0.10.6"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
1594dependencies = [
1595 "cfg-if",
1596 "cpufeatures",
1597 "digest",
1598]
1599
1600[[package]]
1601name = "shell-words"
1602version = "1.1.0"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1605
1606[[package]]
1607name = "slab"
1608version = "0.4.8"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1611dependencies = [
1612 "autocfg",
1613]
1614
1615[[package]]
1616name = "socket2"
1617version = "0.4.9"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
1620dependencies = [
1621 "libc",
1622 "winapi",
1623]
1624
1625[[package]]
1626name = "static_assertions"
1627version = "1.1.0"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1630
1631[[package]]
1632name = "strsim"
1633version = "0.10.0"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1636
1637[[package]]
1638name = "syn"
1639version = "1.0.109"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1642dependencies = [
1643 "proc-macro2",
1644 "quote",
1645 "unicode-ident",
1646]
1647
1648[[package]]
1649name = "syn"
1650version = "2.0.2"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "59d3276aee1fa0c33612917969b5172b5be2db051232a6e4826f1a1a9191b045"
1653dependencies = [
1654 "proc-macro2",
1655 "quote",
1656 "unicode-ident",
1657]
1658
1659[[package]]
1660name = "tabwriter"
1661version = "1.2.1"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "36205cfc997faadcc4b0b87aaef3fbedafe20d38d4959a7ca6ff803564051111"
1664dependencies = [
1665 "lazy_static",
1666 "regex",
1667 "unicode-width",
1668]
1669
1670[[package]]
1671name = "tar"
1672version = "0.4.38"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
1675dependencies = [
1676 "filetime",
1677 "libc",
1678 "xattr 0.2.3",
1679]
1680
1681[[package]]
1682name = "tempfile"
1683version = "3.4.0"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
1686dependencies = [
1687 "cfg-if",
1688 "fastrand",
1689 "redox_syscall",
1690 "rustix",
1691 "windows-sys 0.42.0",
1692]
1693
1694[[package]]
1695name = "termcolor"
1696version = "1.2.0"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1699dependencies = [
1700 "winapi-util",
1701]
1702
1703[[package]]
1704name = "terminal_size"
1705version = "0.2.5"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a"
1708dependencies = [
1709 "rustix",
1710 "windows-sys 0.45.0",
1711]
1712
1713[[package]]
1714name = "thiserror"
1715version = "1.0.40"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
1718dependencies = [
1719 "thiserror-impl",
1720]
1721
1722[[package]]
1723name = "thiserror-impl"
1724version = "1.0.40"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1727dependencies = [
1728 "proc-macro2",
1729 "quote",
1730 "syn 2.0.2",
1731]
1732
1733[[package]]
1734name = "time"
1735version = "0.3.20"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
1738dependencies = [
1739 "itoa",
1740 "serde",
1741 "time-core",
1742 "time-macros",
1743]
1744
1745[[package]]
1746name = "time-core"
1747version = "0.1.0"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
1750
1751[[package]]
1752name = "time-macros"
1753version = "0.2.8"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
1756dependencies = [
1757 "time-core",
1758]
1759
1760[[package]]
1761name = "tinyvec"
1762version = "1.6.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1765dependencies = [
1766 "tinyvec_macros",
1767]
1768
1769[[package]]
1770name = "tinyvec_macros"
1771version = "0.1.1"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1774
1775[[package]]
1776name = "tokio"
1777version = "1.26.0"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
1780dependencies = [
1781 "autocfg",
1782 "bytes",
1783 "libc",
1784 "memchr",
1785 "mio",
1786 "num_cpus",
1787 "pin-project-lite",
1788 "socket2",
1789 "windows-sys 0.45.0",
1790]
1791
1792[[package]]
1793name = "tokio-native-tls"
1794version = "0.3.1"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1797dependencies = [
1798 "native-tls",
1799 "tokio",
1800]
1801
1802[[package]]
1803name = "tokio-util"
1804version = "0.7.7"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
1807dependencies = [
1808 "bytes",
1809 "futures-core",
1810 "futures-sink",
1811 "pin-project-lite",
1812 "tokio",
1813 "tracing",
1814]
1815
1816[[package]]
1817name = "toml"
1818version = "0.7.3"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
1821dependencies = [
1822 "serde",
1823 "serde_spanned",
1824 "toml_datetime",
1825 "toml_edit",
1826]
1827
1828[[package]]
1829name = "toml_datetime"
1830version = "0.6.1"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
1833dependencies = [
1834 "serde",
1835]
1836
1837[[package]]
1838name = "toml_edit"
1839version = "0.19.7"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274"
1842dependencies = [
1843 "indexmap",
1844 "serde",
1845 "serde_spanned",
1846 "toml_datetime",
1847 "winnow",
1848]
1849
1850[[package]]
1851name = "tower-service"
1852version = "0.3.2"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1855
1856[[package]]
1857name = "tracing"
1858version = "0.1.37"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
1861dependencies = [
1862 "cfg-if",
1863 "pin-project-lite",
1864 "tracing-attributes",
1865 "tracing-core",
1866]
1867
1868[[package]]
1869name = "tracing-attributes"
1870version = "0.1.23"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
1873dependencies = [
1874 "proc-macro2",
1875 "quote",
1876 "syn 1.0.109",
1877]
1878
1879[[package]]
1880name = "tracing-core"
1881version = "0.1.30"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
1884dependencies = [
1885 "once_cell",
1886]
1887
1888[[package]]
1889name = "try-lock"
1890version = "0.2.4"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
1893
1894[[package]]
1895name = "typenum"
1896version = "1.16.0"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
1899
1900[[package]]
1901name = "uds_windows"
1902version = "1.0.2"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
1905dependencies = [
1906 "tempfile",
1907 "winapi",
1908]
1909
1910[[package]]
1911name = "unicode-bidi"
1912version = "0.3.12"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "7d502c968c6a838ead8e69b2ee18ec708802f99db92a0d156705ec9ef801993b"
1915
1916[[package]]
1917name = "unicode-ident"
1918version = "1.0.8"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
1921
1922[[package]]
1923name = "unicode-normalization"
1924version = "0.1.22"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1927dependencies = [
1928 "tinyvec",
1929]
1930
1931[[package]]
1932name = "unicode-width"
1933version = "0.1.10"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1936
1937[[package]]
1938name = "url"
1939version = "2.3.1"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
1942dependencies = [
1943 "form_urlencoded",
1944 "idna",
1945 "percent-encoding",
1946]
1947
1948[[package]]
1949name = "vcpkg"
1950version = "0.2.15"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1953
1954[[package]]
1955name = "version_check"
1956version = "0.9.4"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1959
1960[[package]]
1961name = "waker-fn"
1962version = "1.1.0"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
1965
1966[[package]]
1967name = "walkdir"
1968version = "2.3.3"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
1971dependencies = [
1972 "same-file",
1973 "winapi-util",
1974]
1975
1976[[package]]
1977name = "want"
1978version = "0.3.0"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1981dependencies = [
1982 "log",
1983 "try-lock",
1984]
1985
1986[[package]]
1987name = "wasi"
1988version = "0.11.0+wasi-snapshot-preview1"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1991
1992[[package]]
1993name = "wasm-bindgen"
1994version = "0.2.84"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
1997dependencies = [
1998 "cfg-if",
1999 "wasm-bindgen-macro",
2000]
2001
2002[[package]]
2003name = "wasm-bindgen-backend"
2004version = "0.2.84"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2007dependencies = [
2008 "bumpalo",
2009 "log",
2010 "once_cell",
2011 "proc-macro2",
2012 "quote",
2013 "syn 1.0.109",
2014 "wasm-bindgen-shared",
2015]
2016
2017[[package]]
2018name = "wasm-bindgen-futures"
2019version = "0.4.34"
2020source = "registry+https://github.com/rust-lang/crates.io-index"
2021checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
2022dependencies = [
2023 "cfg-if",
2024 "js-sys",
2025 "wasm-bindgen",
2026 "web-sys",
2027]
2028
2029[[package]]
2030name = "wasm-bindgen-macro"
2031version = "0.2.84"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2034dependencies = [
2035 "quote",
2036 "wasm-bindgen-macro-support",
2037]
2038
2039[[package]]
2040name = "wasm-bindgen-macro-support"
2041version = "0.2.84"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2044dependencies = [
2045 "proc-macro2",
2046 "quote",
2047 "syn 1.0.109",
2048 "wasm-bindgen-backend",
2049 "wasm-bindgen-shared",
2050]
2051
2052[[package]]
2053name = "wasm-bindgen-shared"
2054version = "0.2.84"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2057
2058[[package]]
2059name = "web-sys"
2060version = "0.3.61"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
2063dependencies = [
2064 "js-sys",
2065 "wasm-bindgen",
2066]
2067
2068[[package]]
2069name = "which"
2070version = "4.4.0"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
2073dependencies = [
2074 "either",
2075 "libc",
2076 "once_cell",
2077]
2078
2079[[package]]
2080name = "winapi"
2081version = "0.3.9"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2084dependencies = [
2085 "winapi-i686-pc-windows-gnu",
2086 "winapi-x86_64-pc-windows-gnu",
2087]
2088
2089[[package]]
2090name = "winapi-i686-pc-windows-gnu"
2091version = "0.4.0"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2094
2095[[package]]
2096name = "winapi-util"
2097version = "0.1.5"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2100dependencies = [
2101 "winapi",
2102]
2103
2104[[package]]
2105name = "winapi-x86_64-pc-windows-gnu"
2106version = "0.4.0"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2109
2110[[package]]
2111name = "windows-sys"
2112version = "0.42.0"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2115dependencies = [
2116 "windows_aarch64_gnullvm",
2117 "windows_aarch64_msvc",
2118 "windows_i686_gnu",
2119 "windows_i686_msvc",
2120 "windows_x86_64_gnu",
2121 "windows_x86_64_gnullvm",
2122 "windows_x86_64_msvc",
2123]
2124
2125[[package]]
2126name = "windows-sys"
2127version = "0.45.0"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2130dependencies = [
2131 "windows-targets",
2132]
2133
2134[[package]]
2135name = "windows-targets"
2136version = "0.42.2"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2139dependencies = [
2140 "windows_aarch64_gnullvm",
2141 "windows_aarch64_msvc",
2142 "windows_i686_gnu",
2143 "windows_i686_msvc",
2144 "windows_x86_64_gnu",
2145 "windows_x86_64_gnullvm",
2146 "windows_x86_64_msvc",
2147]
2148
2149[[package]]
2150name = "windows_aarch64_gnullvm"
2151version = "0.42.2"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2154
2155[[package]]
2156name = "windows_aarch64_msvc"
2157version = "0.42.2"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2160
2161[[package]]
2162name = "windows_i686_gnu"
2163version = "0.42.2"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2166
2167[[package]]
2168name = "windows_i686_msvc"
2169version = "0.42.2"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2172
2173[[package]]
2174name = "windows_x86_64_gnu"
2175version = "0.42.2"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2178
2179[[package]]
2180name = "windows_x86_64_gnullvm"
2181version = "0.42.2"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2184
2185[[package]]
2186name = "windows_x86_64_msvc"
2187version = "0.42.2"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2190
2191[[package]]
2192name = "winnow"
2193version = "0.3.6"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966"
2196dependencies = [
2197 "memchr",
2198]
2199
2200[[package]]
2201name = "winreg"
2202version = "0.10.1"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2205dependencies = [
2206 "winapi",
2207]
2208
2209[[package]]
2210name = "xattr"
2211version = "0.2.3"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
2214dependencies = [
2215 "libc",
2216]
2217
2218[[package]]
2219name = "xattr"
2220version = "1.0.0"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "ea263437ca03c1522846a4ddafbca2542d0ad5ed9b784909d4b27b76f62bc34a"
2223dependencies = [
2224 "libc",
2225]
2226
2227[[package]]
2228name = "xz2"
2229version = "0.1.7"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
2232dependencies = [
2233 "lzma-sys",
2234]
2235
2236[[package]]
2237name = "zbus"
2238version = "3.11.1"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "3dc29e76f558b2cb94190e8605ecfe77dd40f5df8c072951714b4b71a97f5848"
2241dependencies = [
2242 "async-broadcast",
2243 "async-executor",
2244 "async-fs",
2245 "async-io",
2246 "async-lock",
2247 "async-recursion",
2248 "async-task",
2249 "async-trait",
2250 "byteorder",
2251 "derivative",
2252 "dirs",
2253 "enumflags2",
2254 "event-listener",
2255 "futures-core",
2256 "futures-sink",
2257 "futures-util",
2258 "hex",
2259 "nix",
2260 "once_cell",
2261 "ordered-stream",
2262 "rand",
2263 "serde",
2264 "serde_repr",
2265 "sha1",
2266 "static_assertions",
2267 "tracing",
2268 "uds_windows",
2269 "winapi",
2270 "zbus_macros",
2271 "zbus_names",
2272 "zvariant",
2273]
2274
2275[[package]]
2276name = "zbus_macros"
2277version = "3.11.1"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "62a80fd82c011cd08459eaaf1fd83d3090c1b61e6d5284360074a7475af3a85d"
2280dependencies = [
2281 "proc-macro-crate",
2282 "proc-macro2",
2283 "quote",
2284 "regex",
2285 "syn 1.0.109",
2286 "zvariant_utils",
2287]
2288
2289[[package]]
2290name = "zbus_names"
2291version = "2.5.0"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3"
2294dependencies = [
2295 "serde",
2296 "static_assertions",
2297 "zvariant",
2298]
2299
2300[[package]]
2301name = "zeroize"
2302version = "1.5.7"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
2305
2306[[package]]
2307name = "zvariant"
2308version = "3.12.0"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "46fe4914a985446d6fd287019b5fceccce38303d71407d9e6e711d44954a05d8"
2311dependencies = [
2312 "byteorder",
2313 "enumflags2",
2314 "libc",
2315 "serde",
2316 "static_assertions",
2317 "zvariant_derive",
2318]
2319
2320[[package]]
2321name = "zvariant_derive"
2322version = "3.12.0"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a"
2325dependencies = [
2326 "proc-macro-crate",
2327 "proc-macro2",
2328 "quote",
2329 "syn 1.0.109",
2330 "zvariant_utils",
2331]
2332
2333[[package]]
2334name = "zvariant_utils"
2335version = "1.0.0"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b"
2338dependencies = [
2339 "proc-macro2",
2340 "quote",
2341 "syn 1.0.109",
2342]