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