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 = "ahash"
|
22 | version = "0.8.11"
|
23 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
24 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
25 | dependencies = [
|
26 | "cfg-if",
|
27 | "once_cell",
|
28 | "version_check",
|
29 | "zerocopy",
|
30 | ]
|
31 |
|
32 | [[package]]
|
33 | name = "aho-corasick"
|
34 | version = "1.1.3"
|
35 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
36 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
37 | dependencies = [
|
38 | "memchr",
|
39 | ]
|
40 |
|
41 | [[package]]
|
42 | name = "allocator-api2"
|
43 | version = "0.2.18"
|
44 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
45 | checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
46 |
|
47 | [[package]]
|
48 | name = "async-channel"
|
49 | version = "1.9.0"
|
50 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
51 | checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
52 | dependencies = [
|
53 | "concurrent-queue",
|
54 | "event-listener 2.5.3",
|
55 | "futures-core",
|
56 | ]
|
57 |
|
58 | [[package]]
|
59 | name = "async-channel"
|
60 | version = "2.3.1"
|
61 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
62 | checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
63 | dependencies = [
|
64 | "concurrent-queue",
|
65 | "event-listener-strategy",
|
66 | "futures-core",
|
67 | "pin-project-lite",
|
68 | ]
|
69 |
|
70 | [[package]]
|
71 | name = "async-executor"
|
72 | version = "1.13.0"
|
73 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
74 | checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
|
75 | dependencies = [
|
76 | "async-task",
|
77 | "concurrent-queue",
|
78 | "fastrand 2.1.0",
|
79 | "futures-lite 2.3.0",
|
80 | "slab",
|
81 | ]
|
82 |
|
83 | [[package]]
|
84 | name = "async-fs"
|
85 | version = "1.6.0"
|
86 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
87 | checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
|
88 | dependencies = [
|
89 | "async-lock 2.8.0",
|
90 | "autocfg",
|
91 | "blocking",
|
92 | "futures-lite 1.13.0",
|
93 | ]
|
94 |
|
95 | [[package]]
|
96 | name = "async-io"
|
97 | version = "1.13.0"
|
98 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
99 | checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
100 | dependencies = [
|
101 | "async-lock 2.8.0",
|
102 | "autocfg",
|
103 | "cfg-if",
|
104 | "concurrent-queue",
|
105 | "futures-lite 1.13.0",
|
106 | "log",
|
107 | "parking",
|
108 | "polling 2.8.0",
|
109 | "rustix 0.37.27",
|
110 | "slab",
|
111 | "socket2 0.4.10",
|
112 | "waker-fn",
|
113 | ]
|
114 |
|
115 | [[package]]
|
116 | name = "async-io"
|
117 | version = "2.3.3"
|
118 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
119 | checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
|
120 | dependencies = [
|
121 | "async-lock 3.4.0",
|
122 | "cfg-if",
|
123 | "concurrent-queue",
|
124 | "futures-io",
|
125 | "futures-lite 2.3.0",
|
126 | "parking",
|
127 | "polling 3.7.2",
|
128 | "rustix 0.38.34",
|
129 | "slab",
|
130 | "tracing",
|
131 | "windows-sys 0.52.0",
|
132 | ]
|
133 |
|
134 | [[package]]
|
135 | name = "async-lock"
|
136 | version = "2.8.0"
|
137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
138 | checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
139 | dependencies = [
|
140 | "event-listener 2.5.3",
|
141 | ]
|
142 |
|
143 | [[package]]
|
144 | name = "async-lock"
|
145 | version = "3.4.0"
|
146 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
147 | checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
148 | dependencies = [
|
149 | "event-listener 5.3.1",
|
150 | "event-listener-strategy",
|
151 | "pin-project-lite",
|
152 | ]
|
153 |
|
154 | [[package]]
|
155 | name = "async-net"
|
156 | version = "1.8.0"
|
157 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
158 | checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
|
159 | dependencies = [
|
160 | "async-io 1.13.0",
|
161 | "blocking",
|
162 | "futures-lite 1.13.0",
|
163 | ]
|
164 |
|
165 | [[package]]
|
166 | name = "async-process"
|
167 | version = "1.8.1"
|
168 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
169 | checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
|
170 | dependencies = [
|
171 | "async-io 1.13.0",
|
172 | "async-lock 2.8.0",
|
173 | "async-signal",
|
174 | "blocking",
|
175 | "cfg-if",
|
176 | "event-listener 3.1.0",
|
177 | "futures-lite 1.13.0",
|
178 | "rustix 0.38.34",
|
179 | "windows-sys 0.48.0",
|
180 | ]
|
181 |
|
182 | [[package]]
|
183 | name = "async-signal"
|
184 | version = "0.2.9"
|
185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
186 | checksum = "dfb3634b73397aa844481f814fad23bbf07fdb0eabec10f2eb95e58944b1ec32"
|
187 | dependencies = [
|
188 | "async-io 2.3.3",
|
189 | "async-lock 3.4.0",
|
190 | "atomic-waker",
|
191 | "cfg-if",
|
192 | "futures-core",
|
193 | "futures-io",
|
194 | "rustix 0.38.34",
|
195 | "signal-hook-registry",
|
196 | "slab",
|
197 | "windows-sys 0.52.0",
|
198 | ]
|
199 |
|
200 | [[package]]
|
201 | name = "async-stream"
|
202 | version = "0.3.5"
|
203 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
204 | checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
205 | dependencies = [
|
206 | "async-stream-impl",
|
207 | "futures-core",
|
208 | "pin-project-lite",
|
209 | ]
|
210 |
|
211 | [[package]]
|
212 | name = "async-stream-impl"
|
213 | version = "0.3.5"
|
214 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
215 | checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
216 | dependencies = [
|
217 | "proc-macro2",
|
218 | "quote",
|
219 | "syn",
|
220 | ]
|
221 |
|
222 | [[package]]
|
223 | name = "async-task"
|
224 | version = "4.7.1"
|
225 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
226 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
227 |
|
228 | [[package]]
|
229 | name = "atomic-waker"
|
230 | version = "1.1.2"
|
231 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
232 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
233 |
|
234 | [[package]]
|
235 | name = "autocfg"
|
236 | version = "1.3.0"
|
237 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
238 | checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
239 |
|
240 | [[package]]
|
241 | name = "backtrace"
|
242 | version = "0.3.73"
|
243 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
244 | checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
245 | dependencies = [
|
246 | "addr2line",
|
247 | "cc",
|
248 | "cfg-if",
|
249 | "libc",
|
250 | "miniz_oxide",
|
251 | "object",
|
252 | "rustc-demangle",
|
253 | ]
|
254 |
|
255 | [[package]]
|
256 | name = "base64"
|
257 | version = "0.13.1"
|
258 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
259 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
260 |
|
261 | [[package]]
|
262 | name = "bitflags"
|
263 | version = "1.3.2"
|
264 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
265 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
266 |
|
267 | [[package]]
|
268 | name = "bitflags"
|
269 | version = "2.6.0"
|
270 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
271 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
272 | dependencies = [
|
273 | "serde",
|
274 | ]
|
275 |
|
276 | [[package]]
|
277 | name = "blocking"
|
278 | version = "1.6.1"
|
279 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
280 | checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
281 | dependencies = [
|
282 | "async-channel 2.3.1",
|
283 | "async-task",
|
284 | "futures-io",
|
285 | "futures-lite 2.3.0",
|
286 | "piper",
|
287 | ]
|
288 |
|
289 | [[package]]
|
290 | name = "bytes"
|
291 | version = "1.6.1"
|
292 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
293 | checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
|
294 |
|
295 | [[package]]
|
296 | name = "cc"
|
297 | version = "1.1.6"
|
298 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
299 | checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
|
300 |
|
301 | [[package]]
|
302 | name = "cfg-if"
|
303 | version = "1.0.0"
|
304 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
305 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
306 |
|
307 | [[package]]
|
308 | name = "concurrent-queue"
|
309 | version = "2.5.0"
|
310 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
311 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
312 | dependencies = [
|
313 | "crossbeam-utils",
|
314 | ]
|
315 |
|
316 | [[package]]
|
317 | name = "core-foundation"
|
318 | version = "0.9.4"
|
319 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
320 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
321 | dependencies = [
|
322 | "core-foundation-sys",
|
323 | "libc",
|
324 | ]
|
325 |
|
326 | [[package]]
|
327 | name = "core-foundation-sys"
|
328 | version = "0.8.6"
|
329 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
330 | checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
331 |
|
332 | [[package]]
|
333 | name = "crc32fast"
|
334 | version = "1.4.2"
|
335 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
336 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
337 | dependencies = [
|
338 | "cfg-if",
|
339 | ]
|
340 |
|
341 | [[package]]
|
342 | name = "crossbeam-utils"
|
343 | version = "0.8.20"
|
344 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
345 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
346 |
|
347 | [[package]]
|
348 | name = "data-encoding"
|
349 | version = "2.6.0"
|
350 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
351 | checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
352 |
|
353 | [[package]]
|
354 | name = "encoding"
|
355 | version = "0.2.33"
|
356 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
357 | checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
358 | dependencies = [
|
359 | "encoding-index-japanese",
|
360 | "encoding-index-korean",
|
361 | "encoding-index-simpchinese",
|
362 | "encoding-index-singlebyte",
|
363 | "encoding-index-tradchinese",
|
364 | ]
|
365 |
|
366 | [[package]]
|
367 | name = "encoding-index-japanese"
|
368 | version = "1.20141219.5"
|
369 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
370 | checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
371 | dependencies = [
|
372 | "encoding_index_tests",
|
373 | ]
|
374 |
|
375 | [[package]]
|
376 | name = "encoding-index-korean"
|
377 | version = "1.20141219.5"
|
378 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
379 | checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
380 | dependencies = [
|
381 | "encoding_index_tests",
|
382 | ]
|
383 |
|
384 | [[package]]
|
385 | name = "encoding-index-simpchinese"
|
386 | version = "1.20141219.5"
|
387 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
388 | checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
389 | dependencies = [
|
390 | "encoding_index_tests",
|
391 | ]
|
392 |
|
393 | [[package]]
|
394 | name = "encoding-index-singlebyte"
|
395 | version = "1.20141219.5"
|
396 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
397 | checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
398 | dependencies = [
|
399 | "encoding_index_tests",
|
400 | ]
|
401 |
|
402 | [[package]]
|
403 | name = "encoding-index-tradchinese"
|
404 | version = "1.20141219.5"
|
405 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
406 | checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
407 | dependencies = [
|
408 | "encoding_index_tests",
|
409 | ]
|
410 |
|
411 | [[package]]
|
412 | name = "encoding_index_tests"
|
413 | version = "0.1.4"
|
414 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
415 | checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
416 |
|
417 | [[package]]
|
418 | name = "encoding_rs"
|
419 | version = "0.8.34"
|
420 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
421 | checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
422 | dependencies = [
|
423 | "cfg-if",
|
424 | ]
|
425 |
|
426 | [[package]]
|
427 | name = "errno"
|
428 | version = "0.3.9"
|
429 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
430 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
431 | dependencies = [
|
432 | "libc",
|
433 | "windows-sys 0.52.0",
|
434 | ]
|
435 |
|
436 | [[package]]
|
437 | name = "event-listener"
|
438 | version = "2.5.3"
|
439 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
440 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
441 |
|
442 | [[package]]
|
443 | name = "event-listener"
|
444 | version = "3.1.0"
|
445 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
446 | checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
|
447 | dependencies = [
|
448 | "concurrent-queue",
|
449 | "parking",
|
450 | "pin-project-lite",
|
451 | ]
|
452 |
|
453 | [[package]]
|
454 | name = "event-listener"
|
455 | version = "5.3.1"
|
456 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
457 | checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
458 | dependencies = [
|
459 | "concurrent-queue",
|
460 | "parking",
|
461 | "pin-project-lite",
|
462 | ]
|
463 |
|
464 | [[package]]
|
465 | name = "event-listener-strategy"
|
466 | version = "0.5.2"
|
467 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
468 | checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
469 | dependencies = [
|
470 | "event-listener 5.3.1",
|
471 | "pin-project-lite",
|
472 | ]
|
473 |
|
474 | [[package]]
|
475 | name = "fastrand"
|
476 | version = "1.9.0"
|
477 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
478 | checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
479 | dependencies = [
|
480 | "instant",
|
481 | ]
|
482 |
|
483 | [[package]]
|
484 | name = "fastrand"
|
485 | version = "2.1.0"
|
486 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
487 | checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
488 |
|
489 | [[package]]
|
490 | name = "flate2"
|
491 | version = "1.0.30"
|
492 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
493 | checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
494 | dependencies = [
|
495 | "crc32fast",
|
496 | "miniz_oxide",
|
497 | ]
|
498 |
|
499 | [[package]]
|
500 | name = "foreign-types"
|
501 | version = "0.3.2"
|
502 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
503 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
504 | dependencies = [
|
505 | "foreign-types-shared",
|
506 | ]
|
507 |
|
508 | [[package]]
|
509 | name = "foreign-types-shared"
|
510 | version = "0.1.1"
|
511 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
512 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
513 |
|
514 | [[package]]
|
515 | name = "form_urlencoded"
|
516 | version = "1.2.1"
|
517 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
518 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
519 | dependencies = [
|
520 | "percent-encoding",
|
521 | ]
|
522 |
|
523 | [[package]]
|
524 | name = "futures"
|
525 | version = "0.3.30"
|
526 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
527 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
528 | dependencies = [
|
529 | "futures-channel",
|
530 | "futures-core",
|
531 | "futures-executor",
|
532 | "futures-io",
|
533 | "futures-sink",
|
534 | "futures-task",
|
535 | "futures-util",
|
536 | ]
|
537 |
|
538 | [[package]]
|
539 | name = "futures-channel"
|
540 | version = "0.3.30"
|
541 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
542 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
543 | dependencies = [
|
544 | "futures-core",
|
545 | "futures-sink",
|
546 | ]
|
547 |
|
548 | [[package]]
|
549 | name = "futures-core"
|
550 | version = "0.3.30"
|
551 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
552 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
553 |
|
554 | [[package]]
|
555 | name = "futures-executor"
|
556 | version = "0.3.30"
|
557 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
558 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
559 | dependencies = [
|
560 | "futures-core",
|
561 | "futures-task",
|
562 | "futures-util",
|
563 | ]
|
564 |
|
565 | [[package]]
|
566 | name = "futures-io"
|
567 | version = "0.3.30"
|
568 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
569 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
570 |
|
571 | [[package]]
|
572 | name = "futures-lite"
|
573 | version = "1.13.0"
|
574 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
575 | checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
576 | dependencies = [
|
577 | "fastrand 1.9.0",
|
578 | "futures-core",
|
579 | "futures-io",
|
580 | "memchr",
|
581 | "parking",
|
582 | "pin-project-lite",
|
583 | "waker-fn",
|
584 | ]
|
585 |
|
586 | [[package]]
|
587 | name = "futures-lite"
|
588 | version = "2.3.0"
|
589 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
590 | checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
591 | dependencies = [
|
592 | "fastrand 2.1.0",
|
593 | "futures-core",
|
594 | "futures-io",
|
595 | "parking",
|
596 | "pin-project-lite",
|
597 | ]
|
598 |
|
599 | [[package]]
|
600 | name = "futures-macro"
|
601 | version = "0.3.30"
|
602 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
603 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
604 | dependencies = [
|
605 | "proc-macro2",
|
606 | "quote",
|
607 | "syn",
|
608 | ]
|
609 |
|
610 | [[package]]
|
611 | name = "futures-sink"
|
612 | version = "0.3.30"
|
613 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
614 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
615 |
|
616 | [[package]]
|
617 | name = "futures-task"
|
618 | version = "0.3.30"
|
619 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
620 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
621 |
|
622 | [[package]]
|
623 | name = "futures-util"
|
624 | version = "0.3.30"
|
625 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
626 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
627 | dependencies = [
|
628 | "futures-channel",
|
629 | "futures-core",
|
630 | "futures-io",
|
631 | "futures-macro",
|
632 | "futures-sink",
|
633 | "futures-task",
|
634 | "memchr",
|
635 | "pin-project-lite",
|
636 | "pin-utils",
|
637 | "slab",
|
638 | ]
|
639 |
|
640 | [[package]]
|
641 | name = "getrandom"
|
642 | version = "0.2.15"
|
643 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
644 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
645 | dependencies = [
|
646 | "cfg-if",
|
647 | "libc",
|
648 | "wasi",
|
649 | ]
|
650 |
|
651 | [[package]]
|
652 | name = "gimli"
|
653 | version = "0.29.0"
|
654 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
655 | checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
656 |
|
657 | [[package]]
|
658 | name = "hashbrown"
|
659 | version = "0.12.3"
|
660 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
661 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
662 |
|
663 | [[package]]
|
664 | name = "hashbrown"
|
665 | version = "0.14.5"
|
666 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
667 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
668 | dependencies = [
|
669 | "ahash",
|
670 | "allocator-api2",
|
671 | ]
|
672 |
|
673 | [[package]]
|
674 | name = "hermit-abi"
|
675 | version = "0.3.9"
|
676 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
677 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
678 |
|
679 | [[package]]
|
680 | name = "hermit-abi"
|
681 | version = "0.4.0"
|
682 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
683 | checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
684 |
|
685 | [[package]]
|
686 | name = "idna"
|
687 | version = "0.5.0"
|
688 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
689 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
690 | dependencies = [
|
691 | "unicode-bidi",
|
692 | "unicode-normalization",
|
693 | ]
|
694 |
|
695 | [[package]]
|
696 | name = "indexmap"
|
697 | version = "1.9.3"
|
698 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
699 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
700 | dependencies = [
|
701 | "autocfg",
|
702 | "hashbrown 0.12.3",
|
703 | "serde",
|
704 | ]
|
705 |
|
706 | [[package]]
|
707 | name = "instant"
|
708 | version = "0.1.13"
|
709 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
710 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
711 | dependencies = [
|
712 | "cfg-if",
|
713 | ]
|
714 |
|
715 | [[package]]
|
716 | name = "io-lifetimes"
|
717 | version = "1.0.11"
|
718 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
719 | checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
720 | dependencies = [
|
721 | "hermit-abi 0.3.9",
|
722 | "libc",
|
723 | "windows-sys 0.48.0",
|
724 | ]
|
725 |
|
726 | [[package]]
|
727 | name = "itoa"
|
728 | version = "1.0.11"
|
729 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
730 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
731 |
|
732 | [[package]]
|
733 | name = "lazy_static"
|
734 | version = "1.5.0"
|
735 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
736 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
737 |
|
738 | [[package]]
|
739 | name = "libc"
|
740 | version = "0.2.155"
|
741 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
742 | checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
743 |
|
744 | [[package]]
|
745 | name = "libloading"
|
746 | version = "0.7.4"
|
747 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
748 | checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
749 | dependencies = [
|
750 | "cfg-if",
|
751 | "winapi",
|
752 | ]
|
753 |
|
754 | [[package]]
|
755 | name = "linux-raw-sys"
|
756 | version = "0.3.8"
|
757 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
758 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
759 |
|
760 | [[package]]
|
761 | name = "linux-raw-sys"
|
762 | version = "0.4.14"
|
763 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
764 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
765 |
|
766 | [[package]]
|
767 | name = "lock_api"
|
768 | version = "0.4.12"
|
769 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
770 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
771 | dependencies = [
|
772 | "autocfg",
|
773 | "scopeguard",
|
774 | ]
|
775 |
|
776 | [[package]]
|
777 | name = "log"
|
778 | version = "0.4.22"
|
779 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
780 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
781 |
|
782 | [[package]]
|
783 | name = "mail-parser"
|
784 | version = "0.9.3"
|
785 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
786 | checksum = "ed5a1335c3a964788c90cb42ae04a34b5f2628e89566949ce3bd4ada695c0bcd"
|
787 | dependencies = [
|
788 | "encoding_rs",
|
789 | "serde",
|
790 | ]
|
791 |
|
792 | [[package]]
|
793 | name = "maitred"
|
794 | version = "0.1.0"
|
795 | dependencies = [
|
796 | "bytes",
|
797 | "futures",
|
798 | "mail-parser",
|
799 | "melib",
|
800 | "smtp-proto",
|
801 | "thiserror",
|
802 | "tokio",
|
803 | "tokio-stream",
|
804 | "tokio-util",
|
805 | "tracing",
|
806 | "url",
|
807 | ]
|
808 |
|
809 | [[package]]
|
810 | name = "maitred-debug"
|
811 | version = "0.1.0"
|
812 | dependencies = [
|
813 | "futures",
|
814 | "maitred",
|
815 | "tokio",
|
816 | "tracing",
|
817 | "tracing-subscriber",
|
818 | ]
|
819 |
|
820 | [[package]]
|
821 | name = "melib"
|
822 | version = "0.8.6"
|
823 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
824 | checksum = "4f233699ab6a71d41529624e3d9600c8a3a208874fcf4ec4a05778314afdd2e7"
|
825 | dependencies = [
|
826 | "async-stream",
|
827 | "base64",
|
828 | "bitflags 2.6.0",
|
829 | "data-encoding",
|
830 | "encoding",
|
831 | "encoding_rs",
|
832 | "flate2",
|
833 | "futures",
|
834 | "indexmap",
|
835 | "libc",
|
836 | "libloading",
|
837 | "log",
|
838 | "native-tls",
|
839 | "nix",
|
840 | "nom",
|
841 | "polling 2.8.0",
|
842 | "regex",
|
843 | "serde",
|
844 | "serde_derive",
|
845 | "serde_json",
|
846 | "serde_path_to_error",
|
847 | "smallvec",
|
848 | "smol",
|
849 | "socket2 0.5.7",
|
850 | "unicode-segmentation",
|
851 | "uuid",
|
852 | "xdg",
|
853 | ]
|
854 |
|
855 | [[package]]
|
856 | name = "memchr"
|
857 | version = "2.7.4"
|
858 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
859 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
860 |
|
861 | [[package]]
|
862 | name = "memoffset"
|
863 | version = "0.9.1"
|
864 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
865 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
866 | dependencies = [
|
867 | "autocfg",
|
868 | ]
|
869 |
|
870 | [[package]]
|
871 | name = "minimal-lexical"
|
872 | version = "0.2.1"
|
873 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
874 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
875 |
|
876 | [[package]]
|
877 | name = "miniz_oxide"
|
878 | version = "0.7.4"
|
879 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
880 | checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
881 | dependencies = [
|
882 | "adler",
|
883 | ]
|
884 |
|
885 | [[package]]
|
886 | name = "mio"
|
887 | version = "1.0.1"
|
888 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
889 | checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
|
890 | dependencies = [
|
891 | "hermit-abi 0.3.9",
|
892 | "libc",
|
893 | "wasi",
|
894 | "windows-sys 0.52.0",
|
895 | ]
|
896 |
|
897 | [[package]]
|
898 | name = "native-tls"
|
899 | version = "0.2.12"
|
900 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
901 | checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
902 | dependencies = [
|
903 | "libc",
|
904 | "log",
|
905 | "openssl",
|
906 | "openssl-probe",
|
907 | "openssl-sys",
|
908 | "schannel",
|
909 | "security-framework",
|
910 | "security-framework-sys",
|
911 | "tempfile",
|
912 | ]
|
913 |
|
914 | [[package]]
|
915 | name = "nix"
|
916 | version = "0.27.1"
|
917 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
918 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
919 | dependencies = [
|
920 | "bitflags 2.6.0",
|
921 | "cfg-if",
|
922 | "libc",
|
923 | "memoffset",
|
924 | ]
|
925 |
|
926 | [[package]]
|
927 | name = "nom"
|
928 | version = "7.1.3"
|
929 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
930 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
931 | dependencies = [
|
932 | "memchr",
|
933 | "minimal-lexical",
|
934 | ]
|
935 |
|
936 | [[package]]
|
937 | name = "nu-ansi-term"
|
938 | version = "0.46.0"
|
939 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
940 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
941 | dependencies = [
|
942 | "overload",
|
943 | "winapi",
|
944 | ]
|
945 |
|
946 | [[package]]
|
947 | name = "object"
|
948 | version = "0.36.2"
|
949 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
950 | checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
|
951 | dependencies = [
|
952 | "memchr",
|
953 | ]
|
954 |
|
955 | [[package]]
|
956 | name = "once_cell"
|
957 | version = "1.19.0"
|
958 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
959 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
960 |
|
961 | [[package]]
|
962 | name = "openssl"
|
963 | version = "0.10.66"
|
964 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
965 | checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
|
966 | dependencies = [
|
967 | "bitflags 2.6.0",
|
968 | "cfg-if",
|
969 | "foreign-types",
|
970 | "libc",
|
971 | "once_cell",
|
972 | "openssl-macros",
|
973 | "openssl-sys",
|
974 | ]
|
975 |
|
976 | [[package]]
|
977 | name = "openssl-macros"
|
978 | version = "0.1.1"
|
979 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
980 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
981 | dependencies = [
|
982 | "proc-macro2",
|
983 | "quote",
|
984 | "syn",
|
985 | ]
|
986 |
|
987 | [[package]]
|
988 | name = "openssl-probe"
|
989 | version = "0.1.5"
|
990 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
991 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
992 |
|
993 | [[package]]
|
994 | name = "openssl-sys"
|
995 | version = "0.9.103"
|
996 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
997 | checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
|
998 | dependencies = [
|
999 | "cc",
|
1000 | "libc",
|
1001 | "pkg-config",
|
1002 | "vcpkg",
|
1003 | ]
|
1004 |
|
1005 | [[package]]
|
1006 | name = "overload"
|
1007 | version = "0.1.1"
|
1008 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1009 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
1010 |
|
1011 | [[package]]
|
1012 | name = "parking"
|
1013 | version = "2.2.0"
|
1014 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1015 | checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
1016 |
|
1017 | [[package]]
|
1018 | name = "parking_lot"
|
1019 | version = "0.12.3"
|
1020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1021 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
1022 | dependencies = [
|
1023 | "lock_api",
|
1024 | "parking_lot_core",
|
1025 | ]
|
1026 |
|
1027 | [[package]]
|
1028 | name = "parking_lot_core"
|
1029 | version = "0.9.10"
|
1030 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1031 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
1032 | dependencies = [
|
1033 | "cfg-if",
|
1034 | "libc",
|
1035 | "redox_syscall",
|
1036 | "smallvec",
|
1037 | "windows-targets 0.52.6",
|
1038 | ]
|
1039 |
|
1040 | [[package]]
|
1041 | name = "percent-encoding"
|
1042 | version = "2.3.1"
|
1043 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1044 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
1045 |
|
1046 | [[package]]
|
1047 | name = "pin-project-lite"
|
1048 | version = "0.2.14"
|
1049 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1050 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
1051 |
|
1052 | [[package]]
|
1053 | name = "pin-utils"
|
1054 | version = "0.1.0"
|
1055 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1056 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
1057 |
|
1058 | [[package]]
|
1059 | name = "piper"
|
1060 | version = "0.2.3"
|
1061 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1062 | checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
|
1063 | dependencies = [
|
1064 | "atomic-waker",
|
1065 | "fastrand 2.1.0",
|
1066 | "futures-io",
|
1067 | ]
|
1068 |
|
1069 | [[package]]
|
1070 | name = "pkg-config"
|
1071 | version = "0.3.30"
|
1072 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1073 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
1074 |
|
1075 | [[package]]
|
1076 | name = "polling"
|
1077 | version = "2.8.0"
|
1078 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1079 | checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
1080 | dependencies = [
|
1081 | "autocfg",
|
1082 | "bitflags 1.3.2",
|
1083 | "cfg-if",
|
1084 | "concurrent-queue",
|
1085 | "libc",
|
1086 | "log",
|
1087 | "pin-project-lite",
|
1088 | "windows-sys 0.48.0",
|
1089 | ]
|
1090 |
|
1091 | [[package]]
|
1092 | name = "polling"
|
1093 | version = "3.7.2"
|
1094 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1095 | checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
|
1096 | dependencies = [
|
1097 | "cfg-if",
|
1098 | "concurrent-queue",
|
1099 | "hermit-abi 0.4.0",
|
1100 | "pin-project-lite",
|
1101 | "rustix 0.38.34",
|
1102 | "tracing",
|
1103 | "windows-sys 0.52.0",
|
1104 | ]
|
1105 |
|
1106 | [[package]]
|
1107 | name = "proc-macro2"
|
1108 | version = "1.0.86"
|
1109 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1110 | checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
1111 | dependencies = [
|
1112 | "unicode-ident",
|
1113 | ]
|
1114 |
|
1115 | [[package]]
|
1116 | name = "quote"
|
1117 | version = "1.0.36"
|
1118 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1119 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
1120 | dependencies = [
|
1121 | "proc-macro2",
|
1122 | ]
|
1123 |
|
1124 | [[package]]
|
1125 | name = "redox_syscall"
|
1126 | version = "0.5.3"
|
1127 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1128 | checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
|
1129 | dependencies = [
|
1130 | "bitflags 2.6.0",
|
1131 | ]
|
1132 |
|
1133 | [[package]]
|
1134 | name = "regex"
|
1135 | version = "1.10.5"
|
1136 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1137 | checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
1138 | dependencies = [
|
1139 | "aho-corasick",
|
1140 | "memchr",
|
1141 | "regex-automata",
|
1142 | "regex-syntax",
|
1143 | ]
|
1144 |
|
1145 | [[package]]
|
1146 | name = "regex-automata"
|
1147 | version = "0.4.7"
|
1148 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1149 | checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
1150 | dependencies = [
|
1151 | "aho-corasick",
|
1152 | "memchr",
|
1153 | "regex-syntax",
|
1154 | ]
|
1155 |
|
1156 | [[package]]
|
1157 | name = "regex-syntax"
|
1158 | version = "0.8.4"
|
1159 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1160 | checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
1161 |
|
1162 | [[package]]
|
1163 | name = "rustc-demangle"
|
1164 | version = "0.1.24"
|
1165 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1166 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
1167 |
|
1168 | [[package]]
|
1169 | name = "rustix"
|
1170 | version = "0.37.27"
|
1171 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1172 | checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
|
1173 | dependencies = [
|
1174 | "bitflags 1.3.2",
|
1175 | "errno",
|
1176 | "io-lifetimes",
|
1177 | "libc",
|
1178 | "linux-raw-sys 0.3.8",
|
1179 | "windows-sys 0.48.0",
|
1180 | ]
|
1181 |
|
1182 | [[package]]
|
1183 | name = "rustix"
|
1184 | version = "0.38.34"
|
1185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1186 | checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
1187 | dependencies = [
|
1188 | "bitflags 2.6.0",
|
1189 | "errno",
|
1190 | "libc",
|
1191 | "linux-raw-sys 0.4.14",
|
1192 | "windows-sys 0.52.0",
|
1193 | ]
|
1194 |
|
1195 | [[package]]
|
1196 | name = "ryu"
|
1197 | version = "1.0.18"
|
1198 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1199 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
1200 |
|
1201 | [[package]]
|
1202 | name = "schannel"
|
1203 | version = "0.1.23"
|
1204 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1205 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
1206 | dependencies = [
|
1207 | "windows-sys 0.52.0",
|
1208 | ]
|
1209 |
|
1210 | [[package]]
|
1211 | name = "scopeguard"
|
1212 | version = "1.2.0"
|
1213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1214 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
1215 |
|
1216 | [[package]]
|
1217 | name = "security-framework"
|
1218 | version = "2.11.1"
|
1219 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1220 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
1221 | dependencies = [
|
1222 | "bitflags 2.6.0",
|
1223 | "core-foundation",
|
1224 | "core-foundation-sys",
|
1225 | "libc",
|
1226 | "security-framework-sys",
|
1227 | ]
|
1228 |
|
1229 | [[package]]
|
1230 | name = "security-framework-sys"
|
1231 | version = "2.11.1"
|
1232 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1233 | checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
|
1234 | dependencies = [
|
1235 | "core-foundation-sys",
|
1236 | "libc",
|
1237 | ]
|
1238 |
|
1239 | [[package]]
|
1240 | name = "serde"
|
1241 | version = "1.0.204"
|
1242 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1243 | checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
|
1244 | dependencies = [
|
1245 | "serde_derive",
|
1246 | ]
|
1247 |
|
1248 | [[package]]
|
1249 | name = "serde_derive"
|
1250 | version = "1.0.204"
|
1251 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1252 | checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
1253 | dependencies = [
|
1254 | "proc-macro2",
|
1255 | "quote",
|
1256 | "syn",
|
1257 | ]
|
1258 |
|
1259 | [[package]]
|
1260 | name = "serde_json"
|
1261 | version = "1.0.120"
|
1262 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1263 | checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
1264 | dependencies = [
|
1265 | "itoa",
|
1266 | "ryu",
|
1267 | "serde",
|
1268 | ]
|
1269 |
|
1270 | [[package]]
|
1271 | name = "serde_path_to_error"
|
1272 | version = "0.1.16"
|
1273 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1274 | checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
1275 | dependencies = [
|
1276 | "itoa",
|
1277 | "serde",
|
1278 | ]
|
1279 |
|
1280 | [[package]]
|
1281 | name = "sha1_smol"
|
1282 | version = "1.0.1"
|
1283 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1284 | checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
|
1285 |
|
1286 | [[package]]
|
1287 | name = "sharded-slab"
|
1288 | version = "0.1.7"
|
1289 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1290 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
1291 | dependencies = [
|
1292 | "lazy_static",
|
1293 | ]
|
1294 |
|
1295 | [[package]]
|
1296 | name = "signal-hook-registry"
|
1297 | version = "1.4.2"
|
1298 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1299 | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
1300 | dependencies = [
|
1301 | "libc",
|
1302 | ]
|
1303 |
|
1304 | [[package]]
|
1305 | name = "slab"
|
1306 | version = "0.4.9"
|
1307 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1308 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
1309 | dependencies = [
|
1310 | "autocfg",
|
1311 | ]
|
1312 |
|
1313 | [[package]]
|
1314 | name = "smallvec"
|
1315 | version = "1.13.2"
|
1316 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1317 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
1318 | dependencies = [
|
1319 | "serde",
|
1320 | ]
|
1321 |
|
1322 | [[package]]
|
1323 | name = "smol"
|
1324 | version = "1.3.0"
|
1325 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1326 | checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
|
1327 | dependencies = [
|
1328 | "async-channel 1.9.0",
|
1329 | "async-executor",
|
1330 | "async-fs",
|
1331 | "async-io 1.13.0",
|
1332 | "async-lock 2.8.0",
|
1333 | "async-net",
|
1334 | "async-process",
|
1335 | "blocking",
|
1336 | "futures-lite 1.13.0",
|
1337 | ]
|
1338 |
|
1339 | [[package]]
|
1340 | name = "smtp-proto"
|
1341 | version = "0.1.5"
|
1342 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1343 | checksum = "51b8ad3dd187f0d4debab02ad65405a9919d6a4f7bce25bd64a258781063a53a"
|
1344 | dependencies = [
|
1345 | "serde",
|
1346 | ]
|
1347 |
|
1348 | [[package]]
|
1349 | name = "socket2"
|
1350 | version = "0.4.10"
|
1351 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1352 | checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
1353 | dependencies = [
|
1354 | "libc",
|
1355 | "winapi",
|
1356 | ]
|
1357 |
|
1358 | [[package]]
|
1359 | name = "socket2"
|
1360 | version = "0.5.7"
|
1361 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1362 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
1363 | dependencies = [
|
1364 | "libc",
|
1365 | "windows-sys 0.52.0",
|
1366 | ]
|
1367 |
|
1368 | [[package]]
|
1369 | name = "syn"
|
1370 | version = "2.0.72"
|
1371 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1372 | checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
|
1373 | dependencies = [
|
1374 | "proc-macro2",
|
1375 | "quote",
|
1376 | "unicode-ident",
|
1377 | ]
|
1378 |
|
1379 | [[package]]
|
1380 | name = "tempfile"
|
1381 | version = "3.10.1"
|
1382 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1383 | checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
1384 | dependencies = [
|
1385 | "cfg-if",
|
1386 | "fastrand 2.1.0",
|
1387 | "rustix 0.38.34",
|
1388 | "windows-sys 0.52.0",
|
1389 | ]
|
1390 |
|
1391 | [[package]]
|
1392 | name = "thiserror"
|
1393 | version = "1.0.63"
|
1394 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1395 | checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
1396 | dependencies = [
|
1397 | "thiserror-impl",
|
1398 | ]
|
1399 |
|
1400 | [[package]]
|
1401 | name = "thiserror-impl"
|
1402 | version = "1.0.63"
|
1403 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1404 | checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
1405 | dependencies = [
|
1406 | "proc-macro2",
|
1407 | "quote",
|
1408 | "syn",
|
1409 | ]
|
1410 |
|
1411 | [[package]]
|
1412 | name = "thread_local"
|
1413 | version = "1.1.8"
|
1414 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1415 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
1416 | dependencies = [
|
1417 | "cfg-if",
|
1418 | "once_cell",
|
1419 | ]
|
1420 |
|
1421 | [[package]]
|
1422 | name = "tinyvec"
|
1423 | version = "1.8.0"
|
1424 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1425 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
1426 | dependencies = [
|
1427 | "tinyvec_macros",
|
1428 | ]
|
1429 |
|
1430 | [[package]]
|
1431 | name = "tinyvec_macros"
|
1432 | version = "0.1.1"
|
1433 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1434 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
1435 |
|
1436 | [[package]]
|
1437 | name = "tokio"
|
1438 | version = "1.39.2"
|
1439 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1440 | checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
|
1441 | dependencies = [
|
1442 | "backtrace",
|
1443 | "bytes",
|
1444 | "libc",
|
1445 | "mio",
|
1446 | "parking_lot",
|
1447 | "pin-project-lite",
|
1448 | "signal-hook-registry",
|
1449 | "socket2 0.5.7",
|
1450 | "tokio-macros",
|
1451 | "windows-sys 0.52.0",
|
1452 | ]
|
1453 |
|
1454 | [[package]]
|
1455 | name = "tokio-macros"
|
1456 | version = "2.4.0"
|
1457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1458 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
1459 | dependencies = [
|
1460 | "proc-macro2",
|
1461 | "quote",
|
1462 | "syn",
|
1463 | ]
|
1464 |
|
1465 | [[package]]
|
1466 | name = "tokio-stream"
|
1467 | version = "0.1.15"
|
1468 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1469 | checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
1470 | dependencies = [
|
1471 | "futures-core",
|
1472 | "pin-project-lite",
|
1473 | "tokio",
|
1474 | "tokio-util",
|
1475 | ]
|
1476 |
|
1477 | [[package]]
|
1478 | name = "tokio-util"
|
1479 | version = "0.7.11"
|
1480 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1481 | checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
1482 | dependencies = [
|
1483 | "bytes",
|
1484 | "futures-core",
|
1485 | "futures-io",
|
1486 | "futures-sink",
|
1487 | "futures-util",
|
1488 | "hashbrown 0.14.5",
|
1489 | "pin-project-lite",
|
1490 | "slab",
|
1491 | "tokio",
|
1492 | ]
|
1493 |
|
1494 | [[package]]
|
1495 | name = "tracing"
|
1496 | version = "0.1.40"
|
1497 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1498 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
1499 | dependencies = [
|
1500 | "log",
|
1501 | "pin-project-lite",
|
1502 | "tracing-attributes",
|
1503 | "tracing-core",
|
1504 | ]
|
1505 |
|
1506 | [[package]]
|
1507 | name = "tracing-attributes"
|
1508 | version = "0.1.27"
|
1509 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1510 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
1511 | dependencies = [
|
1512 | "proc-macro2",
|
1513 | "quote",
|
1514 | "syn",
|
1515 | ]
|
1516 |
|
1517 | [[package]]
|
1518 | name = "tracing-core"
|
1519 | version = "0.1.32"
|
1520 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1521 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
1522 | dependencies = [
|
1523 | "once_cell",
|
1524 | "valuable",
|
1525 | ]
|
1526 |
|
1527 | [[package]]
|
1528 | name = "tracing-log"
|
1529 | version = "0.2.0"
|
1530 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1531 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
1532 | dependencies = [
|
1533 | "log",
|
1534 | "once_cell",
|
1535 | "tracing-core",
|
1536 | ]
|
1537 |
|
1538 | [[package]]
|
1539 | name = "tracing-subscriber"
|
1540 | version = "0.3.18"
|
1541 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1542 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
1543 | dependencies = [
|
1544 | "nu-ansi-term",
|
1545 | "sharded-slab",
|
1546 | "smallvec",
|
1547 | "thread_local",
|
1548 | "tracing-core",
|
1549 | "tracing-log",
|
1550 | ]
|
1551 |
|
1552 | [[package]]
|
1553 | name = "unicode-bidi"
|
1554 | version = "0.3.15"
|
1555 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1556 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
1557 |
|
1558 | [[package]]
|
1559 | name = "unicode-ident"
|
1560 | version = "1.0.12"
|
1561 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1562 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
1563 |
|
1564 | [[package]]
|
1565 | name = "unicode-normalization"
|
1566 | version = "0.1.23"
|
1567 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1568 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
1569 | dependencies = [
|
1570 | "tinyvec",
|
1571 | ]
|
1572 |
|
1573 | [[package]]
|
1574 | name = "unicode-segmentation"
|
1575 | version = "1.11.0"
|
1576 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1577 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
1578 |
|
1579 | [[package]]
|
1580 | name = "url"
|
1581 | version = "2.5.2"
|
1582 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1583 | checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
1584 | dependencies = [
|
1585 | "form_urlencoded",
|
1586 | "idna",
|
1587 | "percent-encoding",
|
1588 | ]
|
1589 |
|
1590 | [[package]]
|
1591 | name = "uuid"
|
1592 | version = "1.10.0"
|
1593 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1594 | checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
1595 | dependencies = [
|
1596 | "getrandom",
|
1597 | "serde",
|
1598 | "sha1_smol",
|
1599 | ]
|
1600 |
|
1601 | [[package]]
|
1602 | name = "valuable"
|
1603 | version = "0.1.0"
|
1604 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1605 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
1606 |
|
1607 | [[package]]
|
1608 | name = "vcpkg"
|
1609 | version = "0.2.15"
|
1610 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1611 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
1612 |
|
1613 | [[package]]
|
1614 | name = "version_check"
|
1615 | version = "0.9.5"
|
1616 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1617 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
1618 |
|
1619 | [[package]]
|
1620 | name = "waker-fn"
|
1621 | version = "1.2.0"
|
1622 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1623 | checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
1624 |
|
1625 | [[package]]
|
1626 | name = "wasi"
|
1627 | version = "0.11.0+wasi-snapshot-preview1"
|
1628 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1629 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1630 |
|
1631 | [[package]]
|
1632 | name = "winapi"
|
1633 | version = "0.3.9"
|
1634 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1635 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
1636 | dependencies = [
|
1637 | "winapi-i686-pc-windows-gnu",
|
1638 | "winapi-x86_64-pc-windows-gnu",
|
1639 | ]
|
1640 |
|
1641 | [[package]]
|
1642 | name = "winapi-i686-pc-windows-gnu"
|
1643 | version = "0.4.0"
|
1644 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1645 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
1646 |
|
1647 | [[package]]
|
1648 | name = "winapi-x86_64-pc-windows-gnu"
|
1649 | version = "0.4.0"
|
1650 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1651 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
1652 |
|
1653 | [[package]]
|
1654 | name = "windows-sys"
|
1655 | version = "0.48.0"
|
1656 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1657 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
1658 | dependencies = [
|
1659 | "windows-targets 0.48.5",
|
1660 | ]
|
1661 |
|
1662 | [[package]]
|
1663 | name = "windows-sys"
|
1664 | version = "0.52.0"
|
1665 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1666 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
1667 | dependencies = [
|
1668 | "windows-targets 0.52.6",
|
1669 | ]
|
1670 |
|
1671 | [[package]]
|
1672 | name = "windows-targets"
|
1673 | version = "0.48.5"
|
1674 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1675 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
1676 | dependencies = [
|
1677 | "windows_aarch64_gnullvm 0.48.5",
|
1678 | "windows_aarch64_msvc 0.48.5",
|
1679 | "windows_i686_gnu 0.48.5",
|
1680 | "windows_i686_msvc 0.48.5",
|
1681 | "windows_x86_64_gnu 0.48.5",
|
1682 | "windows_x86_64_gnullvm 0.48.5",
|
1683 | "windows_x86_64_msvc 0.48.5",
|
1684 | ]
|
1685 |
|
1686 | [[package]]
|
1687 | name = "windows-targets"
|
1688 | version = "0.52.6"
|
1689 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1690 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
1691 | dependencies = [
|
1692 | "windows_aarch64_gnullvm 0.52.6",
|
1693 | "windows_aarch64_msvc 0.52.6",
|
1694 | "windows_i686_gnu 0.52.6",
|
1695 | "windows_i686_gnullvm",
|
1696 | "windows_i686_msvc 0.52.6",
|
1697 | "windows_x86_64_gnu 0.52.6",
|
1698 | "windows_x86_64_gnullvm 0.52.6",
|
1699 | "windows_x86_64_msvc 0.52.6",
|
1700 | ]
|
1701 |
|
1702 | [[package]]
|
1703 | name = "windows_aarch64_gnullvm"
|
1704 | version = "0.48.5"
|
1705 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1706 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
1707 |
|
1708 | [[package]]
|
1709 | name = "windows_aarch64_gnullvm"
|
1710 | version = "0.52.6"
|
1711 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1712 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1713 |
|
1714 | [[package]]
|
1715 | name = "windows_aarch64_msvc"
|
1716 | version = "0.48.5"
|
1717 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1718 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
1719 |
|
1720 | [[package]]
|
1721 | name = "windows_aarch64_msvc"
|
1722 | version = "0.52.6"
|
1723 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1724 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1725 |
|
1726 | [[package]]
|
1727 | name = "windows_i686_gnu"
|
1728 | version = "0.48.5"
|
1729 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1730 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
1731 |
|
1732 | [[package]]
|
1733 | name = "windows_i686_gnu"
|
1734 | version = "0.52.6"
|
1735 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1736 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
1737 |
|
1738 | [[package]]
|
1739 | name = "windows_i686_gnullvm"
|
1740 | version = "0.52.6"
|
1741 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1742 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1743 |
|
1744 | [[package]]
|
1745 | name = "windows_i686_msvc"
|
1746 | version = "0.48.5"
|
1747 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1748 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
1749 |
|
1750 | [[package]]
|
1751 | name = "windows_i686_msvc"
|
1752 | version = "0.52.6"
|
1753 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1754 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1755 |
|
1756 | [[package]]
|
1757 | name = "windows_x86_64_gnu"
|
1758 | version = "0.48.5"
|
1759 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1760 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
1761 |
|
1762 | [[package]]
|
1763 | name = "windows_x86_64_gnu"
|
1764 | version = "0.52.6"
|
1765 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1766 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
1767 |
|
1768 | [[package]]
|
1769 | name = "windows_x86_64_gnullvm"
|
1770 | version = "0.48.5"
|
1771 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1772 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
1773 |
|
1774 | [[package]]
|
1775 | name = "windows_x86_64_gnullvm"
|
1776 | version = "0.52.6"
|
1777 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1778 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1779 |
|
1780 | [[package]]
|
1781 | name = "windows_x86_64_msvc"
|
1782 | version = "0.48.5"
|
1783 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1784 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
1785 |
|
1786 | [[package]]
|
1787 | name = "windows_x86_64_msvc"
|
1788 | version = "0.52.6"
|
1789 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1790 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1791 |
|
1792 | [[package]]
|
1793 | name = "xdg"
|
1794 | version = "2.5.2"
|
1795 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1796 | checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
|
1797 |
|
1798 | [[package]]
|
1799 | name = "zerocopy"
|
1800 | version = "0.7.35"
|
1801 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1802 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
1803 | dependencies = [
|
1804 | "zerocopy-derive",
|
1805 | ]
|
1806 |
|
1807 | [[package]]
|
1808 | name = "zerocopy-derive"
|
1809 | version = "0.7.35"
|
1810 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1811 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
1812 | dependencies = [
|
1813 | "proc-macro2",
|
1814 | "quote",
|
1815 | "syn",
|
1816 | ]
|