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