lol
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.17.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "alloc-no-stdlib"
22version = "2.0.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
25
26[[package]]
27name = "alloc-stdlib"
28version = "0.2.1"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
31dependencies = [
32 "alloc-no-stdlib",
33]
34
35[[package]]
36name = "anstream"
37version = "0.5.0"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
40dependencies = [
41 "anstyle",
42 "anstyle-parse",
43 "anstyle-query",
44 "anstyle-wincon",
45 "colorchoice",
46 "utf8parse",
47]
48
49[[package]]
50name = "anstyle"
51version = "1.0.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
54
55[[package]]
56name = "anstyle-parse"
57version = "0.2.0"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
60dependencies = [
61 "utf8parse",
62]
63
64[[package]]
65name = "anstyle-query"
66version = "1.0.0"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
69dependencies = [
70 "windows-sys",
71]
72
73[[package]]
74name = "anstyle-wincon"
75version = "2.1.0"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
78dependencies = [
79 "anstyle",
80 "windows-sys",
81]
82
83[[package]]
84name = "async-compression"
85version = "0.4.3"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "bb42b2197bf15ccb092b62c74515dbd8b86d0effd934795f6687c93b6e679a2c"
88dependencies = [
89 "brotli",
90 "flate2",
91 "futures-core",
92 "memchr",
93 "pin-project-lite",
94 "tokio",
95]
96
97[[package]]
98name = "async-recursion"
99version = "1.0.5"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
102dependencies = [
103 "proc-macro2",
104 "quote",
105 "syn 2.0.28",
106]
107
108[[package]]
109name = "async-trait"
110version = "0.1.56"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
113dependencies = [
114 "proc-macro2",
115 "quote",
116 "syn 1.0.104",
117]
118
119[[package]]
120name = "autocfg"
121version = "1.1.0"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
124
125[[package]]
126name = "backtrace"
127version = "0.3.66"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
130dependencies = [
131 "addr2line",
132 "cc",
133 "cfg-if",
134 "libc",
135 "miniz_oxide",
136 "object",
137 "rustc-demangle",
138]
139
140[[package]]
141name = "base64"
142version = "0.13.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
145
146[[package]]
147name = "base64"
148version = "0.21.0"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
151
152[[package]]
153name = "bitflags"
154version = "1.3.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
157
158[[package]]
159name = "bitflags"
160version = "2.4.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
163
164[[package]]
165name = "brotli"
166version = "3.3.4"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
169dependencies = [
170 "alloc-no-stdlib",
171 "alloc-stdlib",
172 "brotli-decompressor",
173]
174
175[[package]]
176name = "brotli-decompressor"
177version = "2.3.2"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
180dependencies = [
181 "alloc-no-stdlib",
182 "alloc-stdlib",
183]
184
185[[package]]
186name = "bumpalo"
187version = "3.10.0"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
190
191[[package]]
192name = "bytecount"
193version = "0.6.3"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
196
197[[package]]
198name = "bytes"
199version = "1.2.0"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
202
203[[package]]
204name = "cached"
205version = "0.44.0"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "b195e4fbc4b6862bbd065b991a34750399c119797efff72492f28a5864de8700"
208dependencies = [
209 "async-trait",
210 "cached_proc_macro",
211 "cached_proc_macro_types",
212 "futures",
213 "hashbrown 0.13.1",
214 "instant",
215 "once_cell",
216 "thiserror",
217 "tokio",
218]
219
220[[package]]
221name = "cached_proc_macro"
222version = "0.17.0"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "b48814962d2fd604c50d2b9433c2a41a0ab567779ee2c02f7fba6eca1221f082"
225dependencies = [
226 "cached_proc_macro_types",
227 "darling",
228 "proc-macro2",
229 "quote",
230 "syn 1.0.104",
231]
232
233[[package]]
234name = "cached_proc_macro_types"
235version = "0.1.0"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663"
238
239[[package]]
240name = "castaway"
241version = "0.2.2"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc"
244dependencies = [
245 "rustversion",
246]
247
248[[package]]
249name = "cc"
250version = "1.0.73"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
253
254[[package]]
255name = "cfg-if"
256version = "1.0.0"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
259
260[[package]]
261name = "clap"
262version = "4.4.3"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
265dependencies = [
266 "clap_builder",
267 "clap_derive",
268]
269
270[[package]]
271name = "clap_builder"
272version = "4.4.2"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08"
275dependencies = [
276 "anstream",
277 "anstyle",
278 "clap_lex",
279 "strsim",
280]
281
282[[package]]
283name = "clap_derive"
284version = "4.4.2"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
287dependencies = [
288 "heck",
289 "proc-macro2",
290 "quote",
291 "syn 2.0.28",
292]
293
294[[package]]
295name = "clap_lex"
296version = "0.5.0"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
299
300[[package]]
301name = "color-eyre"
302version = "0.6.2"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
305dependencies = [
306 "backtrace",
307 "color-spantrace",
308 "eyre",
309 "indenter",
310 "once_cell",
311 "owo-colors",
312 "tracing-error",
313]
314
315[[package]]
316name = "color-spantrace"
317version = "0.2.0"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
320dependencies = [
321 "once_cell",
322 "owo-colors",
323 "tracing-core",
324 "tracing-error",
325]
326
327[[package]]
328name = "colorchoice"
329version = "1.0.0"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
332
333[[package]]
334name = "compact_str"
335version = "0.7.1"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f"
338dependencies = [
339 "castaway",
340 "cfg-if",
341 "itoa",
342 "ryu",
343 "serde",
344 "static_assertions",
345]
346
347[[package]]
348name = "console"
349version = "0.15.0"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
352dependencies = [
353 "encode_unicode",
354 "libc",
355 "once_cell",
356 "regex",
357 "terminal_size",
358 "unicode-width",
359 "winapi",
360]
361
362[[package]]
363name = "cotton"
364version = "0.1.0"
365dependencies = [
366 "async-compression",
367 "async-recursion",
368 "cached",
369 "clap",
370 "color-eyre",
371 "compact_str",
372 "dashmap",
373 "flume",
374 "futures",
375 "futures-lite",
376 "indexmap 2.0.0",
377 "indicatif",
378 "itertools",
379 "mimalloc",
380 "multimap",
381 "nix",
382 "node-semver",
383 "notify",
384 "once_cell",
385 "owo-colors",
386 "rand",
387 "reqwest",
388 "rustc-hash",
389 "serde",
390 "serde_json",
391 "serde_path_to_error",
392 "tap",
393 "tokio",
394 "tokio-tar",
395 "tokio-util",
396 "toml",
397 "tracing",
398 "tracing-error",
399 "tracing-subscriber",
400 "url",
401 "which",
402]
403
404[[package]]
405name = "crc32fast"
406version = "1.3.2"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
409dependencies = [
410 "cfg-if",
411]
412
413[[package]]
414name = "crossbeam-channel"
415version = "0.5.5"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"
418dependencies = [
419 "cfg-if",
420 "crossbeam-utils",
421]
422
423[[package]]
424name = "crossbeam-utils"
425version = "0.8.10"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
428dependencies = [
429 "cfg-if",
430 "once_cell",
431]
432
433[[package]]
434name = "darling"
435version = "0.14.2"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
438dependencies = [
439 "darling_core",
440 "darling_macro",
441]
442
443[[package]]
444name = "darling_core"
445version = "0.14.2"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
448dependencies = [
449 "fnv",
450 "ident_case",
451 "proc-macro2",
452 "quote",
453 "strsim",
454 "syn 1.0.104",
455]
456
457[[package]]
458name = "darling_macro"
459version = "0.14.2"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
462dependencies = [
463 "darling_core",
464 "quote",
465 "syn 1.0.104",
466]
467
468[[package]]
469name = "dashmap"
470version = "5.5.3"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
473dependencies = [
474 "cfg-if",
475 "hashbrown 0.14.0",
476 "lock_api",
477 "once_cell",
478 "parking_lot_core",
479 "serde",
480]
481
482[[package]]
483name = "data-encoding"
484version = "2.3.2"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
487
488[[package]]
489name = "either"
490version = "1.7.0"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
493
494[[package]]
495name = "encode_unicode"
496version = "0.3.6"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
499
500[[package]]
501name = "encoding_rs"
502version = "0.8.31"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
505dependencies = [
506 "cfg-if",
507]
508
509[[package]]
510name = "enum-as-inner"
511version = "0.5.1"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
514dependencies = [
515 "heck",
516 "proc-macro2",
517 "quote",
518 "syn 1.0.104",
519]
520
521[[package]]
522name = "equivalent"
523version = "1.0.0"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
526
527[[package]]
528name = "errno"
529version = "0.3.3"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
532dependencies = [
533 "errno-dragonfly",
534 "libc",
535 "windows-sys",
536]
537
538[[package]]
539name = "errno-dragonfly"
540version = "0.1.2"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
543dependencies = [
544 "cc",
545 "libc",
546]
547
548[[package]]
549name = "eyre"
550version = "0.6.8"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
553dependencies = [
554 "indenter",
555 "once_cell",
556]
557
558[[package]]
559name = "fastrand"
560version = "1.7.0"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
563dependencies = [
564 "instant",
565]
566
567[[package]]
568name = "filetime"
569version = "0.2.22"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
572dependencies = [
573 "cfg-if",
574 "libc",
575 "redox_syscall 0.3.5",
576 "windows-sys",
577]
578
579[[package]]
580name = "flate2"
581version = "1.0.24"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
584dependencies = [
585 "crc32fast",
586 "miniz_oxide",
587]
588
589[[package]]
590name = "flume"
591version = "0.11.0"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
594dependencies = [
595 "futures-core",
596 "futures-sink",
597 "nanorand",
598 "spin 0.9.8",
599]
600
601[[package]]
602name = "fnv"
603version = "1.0.7"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
606
607[[package]]
608name = "form_urlencoded"
609version = "1.2.0"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
612dependencies = [
613 "percent-encoding",
614]
615
616[[package]]
617name = "fsevent-sys"
618version = "4.1.0"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
621dependencies = [
622 "libc",
623]
624
625[[package]]
626name = "futures"
627version = "0.3.28"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
630dependencies = [
631 "futures-channel",
632 "futures-core",
633 "futures-executor",
634 "futures-io",
635 "futures-sink",
636 "futures-task",
637 "futures-util",
638]
639
640[[package]]
641name = "futures-channel"
642version = "0.3.28"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
645dependencies = [
646 "futures-core",
647 "futures-sink",
648]
649
650[[package]]
651name = "futures-core"
652version = "0.3.28"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
655
656[[package]]
657name = "futures-executor"
658version = "0.3.28"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
661dependencies = [
662 "futures-core",
663 "futures-task",
664 "futures-util",
665]
666
667[[package]]
668name = "futures-io"
669version = "0.3.28"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
672
673[[package]]
674name = "futures-lite"
675version = "1.13.0"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
678dependencies = [
679 "fastrand",
680 "futures-core",
681 "futures-io",
682 "memchr",
683 "parking",
684 "pin-project-lite",
685 "waker-fn",
686]
687
688[[package]]
689name = "futures-macro"
690version = "0.3.28"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
693dependencies = [
694 "proc-macro2",
695 "quote",
696 "syn 2.0.28",
697]
698
699[[package]]
700name = "futures-sink"
701version = "0.3.28"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
704
705[[package]]
706name = "futures-task"
707version = "0.3.28"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
710
711[[package]]
712name = "futures-util"
713version = "0.3.28"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
716dependencies = [
717 "futures-channel",
718 "futures-core",
719 "futures-io",
720 "futures-macro",
721 "futures-sink",
722 "futures-task",
723 "memchr",
724 "pin-project-lite",
725 "pin-utils",
726 "slab",
727]
728
729[[package]]
730name = "getrandom"
731version = "0.2.7"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
734dependencies = [
735 "cfg-if",
736 "js-sys",
737 "libc",
738 "wasi",
739 "wasm-bindgen",
740]
741
742[[package]]
743name = "gimli"
744version = "0.26.2"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
747
748[[package]]
749name = "h2"
750version = "0.3.21"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
753dependencies = [
754 "bytes",
755 "fnv",
756 "futures-core",
757 "futures-sink",
758 "futures-util",
759 "http",
760 "indexmap 1.9.3",
761 "slab",
762 "tokio",
763 "tokio-util",
764 "tracing",
765]
766
767[[package]]
768name = "hashbrown"
769version = "0.12.3"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
772
773[[package]]
774name = "hashbrown"
775version = "0.13.1"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
778
779[[package]]
780name = "hashbrown"
781version = "0.14.0"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
784
785[[package]]
786name = "heck"
787version = "0.4.0"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
790
791[[package]]
792name = "hermit-abi"
793version = "0.1.19"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
796dependencies = [
797 "libc",
798]
799
800[[package]]
801name = "home"
802version = "0.5.5"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
805dependencies = [
806 "windows-sys",
807]
808
809[[package]]
810name = "hostname"
811version = "0.3.1"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
814dependencies = [
815 "libc",
816 "match_cfg",
817 "winapi",
818]
819
820[[package]]
821name = "http"
822version = "0.2.8"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
825dependencies = [
826 "bytes",
827 "fnv",
828 "itoa",
829]
830
831[[package]]
832name = "http-body"
833version = "0.4.5"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
836dependencies = [
837 "bytes",
838 "http",
839 "pin-project-lite",
840]
841
842[[package]]
843name = "httparse"
844version = "1.8.0"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
847
848[[package]]
849name = "httpdate"
850version = "1.0.2"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
853
854[[package]]
855name = "hyper"
856version = "0.14.27"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
859dependencies = [
860 "bytes",
861 "futures-channel",
862 "futures-core",
863 "futures-util",
864 "h2",
865 "http",
866 "http-body",
867 "httparse",
868 "httpdate",
869 "itoa",
870 "pin-project-lite",
871 "socket2 0.4.9",
872 "tokio",
873 "tower-service",
874 "tracing",
875 "want",
876]
877
878[[package]]
879name = "hyper-rustls"
880version = "0.24.0"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7"
883dependencies = [
884 "http",
885 "hyper",
886 "rustls",
887 "tokio",
888 "tokio-rustls",
889]
890
891[[package]]
892name = "ident_case"
893version = "1.0.1"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
896
897[[package]]
898name = "idna"
899version = "0.2.3"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
902dependencies = [
903 "matches",
904 "unicode-bidi",
905 "unicode-normalization",
906]
907
908[[package]]
909name = "idna"
910version = "0.4.0"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
913dependencies = [
914 "unicode-bidi",
915 "unicode-normalization",
916]
917
918[[package]]
919name = "indenter"
920version = "0.3.3"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
923
924[[package]]
925name = "indexmap"
926version = "1.9.3"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
929dependencies = [
930 "autocfg",
931 "hashbrown 0.12.3",
932]
933
934[[package]]
935name = "indexmap"
936version = "2.0.0"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
939dependencies = [
940 "equivalent",
941 "hashbrown 0.14.0",
942 "serde",
943]
944
945[[package]]
946name = "indicatif"
947version = "0.17.6"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730"
950dependencies = [
951 "console",
952 "instant",
953 "number_prefix",
954 "portable-atomic",
955 "unicode-width",
956]
957
958[[package]]
959name = "inotify"
960version = "0.9.6"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
963dependencies = [
964 "bitflags 1.3.2",
965 "inotify-sys",
966 "libc",
967]
968
969[[package]]
970name = "inotify-sys"
971version = "0.1.5"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
974dependencies = [
975 "libc",
976]
977
978[[package]]
979name = "instant"
980version = "0.1.12"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
983dependencies = [
984 "cfg-if",
985]
986
987[[package]]
988name = "ipconfig"
989version = "0.3.0"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"
992dependencies = [
993 "socket2 0.4.9",
994 "widestring",
995 "winapi",
996 "winreg 0.7.0",
997]
998
999[[package]]
1000name = "ipnet"
1001version = "2.5.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
1004
1005[[package]]
1006name = "itertools"
1007version = "0.11.0"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1010dependencies = [
1011 "either",
1012]
1013
1014[[package]]
1015name = "itoa"
1016version = "1.0.2"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
1019
1020[[package]]
1021name = "js-sys"
1022version = "0.3.58"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
1025dependencies = [
1026 "wasm-bindgen",
1027]
1028
1029[[package]]
1030name = "kqueue"
1031version = "1.0.6"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "4d6112e8f37b59803ac47a42d14f1f3a59bbf72fc6857ffc5be455e28a691f8e"
1034dependencies = [
1035 "kqueue-sys",
1036 "libc",
1037]
1038
1039[[package]]
1040name = "kqueue-sys"
1041version = "1.0.3"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
1044dependencies = [
1045 "bitflags 1.3.2",
1046 "libc",
1047]
1048
1049[[package]]
1050name = "lazy_static"
1051version = "1.4.0"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1054
1055[[package]]
1056name = "libc"
1057version = "0.2.147"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
1060
1061[[package]]
1062name = "libmimalloc-sys"
1063version = "0.1.34"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "25d058a81af0d1c22d7a1c948576bee6d673f7af3c0f35564abd6c81122f513d"
1066dependencies = [
1067 "cc",
1068 "libc",
1069]
1070
1071[[package]]
1072name = "linked-hash-map"
1073version = "0.5.6"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1076
1077[[package]]
1078name = "linux-raw-sys"
1079version = "0.4.5"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
1082
1083[[package]]
1084name = "lock_api"
1085version = "0.4.10"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
1088dependencies = [
1089 "autocfg",
1090 "scopeguard",
1091]
1092
1093[[package]]
1094name = "log"
1095version = "0.4.17"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1098dependencies = [
1099 "cfg-if",
1100]
1101
1102[[package]]
1103name = "lru-cache"
1104version = "0.1.2"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
1107dependencies = [
1108 "linked-hash-map",
1109]
1110
1111[[package]]
1112name = "match_cfg"
1113version = "0.1.0"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
1116
1117[[package]]
1118name = "matchers"
1119version = "0.1.0"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1122dependencies = [
1123 "regex-automata",
1124]
1125
1126[[package]]
1127name = "matches"
1128version = "0.1.9"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
1131
1132[[package]]
1133name = "memchr"
1134version = "2.5.0"
1135source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1137
1138[[package]]
1139name = "memoffset"
1140version = "0.7.1"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
1143dependencies = [
1144 "autocfg",
1145]
1146
1147[[package]]
1148name = "miette"
1149version = "3.3.0"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "cd2adcfcced5d625bf90a958a82ae5b93231f57f3df1383fee28c9b5096d35ed"
1152dependencies = [
1153 "miette-derive",
1154 "once_cell",
1155 "thiserror",
1156]
1157
1158[[package]]
1159name = "miette-derive"
1160version = "3.3.0"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "5c01a8b61312d367ce87956bb686731f87e4c6dd5dbc550e8f06e3c24fb1f67f"
1163dependencies = [
1164 "proc-macro2",
1165 "quote",
1166 "syn 1.0.104",
1167]
1168
1169[[package]]
1170name = "mimalloc"
1171version = "0.1.38"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "972e5f23f6716f62665760b0f4cbf592576a80c7b879ba9beaafc0e558894127"
1174dependencies = [
1175 "libmimalloc-sys",
1176]
1177
1178[[package]]
1179name = "mime"
1180version = "0.3.16"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
1183
1184[[package]]
1185name = "minimal-lexical"
1186version = "0.2.1"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1189
1190[[package]]
1191name = "miniz_oxide"
1192version = "0.5.3"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
1195dependencies = [
1196 "adler",
1197]
1198
1199[[package]]
1200name = "mio"
1201version = "0.8.8"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
1204dependencies = [
1205 "libc",
1206 "log",
1207 "wasi",
1208 "windows-sys",
1209]
1210
1211[[package]]
1212name = "multimap"
1213version = "0.9.0"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "70db9248a93dc36a36d9a47898caa007a32755c7ad140ec64eeeb50d5a730631"
1216dependencies = [
1217 "serde",
1218]
1219
1220[[package]]
1221name = "nanorand"
1222version = "0.7.0"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
1225dependencies = [
1226 "getrandom",
1227]
1228
1229[[package]]
1230name = "nix"
1231version = "0.26.2"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
1234dependencies = [
1235 "bitflags 1.3.2",
1236 "cfg-if",
1237 "libc",
1238 "memoffset",
1239 "pin-utils",
1240 "static_assertions",
1241]
1242
1243[[package]]
1244name = "node-semver"
1245version = "2.0.1-alpha.0"
1246source = "git+https://github.com/danielhuang/node-semver-rs?rev=bf4b103dc88b310c9dc049433aff1a14716e1e68#bf4b103dc88b310c9dc049433aff1a14716e1e68"
1247dependencies = [
1248 "bytecount",
1249 "miette",
1250 "nom",
1251 "serde",
1252 "thiserror",
1253]
1254
1255[[package]]
1256name = "nom"
1257version = "7.1.1"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
1260dependencies = [
1261 "memchr",
1262 "minimal-lexical",
1263]
1264
1265[[package]]
1266name = "notify"
1267version = "6.1.1"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
1270dependencies = [
1271 "bitflags 2.4.0",
1272 "crossbeam-channel",
1273 "filetime",
1274 "fsevent-sys",
1275 "inotify",
1276 "kqueue",
1277 "libc",
1278 "log",
1279 "mio",
1280 "walkdir",
1281 "windows-sys",
1282]
1283
1284[[package]]
1285name = "nu-ansi-term"
1286version = "0.46.0"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1289dependencies = [
1290 "overload",
1291 "winapi",
1292]
1293
1294[[package]]
1295name = "num_cpus"
1296version = "1.13.1"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
1299dependencies = [
1300 "hermit-abi",
1301 "libc",
1302]
1303
1304[[package]]
1305name = "number_prefix"
1306version = "0.4.0"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
1309
1310[[package]]
1311name = "object"
1312version = "0.29.0"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
1315dependencies = [
1316 "memchr",
1317]
1318
1319[[package]]
1320name = "once_cell"
1321version = "1.18.0"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1324
1325[[package]]
1326name = "overload"
1327version = "0.1.1"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1330
1331[[package]]
1332name = "owo-colors"
1333version = "3.6.0"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "69dc4ec9e7e12502579e09e8a53c6a305b3aceb62ad5c307a62f7c3eada78324"
1336
1337[[package]]
1338name = "parking"
1339version = "2.0.0"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
1342
1343[[package]]
1344name = "parking_lot"
1345version = "0.12.1"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1348dependencies = [
1349 "lock_api",
1350 "parking_lot_core",
1351]
1352
1353[[package]]
1354name = "parking_lot_core"
1355version = "0.9.8"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
1358dependencies = [
1359 "cfg-if",
1360 "libc",
1361 "redox_syscall 0.3.5",
1362 "smallvec",
1363 "windows-targets",
1364]
1365
1366[[package]]
1367name = "percent-encoding"
1368version = "2.3.0"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
1371
1372[[package]]
1373name = "pin-project-lite"
1374version = "0.2.11"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "2c516611246607d0c04186886dbb3a754368ef82c79e9827a802c6d836dd111c"
1377
1378[[package]]
1379name = "pin-utils"
1380version = "0.1.0"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1383
1384[[package]]
1385name = "portable-atomic"
1386version = "1.3.2"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "dc59d1bcc64fc5d021d67521f818db868368028108d37f0e98d74e33f68297b5"
1389
1390[[package]]
1391name = "ppv-lite86"
1392version = "0.2.16"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
1395
1396[[package]]
1397name = "proc-macro2"
1398version = "1.0.63"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
1401dependencies = [
1402 "unicode-ident",
1403]
1404
1405[[package]]
1406name = "quick-error"
1407version = "1.2.3"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1410
1411[[package]]
1412name = "quote"
1413version = "1.0.29"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
1416dependencies = [
1417 "proc-macro2",
1418]
1419
1420[[package]]
1421name = "rand"
1422version = "0.8.5"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1425dependencies = [
1426 "libc",
1427 "rand_chacha",
1428 "rand_core",
1429]
1430
1431[[package]]
1432name = "rand_chacha"
1433version = "0.3.1"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1436dependencies = [
1437 "ppv-lite86",
1438 "rand_core",
1439]
1440
1441[[package]]
1442name = "rand_core"
1443version = "0.6.3"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
1446dependencies = [
1447 "getrandom",
1448]
1449
1450[[package]]
1451name = "redox_syscall"
1452version = "0.2.13"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
1455dependencies = [
1456 "bitflags 1.3.2",
1457]
1458
1459[[package]]
1460name = "redox_syscall"
1461version = "0.3.5"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1464dependencies = [
1465 "bitflags 1.3.2",
1466]
1467
1468[[package]]
1469name = "regex"
1470version = "1.6.0"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
1473dependencies = [
1474 "regex-syntax",
1475]
1476
1477[[package]]
1478name = "regex-automata"
1479version = "0.1.10"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1482dependencies = [
1483 "regex-syntax",
1484]
1485
1486[[package]]
1487name = "regex-syntax"
1488version = "0.6.27"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
1491
1492[[package]]
1493name = "reqwest"
1494version = "0.11.20"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
1497dependencies = [
1498 "async-compression",
1499 "base64 0.21.0",
1500 "bytes",
1501 "encoding_rs",
1502 "futures-core",
1503 "futures-util",
1504 "h2",
1505 "http",
1506 "http-body",
1507 "hyper",
1508 "hyper-rustls",
1509 "ipnet",
1510 "js-sys",
1511 "log",
1512 "mime",
1513 "once_cell",
1514 "percent-encoding",
1515 "pin-project-lite",
1516 "rustls",
1517 "rustls-pemfile",
1518 "serde",
1519 "serde_json",
1520 "serde_urlencoded",
1521 "tokio",
1522 "tokio-rustls",
1523 "tokio-util",
1524 "tower-service",
1525 "trust-dns-resolver",
1526 "url",
1527 "wasm-bindgen",
1528 "wasm-bindgen-futures",
1529 "wasm-streams",
1530 "web-sys",
1531 "webpki-roots",
1532 "winreg 0.50.0",
1533]
1534
1535[[package]]
1536name = "resolv-conf"
1537version = "0.7.0"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
1540dependencies = [
1541 "hostname",
1542 "quick-error",
1543]
1544
1545[[package]]
1546name = "ring"
1547version = "0.16.20"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1550dependencies = [
1551 "cc",
1552 "libc",
1553 "once_cell",
1554 "spin 0.5.2",
1555 "untrusted",
1556 "web-sys",
1557 "winapi",
1558]
1559
1560[[package]]
1561name = "rustc-demangle"
1562version = "0.1.21"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
1565
1566[[package]]
1567name = "rustc-hash"
1568version = "1.1.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1571
1572[[package]]
1573name = "rustix"
1574version = "0.38.11"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "c0c3dde1fc030af041adc40e79c0e7fbcf431dd24870053d187d7c66e4b87453"
1577dependencies = [
1578 "bitflags 2.4.0",
1579 "errno",
1580 "libc",
1581 "linux-raw-sys",
1582 "windows-sys",
1583]
1584
1585[[package]]
1586name = "rustls"
1587version = "0.21.6"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb"
1590dependencies = [
1591 "log",
1592 "ring",
1593 "rustls-webpki",
1594 "sct",
1595]
1596
1597[[package]]
1598name = "rustls-pemfile"
1599version = "1.0.0"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
1602dependencies = [
1603 "base64 0.13.0",
1604]
1605
1606[[package]]
1607name = "rustls-webpki"
1608version = "0.101.3"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "261e9e0888cba427c3316e6322805653c9425240b6fd96cee7cb671ab70ab8d0"
1611dependencies = [
1612 "ring",
1613 "untrusted",
1614]
1615
1616[[package]]
1617name = "rustversion"
1618version = "1.0.8"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8"
1621
1622[[package]]
1623name = "ryu"
1624version = "1.0.10"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
1627
1628[[package]]
1629name = "same-file"
1630version = "1.0.6"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1633dependencies = [
1634 "winapi-util",
1635]
1636
1637[[package]]
1638name = "scopeguard"
1639version = "1.1.0"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1642
1643[[package]]
1644name = "sct"
1645version = "0.7.0"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
1648dependencies = [
1649 "ring",
1650 "untrusted",
1651]
1652
1653[[package]]
1654name = "serde"
1655version = "1.0.188"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
1658dependencies = [
1659 "serde_derive",
1660]
1661
1662[[package]]
1663name = "serde_derive"
1664version = "1.0.188"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
1667dependencies = [
1668 "proc-macro2",
1669 "quote",
1670 "syn 2.0.28",
1671]
1672
1673[[package]]
1674name = "serde_json"
1675version = "1.0.106"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
1678dependencies = [
1679 "indexmap 2.0.0",
1680 "itoa",
1681 "ryu",
1682 "serde",
1683]
1684
1685[[package]]
1686name = "serde_path_to_error"
1687version = "0.1.14"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335"
1690dependencies = [
1691 "itoa",
1692 "serde",
1693]
1694
1695[[package]]
1696name = "serde_spanned"
1697version = "0.6.3"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
1700dependencies = [
1701 "serde",
1702]
1703
1704[[package]]
1705name = "serde_urlencoded"
1706version = "0.7.1"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1709dependencies = [
1710 "form_urlencoded",
1711 "itoa",
1712 "ryu",
1713 "serde",
1714]
1715
1716[[package]]
1717name = "sharded-slab"
1718version = "0.1.4"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
1721dependencies = [
1722 "lazy_static",
1723]
1724
1725[[package]]
1726name = "signal-hook-registry"
1727version = "1.4.0"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
1730dependencies = [
1731 "libc",
1732]
1733
1734[[package]]
1735name = "slab"
1736version = "0.4.7"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
1739dependencies = [
1740 "autocfg",
1741]
1742
1743[[package]]
1744name = "smallvec"
1745version = "1.9.0"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
1748
1749[[package]]
1750name = "socket2"
1751version = "0.4.9"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
1754dependencies = [
1755 "libc",
1756 "winapi",
1757]
1758
1759[[package]]
1760name = "socket2"
1761version = "0.5.3"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
1764dependencies = [
1765 "libc",
1766 "windows-sys",
1767]
1768
1769[[package]]
1770name = "spin"
1771version = "0.5.2"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1774
1775[[package]]
1776name = "spin"
1777version = "0.9.8"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1780dependencies = [
1781 "lock_api",
1782]
1783
1784[[package]]
1785name = "static_assertions"
1786version = "1.1.0"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1789
1790[[package]]
1791name = "strsim"
1792version = "0.10.0"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1795
1796[[package]]
1797name = "syn"
1798version = "1.0.104"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce"
1801dependencies = [
1802 "proc-macro2",
1803 "quote",
1804 "unicode-ident",
1805]
1806
1807[[package]]
1808name = "syn"
1809version = "2.0.28"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
1812dependencies = [
1813 "proc-macro2",
1814 "quote",
1815 "unicode-ident",
1816]
1817
1818[[package]]
1819name = "tap"
1820version = "1.0.1"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1823
1824[[package]]
1825name = "terminal_size"
1826version = "0.1.17"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
1829dependencies = [
1830 "libc",
1831 "winapi",
1832]
1833
1834[[package]]
1835name = "thiserror"
1836version = "1.0.31"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
1839dependencies = [
1840 "thiserror-impl",
1841]
1842
1843[[package]]
1844name = "thiserror-impl"
1845version = "1.0.31"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
1848dependencies = [
1849 "proc-macro2",
1850 "quote",
1851 "syn 1.0.104",
1852]
1853
1854[[package]]
1855name = "thread_local"
1856version = "1.1.4"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
1859dependencies = [
1860 "once_cell",
1861]
1862
1863[[package]]
1864name = "tinyvec"
1865version = "1.6.0"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1868dependencies = [
1869 "tinyvec_macros",
1870]
1871
1872[[package]]
1873name = "tinyvec_macros"
1874version = "0.1.0"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
1877
1878[[package]]
1879name = "tokio"
1880version = "1.32.0"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
1883dependencies = [
1884 "backtrace",
1885 "bytes",
1886 "libc",
1887 "mio",
1888 "num_cpus",
1889 "parking_lot",
1890 "pin-project-lite",
1891 "signal-hook-registry",
1892 "socket2 0.5.3",
1893 "tokio-macros",
1894 "windows-sys",
1895]
1896
1897[[package]]
1898name = "tokio-macros"
1899version = "2.1.0"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
1902dependencies = [
1903 "proc-macro2",
1904 "quote",
1905 "syn 2.0.28",
1906]
1907
1908[[package]]
1909name = "tokio-rustls"
1910version = "0.24.0"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5"
1913dependencies = [
1914 "rustls",
1915 "tokio",
1916]
1917
1918[[package]]
1919name = "tokio-stream"
1920version = "0.1.9"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
1923dependencies = [
1924 "futures-core",
1925 "pin-project-lite",
1926 "tokio",
1927]
1928
1929[[package]]
1930name = "tokio-tar"
1931version = "0.3.0"
1932source = "git+https://github.com/danielhuang/tokio-tar?rev=ac063a10224a9dcb16967e792c3075e0ee8bb1a7#ac063a10224a9dcb16967e792c3075e0ee8bb1a7"
1933dependencies = [
1934 "filetime",
1935 "futures-core",
1936 "libc",
1937 "redox_syscall 0.2.13",
1938 "tokio",
1939 "tokio-stream",
1940 "xattr",
1941]
1942
1943[[package]]
1944name = "tokio-util"
1945version = "0.7.8"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
1948dependencies = [
1949 "bytes",
1950 "futures-core",
1951 "futures-io",
1952 "futures-sink",
1953 "pin-project-lite",
1954 "tokio",
1955 "tracing",
1956]
1957
1958[[package]]
1959name = "toml"
1960version = "0.8.0"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "c226a7bba6d859b63c92c4b4fe69c5b6b72d0cb897dbc8e6012298e6154cb56e"
1963dependencies = [
1964 "serde",
1965 "serde_spanned",
1966 "toml_datetime",
1967 "toml_edit",
1968]
1969
1970[[package]]
1971name = "toml_datetime"
1972version = "0.6.3"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
1975dependencies = [
1976 "serde",
1977]
1978
1979[[package]]
1980name = "toml_edit"
1981version = "0.20.0"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95"
1984dependencies = [
1985 "indexmap 2.0.0",
1986 "serde",
1987 "serde_spanned",
1988 "toml_datetime",
1989 "winnow",
1990]
1991
1992[[package]]
1993name = "tower-service"
1994version = "0.3.2"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1997
1998[[package]]
1999name = "tracing"
2000version = "0.1.38"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "cf9cf6a813d3f40c88b0b6b6f29a5c95c6cdbf97c1f9cc53fb820200f5ad814d"
2003dependencies = [
2004 "pin-project-lite",
2005 "tracing-attributes",
2006 "tracing-core",
2007]
2008
2009[[package]]
2010name = "tracing-attributes"
2011version = "0.1.24"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
2014dependencies = [
2015 "proc-macro2",
2016 "quote",
2017 "syn 2.0.28",
2018]
2019
2020[[package]]
2021name = "tracing-core"
2022version = "0.1.30"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2025dependencies = [
2026 "once_cell",
2027 "valuable",
2028]
2029
2030[[package]]
2031name = "tracing-error"
2032version = "0.2.0"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
2035dependencies = [
2036 "tracing",
2037 "tracing-subscriber",
2038]
2039
2040[[package]]
2041name = "tracing-log"
2042version = "0.1.3"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
2045dependencies = [
2046 "lazy_static",
2047 "log",
2048 "tracing-core",
2049]
2050
2051[[package]]
2052name = "tracing-subscriber"
2053version = "0.3.17"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2056dependencies = [
2057 "matchers",
2058 "nu-ansi-term",
2059 "once_cell",
2060 "regex",
2061 "sharded-slab",
2062 "smallvec",
2063 "thread_local",
2064 "tracing",
2065 "tracing-core",
2066 "tracing-log",
2067]
2068
2069[[package]]
2070name = "trust-dns-proto"
2071version = "0.22.0"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
2074dependencies = [
2075 "async-trait",
2076 "cfg-if",
2077 "data-encoding",
2078 "enum-as-inner",
2079 "futures-channel",
2080 "futures-io",
2081 "futures-util",
2082 "idna 0.2.3",
2083 "ipnet",
2084 "lazy_static",
2085 "rand",
2086 "smallvec",
2087 "thiserror",
2088 "tinyvec",
2089 "tokio",
2090 "tracing",
2091 "url",
2092]
2093
2094[[package]]
2095name = "trust-dns-resolver"
2096version = "0.22.0"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
2099dependencies = [
2100 "cfg-if",
2101 "futures-util",
2102 "ipconfig",
2103 "lazy_static",
2104 "lru-cache",
2105 "parking_lot",
2106 "resolv-conf",
2107 "smallvec",
2108 "thiserror",
2109 "tokio",
2110 "tracing",
2111 "trust-dns-proto",
2112]
2113
2114[[package]]
2115name = "try-lock"
2116version = "0.2.3"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2119
2120[[package]]
2121name = "unicode-bidi"
2122version = "0.3.13"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2125
2126[[package]]
2127name = "unicode-ident"
2128version = "1.0.2"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
2131
2132[[package]]
2133name = "unicode-normalization"
2134version = "0.1.22"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2137dependencies = [
2138 "tinyvec",
2139]
2140
2141[[package]]
2142name = "unicode-width"
2143version = "0.1.9"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2146
2147[[package]]
2148name = "untrusted"
2149version = "0.7.1"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2152
2153[[package]]
2154name = "url"
2155version = "2.4.1"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2158dependencies = [
2159 "form_urlencoded",
2160 "idna 0.4.0",
2161 "percent-encoding",
2162 "serde",
2163]
2164
2165[[package]]
2166name = "utf8parse"
2167version = "0.2.1"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2170
2171[[package]]
2172name = "valuable"
2173version = "0.1.0"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2176
2177[[package]]
2178name = "waker-fn"
2179version = "1.1.0"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2182
2183[[package]]
2184name = "walkdir"
2185version = "2.3.2"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2188dependencies = [
2189 "same-file",
2190 "winapi",
2191 "winapi-util",
2192]
2193
2194[[package]]
2195name = "want"
2196version = "0.3.0"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2199dependencies = [
2200 "log",
2201 "try-lock",
2202]
2203
2204[[package]]
2205name = "wasi"
2206version = "0.11.0+wasi-snapshot-preview1"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2209
2210[[package]]
2211name = "wasm-bindgen"
2212version = "0.2.81"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
2215dependencies = [
2216 "cfg-if",
2217 "wasm-bindgen-macro",
2218]
2219
2220[[package]]
2221name = "wasm-bindgen-backend"
2222version = "0.2.81"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
2225dependencies = [
2226 "bumpalo",
2227 "lazy_static",
2228 "log",
2229 "proc-macro2",
2230 "quote",
2231 "syn 1.0.104",
2232 "wasm-bindgen-shared",
2233]
2234
2235[[package]]
2236name = "wasm-bindgen-futures"
2237version = "0.4.31"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
2240dependencies = [
2241 "cfg-if",
2242 "js-sys",
2243 "wasm-bindgen",
2244 "web-sys",
2245]
2246
2247[[package]]
2248name = "wasm-bindgen-macro"
2249version = "0.2.81"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
2252dependencies = [
2253 "quote",
2254 "wasm-bindgen-macro-support",
2255]
2256
2257[[package]]
2258name = "wasm-bindgen-macro-support"
2259version = "0.2.81"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
2262dependencies = [
2263 "proc-macro2",
2264 "quote",
2265 "syn 1.0.104",
2266 "wasm-bindgen-backend",
2267 "wasm-bindgen-shared",
2268]
2269
2270[[package]]
2271name = "wasm-bindgen-shared"
2272version = "0.2.81"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
2275
2276[[package]]
2277name = "wasm-streams"
2278version = "0.3.0"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
2281dependencies = [
2282 "futures-util",
2283 "js-sys",
2284 "wasm-bindgen",
2285 "wasm-bindgen-futures",
2286 "web-sys",
2287]
2288
2289[[package]]
2290name = "web-sys"
2291version = "0.3.58"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
2294dependencies = [
2295 "js-sys",
2296 "wasm-bindgen",
2297]
2298
2299[[package]]
2300name = "webpki-roots"
2301version = "0.25.2"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
2304
2305[[package]]
2306name = "which"
2307version = "4.4.2"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2310dependencies = [
2311 "either",
2312 "home",
2313 "once_cell",
2314 "rustix",
2315]
2316
2317[[package]]
2318name = "widestring"
2319version = "0.5.1"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
2322
2323[[package]]
2324name = "winapi"
2325version = "0.3.9"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2328dependencies = [
2329 "winapi-i686-pc-windows-gnu",
2330 "winapi-x86_64-pc-windows-gnu",
2331]
2332
2333[[package]]
2334name = "winapi-i686-pc-windows-gnu"
2335version = "0.4.0"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2338
2339[[package]]
2340name = "winapi-util"
2341version = "0.1.5"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2344dependencies = [
2345 "winapi",
2346]
2347
2348[[package]]
2349name = "winapi-x86_64-pc-windows-gnu"
2350version = "0.4.0"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2353
2354[[package]]
2355name = "windows-sys"
2356version = "0.48.0"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2359dependencies = [
2360 "windows-targets",
2361]
2362
2363[[package]]
2364name = "windows-targets"
2365version = "0.48.0"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2368dependencies = [
2369 "windows_aarch64_gnullvm",
2370 "windows_aarch64_msvc",
2371 "windows_i686_gnu",
2372 "windows_i686_msvc",
2373 "windows_x86_64_gnu",
2374 "windows_x86_64_gnullvm",
2375 "windows_x86_64_msvc",
2376]
2377
2378[[package]]
2379name = "windows_aarch64_gnullvm"
2380version = "0.48.0"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2383
2384[[package]]
2385name = "windows_aarch64_msvc"
2386version = "0.48.0"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2389
2390[[package]]
2391name = "windows_i686_gnu"
2392version = "0.48.0"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2395
2396[[package]]
2397name = "windows_i686_msvc"
2398version = "0.48.0"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2401
2402[[package]]
2403name = "windows_x86_64_gnu"
2404version = "0.48.0"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2407
2408[[package]]
2409name = "windows_x86_64_gnullvm"
2410version = "0.48.0"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2413
2414[[package]]
2415name = "windows_x86_64_msvc"
2416version = "0.48.0"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2419
2420[[package]]
2421name = "winnow"
2422version = "0.5.15"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
2425dependencies = [
2426 "memchr",
2427]
2428
2429[[package]]
2430name = "winreg"
2431version = "0.7.0"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2434dependencies = [
2435 "winapi",
2436]
2437
2438[[package]]
2439name = "winreg"
2440version = "0.50.0"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2443dependencies = [
2444 "cfg-if",
2445 "windows-sys",
2446]
2447
2448[[package]]
2449name = "xattr"
2450version = "0.2.3"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
2453dependencies = [
2454 "libc",
2455]