TOMLCargo.lock -rw-r--r-- 60.8 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 = "adler2"
22version = "2.0.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
25
26[[package]]
27name = "aes"
28version = "0.8.4"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
31dependencies = [
32 "cfg-if",
33 "cipher",
34 "cpufeatures",
35]
36
37[[package]]
38name = "ahash"
39version = "0.8.11"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
42dependencies = [
43 "cfg-if",
44 "getrandom",
45 "once_cell",
46 "version_check",
47 "zerocopy",
48]
49
50[[package]]
51name = "aho-corasick"
52version = "1.1.3"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
55dependencies = [
56 "memchr",
57]
58
59[[package]]
60name = "anstream"
61version = "0.6.15"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
64dependencies = [
65 "anstyle",
66 "anstyle-parse",
67 "anstyle-query",
68 "anstyle-wincon",
69 "colorchoice",
70 "is_terminal_polyfill",
71 "utf8parse",
72]
73
74[[package]]
75name = "anstyle"
76version = "1.0.8"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
79
80[[package]]
81name = "anstyle-parse"
82version = "0.2.5"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
85dependencies = [
86 "utf8parse",
87]
88
89[[package]]
90name = "anstyle-query"
91version = "1.1.1"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
94dependencies = [
95 "windows-sys 0.52.0",
96]
97
98[[package]]
99name = "anstyle-wincon"
100version = "3.0.4"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
103dependencies = [
104 "anstyle",
105 "windows-sys 0.52.0",
106]
107
108[[package]]
109name = "arbitrary"
110version = "1.3.2"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
113dependencies = [
114 "derive_arbitrary",
115]
116
117[[package]]
118name = "async-trait"
119version = "0.1.83"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
122dependencies = [
123 "proc-macro2",
124 "quote",
125 "syn",
126]
127
128[[package]]
129name = "autocfg"
130version = "1.3.0"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
133
134[[package]]
135name = "aws-lc-rs"
136version = "1.9.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "2f95446d919226d587817a7d21379e6eb099b97b45110a7f272a444ca5c54070"
139dependencies = [
140 "aws-lc-sys",
141 "mirai-annotations",
142 "paste",
143 "zeroize",
144]
145
146[[package]]
147name = "aws-lc-sys"
148version = "0.21.1"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "234314bd569802ec87011d653d6815c6d7b9ffb969e9fee5b8b20ef860e8dce9"
151dependencies = [
152 "bindgen",
153 "cc",
154 "cmake",
155 "dunce",
156 "fs_extra",
157 "libc",
158 "paste",
159]
160
161[[package]]
162name = "backtrace"
163version = "0.3.73"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
166dependencies = [
167 "addr2line",
168 "cc",
169 "cfg-if",
170 "libc",
171 "miniz_oxide 0.7.4",
172 "object",
173 "rustc-demangle",
174]
175
176[[package]]
177name = "base64"
178version = "0.21.7"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
181
182[[package]]
183name = "base64"
184version = "0.22.1"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
187
188[[package]]
189name = "bindgen"
190version = "0.69.4"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
193dependencies = [
194 "bitflags",
195 "cexpr",
196 "clang-sys",
197 "itertools",
198 "lazy_static",
199 "lazycell",
200 "log",
201 "prettyplease",
202 "proc-macro2",
203 "quote",
204 "regex",
205 "rustc-hash",
206 "shlex",
207 "syn",
208 "which",
209]
210
211[[package]]
212name = "bitflags"
213version = "2.6.0"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
216
217[[package]]
218name = "block-buffer"
219version = "0.10.4"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
222dependencies = [
223 "generic-array",
224]
225
226[[package]]
227name = "bumpalo"
228version = "3.16.0"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
231
232[[package]]
233name = "byteorder"
234version = "1.5.0"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
237
238[[package]]
239name = "bytes"
240version = "1.8.0"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
243
244[[package]]
245name = "bzip2"
246version = "0.4.4"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
249dependencies = [
250 "bzip2-sys",
251 "libc",
252]
253
254[[package]]
255name = "bzip2-sys"
256version = "0.1.11+1.0.8"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
259dependencies = [
260 "cc",
261 "libc",
262 "pkg-config",
263]
264
265[[package]]
266name = "cc"
267version = "1.1.6"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
270dependencies = [
271 "jobserver",
272 "libc",
273]
274
275[[package]]
276name = "cexpr"
277version = "0.6.0"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
280dependencies = [
281 "nom",
282]
283
284[[package]]
285name = "cfg-if"
286version = "1.0.0"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
289
290[[package]]
291name = "charset"
292version = "0.1.5"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e"
295dependencies = [
296 "base64 0.22.1",
297 "encoding_rs",
298]
299
300[[package]]
301name = "cipher"
302version = "0.4.4"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
305dependencies = [
306 "crypto-common",
307 "inout",
308]
309
310[[package]]
311name = "clang-sys"
312version = "1.8.1"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
315dependencies = [
316 "glob",
317 "libc",
318 "libloading",
319]
320
321[[package]]
322name = "clap"
323version = "4.5.20"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
326dependencies = [
327 "clap_builder",
328 "clap_derive",
329]
330
331[[package]]
332name = "clap_builder"
333version = "4.5.20"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
336dependencies = [
337 "anstream",
338 "anstyle",
339 "clap_lex",
340 "strsim",
341]
342
343[[package]]
344name = "clap_derive"
345version = "4.5.18"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
348dependencies = [
349 "heck 0.5.0",
350 "proc-macro2",
351 "quote",
352 "syn",
353]
354
355[[package]]
356name = "clap_lex"
357version = "0.7.2"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
360
361[[package]]
362name = "cmake"
363version = "0.1.51"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
366dependencies = [
367 "cc",
368]
369
370[[package]]
371name = "colorchoice"
372version = "1.0.2"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
375
376[[package]]
377name = "constant_time_eq"
378version = "0.3.1"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
381
382[[package]]
383name = "cpufeatures"
384version = "0.2.13"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
387dependencies = [
388 "libc",
389]
390
391[[package]]
392name = "crc"
393version = "3.2.1"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
396dependencies = [
397 "crc-catalog",
398]
399
400[[package]]
401name = "crc-catalog"
402version = "2.4.0"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
405
406[[package]]
407name = "crc32fast"
408version = "1.4.2"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
411dependencies = [
412 "cfg-if",
413]
414
415[[package]]
416name = "crossbeam-deque"
417version = "0.8.5"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
420dependencies = [
421 "crossbeam-epoch",
422 "crossbeam-utils",
423]
424
425[[package]]
426name = "crossbeam-epoch"
427version = "0.9.18"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
430dependencies = [
431 "crossbeam-utils",
432]
433
434[[package]]
435name = "crossbeam-utils"
436version = "0.8.20"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
439
440[[package]]
441name = "crypto-common"
442version = "0.1.6"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
445dependencies = [
446 "generic-array",
447 "typenum",
448]
449
450[[package]]
451name = "data-encoding"
452version = "2.6.0"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
455
456[[package]]
457name = "deflate64"
458version = "0.1.9"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
461
462[[package]]
463name = "deranged"
464version = "0.3.11"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
467dependencies = [
468 "powerfmt",
469]
470
471[[package]]
472name = "derive_arbitrary"
473version = "1.3.2"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
476dependencies = [
477 "proc-macro2",
478 "quote",
479 "syn",
480]
481
482[[package]]
483name = "digest"
484version = "0.10.7"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
487dependencies = [
488 "block-buffer",
489 "crypto-common",
490 "subtle",
491]
492
493[[package]]
494name = "displaydoc"
495version = "0.2.5"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
498dependencies = [
499 "proc-macro2",
500 "quote",
501 "syn",
502]
503
504[[package]]
505name = "dunce"
506version = "1.0.5"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
509
510[[package]]
511name = "either"
512version = "1.13.0"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
515
516[[package]]
517name = "email_address"
518version = "0.2.9"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
521dependencies = [
522 "serde",
523]
524
525[[package]]
526name = "encoding_rs"
527version = "0.8.34"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
530dependencies = [
531 "cfg-if",
532]
533
534[[package]]
535name = "enum-as-inner"
536version = "0.6.0"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
539dependencies = [
540 "heck 0.4.1",
541 "proc-macro2",
542 "quote",
543 "syn",
544]
545
546[[package]]
547name = "equivalent"
548version = "1.0.1"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
551
552[[package]]
553name = "errno"
554version = "0.3.9"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
557dependencies = [
558 "libc",
559 "windows-sys 0.52.0",
560]
561
562[[package]]
563name = "flate2"
564version = "1.0.33"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
567dependencies = [
568 "crc32fast",
569 "miniz_oxide 0.8.0",
570]
571
572[[package]]
573name = "form_urlencoded"
574version = "1.2.1"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
577dependencies = [
578 "percent-encoding",
579]
580
581[[package]]
582name = "fs_extra"
583version = "1.3.0"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
586
587[[package]]
588name = "futures"
589version = "0.3.31"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
592dependencies = [
593 "futures-channel",
594 "futures-core",
595 "futures-executor",
596 "futures-io",
597 "futures-sink",
598 "futures-task",
599 "futures-util",
600]
601
602[[package]]
603name = "futures-channel"
604version = "0.3.31"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
607dependencies = [
608 "futures-core",
609 "futures-sink",
610]
611
612[[package]]
613name = "futures-core"
614version = "0.3.31"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
617
618[[package]]
619name = "futures-executor"
620version = "0.3.31"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
623dependencies = [
624 "futures-core",
625 "futures-task",
626 "futures-util",
627]
628
629[[package]]
630name = "futures-io"
631version = "0.3.31"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
634
635[[package]]
636name = "futures-macro"
637version = "0.3.31"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
640dependencies = [
641 "proc-macro2",
642 "quote",
643 "syn",
644]
645
646[[package]]
647name = "futures-sink"
648version = "0.3.31"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
651
652[[package]]
653name = "futures-task"
654version = "0.3.31"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
657
658[[package]]
659name = "futures-util"
660version = "0.3.31"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
663dependencies = [
664 "futures-channel",
665 "futures-core",
666 "futures-io",
667 "futures-macro",
668 "futures-sink",
669 "futures-task",
670 "memchr",
671 "pin-project-lite",
672 "pin-utils",
673 "slab",
674]
675
676[[package]]
677name = "generic-array"
678version = "0.14.7"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
681dependencies = [
682 "typenum",
683 "version_check",
684]
685
686[[package]]
687name = "gethostname"
688version = "0.2.3"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
691dependencies = [
692 "libc",
693 "winapi",
694]
695
696[[package]]
697name = "gethostname"
698version = "0.4.3"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
701dependencies = [
702 "libc",
703 "windows-targets 0.48.5",
704]
705
706[[package]]
707name = "getrandom"
708version = "0.2.15"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
711dependencies = [
712 "cfg-if",
713 "libc",
714 "wasi",
715]
716
717[[package]]
718name = "gimli"
719version = "0.29.0"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
722
723[[package]]
724name = "glob"
725version = "0.3.1"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
728
729[[package]]
730name = "hashbrown"
731version = "0.14.5"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
734
735[[package]]
736name = "heck"
737version = "0.4.1"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
740
741[[package]]
742name = "heck"
743version = "0.5.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
746
747[[package]]
748name = "hermit-abi"
749version = "0.3.9"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
752
753[[package]]
754name = "hickory-proto"
755version = "0.24.1"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
758dependencies = [
759 "async-trait",
760 "cfg-if",
761 "data-encoding",
762 "enum-as-inner",
763 "futures-channel",
764 "futures-io",
765 "futures-util",
766 "idna 0.4.0",
767 "ipnet",
768 "once_cell",
769 "rand",
770 "ring 0.16.20",
771 "rustls 0.21.12",
772 "rustls-pemfile 1.0.4",
773 "thiserror",
774 "tinyvec",
775 "tokio",
776 "tokio-rustls 0.24.1",
777 "tracing",
778 "url",
779]
780
781[[package]]
782name = "hickory-resolver"
783version = "0.24.1"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243"
786dependencies = [
787 "cfg-if",
788 "futures-util",
789 "hickory-proto",
790 "ipconfig",
791 "lru-cache",
792 "once_cell",
793 "parking_lot",
794 "rand",
795 "resolv-conf",
796 "rustls 0.21.12",
797 "smallvec",
798 "thiserror",
799 "tokio",
800 "tokio-rustls 0.24.1",
801 "tracing",
802]
803
804[[package]]
805name = "hmac"
806version = "0.12.1"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
809dependencies = [
810 "digest",
811]
812
813[[package]]
814name = "home"
815version = "0.5.9"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
818dependencies = [
819 "windows-sys 0.52.0",
820]
821
822[[package]]
823name = "hostname"
824version = "0.3.1"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
827dependencies = [
828 "libc",
829 "match_cfg",
830 "winapi",
831]
832
833[[package]]
834name = "idna"
835version = "0.4.0"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
838dependencies = [
839 "unicode-bidi",
840 "unicode-normalization",
841]
842
843[[package]]
844name = "idna"
845version = "0.5.0"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
848dependencies = [
849 "unicode-bidi",
850 "unicode-normalization",
851]
852
853[[package]]
854name = "indexmap"
855version = "2.5.0"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
858dependencies = [
859 "equivalent",
860 "hashbrown",
861]
862
863[[package]]
864name = "inout"
865version = "0.1.3"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
868dependencies = [
869 "generic-array",
870]
871
872[[package]]
873name = "ipconfig"
874version = "0.3.2"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
877dependencies = [
878 "socket2",
879 "widestring",
880 "windows-sys 0.48.0",
881 "winreg",
882]
883
884[[package]]
885name = "ipnet"
886version = "2.9.0"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
889
890[[package]]
891name = "is_terminal_polyfill"
892version = "1.70.1"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
895
896[[package]]
897name = "itertools"
898version = "0.12.1"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
901dependencies = [
902 "either",
903]
904
905[[package]]
906name = "itoa"
907version = "1.0.11"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
910
911[[package]]
912name = "jobserver"
913version = "0.1.32"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
916dependencies = [
917 "libc",
918]
919
920[[package]]
921name = "js-sys"
922version = "0.3.70"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
925dependencies = [
926 "wasm-bindgen",
927]
928
929[[package]]
930name = "lazy_static"
931version = "1.5.0"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
934
935[[package]]
936name = "lazycell"
937version = "1.3.0"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
940
941[[package]]
942name = "libc"
943version = "0.2.155"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
946
947[[package]]
948name = "libloading"
949version = "0.8.5"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
952dependencies = [
953 "cfg-if",
954 "windows-targets 0.52.6",
955]
956
957[[package]]
958name = "linked-hash-map"
959version = "0.5.6"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
962
963[[package]]
964name = "linux-raw-sys"
965version = "0.4.14"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
968
969[[package]]
970name = "lock_api"
971version = "0.4.12"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
974dependencies = [
975 "autocfg",
976 "scopeguard",
977]
978
979[[package]]
980name = "lockfree-object-pool"
981version = "0.1.6"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
984
985[[package]]
986name = "log"
987version = "0.4.22"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
990
991[[package]]
992name = "lru-cache"
993version = "0.1.2"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
996dependencies = [
997 "linked-hash-map",
998]
999
1000[[package]]
1001name = "lzma-rs"
1002version = "0.3.0"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
1005dependencies = [
1006 "byteorder",
1007 "crc",
1008]
1009
1010[[package]]
1011name = "mail-auth"
1012version = "0.5.0"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "aaee4c38f4df428c6732f3d5472a013fa248d2772f48c8932295b32c683a23c4"
1015dependencies = [
1016 "ahash",
1017 "flate2",
1018 "hickory-resolver",
1019 "lru-cache",
1020 "mail-builder",
1021 "mail-parser",
1022 "parking_lot",
1023 "quick-xml",
1024 "ring 0.17.8",
1025 "rustls-pemfile 2.2.0",
1026 "serde",
1027 "serde_json",
1028 "zip",
1029]
1030
1031[[package]]
1032name = "mail-builder"
1033version = "0.3.2"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "25f5871d5270ed80f2ee750b95600c8d69b05f8653ad3be913b2ad2e924fefcb"
1036dependencies = [
1037 "gethostname 0.4.3",
1038]
1039
1040[[package]]
1041name = "mail-parser"
1042version = "0.9.4"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "93c3b9e5d8b17faf573330bbc43b37d6e918c0a3bf8a88e7d0a220ebc84af9fc"
1045dependencies = [
1046 "encoding_rs",
1047 "serde",
1048]
1049
1050[[package]]
1051name = "maildir"
1052version = "0.6.4"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "879a6ae6743ab8219fdee64a569094485bfe18434e82b78b27fac5cce09e1437"
1055dependencies = [
1056 "gethostname 0.2.3",
1057 "mailparse",
1058]
1059
1060[[package]]
1061name = "mailparse"
1062version = "0.14.1"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "2d096594926cab442e054e047eb8c1402f7d5b2272573b97ba68aa40629f9757"
1065dependencies = [
1066 "charset",
1067 "data-encoding",
1068 "quoted_printable",
1069]
1070
1071[[package]]
1072name = "maitred"
1073version = "0.1.0"
1074dependencies = [
1075 "async-trait",
1076 "base64 0.22.1",
1077 "bytes",
1078 "crossbeam-deque",
1079 "email_address",
1080 "futures",
1081 "mail-auth",
1082 "mail-builder",
1083 "mail-parser",
1084 "maildir",
1085 "md5",
1086 "proxy-header",
1087 "rustls 0.23.15",
1088 "rustls-pemfile 2.2.0",
1089 "smtp-proto",
1090 "stringprep",
1091 "thiserror",
1092 "tokio",
1093 "tokio-rustls 0.26.0",
1094 "tokio-stream",
1095 "tokio-util",
1096 "tracing",
1097 "tracing-subscriber",
1098 "url",
1099]
1100
1101[[package]]
1102name = "maitred-debug"
1103version = "0.1.0"
1104dependencies = [
1105 "async-trait",
1106 "clap",
1107 "futures",
1108 "maildir",
1109 "maitred",
1110 "serde",
1111 "tokio",
1112 "toml",
1113 "tracing",
1114 "tracing-subscriber",
1115]
1116
1117[[package]]
1118name = "match_cfg"
1119version = "0.1.0"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
1122
1123[[package]]
1124name = "md5"
1125version = "0.7.0"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
1128
1129[[package]]
1130name = "memchr"
1131version = "2.7.4"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1134
1135[[package]]
1136name = "minimal-lexical"
1137version = "0.2.1"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1140
1141[[package]]
1142name = "miniz_oxide"
1143version = "0.7.4"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
1146dependencies = [
1147 "adler",
1148]
1149
1150[[package]]
1151name = "miniz_oxide"
1152version = "0.8.0"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
1155dependencies = [
1156 "adler2",
1157]
1158
1159[[package]]
1160name = "mio"
1161version = "1.0.1"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
1164dependencies = [
1165 "hermit-abi",
1166 "libc",
1167 "wasi",
1168 "windows-sys 0.52.0",
1169]
1170
1171[[package]]
1172name = "mirai-annotations"
1173version = "1.12.0"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
1176
1177[[package]]
1178name = "nom"
1179version = "7.1.3"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1182dependencies = [
1183 "memchr",
1184 "minimal-lexical",
1185]
1186
1187[[package]]
1188name = "nu-ansi-term"
1189version = "0.46.0"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1192dependencies = [
1193 "overload",
1194 "winapi",
1195]
1196
1197[[package]]
1198name = "num-conv"
1199version = "0.1.0"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1202
1203[[package]]
1204name = "object"
1205version = "0.36.2"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
1208dependencies = [
1209 "memchr",
1210]
1211
1212[[package]]
1213name = "once_cell"
1214version = "1.19.0"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1217
1218[[package]]
1219name = "overload"
1220version = "0.1.1"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1223
1224[[package]]
1225name = "parking_lot"
1226version = "0.12.3"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
1229dependencies = [
1230 "lock_api",
1231 "parking_lot_core",
1232]
1233
1234[[package]]
1235name = "parking_lot_core"
1236version = "0.9.10"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1239dependencies = [
1240 "cfg-if",
1241 "libc",
1242 "redox_syscall",
1243 "smallvec",
1244 "windows-targets 0.52.6",
1245]
1246
1247[[package]]
1248name = "paste"
1249version = "1.0.15"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1252
1253[[package]]
1254name = "pbkdf2"
1255version = "0.12.2"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
1258dependencies = [
1259 "digest",
1260 "hmac",
1261]
1262
1263[[package]]
1264name = "percent-encoding"
1265version = "2.3.1"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1268
1269[[package]]
1270name = "pin-project-lite"
1271version = "0.2.14"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1274
1275[[package]]
1276name = "pin-utils"
1277version = "0.1.0"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1280
1281[[package]]
1282name = "pkg-config"
1283version = "0.3.30"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1286
1287[[package]]
1288name = "powerfmt"
1289version = "0.2.0"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1292
1293[[package]]
1294name = "ppv-lite86"
1295version = "0.2.20"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
1298dependencies = [
1299 "zerocopy",
1300]
1301
1302[[package]]
1303name = "prettyplease"
1304version = "0.2.22"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
1307dependencies = [
1308 "proc-macro2",
1309 "syn",
1310]
1311
1312[[package]]
1313name = "proc-macro2"
1314version = "1.0.86"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
1317dependencies = [
1318 "unicode-ident",
1319]
1320
1321[[package]]
1322name = "proxy-header"
1323version = "0.1.2"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "dc1493f63ddddfba840c3169e997c2905d09538ace72d64e84af6324c6e0e065"
1326
1327[[package]]
1328name = "quick-error"
1329version = "1.2.3"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1332
1333[[package]]
1334name = "quick-xml"
1335version = "0.36.1"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc"
1338dependencies = [
1339 "memchr",
1340]
1341
1342[[package]]
1343name = "quote"
1344version = "1.0.36"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1347dependencies = [
1348 "proc-macro2",
1349]
1350
1351[[package]]
1352name = "quoted_printable"
1353version = "0.5.1"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73"
1356
1357[[package]]
1358name = "rand"
1359version = "0.8.5"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1362dependencies = [
1363 "libc",
1364 "rand_chacha",
1365 "rand_core",
1366]
1367
1368[[package]]
1369name = "rand_chacha"
1370version = "0.3.1"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1373dependencies = [
1374 "ppv-lite86",
1375 "rand_core",
1376]
1377
1378[[package]]
1379name = "rand_core"
1380version = "0.6.4"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1383dependencies = [
1384 "getrandom",
1385]
1386
1387[[package]]
1388name = "redox_syscall"
1389version = "0.5.3"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
1392dependencies = [
1393 "bitflags",
1394]
1395
1396[[package]]
1397name = "regex"
1398version = "1.10.6"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
1401dependencies = [
1402 "aho-corasick",
1403 "memchr",
1404 "regex-automata",
1405 "regex-syntax",
1406]
1407
1408[[package]]
1409name = "regex-automata"
1410version = "0.4.7"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
1413dependencies = [
1414 "aho-corasick",
1415 "memchr",
1416 "regex-syntax",
1417]
1418
1419[[package]]
1420name = "regex-syntax"
1421version = "0.8.4"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
1424
1425[[package]]
1426name = "resolv-conf"
1427version = "0.7.0"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
1430dependencies = [
1431 "hostname",
1432 "quick-error",
1433]
1434
1435[[package]]
1436name = "ring"
1437version = "0.16.20"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1440dependencies = [
1441 "cc",
1442 "libc",
1443 "once_cell",
1444 "spin 0.5.2",
1445 "untrusted 0.7.1",
1446 "web-sys",
1447 "winapi",
1448]
1449
1450[[package]]
1451name = "ring"
1452version = "0.17.8"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
1455dependencies = [
1456 "cc",
1457 "cfg-if",
1458 "getrandom",
1459 "libc",
1460 "spin 0.9.8",
1461 "untrusted 0.9.0",
1462 "windows-sys 0.52.0",
1463]
1464
1465[[package]]
1466name = "rustc-demangle"
1467version = "0.1.24"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1470
1471[[package]]
1472name = "rustc-hash"
1473version = "1.1.0"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1476
1477[[package]]
1478name = "rustix"
1479version = "0.38.34"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
1482dependencies = [
1483 "bitflags",
1484 "errno",
1485 "libc",
1486 "linux-raw-sys",
1487 "windows-sys 0.52.0",
1488]
1489
1490[[package]]
1491name = "rustls"
1492version = "0.21.12"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
1495dependencies = [
1496 "log",
1497 "ring 0.17.8",
1498 "rustls-webpki 0.101.7",
1499 "sct",
1500]
1501
1502[[package]]
1503name = "rustls"
1504version = "0.23.15"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
1507dependencies = [
1508 "aws-lc-rs",
1509 "log",
1510 "once_cell",
1511 "rustls-pki-types",
1512 "rustls-webpki 0.102.8",
1513 "subtle",
1514 "zeroize",
1515]
1516
1517[[package]]
1518name = "rustls-pemfile"
1519version = "1.0.4"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
1522dependencies = [
1523 "base64 0.21.7",
1524]
1525
1526[[package]]
1527name = "rustls-pemfile"
1528version = "2.2.0"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
1531dependencies = [
1532 "rustls-pki-types",
1533]
1534
1535[[package]]
1536name = "rustls-pki-types"
1537version = "1.10.0"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
1540
1541[[package]]
1542name = "rustls-webpki"
1543version = "0.101.7"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
1546dependencies = [
1547 "ring 0.17.8",
1548 "untrusted 0.9.0",
1549]
1550
1551[[package]]
1552name = "rustls-webpki"
1553version = "0.102.8"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
1556dependencies = [
1557 "aws-lc-rs",
1558 "ring 0.17.8",
1559 "rustls-pki-types",
1560 "untrusted 0.9.0",
1561]
1562
1563[[package]]
1564name = "ryu"
1565version = "1.0.18"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
1568
1569[[package]]
1570name = "scopeguard"
1571version = "1.2.0"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1574
1575[[package]]
1576name = "sct"
1577version = "0.7.1"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
1580dependencies = [
1581 "ring 0.17.8",
1582 "untrusted 0.9.0",
1583]
1584
1585[[package]]
1586name = "serde"
1587version = "1.0.213"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
1590dependencies = [
1591 "serde_derive",
1592]
1593
1594[[package]]
1595name = "serde_derive"
1596version = "1.0.213"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
1599dependencies = [
1600 "proc-macro2",
1601 "quote",
1602 "syn",
1603]
1604
1605[[package]]
1606name = "serde_json"
1607version = "1.0.127"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
1610dependencies = [
1611 "itoa",
1612 "memchr",
1613 "ryu",
1614 "serde",
1615]
1616
1617[[package]]
1618name = "serde_spanned"
1619version = "0.6.7"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
1622dependencies = [
1623 "serde",
1624]
1625
1626[[package]]
1627name = "sha1"
1628version = "0.10.6"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1631dependencies = [
1632 "cfg-if",
1633 "cpufeatures",
1634 "digest",
1635]
1636
1637[[package]]
1638name = "sharded-slab"
1639version = "0.1.7"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1642dependencies = [
1643 "lazy_static",
1644]
1645
1646[[package]]
1647name = "shlex"
1648version = "1.3.0"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1651
1652[[package]]
1653name = "signal-hook-registry"
1654version = "1.4.2"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
1657dependencies = [
1658 "libc",
1659]
1660
1661[[package]]
1662name = "simd-adler32"
1663version = "0.3.7"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
1666
1667[[package]]
1668name = "slab"
1669version = "0.4.9"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1672dependencies = [
1673 "autocfg",
1674]
1675
1676[[package]]
1677name = "smallvec"
1678version = "1.13.2"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
1681
1682[[package]]
1683name = "smtp-proto"
1684version = "0.1.5"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "51b8ad3dd187f0d4debab02ad65405a9919d6a4f7bce25bd64a258781063a53a"
1687dependencies = [
1688 "serde",
1689]
1690
1691[[package]]
1692name = "socket2"
1693version = "0.5.7"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
1696dependencies = [
1697 "libc",
1698 "windows-sys 0.52.0",
1699]
1700
1701[[package]]
1702name = "spin"
1703version = "0.5.2"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1706
1707[[package]]
1708name = "spin"
1709version = "0.9.8"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1712
1713[[package]]
1714name = "stringprep"
1715version = "0.1.5"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
1718dependencies = [
1719 "unicode-bidi",
1720 "unicode-normalization",
1721 "unicode-properties",
1722]
1723
1724[[package]]
1725name = "strsim"
1726version = "0.11.1"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1729
1730[[package]]
1731name = "subtle"
1732version = "2.6.1"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1735
1736[[package]]
1737name = "syn"
1738version = "2.0.85"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
1741dependencies = [
1742 "proc-macro2",
1743 "quote",
1744 "unicode-ident",
1745]
1746
1747[[package]]
1748name = "thiserror"
1749version = "1.0.65"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
1752dependencies = [
1753 "thiserror-impl",
1754]
1755
1756[[package]]
1757name = "thiserror-impl"
1758version = "1.0.65"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
1761dependencies = [
1762 "proc-macro2",
1763 "quote",
1764 "syn",
1765]
1766
1767[[package]]
1768name = "thread_local"
1769version = "1.1.8"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
1772dependencies = [
1773 "cfg-if",
1774 "once_cell",
1775]
1776
1777[[package]]
1778name = "time"
1779version = "0.3.36"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
1782dependencies = [
1783 "deranged",
1784 "num-conv",
1785 "powerfmt",
1786 "serde",
1787 "time-core",
1788]
1789
1790[[package]]
1791name = "time-core"
1792version = "0.1.2"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
1795
1796[[package]]
1797name = "tinyvec"
1798version = "1.8.0"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
1801dependencies = [
1802 "tinyvec_macros",
1803]
1804
1805[[package]]
1806name = "tinyvec_macros"
1807version = "0.1.1"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1810
1811[[package]]
1812name = "tokio"
1813version = "1.41.0"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
1816dependencies = [
1817 "backtrace",
1818 "bytes",
1819 "libc",
1820 "mio",
1821 "parking_lot",
1822 "pin-project-lite",
1823 "signal-hook-registry",
1824 "socket2",
1825 "tokio-macros",
1826 "windows-sys 0.52.0",
1827]
1828
1829[[package]]
1830name = "tokio-macros"
1831version = "2.4.0"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
1834dependencies = [
1835 "proc-macro2",
1836 "quote",
1837 "syn",
1838]
1839
1840[[package]]
1841name = "tokio-rustls"
1842version = "0.24.1"
1843source = "registry+https://github.com/rust-lang/crates.io-index"
1844checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
1845dependencies = [
1846 "rustls 0.21.12",
1847 "tokio",
1848]
1849
1850[[package]]
1851name = "tokio-rustls"
1852version = "0.26.0"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
1855dependencies = [
1856 "rustls 0.23.15",
1857 "rustls-pki-types",
1858 "tokio",
1859]
1860
1861[[package]]
1862name = "tokio-stream"
1863version = "0.1.16"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
1866dependencies = [
1867 "futures-core",
1868 "pin-project-lite",
1869 "tokio",
1870 "tokio-util",
1871]
1872
1873[[package]]
1874name = "tokio-util"
1875version = "0.7.12"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
1878dependencies = [
1879 "bytes",
1880 "futures-core",
1881 "futures-io",
1882 "futures-sink",
1883 "futures-util",
1884 "hashbrown",
1885 "pin-project-lite",
1886 "slab",
1887 "tokio",
1888]
1889
1890[[package]]
1891name = "toml"
1892version = "0.8.19"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
1895dependencies = [
1896 "serde",
1897 "serde_spanned",
1898 "toml_datetime",
1899 "toml_edit",
1900]
1901
1902[[package]]
1903name = "toml_datetime"
1904version = "0.6.8"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
1907dependencies = [
1908 "serde",
1909]
1910
1911[[package]]
1912name = "toml_edit"
1913version = "0.22.20"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
1916dependencies = [
1917 "indexmap",
1918 "serde",
1919 "serde_spanned",
1920 "toml_datetime",
1921 "winnow",
1922]
1923
1924[[package]]
1925name = "tracing"
1926version = "0.1.40"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1929dependencies = [
1930 "log",
1931 "pin-project-lite",
1932 "tracing-attributes",
1933 "tracing-core",
1934]
1935
1936[[package]]
1937name = "tracing-attributes"
1938version = "0.1.27"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
1941dependencies = [
1942 "proc-macro2",
1943 "quote",
1944 "syn",
1945]
1946
1947[[package]]
1948name = "tracing-core"
1949version = "0.1.32"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1952dependencies = [
1953 "once_cell",
1954 "valuable",
1955]
1956
1957[[package]]
1958name = "tracing-log"
1959version = "0.2.0"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1962dependencies = [
1963 "log",
1964 "once_cell",
1965 "tracing-core",
1966]
1967
1968[[package]]
1969name = "tracing-subscriber"
1970version = "0.3.18"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
1973dependencies = [
1974 "nu-ansi-term",
1975 "sharded-slab",
1976 "smallvec",
1977 "thread_local",
1978 "tracing-core",
1979 "tracing-log",
1980]
1981
1982[[package]]
1983name = "typenum"
1984version = "1.17.0"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
1987
1988[[package]]
1989name = "unicode-bidi"
1990version = "0.3.15"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
1993
1994[[package]]
1995name = "unicode-ident"
1996version = "1.0.12"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1999
2000[[package]]
2001name = "unicode-normalization"
2002version = "0.1.23"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2005dependencies = [
2006 "tinyvec",
2007]
2008
2009[[package]]
2010name = "unicode-properties"
2011version = "0.1.2"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
2014
2015[[package]]
2016name = "untrusted"
2017version = "0.7.1"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020
2021[[package]]
2022name = "untrusted"
2023version = "0.9.0"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2026
2027[[package]]
2028name = "url"
2029version = "2.5.2"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2032dependencies = [
2033 "form_urlencoded",
2034 "idna 0.5.0",
2035 "percent-encoding",
2036]
2037
2038[[package]]
2039name = "utf8parse"
2040version = "0.2.2"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2043
2044[[package]]
2045name = "valuable"
2046version = "0.1.0"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2049
2050[[package]]
2051name = "version_check"
2052version = "0.9.5"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2055
2056[[package]]
2057name = "wasi"
2058version = "0.11.0+wasi-snapshot-preview1"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2061
2062[[package]]
2063name = "wasm-bindgen"
2064version = "0.2.93"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
2067dependencies = [
2068 "cfg-if",
2069 "once_cell",
2070 "wasm-bindgen-macro",
2071]
2072
2073[[package]]
2074name = "wasm-bindgen-backend"
2075version = "0.2.93"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
2078dependencies = [
2079 "bumpalo",
2080 "log",
2081 "once_cell",
2082 "proc-macro2",
2083 "quote",
2084 "syn",
2085 "wasm-bindgen-shared",
2086]
2087
2088[[package]]
2089name = "wasm-bindgen-macro"
2090version = "0.2.93"
2091source = "registry+https://github.com/rust-lang/crates.io-index"
2092checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
2093dependencies = [
2094 "quote",
2095 "wasm-bindgen-macro-support",
2096]
2097
2098[[package]]
2099name = "wasm-bindgen-macro-support"
2100version = "0.2.93"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
2103dependencies = [
2104 "proc-macro2",
2105 "quote",
2106 "syn",
2107 "wasm-bindgen-backend",
2108 "wasm-bindgen-shared",
2109]
2110
2111[[package]]
2112name = "wasm-bindgen-shared"
2113version = "0.2.93"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
2116
2117[[package]]
2118name = "web-sys"
2119version = "0.3.70"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
2122dependencies = [
2123 "js-sys",
2124 "wasm-bindgen",
2125]
2126
2127[[package]]
2128name = "which"
2129version = "4.4.2"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2132dependencies = [
2133 "either",
2134 "home",
2135 "once_cell",
2136 "rustix",
2137]
2138
2139[[package]]
2140name = "widestring"
2141version = "1.1.0"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
2144
2145[[package]]
2146name = "winapi"
2147version = "0.3.9"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2150dependencies = [
2151 "winapi-i686-pc-windows-gnu",
2152 "winapi-x86_64-pc-windows-gnu",
2153]
2154
2155[[package]]
2156name = "winapi-i686-pc-windows-gnu"
2157version = "0.4.0"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2160
2161[[package]]
2162name = "winapi-x86_64-pc-windows-gnu"
2163version = "0.4.0"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2166
2167[[package]]
2168name = "windows-sys"
2169version = "0.48.0"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2172dependencies = [
2173 "windows-targets 0.48.5",
2174]
2175
2176[[package]]
2177name = "windows-sys"
2178version = "0.52.0"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2181dependencies = [
2182 "windows-targets 0.52.6",
2183]
2184
2185[[package]]
2186name = "windows-targets"
2187version = "0.48.5"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2190dependencies = [
2191 "windows_aarch64_gnullvm 0.48.5",
2192 "windows_aarch64_msvc 0.48.5",
2193 "windows_i686_gnu 0.48.5",
2194 "windows_i686_msvc 0.48.5",
2195 "windows_x86_64_gnu 0.48.5",
2196 "windows_x86_64_gnullvm 0.48.5",
2197 "windows_x86_64_msvc 0.48.5",
2198]
2199
2200[[package]]
2201name = "windows-targets"
2202version = "0.52.6"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2205dependencies = [
2206 "windows_aarch64_gnullvm 0.52.6",
2207 "windows_aarch64_msvc 0.52.6",
2208 "windows_i686_gnu 0.52.6",
2209 "windows_i686_gnullvm",
2210 "windows_i686_msvc 0.52.6",
2211 "windows_x86_64_gnu 0.52.6",
2212 "windows_x86_64_gnullvm 0.52.6",
2213 "windows_x86_64_msvc 0.52.6",
2214]
2215
2216[[package]]
2217name = "windows_aarch64_gnullvm"
2218version = "0.48.5"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2221
2222[[package]]
2223name = "windows_aarch64_gnullvm"
2224version = "0.52.6"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2227
2228[[package]]
2229name = "windows_aarch64_msvc"
2230version = "0.48.5"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2233
2234[[package]]
2235name = "windows_aarch64_msvc"
2236version = "0.52.6"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2239
2240[[package]]
2241name = "windows_i686_gnu"
2242version = "0.48.5"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2245
2246[[package]]
2247name = "windows_i686_gnu"
2248version = "0.52.6"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2251
2252[[package]]
2253name = "windows_i686_gnullvm"
2254version = "0.52.6"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2257
2258[[package]]
2259name = "windows_i686_msvc"
2260version = "0.48.5"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2263
2264[[package]]
2265name = "windows_i686_msvc"
2266version = "0.52.6"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2269
2270[[package]]
2271name = "windows_x86_64_gnu"
2272version = "0.48.5"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2275
2276[[package]]
2277name = "windows_x86_64_gnu"
2278version = "0.52.6"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2281
2282[[package]]
2283name = "windows_x86_64_gnullvm"
2284version = "0.48.5"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2287
2288[[package]]
2289name = "windows_x86_64_gnullvm"
2290version = "0.52.6"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2293
2294[[package]]
2295name = "windows_x86_64_msvc"
2296version = "0.48.5"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2299
2300[[package]]
2301name = "windows_x86_64_msvc"
2302version = "0.52.6"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2305
2306[[package]]
2307name = "winnow"
2308version = "0.6.18"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
2311dependencies = [
2312 "memchr",
2313]
2314
2315[[package]]
2316name = "winreg"
2317version = "0.50.0"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2320dependencies = [
2321 "cfg-if",
2322 "windows-sys 0.48.0",
2323]
2324
2325[[package]]
2326name = "zerocopy"
2327version = "0.7.35"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2330dependencies = [
2331 "byteorder",
2332 "zerocopy-derive",
2333]
2334
2335[[package]]
2336name = "zerocopy-derive"
2337version = "0.7.35"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2340dependencies = [
2341 "proc-macro2",
2342 "quote",
2343 "syn",
2344]
2345
2346[[package]]
2347name = "zeroize"
2348version = "1.8.1"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2351dependencies = [
2352 "zeroize_derive",
2353]
2354
2355[[package]]
2356name = "zeroize_derive"
2357version = "1.4.2"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
2360dependencies = [
2361 "proc-macro2",
2362 "quote",
2363 "syn",
2364]
2365
2366[[package]]
2367name = "zip"
2368version = "2.2.0"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494"
2371dependencies = [
2372 "aes",
2373 "arbitrary",
2374 "bzip2",
2375 "constant_time_eq",
2376 "crc32fast",
2377 "crossbeam-utils",
2378 "deflate64",
2379 "displaydoc",
2380 "flate2",
2381 "hmac",
2382 "indexmap",
2383 "lzma-rs",
2384 "memchr",
2385 "pbkdf2",
2386 "rand",
2387 "sha1",
2388 "thiserror",
2389 "time",
2390 "zeroize",
2391 "zopfli",
2392 "zstd",
2393]
2394
2395[[package]]
2396name = "zopfli"
2397version = "0.8.1"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
2400dependencies = [
2401 "bumpalo",
2402 "crc32fast",
2403 "lockfree-object-pool",
2404 "log",
2405 "once_cell",
2406 "simd-adler32",
2407]
2408
2409[[package]]
2410name = "zstd"
2411version = "0.13.2"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
2414dependencies = [
2415 "zstd-safe",
2416]
2417
2418[[package]]
2419name = "zstd-safe"
2420version = "7.2.1"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
2423dependencies = [
2424 "zstd-sys",
2425]
2426
2427[[package]]
2428name = "zstd-sys"
2429version = "2.0.13+zstd.1.5.6"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
2432dependencies = [
2433 "cc",
2434 "pkg-config",
2435]