TOMLCargo.lock -rw-r--r-- 45.7 KiB
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.22.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
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 = "ahash"
22version = "0.8.11"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25dependencies = [
26 "cfg-if",
27 "once_cell",
28 "version_check",
29 "zerocopy",
30]
31
32[[package]]
33name = "aho-corasick"
34version = "1.1.3"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
37dependencies = [
38 "memchr",
39]
40
41[[package]]
42name = "allocator-api2"
43version = "0.2.18"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
46
47[[package]]
48name = "async-channel"
49version = "1.9.0"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
52dependencies = [
53 "concurrent-queue",
54 "event-listener 2.5.3",
55 "futures-core",
56]
57
58[[package]]
59name = "async-channel"
60version = "2.3.1"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
63dependencies = [
64 "concurrent-queue",
65 "event-listener-strategy",
66 "futures-core",
67 "pin-project-lite",
68]
69
70[[package]]
71name = "async-executor"
72version = "1.13.0"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
75dependencies = [
76 "async-task",
77 "concurrent-queue",
78 "fastrand 2.1.0",
79 "futures-lite 2.3.0",
80 "slab",
81]
82
83[[package]]
84name = "async-fs"
85version = "1.6.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
88dependencies = [
89 "async-lock 2.8.0",
90 "autocfg",
91 "blocking",
92 "futures-lite 1.13.0",
93]
94
95[[package]]
96name = "async-io"
97version = "1.13.0"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
100dependencies = [
101 "async-lock 2.8.0",
102 "autocfg",
103 "cfg-if",
104 "concurrent-queue",
105 "futures-lite 1.13.0",
106 "log",
107 "parking",
108 "polling 2.8.0",
109 "rustix 0.37.27",
110 "slab",
111 "socket2 0.4.10",
112 "waker-fn",
113]
114
115[[package]]
116name = "async-io"
117version = "2.3.3"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
120dependencies = [
121 "async-lock 3.4.0",
122 "cfg-if",
123 "concurrent-queue",
124 "futures-io",
125 "futures-lite 2.3.0",
126 "parking",
127 "polling 3.7.2",
128 "rustix 0.38.34",
129 "slab",
130 "tracing",
131 "windows-sys 0.52.0",
132]
133
134[[package]]
135name = "async-lock"
136version = "2.8.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
139dependencies = [
140 "event-listener 2.5.3",
141]
142
143[[package]]
144name = "async-lock"
145version = "3.4.0"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
148dependencies = [
149 "event-listener 5.3.1",
150 "event-listener-strategy",
151 "pin-project-lite",
152]
153
154[[package]]
155name = "async-net"
156version = "1.8.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
159dependencies = [
160 "async-io 1.13.0",
161 "blocking",
162 "futures-lite 1.13.0",
163]
164
165[[package]]
166name = "async-process"
167version = "1.8.1"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
170dependencies = [
171 "async-io 1.13.0",
172 "async-lock 2.8.0",
173 "async-signal",
174 "blocking",
175 "cfg-if",
176 "event-listener 3.1.0",
177 "futures-lite 1.13.0",
178 "rustix 0.38.34",
179 "windows-sys 0.48.0",
180]
181
182[[package]]
183name = "async-signal"
184version = "0.2.9"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "dfb3634b73397aa844481f814fad23bbf07fdb0eabec10f2eb95e58944b1ec32"
187dependencies = [
188 "async-io 2.3.3",
189 "async-lock 3.4.0",
190 "atomic-waker",
191 "cfg-if",
192 "futures-core",
193 "futures-io",
194 "rustix 0.38.34",
195 "signal-hook-registry",
196 "slab",
197 "windows-sys 0.52.0",
198]
199
200[[package]]
201name = "async-stream"
202version = "0.3.5"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
205dependencies = [
206 "async-stream-impl",
207 "futures-core",
208 "pin-project-lite",
209]
210
211[[package]]
212name = "async-stream-impl"
213version = "0.3.5"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
216dependencies = [
217 "proc-macro2",
218 "quote",
219 "syn",
220]
221
222[[package]]
223name = "async-task"
224version = "4.7.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
227
228[[package]]
229name = "atomic-waker"
230version = "1.1.2"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
233
234[[package]]
235name = "autocfg"
236version = "1.3.0"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
239
240[[package]]
241name = "backtrace"
242version = "0.3.73"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
245dependencies = [
246 "addr2line",
247 "cc",
248 "cfg-if",
249 "libc",
250 "miniz_oxide",
251 "object",
252 "rustc-demangle",
253]
254
255[[package]]
256name = "base64"
257version = "0.13.1"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
260
261[[package]]
262name = "bitflags"
263version = "1.3.2"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
266
267[[package]]
268name = "bitflags"
269version = "2.6.0"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
272dependencies = [
273 "serde",
274]
275
276[[package]]
277name = "blocking"
278version = "1.6.1"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
281dependencies = [
282 "async-channel 2.3.1",
283 "async-task",
284 "futures-io",
285 "futures-lite 2.3.0",
286 "piper",
287]
288
289[[package]]
290name = "bytes"
291version = "1.6.1"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
294
295[[package]]
296name = "cc"
297version = "1.1.6"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
300
301[[package]]
302name = "cfg-if"
303version = "1.0.0"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
306
307[[package]]
308name = "concurrent-queue"
309version = "2.5.0"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
312dependencies = [
313 "crossbeam-utils",
314]
315
316[[package]]
317name = "core-foundation"
318version = "0.9.4"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
321dependencies = [
322 "core-foundation-sys",
323 "libc",
324]
325
326[[package]]
327name = "core-foundation-sys"
328version = "0.8.6"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
331
332[[package]]
333name = "crc32fast"
334version = "1.4.2"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
337dependencies = [
338 "cfg-if",
339]
340
341[[package]]
342name = "crossbeam-utils"
343version = "0.8.20"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
346
347[[package]]
348name = "data-encoding"
349version = "2.6.0"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
352
353[[package]]
354name = "encoding"
355version = "0.2.33"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
358dependencies = [
359 "encoding-index-japanese",
360 "encoding-index-korean",
361 "encoding-index-simpchinese",
362 "encoding-index-singlebyte",
363 "encoding-index-tradchinese",
364]
365
366[[package]]
367name = "encoding-index-japanese"
368version = "1.20141219.5"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
371dependencies = [
372 "encoding_index_tests",
373]
374
375[[package]]
376name = "encoding-index-korean"
377version = "1.20141219.5"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
380dependencies = [
381 "encoding_index_tests",
382]
383
384[[package]]
385name = "encoding-index-simpchinese"
386version = "1.20141219.5"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
389dependencies = [
390 "encoding_index_tests",
391]
392
393[[package]]
394name = "encoding-index-singlebyte"
395version = "1.20141219.5"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
398dependencies = [
399 "encoding_index_tests",
400]
401
402[[package]]
403name = "encoding-index-tradchinese"
404version = "1.20141219.5"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
407dependencies = [
408 "encoding_index_tests",
409]
410
411[[package]]
412name = "encoding_index_tests"
413version = "0.1.4"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
416
417[[package]]
418name = "encoding_rs"
419version = "0.8.34"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
422dependencies = [
423 "cfg-if",
424]
425
426[[package]]
427name = "errno"
428version = "0.3.9"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
431dependencies = [
432 "libc",
433 "windows-sys 0.52.0",
434]
435
436[[package]]
437name = "event-listener"
438version = "2.5.3"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
441
442[[package]]
443name = "event-listener"
444version = "3.1.0"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
447dependencies = [
448 "concurrent-queue",
449 "parking",
450 "pin-project-lite",
451]
452
453[[package]]
454name = "event-listener"
455version = "5.3.1"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
458dependencies = [
459 "concurrent-queue",
460 "parking",
461 "pin-project-lite",
462]
463
464[[package]]
465name = "event-listener-strategy"
466version = "0.5.2"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
469dependencies = [
470 "event-listener 5.3.1",
471 "pin-project-lite",
472]
473
474[[package]]
475name = "fastrand"
476version = "1.9.0"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
479dependencies = [
480 "instant",
481]
482
483[[package]]
484name = "fastrand"
485version = "2.1.0"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
488
489[[package]]
490name = "flate2"
491version = "1.0.30"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
494dependencies = [
495 "crc32fast",
496 "miniz_oxide",
497]
498
499[[package]]
500name = "foreign-types"
501version = "0.3.2"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
504dependencies = [
505 "foreign-types-shared",
506]
507
508[[package]]
509name = "foreign-types-shared"
510version = "0.1.1"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
513
514[[package]]
515name = "form_urlencoded"
516version = "1.2.1"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
519dependencies = [
520 "percent-encoding",
521]
522
523[[package]]
524name = "futures"
525version = "0.3.30"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
528dependencies = [
529 "futures-channel",
530 "futures-core",
531 "futures-executor",
532 "futures-io",
533 "futures-sink",
534 "futures-task",
535 "futures-util",
536]
537
538[[package]]
539name = "futures-channel"
540version = "0.3.30"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
543dependencies = [
544 "futures-core",
545 "futures-sink",
546]
547
548[[package]]
549name = "futures-core"
550version = "0.3.30"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
553
554[[package]]
555name = "futures-executor"
556version = "0.3.30"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
559dependencies = [
560 "futures-core",
561 "futures-task",
562 "futures-util",
563]
564
565[[package]]
566name = "futures-io"
567version = "0.3.30"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
570
571[[package]]
572name = "futures-lite"
573version = "1.13.0"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
576dependencies = [
577 "fastrand 1.9.0",
578 "futures-core",
579 "futures-io",
580 "memchr",
581 "parking",
582 "pin-project-lite",
583 "waker-fn",
584]
585
586[[package]]
587name = "futures-lite"
588version = "2.3.0"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
591dependencies = [
592 "fastrand 2.1.0",
593 "futures-core",
594 "futures-io",
595 "parking",
596 "pin-project-lite",
597]
598
599[[package]]
600name = "futures-macro"
601version = "0.3.30"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
604dependencies = [
605 "proc-macro2",
606 "quote",
607 "syn",
608]
609
610[[package]]
611name = "futures-sink"
612version = "0.3.30"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
615
616[[package]]
617name = "futures-task"
618version = "0.3.30"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
621
622[[package]]
623name = "futures-util"
624version = "0.3.30"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
627dependencies = [
628 "futures-channel",
629 "futures-core",
630 "futures-io",
631 "futures-macro",
632 "futures-sink",
633 "futures-task",
634 "memchr",
635 "pin-project-lite",
636 "pin-utils",
637 "slab",
638]
639
640[[package]]
641name = "getrandom"
642version = "0.2.15"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
645dependencies = [
646 "cfg-if",
647 "libc",
648 "wasi",
649]
650
651[[package]]
652name = "gimli"
653version = "0.29.0"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
656
657[[package]]
658name = "hashbrown"
659version = "0.12.3"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
662
663[[package]]
664name = "hashbrown"
665version = "0.14.5"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
668dependencies = [
669 "ahash",
670 "allocator-api2",
671]
672
673[[package]]
674name = "hermit-abi"
675version = "0.3.9"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
678
679[[package]]
680name = "hermit-abi"
681version = "0.4.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
684
685[[package]]
686name = "idna"
687version = "0.5.0"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
690dependencies = [
691 "unicode-bidi",
692 "unicode-normalization",
693]
694
695[[package]]
696name = "indexmap"
697version = "1.9.3"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
700dependencies = [
701 "autocfg",
702 "hashbrown 0.12.3",
703 "serde",
704]
705
706[[package]]
707name = "instant"
708version = "0.1.13"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
711dependencies = [
712 "cfg-if",
713]
714
715[[package]]
716name = "io-lifetimes"
717version = "1.0.11"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
720dependencies = [
721 "hermit-abi 0.3.9",
722 "libc",
723 "windows-sys 0.48.0",
724]
725
726[[package]]
727name = "itoa"
728version = "1.0.11"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
731
732[[package]]
733name = "lazy_static"
734version = "1.5.0"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
737
738[[package]]
739name = "libc"
740version = "0.2.155"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
743
744[[package]]
745name = "libloading"
746version = "0.7.4"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
749dependencies = [
750 "cfg-if",
751 "winapi",
752]
753
754[[package]]
755name = "linux-raw-sys"
756version = "0.3.8"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
759
760[[package]]
761name = "linux-raw-sys"
762version = "0.4.14"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
765
766[[package]]
767name = "lock_api"
768version = "0.4.12"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
771dependencies = [
772 "autocfg",
773 "scopeguard",
774]
775
776[[package]]
777name = "log"
778version = "0.4.22"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
781
782[[package]]
783name = "mail-parser"
784version = "0.9.3"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "ed5a1335c3a964788c90cb42ae04a34b5f2628e89566949ce3bd4ada695c0bcd"
787dependencies = [
788 "encoding_rs",
789 "serde",
790]
791
792[[package]]
793name = "maitred"
794version = "0.1.0"
795dependencies = [
796 "bytes",
797 "futures",
798 "mail-parser",
799 "melib",
800 "smtp-proto",
801 "thiserror",
802 "tokio",
803 "tokio-stream",
804 "tokio-util",
805 "tracing",
806 "url",
807]
808
809[[package]]
810name = "maitred-debug"
811version = "0.1.0"
812dependencies = [
813 "futures",
814 "maitred",
815 "tokio",
816 "tracing",
817 "tracing-subscriber",
818]
819
820[[package]]
821name = "melib"
822version = "0.8.6"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "4f233699ab6a71d41529624e3d9600c8a3a208874fcf4ec4a05778314afdd2e7"
825dependencies = [
826 "async-stream",
827 "base64",
828 "bitflags 2.6.0",
829 "data-encoding",
830 "encoding",
831 "encoding_rs",
832 "flate2",
833 "futures",
834 "indexmap",
835 "libc",
836 "libloading",
837 "log",
838 "native-tls",
839 "nix",
840 "nom",
841 "polling 2.8.0",
842 "regex",
843 "serde",
844 "serde_derive",
845 "serde_json",
846 "serde_path_to_error",
847 "smallvec",
848 "smol",
849 "socket2 0.5.7",
850 "unicode-segmentation",
851 "uuid",
852 "xdg",
853]
854
855[[package]]
856name = "memchr"
857version = "2.7.4"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
860
861[[package]]
862name = "memoffset"
863version = "0.9.1"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
866dependencies = [
867 "autocfg",
868]
869
870[[package]]
871name = "minimal-lexical"
872version = "0.2.1"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
875
876[[package]]
877name = "miniz_oxide"
878version = "0.7.4"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
881dependencies = [
882 "adler",
883]
884
885[[package]]
886name = "mio"
887version = "1.0.1"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
890dependencies = [
891 "hermit-abi 0.3.9",
892 "libc",
893 "wasi",
894 "windows-sys 0.52.0",
895]
896
897[[package]]
898name = "native-tls"
899version = "0.2.12"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
902dependencies = [
903 "libc",
904 "log",
905 "openssl",
906 "openssl-probe",
907 "openssl-sys",
908 "schannel",
909 "security-framework",
910 "security-framework-sys",
911 "tempfile",
912]
913
914[[package]]
915name = "nix"
916version = "0.27.1"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
919dependencies = [
920 "bitflags 2.6.0",
921 "cfg-if",
922 "libc",
923 "memoffset",
924]
925
926[[package]]
927name = "nom"
928version = "7.1.3"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
931dependencies = [
932 "memchr",
933 "minimal-lexical",
934]
935
936[[package]]
937name = "nu-ansi-term"
938version = "0.46.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
941dependencies = [
942 "overload",
943 "winapi",
944]
945
946[[package]]
947name = "object"
948version = "0.36.2"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
951dependencies = [
952 "memchr",
953]
954
955[[package]]
956name = "once_cell"
957version = "1.19.0"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
960
961[[package]]
962name = "openssl"
963version = "0.10.66"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
966dependencies = [
967 "bitflags 2.6.0",
968 "cfg-if",
969 "foreign-types",
970 "libc",
971 "once_cell",
972 "openssl-macros",
973 "openssl-sys",
974]
975
976[[package]]
977name = "openssl-macros"
978version = "0.1.1"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
981dependencies = [
982 "proc-macro2",
983 "quote",
984 "syn",
985]
986
987[[package]]
988name = "openssl-probe"
989version = "0.1.5"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
992
993[[package]]
994name = "openssl-sys"
995version = "0.9.103"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
998dependencies = [
999 "cc",
1000 "libc",
1001 "pkg-config",
1002 "vcpkg",
1003]
1004
1005[[package]]
1006name = "overload"
1007version = "0.1.1"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1010
1011[[package]]
1012name = "parking"
1013version = "2.2.0"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
1016
1017[[package]]
1018name = "parking_lot"
1019version = "0.12.3"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
1022dependencies = [
1023 "lock_api",
1024 "parking_lot_core",
1025]
1026
1027[[package]]
1028name = "parking_lot_core"
1029version = "0.9.10"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1032dependencies = [
1033 "cfg-if",
1034 "libc",
1035 "redox_syscall",
1036 "smallvec",
1037 "windows-targets 0.52.6",
1038]
1039
1040[[package]]
1041name = "percent-encoding"
1042version = "2.3.1"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1045
1046[[package]]
1047name = "pin-project-lite"
1048version = "0.2.14"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1051
1052[[package]]
1053name = "pin-utils"
1054version = "0.1.0"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1057
1058[[package]]
1059name = "piper"
1060version = "0.2.3"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
1063dependencies = [
1064 "atomic-waker",
1065 "fastrand 2.1.0",
1066 "futures-io",
1067]
1068
1069[[package]]
1070name = "pkg-config"
1071version = "0.3.30"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1074
1075[[package]]
1076name = "polling"
1077version = "2.8.0"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1080dependencies = [
1081 "autocfg",
1082 "bitflags 1.3.2",
1083 "cfg-if",
1084 "concurrent-queue",
1085 "libc",
1086 "log",
1087 "pin-project-lite",
1088 "windows-sys 0.48.0",
1089]
1090
1091[[package]]
1092name = "polling"
1093version = "3.7.2"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
1096dependencies = [
1097 "cfg-if",
1098 "concurrent-queue",
1099 "hermit-abi 0.4.0",
1100 "pin-project-lite",
1101 "rustix 0.38.34",
1102 "tracing",
1103 "windows-sys 0.52.0",
1104]
1105
1106[[package]]
1107name = "proc-macro2"
1108version = "1.0.86"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
1111dependencies = [
1112 "unicode-ident",
1113]
1114
1115[[package]]
1116name = "quote"
1117version = "1.0.36"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1120dependencies = [
1121 "proc-macro2",
1122]
1123
1124[[package]]
1125name = "redox_syscall"
1126version = "0.5.3"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
1129dependencies = [
1130 "bitflags 2.6.0",
1131]
1132
1133[[package]]
1134name = "regex"
1135version = "1.10.5"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
1138dependencies = [
1139 "aho-corasick",
1140 "memchr",
1141 "regex-automata",
1142 "regex-syntax",
1143]
1144
1145[[package]]
1146name = "regex-automata"
1147version = "0.4.7"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
1150dependencies = [
1151 "aho-corasick",
1152 "memchr",
1153 "regex-syntax",
1154]
1155
1156[[package]]
1157name = "regex-syntax"
1158version = "0.8.4"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
1161
1162[[package]]
1163name = "rustc-demangle"
1164version = "0.1.24"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1167
1168[[package]]
1169name = "rustix"
1170version = "0.37.27"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
1173dependencies = [
1174 "bitflags 1.3.2",
1175 "errno",
1176 "io-lifetimes",
1177 "libc",
1178 "linux-raw-sys 0.3.8",
1179 "windows-sys 0.48.0",
1180]
1181
1182[[package]]
1183name = "rustix"
1184version = "0.38.34"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
1187dependencies = [
1188 "bitflags 2.6.0",
1189 "errno",
1190 "libc",
1191 "linux-raw-sys 0.4.14",
1192 "windows-sys 0.52.0",
1193]
1194
1195[[package]]
1196name = "ryu"
1197version = "1.0.18"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
1200
1201[[package]]
1202name = "schannel"
1203version = "0.1.23"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1206dependencies = [
1207 "windows-sys 0.52.0",
1208]
1209
1210[[package]]
1211name = "scopeguard"
1212version = "1.2.0"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1215
1216[[package]]
1217name = "security-framework"
1218version = "2.11.1"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1221dependencies = [
1222 "bitflags 2.6.0",
1223 "core-foundation",
1224 "core-foundation-sys",
1225 "libc",
1226 "security-framework-sys",
1227]
1228
1229[[package]]
1230name = "security-framework-sys"
1231version = "2.11.1"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
1234dependencies = [
1235 "core-foundation-sys",
1236 "libc",
1237]
1238
1239[[package]]
1240name = "serde"
1241version = "1.0.204"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
1244dependencies = [
1245 "serde_derive",
1246]
1247
1248[[package]]
1249name = "serde_derive"
1250version = "1.0.204"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
1253dependencies = [
1254 "proc-macro2",
1255 "quote",
1256 "syn",
1257]
1258
1259[[package]]
1260name = "serde_json"
1261version = "1.0.120"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
1264dependencies = [
1265 "itoa",
1266 "ryu",
1267 "serde",
1268]
1269
1270[[package]]
1271name = "serde_path_to_error"
1272version = "0.1.16"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
1275dependencies = [
1276 "itoa",
1277 "serde",
1278]
1279
1280[[package]]
1281name = "sha1_smol"
1282version = "1.0.1"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
1285
1286[[package]]
1287name = "sharded-slab"
1288version = "0.1.7"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1291dependencies = [
1292 "lazy_static",
1293]
1294
1295[[package]]
1296name = "signal-hook-registry"
1297version = "1.4.2"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
1300dependencies = [
1301 "libc",
1302]
1303
1304[[package]]
1305name = "slab"
1306version = "0.4.9"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1309dependencies = [
1310 "autocfg",
1311]
1312
1313[[package]]
1314name = "smallvec"
1315version = "1.13.2"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
1318dependencies = [
1319 "serde",
1320]
1321
1322[[package]]
1323name = "smol"
1324version = "1.3.0"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
1327dependencies = [
1328 "async-channel 1.9.0",
1329 "async-executor",
1330 "async-fs",
1331 "async-io 1.13.0",
1332 "async-lock 2.8.0",
1333 "async-net",
1334 "async-process",
1335 "blocking",
1336 "futures-lite 1.13.0",
1337]
1338
1339[[package]]
1340name = "smtp-proto"
1341version = "0.1.5"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "51b8ad3dd187f0d4debab02ad65405a9919d6a4f7bce25bd64a258781063a53a"
1344dependencies = [
1345 "serde",
1346]
1347
1348[[package]]
1349name = "socket2"
1350version = "0.4.10"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
1353dependencies = [
1354 "libc",
1355 "winapi",
1356]
1357
1358[[package]]
1359name = "socket2"
1360version = "0.5.7"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
1363dependencies = [
1364 "libc",
1365 "windows-sys 0.52.0",
1366]
1367
1368[[package]]
1369name = "syn"
1370version = "2.0.72"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
1373dependencies = [
1374 "proc-macro2",
1375 "quote",
1376 "unicode-ident",
1377]
1378
1379[[package]]
1380name = "tempfile"
1381version = "3.10.1"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
1384dependencies = [
1385 "cfg-if",
1386 "fastrand 2.1.0",
1387 "rustix 0.38.34",
1388 "windows-sys 0.52.0",
1389]
1390
1391[[package]]
1392name = "thiserror"
1393version = "1.0.63"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
1396dependencies = [
1397 "thiserror-impl",
1398]
1399
1400[[package]]
1401name = "thiserror-impl"
1402version = "1.0.63"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
1405dependencies = [
1406 "proc-macro2",
1407 "quote",
1408 "syn",
1409]
1410
1411[[package]]
1412name = "thread_local"
1413version = "1.1.8"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
1416dependencies = [
1417 "cfg-if",
1418 "once_cell",
1419]
1420
1421[[package]]
1422name = "tinyvec"
1423version = "1.8.0"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
1426dependencies = [
1427 "tinyvec_macros",
1428]
1429
1430[[package]]
1431name = "tinyvec_macros"
1432version = "0.1.1"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1435
1436[[package]]
1437name = "tokio"
1438version = "1.39.2"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
1441dependencies = [
1442 "backtrace",
1443 "bytes",
1444 "libc",
1445 "mio",
1446 "parking_lot",
1447 "pin-project-lite",
1448 "signal-hook-registry",
1449 "socket2 0.5.7",
1450 "tokio-macros",
1451 "windows-sys 0.52.0",
1452]
1453
1454[[package]]
1455name = "tokio-macros"
1456version = "2.4.0"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
1459dependencies = [
1460 "proc-macro2",
1461 "quote",
1462 "syn",
1463]
1464
1465[[package]]
1466name = "tokio-stream"
1467version = "0.1.15"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
1470dependencies = [
1471 "futures-core",
1472 "pin-project-lite",
1473 "tokio",
1474 "tokio-util",
1475]
1476
1477[[package]]
1478name = "tokio-util"
1479version = "0.7.11"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
1482dependencies = [
1483 "bytes",
1484 "futures-core",
1485 "futures-io",
1486 "futures-sink",
1487 "futures-util",
1488 "hashbrown 0.14.5",
1489 "pin-project-lite",
1490 "slab",
1491 "tokio",
1492]
1493
1494[[package]]
1495name = "tracing"
1496version = "0.1.40"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1499dependencies = [
1500 "log",
1501 "pin-project-lite",
1502 "tracing-attributes",
1503 "tracing-core",
1504]
1505
1506[[package]]
1507name = "tracing-attributes"
1508version = "0.1.27"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
1511dependencies = [
1512 "proc-macro2",
1513 "quote",
1514 "syn",
1515]
1516
1517[[package]]
1518name = "tracing-core"
1519version = "0.1.32"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1522dependencies = [
1523 "once_cell",
1524 "valuable",
1525]
1526
1527[[package]]
1528name = "tracing-log"
1529version = "0.2.0"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1532dependencies = [
1533 "log",
1534 "once_cell",
1535 "tracing-core",
1536]
1537
1538[[package]]
1539name = "tracing-subscriber"
1540version = "0.3.18"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
1543dependencies = [
1544 "nu-ansi-term",
1545 "sharded-slab",
1546 "smallvec",
1547 "thread_local",
1548 "tracing-core",
1549 "tracing-log",
1550]
1551
1552[[package]]
1553name = "unicode-bidi"
1554version = "0.3.15"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
1557
1558[[package]]
1559name = "unicode-ident"
1560version = "1.0.12"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1563
1564[[package]]
1565name = "unicode-normalization"
1566version = "0.1.23"
1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
1569dependencies = [
1570 "tinyvec",
1571]
1572
1573[[package]]
1574name = "unicode-segmentation"
1575version = "1.11.0"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
1578
1579[[package]]
1580name = "url"
1581version = "2.5.2"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
1584dependencies = [
1585 "form_urlencoded",
1586 "idna",
1587 "percent-encoding",
1588]
1589
1590[[package]]
1591name = "uuid"
1592version = "1.10.0"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
1595dependencies = [
1596 "getrandom",
1597 "serde",
1598 "sha1_smol",
1599]
1600
1601[[package]]
1602name = "valuable"
1603version = "0.1.0"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
1606
1607[[package]]
1608name = "vcpkg"
1609version = "0.2.15"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1612
1613[[package]]
1614name = "version_check"
1615version = "0.9.5"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1618
1619[[package]]
1620name = "waker-fn"
1621version = "1.2.0"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
1624
1625[[package]]
1626name = "wasi"
1627version = "0.11.0+wasi-snapshot-preview1"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1630
1631[[package]]
1632name = "winapi"
1633version = "0.3.9"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1636dependencies = [
1637 "winapi-i686-pc-windows-gnu",
1638 "winapi-x86_64-pc-windows-gnu",
1639]
1640
1641[[package]]
1642name = "winapi-i686-pc-windows-gnu"
1643version = "0.4.0"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1646
1647[[package]]
1648name = "winapi-x86_64-pc-windows-gnu"
1649version = "0.4.0"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1652
1653[[package]]
1654name = "windows-sys"
1655version = "0.48.0"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1658dependencies = [
1659 "windows-targets 0.48.5",
1660]
1661
1662[[package]]
1663name = "windows-sys"
1664version = "0.52.0"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1667dependencies = [
1668 "windows-targets 0.52.6",
1669]
1670
1671[[package]]
1672name = "windows-targets"
1673version = "0.48.5"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1676dependencies = [
1677 "windows_aarch64_gnullvm 0.48.5",
1678 "windows_aarch64_msvc 0.48.5",
1679 "windows_i686_gnu 0.48.5",
1680 "windows_i686_msvc 0.48.5",
1681 "windows_x86_64_gnu 0.48.5",
1682 "windows_x86_64_gnullvm 0.48.5",
1683 "windows_x86_64_msvc 0.48.5",
1684]
1685
1686[[package]]
1687name = "windows-targets"
1688version = "0.52.6"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1691dependencies = [
1692 "windows_aarch64_gnullvm 0.52.6",
1693 "windows_aarch64_msvc 0.52.6",
1694 "windows_i686_gnu 0.52.6",
1695 "windows_i686_gnullvm",
1696 "windows_i686_msvc 0.52.6",
1697 "windows_x86_64_gnu 0.52.6",
1698 "windows_x86_64_gnullvm 0.52.6",
1699 "windows_x86_64_msvc 0.52.6",
1700]
1701
1702[[package]]
1703name = "windows_aarch64_gnullvm"
1704version = "0.48.5"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1707
1708[[package]]
1709name = "windows_aarch64_gnullvm"
1710version = "0.52.6"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1713
1714[[package]]
1715name = "windows_aarch64_msvc"
1716version = "0.48.5"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1719
1720[[package]]
1721name = "windows_aarch64_msvc"
1722version = "0.52.6"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1725
1726[[package]]
1727name = "windows_i686_gnu"
1728version = "0.48.5"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1731
1732[[package]]
1733name = "windows_i686_gnu"
1734version = "0.52.6"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1737
1738[[package]]
1739name = "windows_i686_gnullvm"
1740version = "0.52.6"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1743
1744[[package]]
1745name = "windows_i686_msvc"
1746version = "0.48.5"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1749
1750[[package]]
1751name = "windows_i686_msvc"
1752version = "0.52.6"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1755
1756[[package]]
1757name = "windows_x86_64_gnu"
1758version = "0.48.5"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1761
1762[[package]]
1763name = "windows_x86_64_gnu"
1764version = "0.52.6"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1767
1768[[package]]
1769name = "windows_x86_64_gnullvm"
1770version = "0.48.5"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1773
1774[[package]]
1775name = "windows_x86_64_gnullvm"
1776version = "0.52.6"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1779
1780[[package]]
1781name = "windows_x86_64_msvc"
1782version = "0.48.5"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1785
1786[[package]]
1787name = "windows_x86_64_msvc"
1788version = "0.52.6"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1791
1792[[package]]
1793name = "xdg"
1794version = "2.5.2"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
1797
1798[[package]]
1799name = "zerocopy"
1800version = "0.7.35"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
1803dependencies = [
1804 "zerocopy-derive",
1805]
1806
1807[[package]]
1808name = "zerocopy-derive"
1809version = "0.7.35"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
1812dependencies = [
1813 "proc-macro2",
1814 "quote",
1815 "syn",
1816]