TOMLCargo.lock -rw-r--r-- 45.9 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 "md5",
800 "melib",
801 "smtp-proto",
802 "thiserror",
803 "tokio",
804 "tokio-stream",
805 "tokio-util",
806 "tracing",
807 "url",
808]
809
810[[package]]
811name = "maitred-debug"
812version = "0.1.0"
813dependencies = [
814 "futures",
815 "maitred",
816 "tokio",
817 "tracing",
818 "tracing-subscriber",
819]
820
821[[package]]
822name = "md5"
823version = "0.7.0"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
826
827[[package]]
828name = "melib"
829version = "0.8.6"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "4f233699ab6a71d41529624e3d9600c8a3a208874fcf4ec4a05778314afdd2e7"
832dependencies = [
833 "async-stream",
834 "base64",
835 "bitflags 2.6.0",
836 "data-encoding",
837 "encoding",
838 "encoding_rs",
839 "flate2",
840 "futures",
841 "indexmap",
842 "libc",
843 "libloading",
844 "log",
845 "native-tls",
846 "nix",
847 "nom",
848 "polling 2.8.0",
849 "regex",
850 "serde",
851 "serde_derive",
852 "serde_json",
853 "serde_path_to_error",
854 "smallvec",
855 "smol",
856 "socket2 0.5.7",
857 "unicode-segmentation",
858 "uuid",
859 "xdg",
860]
861
862[[package]]
863name = "memchr"
864version = "2.7.4"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
867
868[[package]]
869name = "memoffset"
870version = "0.9.1"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
873dependencies = [
874 "autocfg",
875]
876
877[[package]]
878name = "minimal-lexical"
879version = "0.2.1"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
882
883[[package]]
884name = "miniz_oxide"
885version = "0.7.4"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
888dependencies = [
889 "adler",
890]
891
892[[package]]
893name = "mio"
894version = "1.0.1"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
897dependencies = [
898 "hermit-abi 0.3.9",
899 "libc",
900 "wasi",
901 "windows-sys 0.52.0",
902]
903
904[[package]]
905name = "native-tls"
906version = "0.2.12"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
909dependencies = [
910 "libc",
911 "log",
912 "openssl",
913 "openssl-probe",
914 "openssl-sys",
915 "schannel",
916 "security-framework",
917 "security-framework-sys",
918 "tempfile",
919]
920
921[[package]]
922name = "nix"
923version = "0.27.1"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
926dependencies = [
927 "bitflags 2.6.0",
928 "cfg-if",
929 "libc",
930 "memoffset",
931]
932
933[[package]]
934name = "nom"
935version = "7.1.3"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
938dependencies = [
939 "memchr",
940 "minimal-lexical",
941]
942
943[[package]]
944name = "nu-ansi-term"
945version = "0.46.0"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
948dependencies = [
949 "overload",
950 "winapi",
951]
952
953[[package]]
954name = "object"
955version = "0.36.2"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
958dependencies = [
959 "memchr",
960]
961
962[[package]]
963name = "once_cell"
964version = "1.19.0"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
967
968[[package]]
969name = "openssl"
970version = "0.10.66"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
973dependencies = [
974 "bitflags 2.6.0",
975 "cfg-if",
976 "foreign-types",
977 "libc",
978 "once_cell",
979 "openssl-macros",
980 "openssl-sys",
981]
982
983[[package]]
984name = "openssl-macros"
985version = "0.1.1"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
988dependencies = [
989 "proc-macro2",
990 "quote",
991 "syn",
992]
993
994[[package]]
995name = "openssl-probe"
996version = "0.1.5"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
999
1000[[package]]
1001name = "openssl-sys"
1002version = "0.9.103"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
1005dependencies = [
1006 "cc",
1007 "libc",
1008 "pkg-config",
1009 "vcpkg",
1010]
1011
1012[[package]]
1013name = "overload"
1014version = "0.1.1"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1017
1018[[package]]
1019name = "parking"
1020version = "2.2.0"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
1023
1024[[package]]
1025name = "parking_lot"
1026version = "0.12.3"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
1029dependencies = [
1030 "lock_api",
1031 "parking_lot_core",
1032]
1033
1034[[package]]
1035name = "parking_lot_core"
1036version = "0.9.10"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1039dependencies = [
1040 "cfg-if",
1041 "libc",
1042 "redox_syscall",
1043 "smallvec",
1044 "windows-targets 0.52.6",
1045]
1046
1047[[package]]
1048name = "percent-encoding"
1049version = "2.3.1"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1052
1053[[package]]
1054name = "pin-project-lite"
1055version = "0.2.14"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1058
1059[[package]]
1060name = "pin-utils"
1061version = "0.1.0"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1064
1065[[package]]
1066name = "piper"
1067version = "0.2.3"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
1070dependencies = [
1071 "atomic-waker",
1072 "fastrand 2.1.0",
1073 "futures-io",
1074]
1075
1076[[package]]
1077name = "pkg-config"
1078version = "0.3.30"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1081
1082[[package]]
1083name = "polling"
1084version = "2.8.0"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1087dependencies = [
1088 "autocfg",
1089 "bitflags 1.3.2",
1090 "cfg-if",
1091 "concurrent-queue",
1092 "libc",
1093 "log",
1094 "pin-project-lite",
1095 "windows-sys 0.48.0",
1096]
1097
1098[[package]]
1099name = "polling"
1100version = "3.7.2"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
1103dependencies = [
1104 "cfg-if",
1105 "concurrent-queue",
1106 "hermit-abi 0.4.0",
1107 "pin-project-lite",
1108 "rustix 0.38.34",
1109 "tracing",
1110 "windows-sys 0.52.0",
1111]
1112
1113[[package]]
1114name = "proc-macro2"
1115version = "1.0.86"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
1118dependencies = [
1119 "unicode-ident",
1120]
1121
1122[[package]]
1123name = "quote"
1124version = "1.0.36"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1127dependencies = [
1128 "proc-macro2",
1129]
1130
1131[[package]]
1132name = "redox_syscall"
1133version = "0.5.3"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
1136dependencies = [
1137 "bitflags 2.6.0",
1138]
1139
1140[[package]]
1141name = "regex"
1142version = "1.10.5"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
1145dependencies = [
1146 "aho-corasick",
1147 "memchr",
1148 "regex-automata",
1149 "regex-syntax",
1150]
1151
1152[[package]]
1153name = "regex-automata"
1154version = "0.4.7"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
1157dependencies = [
1158 "aho-corasick",
1159 "memchr",
1160 "regex-syntax",
1161]
1162
1163[[package]]
1164name = "regex-syntax"
1165version = "0.8.4"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
1168
1169[[package]]
1170name = "rustc-demangle"
1171version = "0.1.24"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1174
1175[[package]]
1176name = "rustix"
1177version = "0.37.27"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
1180dependencies = [
1181 "bitflags 1.3.2",
1182 "errno",
1183 "io-lifetimes",
1184 "libc",
1185 "linux-raw-sys 0.3.8",
1186 "windows-sys 0.48.0",
1187]
1188
1189[[package]]
1190name = "rustix"
1191version = "0.38.34"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
1194dependencies = [
1195 "bitflags 2.6.0",
1196 "errno",
1197 "libc",
1198 "linux-raw-sys 0.4.14",
1199 "windows-sys 0.52.0",
1200]
1201
1202[[package]]
1203name = "ryu"
1204version = "1.0.18"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
1207
1208[[package]]
1209name = "schannel"
1210version = "0.1.23"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1213dependencies = [
1214 "windows-sys 0.52.0",
1215]
1216
1217[[package]]
1218name = "scopeguard"
1219version = "1.2.0"
1220source = "registry+https://github.com/rust-lang/crates.io-index"
1221checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1222
1223[[package]]
1224name = "security-framework"
1225version = "2.11.1"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1228dependencies = [
1229 "bitflags 2.6.0",
1230 "core-foundation",
1231 "core-foundation-sys",
1232 "libc",
1233 "security-framework-sys",
1234]
1235
1236[[package]]
1237name = "security-framework-sys"
1238version = "2.11.1"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
1241dependencies = [
1242 "core-foundation-sys",
1243 "libc",
1244]
1245
1246[[package]]
1247name = "serde"
1248version = "1.0.204"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
1251dependencies = [
1252 "serde_derive",
1253]
1254
1255[[package]]
1256name = "serde_derive"
1257version = "1.0.204"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
1260dependencies = [
1261 "proc-macro2",
1262 "quote",
1263 "syn",
1264]
1265
1266[[package]]
1267name = "serde_json"
1268version = "1.0.120"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
1271dependencies = [
1272 "itoa",
1273 "ryu",
1274 "serde",
1275]
1276
1277[[package]]
1278name = "serde_path_to_error"
1279version = "0.1.16"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
1282dependencies = [
1283 "itoa",
1284 "serde",
1285]
1286
1287[[package]]
1288name = "sha1_smol"
1289version = "1.0.1"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
1292
1293[[package]]
1294name = "sharded-slab"
1295version = "0.1.7"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1298dependencies = [
1299 "lazy_static",
1300]
1301
1302[[package]]
1303name = "signal-hook-registry"
1304version = "1.4.2"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
1307dependencies = [
1308 "libc",
1309]
1310
1311[[package]]
1312name = "slab"
1313version = "0.4.9"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1316dependencies = [
1317 "autocfg",
1318]
1319
1320[[package]]
1321name = "smallvec"
1322version = "1.13.2"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
1325dependencies = [
1326 "serde",
1327]
1328
1329[[package]]
1330name = "smol"
1331version = "1.3.0"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
1334dependencies = [
1335 "async-channel 1.9.0",
1336 "async-executor",
1337 "async-fs",
1338 "async-io 1.13.0",
1339 "async-lock 2.8.0",
1340 "async-net",
1341 "async-process",
1342 "blocking",
1343 "futures-lite 1.13.0",
1344]
1345
1346[[package]]
1347name = "smtp-proto"
1348version = "0.1.5"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "51b8ad3dd187f0d4debab02ad65405a9919d6a4f7bce25bd64a258781063a53a"
1351dependencies = [
1352 "serde",
1353]
1354
1355[[package]]
1356name = "socket2"
1357version = "0.4.10"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
1360dependencies = [
1361 "libc",
1362 "winapi",
1363]
1364
1365[[package]]
1366name = "socket2"
1367version = "0.5.7"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
1370dependencies = [
1371 "libc",
1372 "windows-sys 0.52.0",
1373]
1374
1375[[package]]
1376name = "syn"
1377version = "2.0.72"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
1380dependencies = [
1381 "proc-macro2",
1382 "quote",
1383 "unicode-ident",
1384]
1385
1386[[package]]
1387name = "tempfile"
1388version = "3.10.1"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
1391dependencies = [
1392 "cfg-if",
1393 "fastrand 2.1.0",
1394 "rustix 0.38.34",
1395 "windows-sys 0.52.0",
1396]
1397
1398[[package]]
1399name = "thiserror"
1400version = "1.0.63"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
1403dependencies = [
1404 "thiserror-impl",
1405]
1406
1407[[package]]
1408name = "thiserror-impl"
1409version = "1.0.63"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
1412dependencies = [
1413 "proc-macro2",
1414 "quote",
1415 "syn",
1416]
1417
1418[[package]]
1419name = "thread_local"
1420version = "1.1.8"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
1423dependencies = [
1424 "cfg-if",
1425 "once_cell",
1426]
1427
1428[[package]]
1429name = "tinyvec"
1430version = "1.8.0"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
1433dependencies = [
1434 "tinyvec_macros",
1435]
1436
1437[[package]]
1438name = "tinyvec_macros"
1439version = "0.1.1"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1442
1443[[package]]
1444name = "tokio"
1445version = "1.39.2"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
1448dependencies = [
1449 "backtrace",
1450 "bytes",
1451 "libc",
1452 "mio",
1453 "parking_lot",
1454 "pin-project-lite",
1455 "signal-hook-registry",
1456 "socket2 0.5.7",
1457 "tokio-macros",
1458 "windows-sys 0.52.0",
1459]
1460
1461[[package]]
1462name = "tokio-macros"
1463version = "2.4.0"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
1466dependencies = [
1467 "proc-macro2",
1468 "quote",
1469 "syn",
1470]
1471
1472[[package]]
1473name = "tokio-stream"
1474version = "0.1.15"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
1477dependencies = [
1478 "futures-core",
1479 "pin-project-lite",
1480 "tokio",
1481 "tokio-util",
1482]
1483
1484[[package]]
1485name = "tokio-util"
1486version = "0.7.11"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
1489dependencies = [
1490 "bytes",
1491 "futures-core",
1492 "futures-io",
1493 "futures-sink",
1494 "futures-util",
1495 "hashbrown 0.14.5",
1496 "pin-project-lite",
1497 "slab",
1498 "tokio",
1499]
1500
1501[[package]]
1502name = "tracing"
1503version = "0.1.40"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1506dependencies = [
1507 "log",
1508 "pin-project-lite",
1509 "tracing-attributes",
1510 "tracing-core",
1511]
1512
1513[[package]]
1514name = "tracing-attributes"
1515version = "0.1.27"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
1518dependencies = [
1519 "proc-macro2",
1520 "quote",
1521 "syn",
1522]
1523
1524[[package]]
1525name = "tracing-core"
1526version = "0.1.32"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1529dependencies = [
1530 "once_cell",
1531 "valuable",
1532]
1533
1534[[package]]
1535name = "tracing-log"
1536version = "0.2.0"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1539dependencies = [
1540 "log",
1541 "once_cell",
1542 "tracing-core",
1543]
1544
1545[[package]]
1546name = "tracing-subscriber"
1547version = "0.3.18"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
1550dependencies = [
1551 "nu-ansi-term",
1552 "sharded-slab",
1553 "smallvec",
1554 "thread_local",
1555 "tracing-core",
1556 "tracing-log",
1557]
1558
1559[[package]]
1560name = "unicode-bidi"
1561version = "0.3.15"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
1564
1565[[package]]
1566name = "unicode-ident"
1567version = "1.0.12"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1570
1571[[package]]
1572name = "unicode-normalization"
1573version = "0.1.23"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
1576dependencies = [
1577 "tinyvec",
1578]
1579
1580[[package]]
1581name = "unicode-segmentation"
1582version = "1.11.0"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
1585
1586[[package]]
1587name = "url"
1588version = "2.5.2"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
1591dependencies = [
1592 "form_urlencoded",
1593 "idna",
1594 "percent-encoding",
1595]
1596
1597[[package]]
1598name = "uuid"
1599version = "1.10.0"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
1602dependencies = [
1603 "getrandom",
1604 "serde",
1605 "sha1_smol",
1606]
1607
1608[[package]]
1609name = "valuable"
1610version = "0.1.0"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
1613
1614[[package]]
1615name = "vcpkg"
1616version = "0.2.15"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1619
1620[[package]]
1621name = "version_check"
1622version = "0.9.5"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1625
1626[[package]]
1627name = "waker-fn"
1628version = "1.2.0"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
1631
1632[[package]]
1633name = "wasi"
1634version = "0.11.0+wasi-snapshot-preview1"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1637
1638[[package]]
1639name = "winapi"
1640version = "0.3.9"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1643dependencies = [
1644 "winapi-i686-pc-windows-gnu",
1645 "winapi-x86_64-pc-windows-gnu",
1646]
1647
1648[[package]]
1649name = "winapi-i686-pc-windows-gnu"
1650version = "0.4.0"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1653
1654[[package]]
1655name = "winapi-x86_64-pc-windows-gnu"
1656version = "0.4.0"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1659
1660[[package]]
1661name = "windows-sys"
1662version = "0.48.0"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1665dependencies = [
1666 "windows-targets 0.48.5",
1667]
1668
1669[[package]]
1670name = "windows-sys"
1671version = "0.52.0"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1674dependencies = [
1675 "windows-targets 0.52.6",
1676]
1677
1678[[package]]
1679name = "windows-targets"
1680version = "0.48.5"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1683dependencies = [
1684 "windows_aarch64_gnullvm 0.48.5",
1685 "windows_aarch64_msvc 0.48.5",
1686 "windows_i686_gnu 0.48.5",
1687 "windows_i686_msvc 0.48.5",
1688 "windows_x86_64_gnu 0.48.5",
1689 "windows_x86_64_gnullvm 0.48.5",
1690 "windows_x86_64_msvc 0.48.5",
1691]
1692
1693[[package]]
1694name = "windows-targets"
1695version = "0.52.6"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1698dependencies = [
1699 "windows_aarch64_gnullvm 0.52.6",
1700 "windows_aarch64_msvc 0.52.6",
1701 "windows_i686_gnu 0.52.6",
1702 "windows_i686_gnullvm",
1703 "windows_i686_msvc 0.52.6",
1704 "windows_x86_64_gnu 0.52.6",
1705 "windows_x86_64_gnullvm 0.52.6",
1706 "windows_x86_64_msvc 0.52.6",
1707]
1708
1709[[package]]
1710name = "windows_aarch64_gnullvm"
1711version = "0.48.5"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1714
1715[[package]]
1716name = "windows_aarch64_gnullvm"
1717version = "0.52.6"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1720
1721[[package]]
1722name = "windows_aarch64_msvc"
1723version = "0.48.5"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1726
1727[[package]]
1728name = "windows_aarch64_msvc"
1729version = "0.52.6"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1732
1733[[package]]
1734name = "windows_i686_gnu"
1735version = "0.48.5"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1738
1739[[package]]
1740name = "windows_i686_gnu"
1741version = "0.52.6"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1744
1745[[package]]
1746name = "windows_i686_gnullvm"
1747version = "0.52.6"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1750
1751[[package]]
1752name = "windows_i686_msvc"
1753version = "0.48.5"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1756
1757[[package]]
1758name = "windows_i686_msvc"
1759version = "0.52.6"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1762
1763[[package]]
1764name = "windows_x86_64_gnu"
1765version = "0.48.5"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1768
1769[[package]]
1770name = "windows_x86_64_gnu"
1771version = "0.52.6"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1774
1775[[package]]
1776name = "windows_x86_64_gnullvm"
1777version = "0.48.5"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1780
1781[[package]]
1782name = "windows_x86_64_gnullvm"
1783version = "0.52.6"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1786
1787[[package]]
1788name = "windows_x86_64_msvc"
1789version = "0.48.5"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1792
1793[[package]]
1794name = "windows_x86_64_msvc"
1795version = "0.52.6"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1798
1799[[package]]
1800name = "xdg"
1801version = "2.5.2"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
1804
1805[[package]]
1806name = "zerocopy"
1807version = "0.7.35"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
1810dependencies = [
1811 "zerocopy-derive",
1812]
1813
1814[[package]]
1815name = "zerocopy-derive"
1816version = "0.7.35"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
1819dependencies = [
1820 "proc-macro2",
1821 "quote",
1822 "syn",
1823]