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