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.83"
|
126 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
127 | checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
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 | "proxy-header",
|
1097 | "rustls 0.23.13",
|
1098 | "rustls-pemfile 2.1.3",
|
1099 | "smtp-proto",
|
1100 | "stringprep",
|
1101 | "thiserror",
|
1102 | "tokio",
|
1103 | "tokio-rustls 0.26.0",
|
1104 | "tokio-stream",
|
1105 | "tokio-util",
|
1106 | "tracing",
|
1107 | "tracing-subscriber",
|
1108 | "url",
|
1109 | ]
|
1110 |
|
1111 | [[package]]
|
1112 | name = "maitred-debug"
|
1113 | version = "0.1.0"
|
1114 | dependencies = [
|
1115 | "async-trait",
|
1116 | "clap",
|
1117 | "futures",
|
1118 | "maildir",
|
1119 | "maitred",
|
1120 | "serde",
|
1121 | "tokio",
|
1122 | "toml",
|
1123 | "tracing",
|
1124 | "tracing-subscriber",
|
1125 | ]
|
1126 |
|
1127 | [[package]]
|
1128 | name = "match_cfg"
|
1129 | version = "0.1.0"
|
1130 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1131 | checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
1132 |
|
1133 | [[package]]
|
1134 | name = "md5"
|
1135 | version = "0.7.0"
|
1136 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1137 | checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
1138 |
|
1139 | [[package]]
|
1140 | name = "memchr"
|
1141 | version = "2.7.4"
|
1142 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1143 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
1144 |
|
1145 | [[package]]
|
1146 | name = "minimal-lexical"
|
1147 | version = "0.2.1"
|
1148 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1149 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
1150 |
|
1151 | [[package]]
|
1152 | name = "miniz_oxide"
|
1153 | version = "0.7.4"
|
1154 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1155 | checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
1156 | dependencies = [
|
1157 | "adler",
|
1158 | ]
|
1159 |
|
1160 | [[package]]
|
1161 | name = "miniz_oxide"
|
1162 | version = "0.8.0"
|
1163 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1164 | checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
1165 | dependencies = [
|
1166 | "adler2",
|
1167 | ]
|
1168 |
|
1169 | [[package]]
|
1170 | name = "mio"
|
1171 | version = "1.0.1"
|
1172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1173 | checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
|
1174 | dependencies = [
|
1175 | "hermit-abi",
|
1176 | "libc",
|
1177 | "wasi",
|
1178 | "windows-sys 0.52.0",
|
1179 | ]
|
1180 |
|
1181 | [[package]]
|
1182 | name = "mirai-annotations"
|
1183 | version = "1.12.0"
|
1184 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1185 | checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
|
1186 |
|
1187 | [[package]]
|
1188 | name = "nom"
|
1189 | version = "7.1.3"
|
1190 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1191 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
1192 | dependencies = [
|
1193 | "memchr",
|
1194 | "minimal-lexical",
|
1195 | ]
|
1196 |
|
1197 | [[package]]
|
1198 | name = "nu-ansi-term"
|
1199 | version = "0.46.0"
|
1200 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1201 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
1202 | dependencies = [
|
1203 | "overload",
|
1204 | "winapi",
|
1205 | ]
|
1206 |
|
1207 | [[package]]
|
1208 | name = "num-conv"
|
1209 | version = "0.1.0"
|
1210 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1211 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
1212 |
|
1213 | [[package]]
|
1214 | name = "object"
|
1215 | version = "0.36.2"
|
1216 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1217 | checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
|
1218 | dependencies = [
|
1219 | "memchr",
|
1220 | ]
|
1221 |
|
1222 | [[package]]
|
1223 | name = "once_cell"
|
1224 | version = "1.19.0"
|
1225 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1226 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
1227 |
|
1228 | [[package]]
|
1229 | name = "overload"
|
1230 | version = "0.1.1"
|
1231 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1232 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
1233 |
|
1234 | [[package]]
|
1235 | name = "parking_lot"
|
1236 | version = "0.12.3"
|
1237 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1238 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
1239 | dependencies = [
|
1240 | "lock_api",
|
1241 | "parking_lot_core",
|
1242 | ]
|
1243 |
|
1244 | [[package]]
|
1245 | name = "parking_lot_core"
|
1246 | version = "0.9.10"
|
1247 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1248 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
1249 | dependencies = [
|
1250 | "cfg-if",
|
1251 | "libc",
|
1252 | "redox_syscall",
|
1253 | "smallvec",
|
1254 | "windows-targets 0.52.6",
|
1255 | ]
|
1256 |
|
1257 | [[package]]
|
1258 | name = "paste"
|
1259 | version = "1.0.15"
|
1260 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1261 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
1262 |
|
1263 | [[package]]
|
1264 | name = "pbkdf2"
|
1265 | version = "0.12.2"
|
1266 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1267 | checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
1268 | dependencies = [
|
1269 | "digest",
|
1270 | "hmac",
|
1271 | ]
|
1272 |
|
1273 | [[package]]
|
1274 | name = "percent-encoding"
|
1275 | version = "2.3.1"
|
1276 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1277 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
1278 |
|
1279 | [[package]]
|
1280 | name = "pin-project-lite"
|
1281 | version = "0.2.14"
|
1282 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1283 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
1284 |
|
1285 | [[package]]
|
1286 | name = "pin-utils"
|
1287 | version = "0.1.0"
|
1288 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1289 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
1290 |
|
1291 | [[package]]
|
1292 | name = "pkg-config"
|
1293 | version = "0.3.30"
|
1294 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1295 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
1296 |
|
1297 | [[package]]
|
1298 | name = "powerfmt"
|
1299 | version = "0.2.0"
|
1300 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1301 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
1302 |
|
1303 | [[package]]
|
1304 | name = "ppv-lite86"
|
1305 | version = "0.2.20"
|
1306 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1307 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
1308 | dependencies = [
|
1309 | "zerocopy",
|
1310 | ]
|
1311 |
|
1312 | [[package]]
|
1313 | name = "prettyplease"
|
1314 | version = "0.2.22"
|
1315 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1316 | checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
|
1317 | dependencies = [
|
1318 | "proc-macro2",
|
1319 | "syn",
|
1320 | ]
|
1321 |
|
1322 | [[package]]
|
1323 | name = "proc-macro2"
|
1324 | version = "1.0.86"
|
1325 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1326 | checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
1327 | dependencies = [
|
1328 | "unicode-ident",
|
1329 | ]
|
1330 |
|
1331 | [[package]]
|
1332 | name = "proxy-header"
|
1333 | version = "0.1.2"
|
1334 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1335 | checksum = "dc1493f63ddddfba840c3169e997c2905d09538ace72d64e84af6324c6e0e065"
|
1336 |
|
1337 | [[package]]
|
1338 | name = "quick-error"
|
1339 | version = "1.2.3"
|
1340 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1341 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
1342 |
|
1343 | [[package]]
|
1344 | name = "quick-xml"
|
1345 | version = "0.36.1"
|
1346 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1347 | checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc"
|
1348 | dependencies = [
|
1349 | "memchr",
|
1350 | ]
|
1351 |
|
1352 | [[package]]
|
1353 | name = "quote"
|
1354 | version = "1.0.36"
|
1355 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1356 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
1357 | dependencies = [
|
1358 | "proc-macro2",
|
1359 | ]
|
1360 |
|
1361 | [[package]]
|
1362 | name = "quoted_printable"
|
1363 | version = "0.5.1"
|
1364 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1365 | checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73"
|
1366 |
|
1367 | [[package]]
|
1368 | name = "rand"
|
1369 | version = "0.8.5"
|
1370 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1371 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
1372 | dependencies = [
|
1373 | "libc",
|
1374 | "rand_chacha",
|
1375 | "rand_core",
|
1376 | ]
|
1377 |
|
1378 | [[package]]
|
1379 | name = "rand_chacha"
|
1380 | version = "0.3.1"
|
1381 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1382 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
1383 | dependencies = [
|
1384 | "ppv-lite86",
|
1385 | "rand_core",
|
1386 | ]
|
1387 |
|
1388 | [[package]]
|
1389 | name = "rand_core"
|
1390 | version = "0.6.4"
|
1391 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1392 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
1393 | dependencies = [
|
1394 | "getrandom",
|
1395 | ]
|
1396 |
|
1397 | [[package]]
|
1398 | name = "redox_syscall"
|
1399 | version = "0.5.3"
|
1400 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1401 | checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
|
1402 | dependencies = [
|
1403 | "bitflags",
|
1404 | ]
|
1405 |
|
1406 | [[package]]
|
1407 | name = "regex"
|
1408 | version = "1.10.6"
|
1409 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1410 | checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
1411 | dependencies = [
|
1412 | "aho-corasick",
|
1413 | "memchr",
|
1414 | "regex-automata",
|
1415 | "regex-syntax",
|
1416 | ]
|
1417 |
|
1418 | [[package]]
|
1419 | name = "regex-automata"
|
1420 | version = "0.4.7"
|
1421 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1422 | checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
1423 | dependencies = [
|
1424 | "aho-corasick",
|
1425 | "memchr",
|
1426 | "regex-syntax",
|
1427 | ]
|
1428 |
|
1429 | [[package]]
|
1430 | name = "regex-syntax"
|
1431 | version = "0.8.4"
|
1432 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1433 | checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
1434 |
|
1435 | [[package]]
|
1436 | name = "resolv-conf"
|
1437 | version = "0.7.0"
|
1438 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1439 | checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
1440 | dependencies = [
|
1441 | "hostname",
|
1442 | "quick-error",
|
1443 | ]
|
1444 |
|
1445 | [[package]]
|
1446 | name = "ring"
|
1447 | version = "0.16.20"
|
1448 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1449 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
1450 | dependencies = [
|
1451 | "cc",
|
1452 | "libc",
|
1453 | "once_cell",
|
1454 | "spin 0.5.2",
|
1455 | "untrusted 0.7.1",
|
1456 | "web-sys",
|
1457 | "winapi",
|
1458 | ]
|
1459 |
|
1460 | [[package]]
|
1461 | name = "ring"
|
1462 | version = "0.17.8"
|
1463 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1464 | checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
1465 | dependencies = [
|
1466 | "cc",
|
1467 | "cfg-if",
|
1468 | "getrandom",
|
1469 | "libc",
|
1470 | "spin 0.9.8",
|
1471 | "untrusted 0.9.0",
|
1472 | "windows-sys 0.52.0",
|
1473 | ]
|
1474 |
|
1475 | [[package]]
|
1476 | name = "rustc-demangle"
|
1477 | version = "0.1.24"
|
1478 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1479 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
1480 |
|
1481 | [[package]]
|
1482 | name = "rustc-hash"
|
1483 | version = "1.1.0"
|
1484 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1485 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
1486 |
|
1487 | [[package]]
|
1488 | name = "rustix"
|
1489 | version = "0.38.34"
|
1490 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1491 | checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
1492 | dependencies = [
|
1493 | "bitflags",
|
1494 | "errno",
|
1495 | "libc",
|
1496 | "linux-raw-sys",
|
1497 | "windows-sys 0.52.0",
|
1498 | ]
|
1499 |
|
1500 | [[package]]
|
1501 | name = "rustls"
|
1502 | version = "0.21.12"
|
1503 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1504 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
1505 | dependencies = [
|
1506 | "log",
|
1507 | "ring 0.17.8",
|
1508 | "rustls-webpki 0.101.7",
|
1509 | "sct",
|
1510 | ]
|
1511 |
|
1512 | [[package]]
|
1513 | name = "rustls"
|
1514 | version = "0.23.13"
|
1515 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1516 | checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
|
1517 | dependencies = [
|
1518 | "aws-lc-rs",
|
1519 | "log",
|
1520 | "once_cell",
|
1521 | "rustls-pki-types",
|
1522 | "rustls-webpki 0.102.8",
|
1523 | "subtle",
|
1524 | "zeroize",
|
1525 | ]
|
1526 |
|
1527 | [[package]]
|
1528 | name = "rustls-pemfile"
|
1529 | version = "1.0.4"
|
1530 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1531 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
1532 | dependencies = [
|
1533 | "base64 0.21.7",
|
1534 | ]
|
1535 |
|
1536 | [[package]]
|
1537 | name = "rustls-pemfile"
|
1538 | version = "2.1.3"
|
1539 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1540 | checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
|
1541 | dependencies = [
|
1542 | "base64 0.22.1",
|
1543 | "rustls-pki-types",
|
1544 | ]
|
1545 |
|
1546 | [[package]]
|
1547 | name = "rustls-pki-types"
|
1548 | version = "1.8.0"
|
1549 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1550 | checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
|
1551 |
|
1552 | [[package]]
|
1553 | name = "rustls-webpki"
|
1554 | version = "0.101.7"
|
1555 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1556 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
1557 | dependencies = [
|
1558 | "ring 0.17.8",
|
1559 | "untrusted 0.9.0",
|
1560 | ]
|
1561 |
|
1562 | [[package]]
|
1563 | name = "rustls-webpki"
|
1564 | version = "0.102.8"
|
1565 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1566 | checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
1567 | dependencies = [
|
1568 | "aws-lc-rs",
|
1569 | "ring 0.17.8",
|
1570 | "rustls-pki-types",
|
1571 | "untrusted 0.9.0",
|
1572 | ]
|
1573 |
|
1574 | [[package]]
|
1575 | name = "ryu"
|
1576 | version = "1.0.18"
|
1577 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1578 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
1579 |
|
1580 | [[package]]
|
1581 | name = "scopeguard"
|
1582 | version = "1.2.0"
|
1583 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1584 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
1585 |
|
1586 | [[package]]
|
1587 | name = "sct"
|
1588 | version = "0.7.1"
|
1589 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1590 | checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
1591 | dependencies = [
|
1592 | "ring 0.17.8",
|
1593 | "untrusted 0.9.0",
|
1594 | ]
|
1595 |
|
1596 | [[package]]
|
1597 | name = "serde"
|
1598 | version = "1.0.209"
|
1599 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1600 | checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
|
1601 | dependencies = [
|
1602 | "serde_derive",
|
1603 | ]
|
1604 |
|
1605 | [[package]]
|
1606 | name = "serde_derive"
|
1607 | version = "1.0.209"
|
1608 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1609 | checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
|
1610 | dependencies = [
|
1611 | "proc-macro2",
|
1612 | "quote",
|
1613 | "syn",
|
1614 | ]
|
1615 |
|
1616 | [[package]]
|
1617 | name = "serde_json"
|
1618 | version = "1.0.127"
|
1619 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1620 | checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
|
1621 | dependencies = [
|
1622 | "itoa",
|
1623 | "memchr",
|
1624 | "ryu",
|
1625 | "serde",
|
1626 | ]
|
1627 |
|
1628 | [[package]]
|
1629 | name = "serde_spanned"
|
1630 | version = "0.6.7"
|
1631 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1632 | checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
1633 | dependencies = [
|
1634 | "serde",
|
1635 | ]
|
1636 |
|
1637 | [[package]]
|
1638 | name = "sha1"
|
1639 | version = "0.10.6"
|
1640 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1641 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
1642 | dependencies = [
|
1643 | "cfg-if",
|
1644 | "cpufeatures",
|
1645 | "digest",
|
1646 | ]
|
1647 |
|
1648 | [[package]]
|
1649 | name = "sharded-slab"
|
1650 | version = "0.1.7"
|
1651 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1652 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
1653 | dependencies = [
|
1654 | "lazy_static",
|
1655 | ]
|
1656 |
|
1657 | [[package]]
|
1658 | name = "shlex"
|
1659 | version = "1.3.0"
|
1660 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1661 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
1662 |
|
1663 | [[package]]
|
1664 | name = "signal-hook-registry"
|
1665 | version = "1.4.2"
|
1666 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1667 | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
1668 | dependencies = [
|
1669 | "libc",
|
1670 | ]
|
1671 |
|
1672 | [[package]]
|
1673 | name = "simd-adler32"
|
1674 | version = "0.3.7"
|
1675 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1676 | checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
1677 |
|
1678 | [[package]]
|
1679 | name = "slab"
|
1680 | version = "0.4.9"
|
1681 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1682 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
1683 | dependencies = [
|
1684 | "autocfg",
|
1685 | ]
|
1686 |
|
1687 | [[package]]
|
1688 | name = "smallvec"
|
1689 | version = "1.13.2"
|
1690 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1691 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
1692 |
|
1693 | [[package]]
|
1694 | name = "smtp-proto"
|
1695 | version = "0.1.5"
|
1696 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1697 | checksum = "51b8ad3dd187f0d4debab02ad65405a9919d6a4f7bce25bd64a258781063a53a"
|
1698 | dependencies = [
|
1699 | "serde",
|
1700 | ]
|
1701 |
|
1702 | [[package]]
|
1703 | name = "socket2"
|
1704 | version = "0.5.7"
|
1705 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1706 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
1707 | dependencies = [
|
1708 | "libc",
|
1709 | "windows-sys 0.52.0",
|
1710 | ]
|
1711 |
|
1712 | [[package]]
|
1713 | name = "spin"
|
1714 | version = "0.5.2"
|
1715 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1716 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
1717 |
|
1718 | [[package]]
|
1719 | name = "spin"
|
1720 | version = "0.9.8"
|
1721 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1722 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
1723 |
|
1724 | [[package]]
|
1725 | name = "stringprep"
|
1726 | version = "0.1.5"
|
1727 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1728 | checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
1729 | dependencies = [
|
1730 | "unicode-bidi",
|
1731 | "unicode-normalization",
|
1732 | "unicode-properties",
|
1733 | ]
|
1734 |
|
1735 | [[package]]
|
1736 | name = "strsim"
|
1737 | version = "0.11.1"
|
1738 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1739 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
1740 |
|
1741 | [[package]]
|
1742 | name = "subtle"
|
1743 | version = "2.6.1"
|
1744 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1745 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
1746 |
|
1747 | [[package]]
|
1748 | name = "syn"
|
1749 | version = "2.0.77"
|
1750 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1751 | checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
|
1752 | dependencies = [
|
1753 | "proc-macro2",
|
1754 | "quote",
|
1755 | "unicode-ident",
|
1756 | ]
|
1757 |
|
1758 | [[package]]
|
1759 | name = "thiserror"
|
1760 | version = "1.0.63"
|
1761 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1762 | checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
1763 | dependencies = [
|
1764 | "thiserror-impl",
|
1765 | ]
|
1766 |
|
1767 | [[package]]
|
1768 | name = "thiserror-impl"
|
1769 | version = "1.0.63"
|
1770 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1771 | checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
1772 | dependencies = [
|
1773 | "proc-macro2",
|
1774 | "quote",
|
1775 | "syn",
|
1776 | ]
|
1777 |
|
1778 | [[package]]
|
1779 | name = "thread_local"
|
1780 | version = "1.1.8"
|
1781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1782 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
1783 | dependencies = [
|
1784 | "cfg-if",
|
1785 | "once_cell",
|
1786 | ]
|
1787 |
|
1788 | [[package]]
|
1789 | name = "time"
|
1790 | version = "0.3.36"
|
1791 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1792 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
1793 | dependencies = [
|
1794 | "deranged",
|
1795 | "num-conv",
|
1796 | "powerfmt",
|
1797 | "serde",
|
1798 | "time-core",
|
1799 | ]
|
1800 |
|
1801 | [[package]]
|
1802 | name = "time-core"
|
1803 | version = "0.1.2"
|
1804 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1805 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
1806 |
|
1807 | [[package]]
|
1808 | name = "tinyvec"
|
1809 | version = "1.8.0"
|
1810 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1811 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
1812 | dependencies = [
|
1813 | "tinyvec_macros",
|
1814 | ]
|
1815 |
|
1816 | [[package]]
|
1817 | name = "tinyvec_macros"
|
1818 | version = "0.1.1"
|
1819 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1820 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
1821 |
|
1822 | [[package]]
|
1823 | name = "tokio"
|
1824 | version = "1.39.2"
|
1825 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1826 | checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
|
1827 | dependencies = [
|
1828 | "backtrace",
|
1829 | "bytes",
|
1830 | "libc",
|
1831 | "mio",
|
1832 | "parking_lot",
|
1833 | "pin-project-lite",
|
1834 | "signal-hook-registry",
|
1835 | "socket2",
|
1836 | "tokio-macros",
|
1837 | "windows-sys 0.52.0",
|
1838 | ]
|
1839 |
|
1840 | [[package]]
|
1841 | name = "tokio-macros"
|
1842 | version = "2.4.0"
|
1843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1844 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
1845 | dependencies = [
|
1846 | "proc-macro2",
|
1847 | "quote",
|
1848 | "syn",
|
1849 | ]
|
1850 |
|
1851 | [[package]]
|
1852 | name = "tokio-rustls"
|
1853 | version = "0.24.1"
|
1854 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1855 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
1856 | dependencies = [
|
1857 | "rustls 0.21.12",
|
1858 | "tokio",
|
1859 | ]
|
1860 |
|
1861 | [[package]]
|
1862 | name = "tokio-rustls"
|
1863 | version = "0.26.0"
|
1864 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1865 | checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
1866 | dependencies = [
|
1867 | "rustls 0.23.13",
|
1868 | "rustls-pki-types",
|
1869 | "tokio",
|
1870 | ]
|
1871 |
|
1872 | [[package]]
|
1873 | name = "tokio-stream"
|
1874 | version = "0.1.15"
|
1875 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1876 | checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
1877 | dependencies = [
|
1878 | "futures-core",
|
1879 | "pin-project-lite",
|
1880 | "tokio",
|
1881 | "tokio-util",
|
1882 | ]
|
1883 |
|
1884 | [[package]]
|
1885 | name = "tokio-util"
|
1886 | version = "0.7.11"
|
1887 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1888 | checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
1889 | dependencies = [
|
1890 | "bytes",
|
1891 | "futures-core",
|
1892 | "futures-io",
|
1893 | "futures-sink",
|
1894 | "futures-util",
|
1895 | "hashbrown",
|
1896 | "pin-project-lite",
|
1897 | "slab",
|
1898 | "tokio",
|
1899 | ]
|
1900 |
|
1901 | [[package]]
|
1902 | name = "toml"
|
1903 | version = "0.8.19"
|
1904 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1905 | checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
1906 | dependencies = [
|
1907 | "serde",
|
1908 | "serde_spanned",
|
1909 | "toml_datetime",
|
1910 | "toml_edit",
|
1911 | ]
|
1912 |
|
1913 | [[package]]
|
1914 | name = "toml_datetime"
|
1915 | version = "0.6.8"
|
1916 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1917 | checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
1918 | dependencies = [
|
1919 | "serde",
|
1920 | ]
|
1921 |
|
1922 | [[package]]
|
1923 | name = "toml_edit"
|
1924 | version = "0.22.20"
|
1925 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1926 | checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
|
1927 | dependencies = [
|
1928 | "indexmap",
|
1929 | "serde",
|
1930 | "serde_spanned",
|
1931 | "toml_datetime",
|
1932 | "winnow",
|
1933 | ]
|
1934 |
|
1935 | [[package]]
|
1936 | name = "tracing"
|
1937 | version = "0.1.40"
|
1938 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1939 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
1940 | dependencies = [
|
1941 | "log",
|
1942 | "pin-project-lite",
|
1943 | "tracing-attributes",
|
1944 | "tracing-core",
|
1945 | ]
|
1946 |
|
1947 | [[package]]
|
1948 | name = "tracing-attributes"
|
1949 | version = "0.1.27"
|
1950 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1951 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
1952 | dependencies = [
|
1953 | "proc-macro2",
|
1954 | "quote",
|
1955 | "syn",
|
1956 | ]
|
1957 |
|
1958 | [[package]]
|
1959 | name = "tracing-core"
|
1960 | version = "0.1.32"
|
1961 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1962 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
1963 | dependencies = [
|
1964 | "once_cell",
|
1965 | "valuable",
|
1966 | ]
|
1967 |
|
1968 | [[package]]
|
1969 | name = "tracing-log"
|
1970 | version = "0.2.0"
|
1971 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1972 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
1973 | dependencies = [
|
1974 | "log",
|
1975 | "once_cell",
|
1976 | "tracing-core",
|
1977 | ]
|
1978 |
|
1979 | [[package]]
|
1980 | name = "tracing-subscriber"
|
1981 | version = "0.3.18"
|
1982 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1983 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
1984 | dependencies = [
|
1985 | "nu-ansi-term",
|
1986 | "sharded-slab",
|
1987 | "smallvec",
|
1988 | "thread_local",
|
1989 | "tracing-core",
|
1990 | "tracing-log",
|
1991 | ]
|
1992 |
|
1993 | [[package]]
|
1994 | name = "typenum"
|
1995 | version = "1.17.0"
|
1996 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1997 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
1998 |
|
1999 | [[package]]
|
2000 | name = "unicode-bidi"
|
2001 | version = "0.3.15"
|
2002 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2003 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2004 |
|
2005 | [[package]]
|
2006 | name = "unicode-ident"
|
2007 | version = "1.0.12"
|
2008 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2009 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2010 |
|
2011 | [[package]]
|
2012 | name = "unicode-normalization"
|
2013 | version = "0.1.23"
|
2014 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2016 | dependencies = [
|
2017 | "tinyvec",
|
2018 | ]
|
2019 |
|
2020 | [[package]]
|
2021 | name = "unicode-properties"
|
2022 | version = "0.1.2"
|
2023 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024 | checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
|
2025 |
|
2026 | [[package]]
|
2027 | name = "untrusted"
|
2028 | version = "0.7.1"
|
2029 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2030 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2031 |
|
2032 | [[package]]
|
2033 | name = "untrusted"
|
2034 | version = "0.9.0"
|
2035 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2036 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2037 |
|
2038 | [[package]]
|
2039 | name = "url"
|
2040 | version = "2.5.2"
|
2041 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2042 | checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2043 | dependencies = [
|
2044 | "form_urlencoded",
|
2045 | "idna 0.5.0",
|
2046 | "percent-encoding",
|
2047 | ]
|
2048 |
|
2049 | [[package]]
|
2050 | name = "utf8parse"
|
2051 | version = "0.2.2"
|
2052 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2053 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2054 |
|
2055 | [[package]]
|
2056 | name = "valuable"
|
2057 | version = "0.1.0"
|
2058 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2059 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
2060 |
|
2061 | [[package]]
|
2062 | name = "version_check"
|
2063 | version = "0.9.5"
|
2064 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2065 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2066 |
|
2067 | [[package]]
|
2068 | name = "wasi"
|
2069 | version = "0.11.0+wasi-snapshot-preview1"
|
2070 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2071 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2072 |
|
2073 | [[package]]
|
2074 | name = "wasm-bindgen"
|
2075 | version = "0.2.93"
|
2076 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2077 | checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
2078 | dependencies = [
|
2079 | "cfg-if",
|
2080 | "once_cell",
|
2081 | "wasm-bindgen-macro",
|
2082 | ]
|
2083 |
|
2084 | [[package]]
|
2085 | name = "wasm-bindgen-backend"
|
2086 | version = "0.2.93"
|
2087 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2088 | checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
2089 | dependencies = [
|
2090 | "bumpalo",
|
2091 | "log",
|
2092 | "once_cell",
|
2093 | "proc-macro2",
|
2094 | "quote",
|
2095 | "syn",
|
2096 | "wasm-bindgen-shared",
|
2097 | ]
|
2098 |
|
2099 | [[package]]
|
2100 | name = "wasm-bindgen-macro"
|
2101 | version = "0.2.93"
|
2102 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2103 | checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
2104 | dependencies = [
|
2105 | "quote",
|
2106 | "wasm-bindgen-macro-support",
|
2107 | ]
|
2108 |
|
2109 | [[package]]
|
2110 | name = "wasm-bindgen-macro-support"
|
2111 | version = "0.2.93"
|
2112 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2113 | checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
2114 | dependencies = [
|
2115 | "proc-macro2",
|
2116 | "quote",
|
2117 | "syn",
|
2118 | "wasm-bindgen-backend",
|
2119 | "wasm-bindgen-shared",
|
2120 | ]
|
2121 |
|
2122 | [[package]]
|
2123 | name = "wasm-bindgen-shared"
|
2124 | version = "0.2.93"
|
2125 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2126 | checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
2127 |
|
2128 | [[package]]
|
2129 | name = "web-sys"
|
2130 | version = "0.3.70"
|
2131 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2132 | checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
|
2133 | dependencies = [
|
2134 | "js-sys",
|
2135 | "wasm-bindgen",
|
2136 | ]
|
2137 |
|
2138 | [[package]]
|
2139 | name = "which"
|
2140 | version = "4.4.2"
|
2141 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2142 | checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2143 | dependencies = [
|
2144 | "either",
|
2145 | "home",
|
2146 | "once_cell",
|
2147 | "rustix",
|
2148 | ]
|
2149 |
|
2150 | [[package]]
|
2151 | name = "widestring"
|
2152 | version = "1.1.0"
|
2153 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2154 | checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
|
2155 |
|
2156 | [[package]]
|
2157 | name = "winapi"
|
2158 | version = "0.3.9"
|
2159 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2160 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2161 | dependencies = [
|
2162 | "winapi-i686-pc-windows-gnu",
|
2163 | "winapi-x86_64-pc-windows-gnu",
|
2164 | ]
|
2165 |
|
2166 | [[package]]
|
2167 | name = "winapi-i686-pc-windows-gnu"
|
2168 | version = "0.4.0"
|
2169 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2170 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2171 |
|
2172 | [[package]]
|
2173 | name = "winapi-x86_64-pc-windows-gnu"
|
2174 | version = "0.4.0"
|
2175 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2176 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2177 |
|
2178 | [[package]]
|
2179 | name = "windows-sys"
|
2180 | version = "0.48.0"
|
2181 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2182 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2183 | dependencies = [
|
2184 | "windows-targets 0.48.5",
|
2185 | ]
|
2186 |
|
2187 | [[package]]
|
2188 | name = "windows-sys"
|
2189 | version = "0.52.0"
|
2190 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2191 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2192 | dependencies = [
|
2193 | "windows-targets 0.52.6",
|
2194 | ]
|
2195 |
|
2196 | [[package]]
|
2197 | name = "windows-targets"
|
2198 | version = "0.48.5"
|
2199 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2200 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2201 | dependencies = [
|
2202 | "windows_aarch64_gnullvm 0.48.5",
|
2203 | "windows_aarch64_msvc 0.48.5",
|
2204 | "windows_i686_gnu 0.48.5",
|
2205 | "windows_i686_msvc 0.48.5",
|
2206 | "windows_x86_64_gnu 0.48.5",
|
2207 | "windows_x86_64_gnullvm 0.48.5",
|
2208 | "windows_x86_64_msvc 0.48.5",
|
2209 | ]
|
2210 |
|
2211 | [[package]]
|
2212 | name = "windows-targets"
|
2213 | version = "0.52.6"
|
2214 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2215 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2216 | dependencies = [
|
2217 | "windows_aarch64_gnullvm 0.52.6",
|
2218 | "windows_aarch64_msvc 0.52.6",
|
2219 | "windows_i686_gnu 0.52.6",
|
2220 | "windows_i686_gnullvm",
|
2221 | "windows_i686_msvc 0.52.6",
|
2222 | "windows_x86_64_gnu 0.52.6",
|
2223 | "windows_x86_64_gnullvm 0.52.6",
|
2224 | "windows_x86_64_msvc 0.52.6",
|
2225 | ]
|
2226 |
|
2227 | [[package]]
|
2228 | name = "windows_aarch64_gnullvm"
|
2229 | version = "0.48.5"
|
2230 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2231 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2232 |
|
2233 | [[package]]
|
2234 | name = "windows_aarch64_gnullvm"
|
2235 | version = "0.52.6"
|
2236 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2237 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2238 |
|
2239 | [[package]]
|
2240 | name = "windows_aarch64_msvc"
|
2241 | version = "0.48.5"
|
2242 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2243 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2244 |
|
2245 | [[package]]
|
2246 | name = "windows_aarch64_msvc"
|
2247 | version = "0.52.6"
|
2248 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2249 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2250 |
|
2251 | [[package]]
|
2252 | name = "windows_i686_gnu"
|
2253 | version = "0.48.5"
|
2254 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2255 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2256 |
|
2257 | [[package]]
|
2258 | name = "windows_i686_gnu"
|
2259 | version = "0.52.6"
|
2260 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2261 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2262 |
|
2263 | [[package]]
|
2264 | name = "windows_i686_gnullvm"
|
2265 | version = "0.52.6"
|
2266 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2267 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2268 |
|
2269 | [[package]]
|
2270 | name = "windows_i686_msvc"
|
2271 | version = "0.48.5"
|
2272 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2273 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2274 |
|
2275 | [[package]]
|
2276 | name = "windows_i686_msvc"
|
2277 | version = "0.52.6"
|
2278 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2279 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2280 |
|
2281 | [[package]]
|
2282 | name = "windows_x86_64_gnu"
|
2283 | version = "0.48.5"
|
2284 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2285 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2286 |
|
2287 | [[package]]
|
2288 | name = "windows_x86_64_gnu"
|
2289 | version = "0.52.6"
|
2290 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2291 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2292 |
|
2293 | [[package]]
|
2294 | name = "windows_x86_64_gnullvm"
|
2295 | version = "0.48.5"
|
2296 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2297 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2298 |
|
2299 | [[package]]
|
2300 | name = "windows_x86_64_gnullvm"
|
2301 | version = "0.52.6"
|
2302 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2303 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2304 |
|
2305 | [[package]]
|
2306 | name = "windows_x86_64_msvc"
|
2307 | version = "0.48.5"
|
2308 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2309 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2310 |
|
2311 | [[package]]
|
2312 | name = "windows_x86_64_msvc"
|
2313 | version = "0.52.6"
|
2314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2315 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2316 |
|
2317 | [[package]]
|
2318 | name = "winnow"
|
2319 | version = "0.6.18"
|
2320 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2321 | checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
|
2322 | dependencies = [
|
2323 | "memchr",
|
2324 | ]
|
2325 |
|
2326 | [[package]]
|
2327 | name = "winreg"
|
2328 | version = "0.50.0"
|
2329 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2330 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2331 | dependencies = [
|
2332 | "cfg-if",
|
2333 | "windows-sys 0.48.0",
|
2334 | ]
|
2335 |
|
2336 | [[package]]
|
2337 | name = "zerocopy"
|
2338 | version = "0.7.35"
|
2339 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2340 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2341 | dependencies = [
|
2342 | "byteorder",
|
2343 | "zerocopy-derive",
|
2344 | ]
|
2345 |
|
2346 | [[package]]
|
2347 | name = "zerocopy-derive"
|
2348 | version = "0.7.35"
|
2349 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2350 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2351 | dependencies = [
|
2352 | "proc-macro2",
|
2353 | "quote",
|
2354 | "syn",
|
2355 | ]
|
2356 |
|
2357 | [[package]]
|
2358 | name = "zeroize"
|
2359 | version = "1.8.1"
|
2360 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2361 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2362 | dependencies = [
|
2363 | "zeroize_derive",
|
2364 | ]
|
2365 |
|
2366 | [[package]]
|
2367 | name = "zeroize_derive"
|
2368 | version = "1.4.2"
|
2369 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2370 | checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
2371 | dependencies = [
|
2372 | "proc-macro2",
|
2373 | "quote",
|
2374 | "syn",
|
2375 | ]
|
2376 |
|
2377 | [[package]]
|
2378 | name = "zip"
|
2379 | version = "2.2.0"
|
2380 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2381 | checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494"
|
2382 | dependencies = [
|
2383 | "aes",
|
2384 | "arbitrary",
|
2385 | "bzip2",
|
2386 | "constant_time_eq",
|
2387 | "crc32fast",
|
2388 | "crossbeam-utils",
|
2389 | "deflate64",
|
2390 | "displaydoc",
|
2391 | "flate2",
|
2392 | "hmac",
|
2393 | "indexmap",
|
2394 | "lzma-rs",
|
2395 | "memchr",
|
2396 | "pbkdf2",
|
2397 | "rand",
|
2398 | "sha1",
|
2399 | "thiserror",
|
2400 | "time",
|
2401 | "zeroize",
|
2402 | "zopfli",
|
2403 | "zstd",
|
2404 | ]
|
2405 |
|
2406 | [[package]]
|
2407 | name = "zopfli"
|
2408 | version = "0.8.1"
|
2409 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2410 | checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
|
2411 | dependencies = [
|
2412 | "bumpalo",
|
2413 | "crc32fast",
|
2414 | "lockfree-object-pool",
|
2415 | "log",
|
2416 | "once_cell",
|
2417 | "simd-adler32",
|
2418 | ]
|
2419 |
|
2420 | [[package]]
|
2421 | name = "zstd"
|
2422 | version = "0.13.2"
|
2423 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2424 | checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
2425 | dependencies = [
|
2426 | "zstd-safe",
|
2427 | ]
|
2428 |
|
2429 | [[package]]
|
2430 | name = "zstd-safe"
|
2431 | version = "7.2.1"
|
2432 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2433 | checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
2434 | dependencies = [
|
2435 | "zstd-sys",
|
2436 | ]
|
2437 |
|
2438 | [[package]]
|
2439 | name = "zstd-sys"
|
2440 | version = "2.0.13+zstd.1.5.6"
|
2441 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2442 | checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
2443 | dependencies = [
|
2444 | "cc",
|
2445 | "pkg-config",
|
2446 | ]
|