1 | # This file is automatically @generated by Cargo.
|
2 | # It is not intended for manual editing.
|
3 | version = 3
|
4 |
|
5 | [[package]]
|
6 | name = "abnf-core"
|
7 | version = "0.6.0"
|
8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 | checksum = "ec182d1f071b906a9f59269c89af101515a5cbe58f723eb6717e7fe7445c0dea"
|
10 | dependencies = [
|
11 | "nom",
|
12 | ]
|
13 |
|
14 | [[package]]
|
15 | name = "adler2"
|
16 | version = "2.0.0"
|
17 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
18 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
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 = "android-tzdata"
|
49 | version = "0.1.1"
|
50 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
51 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
52 |
|
53 | [[package]]
|
54 | name = "android_system_properties"
|
55 | version = "0.1.5"
|
56 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
57 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
58 | dependencies = [
|
59 | "libc",
|
60 | ]
|
61 |
|
62 | [[package]]
|
63 | name = "anstyle"
|
64 | version = "1.0.8"
|
65 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
66 | checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
67 |
|
68 | [[package]]
|
69 | name = "assert_cmd"
|
70 | version = "2.0.13"
|
71 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
72 | checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467"
|
73 | dependencies = [
|
74 | "anstyle",
|
75 | "bstr",
|
76 | "doc-comment",
|
77 | "predicates",
|
78 | "predicates-core",
|
79 | "predicates-tree",
|
80 | "wait-timeout",
|
81 | ]
|
82 |
|
83 | [[package]]
|
84 | name = "async-channel"
|
85 | version = "1.9.0"
|
86 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
87 | checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
88 | dependencies = [
|
89 | "concurrent-queue",
|
90 | "event-listener 2.5.3",
|
91 | "futures-core",
|
92 | ]
|
93 |
|
94 | [[package]]
|
95 | name = "async-channel"
|
96 | version = "2.3.1"
|
97 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
98 | checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
99 | dependencies = [
|
100 | "concurrent-queue",
|
101 | "event-listener-strategy",
|
102 | "futures-core",
|
103 | "pin-project-lite",
|
104 | ]
|
105 |
|
106 | [[package]]
|
107 | name = "async-executor"
|
108 | version = "1.13.0"
|
109 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
110 | checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
|
111 | dependencies = [
|
112 | "async-task",
|
113 | "concurrent-queue",
|
114 | "fastrand 2.1.1",
|
115 | "futures-lite 2.3.0",
|
116 | "slab",
|
117 | ]
|
118 |
|
119 | [[package]]
|
120 | name = "async-fn-stream"
|
121 | version = "0.2.2"
|
122 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
123 | checksum = "e71711442f1016c768c259bec59300a10efe753bc3e686ec19e2c6a54a97c29b"
|
124 | dependencies = [
|
125 | "futures-util",
|
126 | "pin-project-lite",
|
127 | ]
|
128 |
|
129 | [[package]]
|
130 | name = "async-fs"
|
131 | version = "2.1.2"
|
132 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
133 | checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
|
134 | dependencies = [
|
135 | "async-lock",
|
136 | "blocking",
|
137 | "futures-lite 2.3.0",
|
138 | ]
|
139 |
|
140 | [[package]]
|
141 | name = "async-io"
|
142 | version = "2.3.4"
|
143 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
144 | checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
|
145 | dependencies = [
|
146 | "async-lock",
|
147 | "cfg-if",
|
148 | "concurrent-queue",
|
149 | "futures-io",
|
150 | "futures-lite 2.3.0",
|
151 | "parking",
|
152 | "polling 3.7.3",
|
153 | "rustix",
|
154 | "slab",
|
155 | "tracing",
|
156 | "windows-sys 0.59.0",
|
157 | ]
|
158 |
|
159 | [[package]]
|
160 | name = "async-lock"
|
161 | version = "3.4.0"
|
162 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
163 | checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
164 | dependencies = [
|
165 | "event-listener 5.3.1",
|
166 | "event-listener-strategy",
|
167 | "pin-project-lite",
|
168 | ]
|
169 |
|
170 | [[package]]
|
171 | name = "async-net"
|
172 | version = "2.0.0"
|
173 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
174 | checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
|
175 | dependencies = [
|
176 | "async-io",
|
177 | "blocking",
|
178 | "futures-lite 2.3.0",
|
179 | ]
|
180 |
|
181 | [[package]]
|
182 | name = "async-process"
|
183 | version = "2.2.4"
|
184 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
185 | checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
|
186 | dependencies = [
|
187 | "async-channel 2.3.1",
|
188 | "async-io",
|
189 | "async-lock",
|
190 | "async-signal",
|
191 | "async-task",
|
192 | "blocking",
|
193 | "cfg-if",
|
194 | "event-listener 5.3.1",
|
195 | "futures-lite 2.3.0",
|
196 | "rustix",
|
197 | "tracing",
|
198 | "windows-sys 0.59.0",
|
199 | ]
|
200 |
|
201 | [[package]]
|
202 | name = "async-signal"
|
203 | version = "0.2.10"
|
204 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
205 | checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
|
206 | dependencies = [
|
207 | "async-io",
|
208 | "async-lock",
|
209 | "atomic-waker",
|
210 | "cfg-if",
|
211 | "futures-core",
|
212 | "futures-io",
|
213 | "rustix",
|
214 | "signal-hook-registry",
|
215 | "slab",
|
216 | "windows-sys 0.59.0",
|
217 | ]
|
218 |
|
219 | [[package]]
|
220 | name = "async-task"
|
221 | version = "4.7.1"
|
222 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
223 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
224 |
|
225 | [[package]]
|
226 | name = "atomic-waker"
|
227 | version = "1.1.2"
|
228 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
229 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
230 |
|
231 | [[package]]
|
232 | name = "atty"
|
233 | version = "0.2.14"
|
234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
235 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
236 | dependencies = [
|
237 | "hermit-abi 0.1.19",
|
238 | "libc",
|
239 | "winapi",
|
240 | ]
|
241 |
|
242 | [[package]]
|
243 | name = "autocfg"
|
244 | version = "1.3.0"
|
245 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
246 | checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
247 |
|
248 | [[package]]
|
249 | name = "base64"
|
250 | version = "0.13.1"
|
251 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
252 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
253 |
|
254 | [[package]]
|
255 | name = "base64"
|
256 | version = "0.22.1"
|
257 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
258 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
259 |
|
260 | [[package]]
|
261 | name = "base64-compat"
|
262 | version = "1.0.0"
|
263 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
264 | checksum = "5a8d4d2746f89841e49230dd26917df1876050f95abafafbe34f47cb534b88d7"
|
265 | dependencies = [
|
266 | "byteorder",
|
267 | ]
|
268 |
|
269 | [[package]]
|
270 | name = "bitflags"
|
271 | version = "1.3.2"
|
272 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
273 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
274 |
|
275 | [[package]]
|
276 | name = "bitflags"
|
277 | version = "2.6.0"
|
278 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
279 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
280 | dependencies = [
|
281 | "serde",
|
282 | ]
|
283 |
|
284 | [[package]]
|
285 | name = "block"
|
286 | version = "0.1.6"
|
287 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
288 | checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
289 |
|
290 | [[package]]
|
291 | name = "blocking"
|
292 | version = "1.6.1"
|
293 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
294 | checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
295 | dependencies = [
|
296 | "async-channel 2.3.1",
|
297 | "async-task",
|
298 | "futures-io",
|
299 | "futures-lite 2.3.0",
|
300 | "piper",
|
301 | ]
|
302 |
|
303 | [[package]]
|
304 | name = "bounded-static"
|
305 | version = "0.8.0"
|
306 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
307 | checksum = "0beb903daa49b43bcafb5d5eebe633f9ad638d8b16cd08f95fb05ee7bd099321"
|
308 |
|
309 | [[package]]
|
310 | name = "bounded-static-derive"
|
311 | version = "0.8.0"
|
312 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
313 | checksum = "e0af050e27e5d57aa14975f97fe47a134c46a390f91819f23a625319a7111bfa"
|
314 | dependencies = [
|
315 | "proc-macro2",
|
316 | "quote",
|
317 | "syn 2.0.76",
|
318 | ]
|
319 |
|
320 | [[package]]
|
321 | name = "bstr"
|
322 | version = "1.10.0"
|
323 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
324 | checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
325 | dependencies = [
|
326 | "memchr",
|
327 | "regex-automata",
|
328 | "serde",
|
329 | ]
|
330 |
|
331 | [[package]]
|
332 | name = "bufstream-fresh"
|
333 | version = "0.3.1"
|
334 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
335 | checksum = "7c431e5d450eceb6f5096c371f502946ae1cc65407935bc2cae8f1d625a2035f"
|
336 |
|
337 | [[package]]
|
338 | name = "bumpalo"
|
339 | version = "3.16.0"
|
340 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
341 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
342 |
|
343 | [[package]]
|
344 | name = "byteorder"
|
345 | version = "1.5.0"
|
346 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
347 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
348 |
|
349 | [[package]]
|
350 | name = "bytes"
|
351 | version = "1.7.1"
|
352 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
353 | checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
354 |
|
355 | [[package]]
|
356 | name = "castaway"
|
357 | version = "0.1.2"
|
358 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
359 | checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
|
360 |
|
361 | [[package]]
|
362 | name = "cc"
|
363 | version = "1.1.15"
|
364 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
365 | checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
|
366 | dependencies = [
|
367 | "shlex",
|
368 | ]
|
369 |
|
370 | [[package]]
|
371 | name = "cfg-if"
|
372 | version = "1.0.0"
|
373 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
374 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
375 |
|
376 | [[package]]
|
377 | name = "cfg_aliases"
|
378 | version = "0.2.1"
|
379 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
380 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
381 |
|
382 | [[package]]
|
383 | name = "chrono"
|
384 | version = "0.4.38"
|
385 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
386 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
387 | dependencies = [
|
388 | "android-tzdata",
|
389 | "iana-time-zone",
|
390 | "js-sys",
|
391 | "num-traits",
|
392 | "wasm-bindgen",
|
393 | "windows-targets 0.52.6",
|
394 | ]
|
395 |
|
396 | [[package]]
|
397 | name = "clap"
|
398 | version = "2.34.0"
|
399 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
400 | checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
401 | dependencies = [
|
402 | "bitflags 1.3.2",
|
403 | "textwrap",
|
404 | "unicode-width",
|
405 | ]
|
406 |
|
407 | [[package]]
|
408 | name = "concurrent-queue"
|
409 | version = "2.5.0"
|
410 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
411 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
412 | dependencies = [
|
413 | "crossbeam-utils",
|
414 | ]
|
415 |
|
416 | [[package]]
|
417 | name = "core-foundation"
|
418 | version = "0.9.4"
|
419 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
420 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
421 | dependencies = [
|
422 | "core-foundation-sys",
|
423 | "libc",
|
424 | ]
|
425 |
|
426 | [[package]]
|
427 | name = "core-foundation-sys"
|
428 | version = "0.8.7"
|
429 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
430 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
431 |
|
432 | [[package]]
|
433 | name = "crc32fast"
|
434 | version = "1.4.2"
|
435 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
436 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
437 | dependencies = [
|
438 | "cfg-if",
|
439 | ]
|
440 |
|
441 | [[package]]
|
442 | name = "crossbeam"
|
443 | version = "0.8.4"
|
444 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
445 | checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
|
446 | dependencies = [
|
447 | "crossbeam-channel",
|
448 | "crossbeam-deque",
|
449 | "crossbeam-epoch",
|
450 | "crossbeam-queue",
|
451 | "crossbeam-utils",
|
452 | ]
|
453 |
|
454 | [[package]]
|
455 | name = "crossbeam-channel"
|
456 | version = "0.5.13"
|
457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
458 | checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
459 | dependencies = [
|
460 | "crossbeam-utils",
|
461 | ]
|
462 |
|
463 | [[package]]
|
464 | name = "crossbeam-deque"
|
465 | version = "0.8.5"
|
466 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
467 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
468 | dependencies = [
|
469 | "crossbeam-epoch",
|
470 | "crossbeam-utils",
|
471 | ]
|
472 |
|
473 | [[package]]
|
474 | name = "crossbeam-epoch"
|
475 | version = "0.9.18"
|
476 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
477 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
478 | dependencies = [
|
479 | "crossbeam-utils",
|
480 | ]
|
481 |
|
482 | [[package]]
|
483 | name = "crossbeam-queue"
|
484 | version = "0.3.11"
|
485 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
486 | checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
|
487 | dependencies = [
|
488 | "crossbeam-utils",
|
489 | ]
|
490 |
|
491 | [[package]]
|
492 | name = "crossbeam-utils"
|
493 | version = "0.8.20"
|
494 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
495 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
496 |
|
497 | [[package]]
|
498 | name = "csv"
|
499 | version = "1.3.0"
|
500 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
501 | checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
|
502 | dependencies = [
|
503 | "csv-core",
|
504 | "itoa",
|
505 | "ryu",
|
506 | "serde",
|
507 | ]
|
508 |
|
509 | [[package]]
|
510 | name = "csv-core"
|
511 | version = "0.1.11"
|
512 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
513 | checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
|
514 | dependencies = [
|
515 | "memchr",
|
516 | ]
|
517 |
|
518 | [[package]]
|
519 | name = "curl"
|
520 | version = "0.4.46"
|
521 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
522 | checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6"
|
523 | dependencies = [
|
524 | "curl-sys",
|
525 | "libc",
|
526 | "openssl-probe",
|
527 | "openssl-sys",
|
528 | "schannel",
|
529 | "socket2",
|
530 | "windows-sys 0.52.0",
|
531 | ]
|
532 |
|
533 | [[package]]
|
534 | name = "curl-sys"
|
535 | version = "0.4.74+curl-8.9.0"
|
536 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
537 | checksum = "8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf"
|
538 | dependencies = [
|
539 | "cc",
|
540 | "libc",
|
541 | "libnghttp2-sys",
|
542 | "libz-sys",
|
543 | "openssl-sys",
|
544 | "pkg-config",
|
545 | "vcpkg",
|
546 | "windows-sys 0.52.0",
|
547 | ]
|
548 |
|
549 | [[package]]
|
550 | name = "data-encoding"
|
551 | version = "2.6.0"
|
552 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
553 | checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
554 |
|
555 | [[package]]
|
556 | name = "dbus"
|
557 | version = "0.9.7"
|
558 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
559 | checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
|
560 | dependencies = [
|
561 | "libc",
|
562 | "libdbus-sys",
|
563 | "winapi",
|
564 | ]
|
565 |
|
566 | [[package]]
|
567 | name = "deranged"
|
568 | version = "0.3.11"
|
569 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
570 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
571 | dependencies = [
|
572 | "powerfmt",
|
573 | ]
|
574 |
|
575 | [[package]]
|
576 | name = "difflib"
|
577 | version = "0.4.0"
|
578 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
579 | checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
580 |
|
581 | [[package]]
|
582 | name = "dirs-next"
|
583 | version = "2.0.0"
|
584 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
585 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
586 | dependencies = [
|
587 | "cfg-if",
|
588 | "dirs-sys-next",
|
589 | ]
|
590 |
|
591 | [[package]]
|
592 | name = "dirs-sys-next"
|
593 | version = "0.1.2"
|
594 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
595 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
596 | dependencies = [
|
597 | "libc",
|
598 | "redox_users",
|
599 | "winapi",
|
600 | ]
|
601 |
|
602 | [[package]]
|
603 | name = "doc-comment"
|
604 | version = "0.3.3"
|
605 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
606 | checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
607 |
|
608 | [[package]]
|
609 | name = "either"
|
610 | version = "1.13.0"
|
611 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
612 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
613 |
|
614 | [[package]]
|
615 | name = "encoding"
|
616 | version = "0.2.33"
|
617 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
618 | checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
619 | dependencies = [
|
620 | "encoding-index-japanese",
|
621 | "encoding-index-korean",
|
622 | "encoding-index-simpchinese",
|
623 | "encoding-index-singlebyte",
|
624 | "encoding-index-tradchinese",
|
625 | ]
|
626 |
|
627 | [[package]]
|
628 | name = "encoding-index-japanese"
|
629 | version = "1.20141219.5"
|
630 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
631 | checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
632 | dependencies = [
|
633 | "encoding_index_tests",
|
634 | ]
|
635 |
|
636 | [[package]]
|
637 | name = "encoding-index-korean"
|
638 | version = "1.20141219.5"
|
639 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
640 | checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
641 | dependencies = [
|
642 | "encoding_index_tests",
|
643 | ]
|
644 |
|
645 | [[package]]
|
646 | name = "encoding-index-simpchinese"
|
647 | version = "1.20141219.5"
|
648 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
649 | checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
650 | dependencies = [
|
651 | "encoding_index_tests",
|
652 | ]
|
653 |
|
654 | [[package]]
|
655 | name = "encoding-index-singlebyte"
|
656 | version = "1.20141219.5"
|
657 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
658 | checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
659 | dependencies = [
|
660 | "encoding_index_tests",
|
661 | ]
|
662 |
|
663 | [[package]]
|
664 | name = "encoding-index-tradchinese"
|
665 | version = "1.20141219.5"
|
666 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
667 | checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
668 | dependencies = [
|
669 | "encoding_index_tests",
|
670 | ]
|
671 |
|
672 | [[package]]
|
673 | name = "encoding_index_tests"
|
674 | version = "0.1.4"
|
675 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
676 | checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
677 |
|
678 | [[package]]
|
679 | name = "encoding_rs"
|
680 | version = "0.8.34"
|
681 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
682 | checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
683 | dependencies = [
|
684 | "cfg-if",
|
685 | ]
|
686 |
|
687 | [[package]]
|
688 | name = "equivalent"
|
689 | version = "1.0.1"
|
690 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
691 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
692 |
|
693 | [[package]]
|
694 | name = "errno"
|
695 | version = "0.3.9"
|
696 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
697 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
698 | dependencies = [
|
699 | "libc",
|
700 | "windows-sys 0.52.0",
|
701 | ]
|
702 |
|
703 | [[package]]
|
704 | name = "event-listener"
|
705 | version = "2.5.3"
|
706 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
707 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
708 |
|
709 | [[package]]
|
710 | name = "event-listener"
|
711 | version = "5.3.1"
|
712 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
713 | checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
714 | dependencies = [
|
715 | "concurrent-queue",
|
716 | "parking",
|
717 | "pin-project-lite",
|
718 | ]
|
719 |
|
720 | [[package]]
|
721 | name = "event-listener-strategy"
|
722 | version = "0.5.2"
|
723 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
724 | checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
725 | dependencies = [
|
726 | "event-listener 5.3.1",
|
727 | "pin-project-lite",
|
728 | ]
|
729 |
|
730 | [[package]]
|
731 | name = "fallible-iterator"
|
732 | version = "0.2.0"
|
733 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
734 | checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
735 |
|
736 | [[package]]
|
737 | name = "fallible-streaming-iterator"
|
738 | version = "0.1.9"
|
739 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
740 | checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
741 |
|
742 | [[package]]
|
743 | name = "fastrand"
|
744 | version = "1.9.0"
|
745 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
746 | checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
747 | dependencies = [
|
748 | "instant",
|
749 | ]
|
750 |
|
751 | [[package]]
|
752 | name = "fastrand"
|
753 | version = "2.1.1"
|
754 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
755 | checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
756 |
|
757 | [[package]]
|
758 | name = "filetime"
|
759 | version = "0.2.25"
|
760 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
761 | checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
762 | dependencies = [
|
763 | "cfg-if",
|
764 | "libc",
|
765 | "libredox",
|
766 | "windows-sys 0.59.0",
|
767 | ]
|
768 |
|
769 | [[package]]
|
770 | name = "flate2"
|
771 | version = "1.0.33"
|
772 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
773 | checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
|
774 | dependencies = [
|
775 | "crc32fast",
|
776 | "miniz_oxide",
|
777 | ]
|
778 |
|
779 | [[package]]
|
780 | name = "float-cmp"
|
781 | version = "0.9.0"
|
782 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
783 | checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
784 | dependencies = [
|
785 | "num-traits",
|
786 | ]
|
787 |
|
788 | [[package]]
|
789 | name = "fnv"
|
790 | version = "1.0.7"
|
791 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
792 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
793 |
|
794 | [[package]]
|
795 | name = "foreign-types"
|
796 | version = "0.3.2"
|
797 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
798 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
799 | dependencies = [
|
800 | "foreign-types-shared",
|
801 | ]
|
802 |
|
803 | [[package]]
|
804 | name = "foreign-types-shared"
|
805 | version = "0.1.1"
|
806 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
807 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
808 |
|
809 | [[package]]
|
810 | name = "form_urlencoded"
|
811 | version = "1.2.1"
|
812 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
813 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
814 | dependencies = [
|
815 | "percent-encoding",
|
816 | ]
|
817 |
|
818 | [[package]]
|
819 | name = "fs_extra"
|
820 | version = "1.3.0"
|
821 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
822 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
823 |
|
824 | [[package]]
|
825 | name = "fsevent-sys"
|
826 | version = "4.1.0"
|
827 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
828 | checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
829 | dependencies = [
|
830 | "libc",
|
831 | ]
|
832 |
|
833 | [[package]]
|
834 | name = "futures"
|
835 | version = "0.3.30"
|
836 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
837 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
838 | dependencies = [
|
839 | "futures-channel",
|
840 | "futures-core",
|
841 | "futures-executor",
|
842 | "futures-io",
|
843 | "futures-sink",
|
844 | "futures-task",
|
845 | "futures-util",
|
846 | ]
|
847 |
|
848 | [[package]]
|
849 | name = "futures-channel"
|
850 | version = "0.3.30"
|
851 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
852 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
853 | dependencies = [
|
854 | "futures-core",
|
855 | "futures-sink",
|
856 | ]
|
857 |
|
858 | [[package]]
|
859 | name = "futures-core"
|
860 | version = "0.3.30"
|
861 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
862 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
863 |
|
864 | [[package]]
|
865 | name = "futures-executor"
|
866 | version = "0.3.30"
|
867 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
868 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
869 | dependencies = [
|
870 | "futures-core",
|
871 | "futures-task",
|
872 | "futures-util",
|
873 | ]
|
874 |
|
875 | [[package]]
|
876 | name = "futures-io"
|
877 | version = "0.3.30"
|
878 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
879 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
880 |
|
881 | [[package]]
|
882 | name = "futures-lite"
|
883 | version = "1.13.0"
|
884 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
885 | checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
886 | dependencies = [
|
887 | "fastrand 1.9.0",
|
888 | "futures-core",
|
889 | "futures-io",
|
890 | "memchr",
|
891 | "parking",
|
892 | "pin-project-lite",
|
893 | "waker-fn",
|
894 | ]
|
895 |
|
896 | [[package]]
|
897 | name = "futures-lite"
|
898 | version = "2.3.0"
|
899 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
900 | checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
901 | dependencies = [
|
902 | "fastrand 2.1.1",
|
903 | "futures-core",
|
904 | "futures-io",
|
905 | "parking",
|
906 | "pin-project-lite",
|
907 | ]
|
908 |
|
909 | [[package]]
|
910 | name = "futures-macro"
|
911 | version = "0.3.30"
|
912 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
913 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
914 | dependencies = [
|
915 | "proc-macro2",
|
916 | "quote",
|
917 | "syn 2.0.76",
|
918 | ]
|
919 |
|
920 | [[package]]
|
921 | name = "futures-sink"
|
922 | version = "0.3.30"
|
923 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
924 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
925 |
|
926 | [[package]]
|
927 | name = "futures-task"
|
928 | version = "0.3.30"
|
929 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
930 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
931 |
|
932 | [[package]]
|
933 | name = "futures-util"
|
934 | version = "0.3.30"
|
935 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
936 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
937 | dependencies = [
|
938 | "futures-channel",
|
939 | "futures-core",
|
940 | "futures-io",
|
941 | "futures-macro",
|
942 | "futures-sink",
|
943 | "futures-task",
|
944 | "memchr",
|
945 | "pin-project-lite",
|
946 | "pin-utils",
|
947 | "slab",
|
948 | ]
|
949 |
|
950 | [[package]]
|
951 | name = "getrandom"
|
952 | version = "0.2.15"
|
953 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
954 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
955 | dependencies = [
|
956 | "cfg-if",
|
957 | "libc",
|
958 | "wasi",
|
959 | ]
|
960 |
|
961 | [[package]]
|
962 | name = "hashbrown"
|
963 | version = "0.14.5"
|
964 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
965 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
966 | dependencies = [
|
967 | "ahash",
|
968 | "allocator-api2",
|
969 | ]
|
970 |
|
971 | [[package]]
|
972 | name = "hashlink"
|
973 | version = "0.8.4"
|
974 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
975 | checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
976 | dependencies = [
|
977 | "hashbrown",
|
978 | ]
|
979 |
|
980 | [[package]]
|
981 | name = "heck"
|
982 | version = "0.3.3"
|
983 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
984 | checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
985 | dependencies = [
|
986 | "unicode-segmentation",
|
987 | ]
|
988 |
|
989 | [[package]]
|
990 | name = "hermit-abi"
|
991 | version = "0.1.19"
|
992 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
993 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
994 | dependencies = [
|
995 | "libc",
|
996 | ]
|
997 |
|
998 | [[package]]
|
999 | name = "hermit-abi"
|
1000 | version = "0.4.0"
|
1001 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1002 | checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
1003 |
|
1004 | [[package]]
|
1005 | name = "http"
|
1006 | version = "0.2.12"
|
1007 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1008 | checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
1009 | dependencies = [
|
1010 | "bytes",
|
1011 | "fnv",
|
1012 | "itoa",
|
1013 | ]
|
1014 |
|
1015 | [[package]]
|
1016 | name = "iana-time-zone"
|
1017 | version = "0.1.60"
|
1018 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1019 | checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
1020 | dependencies = [
|
1021 | "android_system_properties",
|
1022 | "core-foundation-sys",
|
1023 | "iana-time-zone-haiku",
|
1024 | "js-sys",
|
1025 | "wasm-bindgen",
|
1026 | "windows-core 0.52.0",
|
1027 | ]
|
1028 |
|
1029 | [[package]]
|
1030 | name = "iana-time-zone-haiku"
|
1031 | version = "0.1.2"
|
1032 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1033 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
1034 | dependencies = [
|
1035 | "cc",
|
1036 | ]
|
1037 |
|
1038 | [[package]]
|
1039 | name = "idna"
|
1040 | version = "0.5.0"
|
1041 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1042 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
1043 | dependencies = [
|
1044 | "unicode-bidi",
|
1045 | "unicode-normalization",
|
1046 | ]
|
1047 |
|
1048 | [[package]]
|
1049 | name = "imap-codec"
|
1050 | version = "2.0.0-alpha.2"
|
1051 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1052 | checksum = "8f5b3f6b7f1c1dcba79867482c6fd94c0539b0115752397a7e7d0aff20f7e04d"
|
1053 | dependencies = [
|
1054 | "abnf-core",
|
1055 | "base64 0.22.1",
|
1056 | "chrono",
|
1057 | "imap-types",
|
1058 | "log",
|
1059 | "nom",
|
1060 | ]
|
1061 |
|
1062 | [[package]]
|
1063 | name = "imap-types"
|
1064 | version = "2.0.0-alpha.2"
|
1065 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1066 | checksum = "7dafc29c11ece4433e74bf11b750cbd3135b0cf342975e29503503a1489cb00b"
|
1067 | dependencies = [
|
1068 | "base64 0.22.1",
|
1069 | "bounded-static",
|
1070 | "bounded-static-derive",
|
1071 | "chrono",
|
1072 | "thiserror",
|
1073 | ]
|
1074 |
|
1075 | [[package]]
|
1076 | name = "indexmap"
|
1077 | version = "2.4.0"
|
1078 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1079 | checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
|
1080 | dependencies = [
|
1081 | "equivalent",
|
1082 | "hashbrown",
|
1083 | "serde",
|
1084 | ]
|
1085 |
|
1086 | [[package]]
|
1087 | name = "inotify"
|
1088 | version = "0.9.6"
|
1089 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1090 | checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
1091 | dependencies = [
|
1092 | "bitflags 1.3.2",
|
1093 | "inotify-sys",
|
1094 | "libc",
|
1095 | ]
|
1096 |
|
1097 | [[package]]
|
1098 | name = "inotify-sys"
|
1099 | version = "0.1.5"
|
1100 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1101 | checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
1102 | dependencies = [
|
1103 | "libc",
|
1104 | ]
|
1105 |
|
1106 | [[package]]
|
1107 | name = "instant"
|
1108 | version = "0.1.13"
|
1109 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1110 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
1111 | dependencies = [
|
1112 | "cfg-if",
|
1113 | ]
|
1114 |
|
1115 | [[package]]
|
1116 | name = "isahc"
|
1117 | version = "1.7.2"
|
1118 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1119 | checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
|
1120 | dependencies = [
|
1121 | "async-channel 1.9.0",
|
1122 | "castaway",
|
1123 | "crossbeam-utils",
|
1124 | "curl",
|
1125 | "curl-sys",
|
1126 | "encoding_rs",
|
1127 | "event-listener 2.5.3",
|
1128 | "futures-lite 1.13.0",
|
1129 | "http",
|
1130 | "log",
|
1131 | "mime",
|
1132 | "once_cell",
|
1133 | "polling 2.8.0",
|
1134 | "serde",
|
1135 | "serde_json",
|
1136 | "slab",
|
1137 | "sluice",
|
1138 | "tracing",
|
1139 | "tracing-futures",
|
1140 | "url",
|
1141 | "waker-fn",
|
1142 | ]
|
1143 |
|
1144 | [[package]]
|
1145 | name = "itoa"
|
1146 | version = "1.0.11"
|
1147 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1148 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
1149 |
|
1150 | [[package]]
|
1151 | name = "js-sys"
|
1152 | version = "0.3.70"
|
1153 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1154 | checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
1155 | dependencies = [
|
1156 | "wasm-bindgen",
|
1157 | ]
|
1158 |
|
1159 | [[package]]
|
1160 | name = "kqueue"
|
1161 | version = "1.0.8"
|
1162 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1163 | checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
1164 | dependencies = [
|
1165 | "kqueue-sys",
|
1166 | "libc",
|
1167 | ]
|
1168 |
|
1169 | [[package]]
|
1170 | name = "kqueue-sys"
|
1171 | version = "1.0.4"
|
1172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1173 | checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
1174 | dependencies = [
|
1175 | "bitflags 1.3.2",
|
1176 | "libc",
|
1177 | ]
|
1178 |
|
1179 | [[package]]
|
1180 | name = "lazy_static"
|
1181 | version = "1.5.0"
|
1182 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1183 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
1184 |
|
1185 | [[package]]
|
1186 | name = "libc"
|
1187 | version = "0.2.158"
|
1188 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1189 | checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
1190 |
|
1191 | [[package]]
|
1192 | name = "libdbus-sys"
|
1193 | version = "0.2.5"
|
1194 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1195 | checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
|
1196 | dependencies = [
|
1197 | "cc",
|
1198 | "pkg-config",
|
1199 | ]
|
1200 |
|
1201 | [[package]]
|
1202 | name = "libloading"
|
1203 | version = "0.8.5"
|
1204 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1205 | checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
1206 | dependencies = [
|
1207 | "cfg-if",
|
1208 | "windows-targets 0.52.6",
|
1209 | ]
|
1210 |
|
1211 | [[package]]
|
1212 | name = "libnghttp2-sys"
|
1213 | version = "0.1.10+1.61.0"
|
1214 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1215 | checksum = "959c25552127d2e1fa72f0e52548ec04fc386e827ba71a7bd01db46a447dc135"
|
1216 | dependencies = [
|
1217 | "cc",
|
1218 | "libc",
|
1219 | ]
|
1220 |
|
1221 | [[package]]
|
1222 | name = "libredox"
|
1223 | version = "0.1.3"
|
1224 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1225 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
1226 | dependencies = [
|
1227 | "bitflags 2.6.0",
|
1228 | "libc",
|
1229 | "redox_syscall 0.5.3",
|
1230 | ]
|
1231 |
|
1232 | [[package]]
|
1233 | name = "libsqlite3-sys"
|
1234 | version = "0.26.0"
|
1235 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1236 | checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
1237 | dependencies = [
|
1238 | "cc",
|
1239 | "pkg-config",
|
1240 | "vcpkg",
|
1241 | ]
|
1242 |
|
1243 | [[package]]
|
1244 | name = "libz-sys"
|
1245 | version = "1.1.20"
|
1246 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1247 | checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
|
1248 | dependencies = [
|
1249 | "cc",
|
1250 | "libc",
|
1251 | "pkg-config",
|
1252 | "vcpkg",
|
1253 | ]
|
1254 |
|
1255 | [[package]]
|
1256 | name = "linkify"
|
1257 | version = "0.10.0"
|
1258 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1259 | checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
|
1260 | dependencies = [
|
1261 | "memchr",
|
1262 | ]
|
1263 |
|
1264 | [[package]]
|
1265 | name = "linux-raw-sys"
|
1266 | version = "0.4.14"
|
1267 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1268 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
1269 |
|
1270 | [[package]]
|
1271 | name = "log"
|
1272 | version = "0.4.22"
|
1273 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1274 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
1275 |
|
1276 | [[package]]
|
1277 | name = "mac-notification-sys"
|
1278 | version = "0.6.1"
|
1279 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1280 | checksum = "51fca4d74ff9dbaac16a01b924bc3693fa2bba0862c2c633abc73f9a8ea21f64"
|
1281 | dependencies = [
|
1282 | "cc",
|
1283 | "dirs-next",
|
1284 | "objc-foundation",
|
1285 | "objc_id",
|
1286 | "time",
|
1287 | ]
|
1288 |
|
1289 | [[package]]
|
1290 | name = "mailin"
|
1291 | version = "0.6.4"
|
1292 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1293 | checksum = "ff08fefa0913a8fb1cbd31bd83a4841db8b6eb78320d517b31fcf60e2541d57a"
|
1294 | dependencies = [
|
1295 | "base64-compat",
|
1296 | "either",
|
1297 | "log",
|
1298 | "nom",
|
1299 | "ternop",
|
1300 | ]
|
1301 |
|
1302 | [[package]]
|
1303 | name = "mailin-embedded"
|
1304 | version = "0.8.2"
|
1305 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1306 | checksum = "143ac497c8c38d22407344e2252767ffd8253593a3d2464acc8619c8ef15835c"
|
1307 | dependencies = [
|
1308 | "bufstream-fresh",
|
1309 | "cfg-if",
|
1310 | "log",
|
1311 | "mailin",
|
1312 | "rustls",
|
1313 | "rustls-pemfile",
|
1314 | "scoped_threadpool",
|
1315 | ]
|
1316 |
|
1317 | [[package]]
|
1318 | name = "malloc_buf"
|
1319 | version = "0.0.6"
|
1320 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1321 | checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
1322 | dependencies = [
|
1323 | "libc",
|
1324 | ]
|
1325 |
|
1326 | [[package]]
|
1327 | name = "meli"
|
1328 | version = "0.8.7"
|
1329 | dependencies = [
|
1330 | "assert_cmd",
|
1331 | "async-task",
|
1332 | "bitflags 2.6.0",
|
1333 | "crossbeam",
|
1334 | "flate2",
|
1335 | "futures",
|
1336 | "indexmap",
|
1337 | "itoa",
|
1338 | "libc",
|
1339 | "libz-sys",
|
1340 | "linkify",
|
1341 | "melib",
|
1342 | "nix",
|
1343 | "notify-rust",
|
1344 | "predicates",
|
1345 | "proc-macro2",
|
1346 | "quote",
|
1347 | "regex",
|
1348 | "sealed_test",
|
1349 | "serde",
|
1350 | "serde_derive",
|
1351 | "serde_json",
|
1352 | "signal-hook",
|
1353 | "signal-hook-registry",
|
1354 | "smallvec",
|
1355 | "structopt",
|
1356 | "syn 1.0.109",
|
1357 | "tempfile",
|
1358 | "termion",
|
1359 | "toml",
|
1360 | "xdg",
|
1361 | ]
|
1362 |
|
1363 | [[package]]
|
1364 | name = "melib"
|
1365 | version = "0.8.7"
|
1366 | dependencies = [
|
1367 | "async-fn-stream",
|
1368 | "async-io",
|
1369 | "base64 0.13.1",
|
1370 | "bitflags 2.6.0",
|
1371 | "chrono",
|
1372 | "data-encoding",
|
1373 | "encoding",
|
1374 | "encoding_rs",
|
1375 | "flate2",
|
1376 | "futures",
|
1377 | "imap-codec",
|
1378 | "indexmap",
|
1379 | "isahc",
|
1380 | "libc",
|
1381 | "libloading",
|
1382 | "log",
|
1383 | "mailin-embedded",
|
1384 | "native-tls",
|
1385 | "nix",
|
1386 | "nom",
|
1387 | "notify",
|
1388 | "polling 3.7.3",
|
1389 | "regex",
|
1390 | "rusqlite",
|
1391 | "sealed_test",
|
1392 | "serde",
|
1393 | "serde_derive",
|
1394 | "serde_json",
|
1395 | "serde_path_to_error",
|
1396 | "smallvec",
|
1397 | "smol",
|
1398 | "socket2",
|
1399 | "stderrlog",
|
1400 | "tempfile",
|
1401 | "toml",
|
1402 | "unicode-segmentation",
|
1403 | "url",
|
1404 | "uuid",
|
1405 | "xdg",
|
1406 | ]
|
1407 |
|
1408 | [[package]]
|
1409 | name = "memchr"
|
1410 | version = "2.7.4"
|
1411 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1412 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
1413 |
|
1414 | [[package]]
|
1415 | name = "memoffset"
|
1416 | version = "0.9.1"
|
1417 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1418 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
1419 | dependencies = [
|
1420 | "autocfg",
|
1421 | ]
|
1422 |
|
1423 | [[package]]
|
1424 | name = "mime"
|
1425 | version = "0.3.17"
|
1426 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1427 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
1428 |
|
1429 | [[package]]
|
1430 | name = "minimal-lexical"
|
1431 | version = "0.2.1"
|
1432 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1433 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
1434 |
|
1435 | [[package]]
|
1436 | name = "miniz_oxide"
|
1437 | version = "0.8.0"
|
1438 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1439 | checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
1440 | dependencies = [
|
1441 | "adler2",
|
1442 | ]
|
1443 |
|
1444 | [[package]]
|
1445 | name = "mio"
|
1446 | version = "0.8.11"
|
1447 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1448 | checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
1449 | dependencies = [
|
1450 | "libc",
|
1451 | "log",
|
1452 | "wasi",
|
1453 | "windows-sys 0.48.0",
|
1454 | ]
|
1455 |
|
1456 | [[package]]
|
1457 | name = "native-tls"
|
1458 | version = "0.2.12"
|
1459 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1460 | checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
1461 | dependencies = [
|
1462 | "libc",
|
1463 | "log",
|
1464 | "openssl",
|
1465 | "openssl-probe",
|
1466 | "openssl-sys",
|
1467 | "schannel",
|
1468 | "security-framework",
|
1469 | "security-framework-sys",
|
1470 | "tempfile",
|
1471 | ]
|
1472 |
|
1473 | [[package]]
|
1474 | name = "nix"
|
1475 | version = "0.29.0"
|
1476 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1477 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
1478 | dependencies = [
|
1479 | "bitflags 2.6.0",
|
1480 | "cfg-if",
|
1481 | "cfg_aliases",
|
1482 | "libc",
|
1483 | "memoffset",
|
1484 | ]
|
1485 |
|
1486 | [[package]]
|
1487 | name = "nom"
|
1488 | version = "7.1.3"
|
1489 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1490 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
1491 | dependencies = [
|
1492 | "memchr",
|
1493 | "minimal-lexical",
|
1494 | ]
|
1495 |
|
1496 | [[package]]
|
1497 | name = "normalize-line-endings"
|
1498 | version = "0.3.0"
|
1499 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1500 | checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
1501 |
|
1502 | [[package]]
|
1503 | name = "notify"
|
1504 | version = "6.1.1"
|
1505 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1506 | checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
1507 | dependencies = [
|
1508 | "bitflags 2.6.0",
|
1509 | "crossbeam-channel",
|
1510 | "filetime",
|
1511 | "fsevent-sys",
|
1512 | "inotify",
|
1513 | "kqueue",
|
1514 | "libc",
|
1515 | "log",
|
1516 | "mio",
|
1517 | "walkdir",
|
1518 | "windows-sys 0.48.0",
|
1519 | ]
|
1520 |
|
1521 | [[package]]
|
1522 | name = "notify-rust"
|
1523 | version = "4.11.1"
|
1524 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1525 | checksum = "26a1d03b6305ecefdd9c6c60150179bb8d9f0cd4e64bbcad1e41419e7bf5e414"
|
1526 | dependencies = [
|
1527 | "dbus",
|
1528 | "log",
|
1529 | "mac-notification-sys",
|
1530 | "tauri-winrt-notification",
|
1531 | ]
|
1532 |
|
1533 | [[package]]
|
1534 | name = "num-conv"
|
1535 | version = "0.1.0"
|
1536 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1537 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
1538 |
|
1539 | [[package]]
|
1540 | name = "num-traits"
|
1541 | version = "0.2.19"
|
1542 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1543 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
1544 | dependencies = [
|
1545 | "autocfg",
|
1546 | ]
|
1547 |
|
1548 | [[package]]
|
1549 | name = "numtoa"
|
1550 | version = "0.1.0"
|
1551 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1552 | checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
1553 |
|
1554 | [[package]]
|
1555 | name = "objc"
|
1556 | version = "0.2.7"
|
1557 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1558 | checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
1559 | dependencies = [
|
1560 | "malloc_buf",
|
1561 | ]
|
1562 |
|
1563 | [[package]]
|
1564 | name = "objc-foundation"
|
1565 | version = "0.1.1"
|
1566 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1567 | checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
1568 | dependencies = [
|
1569 | "block",
|
1570 | "objc",
|
1571 | "objc_id",
|
1572 | ]
|
1573 |
|
1574 | [[package]]
|
1575 | name = "objc_id"
|
1576 | version = "0.1.1"
|
1577 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1578 | checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
1579 | dependencies = [
|
1580 | "objc",
|
1581 | ]
|
1582 |
|
1583 | [[package]]
|
1584 | name = "once_cell"
|
1585 | version = "1.19.0"
|
1586 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1587 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
1588 |
|
1589 | [[package]]
|
1590 | name = "openssl"
|
1591 | version = "0.10.66"
|
1592 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1593 | checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
|
1594 | dependencies = [
|
1595 | "bitflags 2.6.0",
|
1596 | "cfg-if",
|
1597 | "foreign-types",
|
1598 | "libc",
|
1599 | "once_cell",
|
1600 | "openssl-macros",
|
1601 | "openssl-sys",
|
1602 | ]
|
1603 |
|
1604 | [[package]]
|
1605 | name = "openssl-macros"
|
1606 | version = "0.1.1"
|
1607 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1608 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1609 | dependencies = [
|
1610 | "proc-macro2",
|
1611 | "quote",
|
1612 | "syn 2.0.76",
|
1613 | ]
|
1614 |
|
1615 | [[package]]
|
1616 | name = "openssl-probe"
|
1617 | version = "0.1.5"
|
1618 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1619 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
1620 |
|
1621 | [[package]]
|
1622 | name = "openssl-src"
|
1623 | version = "300.3.1+3.3.1"
|
1624 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1625 | checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
|
1626 | dependencies = [
|
1627 | "cc",
|
1628 | ]
|
1629 |
|
1630 | [[package]]
|
1631 | name = "openssl-sys"
|
1632 | version = "0.9.103"
|
1633 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1634 | checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
|
1635 | dependencies = [
|
1636 | "cc",
|
1637 | "libc",
|
1638 | "openssl-src",
|
1639 | "pkg-config",
|
1640 | "vcpkg",
|
1641 | ]
|
1642 |
|
1643 | [[package]]
|
1644 | name = "parking"
|
1645 | version = "2.2.0"
|
1646 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1647 | checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
1648 |
|
1649 | [[package]]
|
1650 | name = "percent-encoding"
|
1651 | version = "2.3.1"
|
1652 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1653 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
1654 |
|
1655 | [[package]]
|
1656 | name = "pin-project"
|
1657 | version = "1.1.5"
|
1658 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1659 | checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
1660 | dependencies = [
|
1661 | "pin-project-internal",
|
1662 | ]
|
1663 |
|
1664 | [[package]]
|
1665 | name = "pin-project-internal"
|
1666 | version = "1.1.5"
|
1667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1668 | checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
1669 | dependencies = [
|
1670 | "proc-macro2",
|
1671 | "quote",
|
1672 | "syn 2.0.76",
|
1673 | ]
|
1674 |
|
1675 | [[package]]
|
1676 | name = "pin-project-lite"
|
1677 | version = "0.2.14"
|
1678 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1679 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
1680 |
|
1681 | [[package]]
|
1682 | name = "pin-utils"
|
1683 | version = "0.1.0"
|
1684 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1685 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
1686 |
|
1687 | [[package]]
|
1688 | name = "piper"
|
1689 | version = "0.2.4"
|
1690 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1691 | checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
1692 | dependencies = [
|
1693 | "atomic-waker",
|
1694 | "fastrand 2.1.1",
|
1695 | "futures-io",
|
1696 | ]
|
1697 |
|
1698 | [[package]]
|
1699 | name = "pkg-config"
|
1700 | version = "0.3.30"
|
1701 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1702 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
1703 |
|
1704 | [[package]]
|
1705 | name = "polling"
|
1706 | version = "2.8.0"
|
1707 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1708 | checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
1709 | dependencies = [
|
1710 | "autocfg",
|
1711 | "bitflags 1.3.2",
|
1712 | "cfg-if",
|
1713 | "concurrent-queue",
|
1714 | "libc",
|
1715 | "log",
|
1716 | "pin-project-lite",
|
1717 | "windows-sys 0.48.0",
|
1718 | ]
|
1719 |
|
1720 | [[package]]
|
1721 | name = "polling"
|
1722 | version = "3.7.3"
|
1723 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1724 | checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
|
1725 | dependencies = [
|
1726 | "cfg-if",
|
1727 | "concurrent-queue",
|
1728 | "hermit-abi 0.4.0",
|
1729 | "pin-project-lite",
|
1730 | "rustix",
|
1731 | "tracing",
|
1732 | "windows-sys 0.59.0",
|
1733 | ]
|
1734 |
|
1735 | [[package]]
|
1736 | name = "powerfmt"
|
1737 | version = "0.2.0"
|
1738 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1739 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
1740 |
|
1741 | [[package]]
|
1742 | name = "predicates"
|
1743 | version = "3.1.0"
|
1744 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1745 | checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
|
1746 | dependencies = [
|
1747 | "anstyle",
|
1748 | "difflib",
|
1749 | "float-cmp",
|
1750 | "normalize-line-endings",
|
1751 | "predicates-core",
|
1752 | "regex",
|
1753 | ]
|
1754 |
|
1755 | [[package]]
|
1756 | name = "predicates-core"
|
1757 | version = "1.0.6"
|
1758 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1759 | checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
|
1760 |
|
1761 | [[package]]
|
1762 | name = "predicates-tree"
|
1763 | version = "1.0.9"
|
1764 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1765 | checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
|
1766 | dependencies = [
|
1767 | "predicates-core",
|
1768 | "termtree",
|
1769 | ]
|
1770 |
|
1771 | [[package]]
|
1772 | name = "proc-macro-error"
|
1773 | version = "1.0.4"
|
1774 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1775 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
1776 | dependencies = [
|
1777 | "proc-macro-error-attr",
|
1778 | "proc-macro2",
|
1779 | "quote",
|
1780 | "syn 1.0.109",
|
1781 | "version_check",
|
1782 | ]
|
1783 |
|
1784 | [[package]]
|
1785 | name = "proc-macro-error-attr"
|
1786 | version = "1.0.4"
|
1787 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1788 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
1789 | dependencies = [
|
1790 | "proc-macro2",
|
1791 | "quote",
|
1792 | "version_check",
|
1793 | ]
|
1794 |
|
1795 | [[package]]
|
1796 | name = "proc-macro2"
|
1797 | version = "1.0.86"
|
1798 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1799 | checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
1800 | dependencies = [
|
1801 | "unicode-ident",
|
1802 | ]
|
1803 |
|
1804 | [[package]]
|
1805 | name = "quick-error"
|
1806 | version = "1.2.3"
|
1807 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1808 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
1809 |
|
1810 | [[package]]
|
1811 | name = "quick-xml"
|
1812 | version = "0.31.0"
|
1813 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1814 | checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
1815 | dependencies = [
|
1816 | "memchr",
|
1817 | ]
|
1818 |
|
1819 | [[package]]
|
1820 | name = "quote"
|
1821 | version = "1.0.37"
|
1822 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1823 | checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
1824 | dependencies = [
|
1825 | "proc-macro2",
|
1826 | ]
|
1827 |
|
1828 | [[package]]
|
1829 | name = "redox_syscall"
|
1830 | version = "0.2.16"
|
1831 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1832 | checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
1833 | dependencies = [
|
1834 | "bitflags 1.3.2",
|
1835 | ]
|
1836 |
|
1837 | [[package]]
|
1838 | name = "redox_syscall"
|
1839 | version = "0.5.3"
|
1840 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1841 | checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
|
1842 | dependencies = [
|
1843 | "bitflags 2.6.0",
|
1844 | ]
|
1845 |
|
1846 | [[package]]
|
1847 | name = "redox_termios"
|
1848 | version = "0.1.3"
|
1849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1850 | checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb"
|
1851 |
|
1852 | [[package]]
|
1853 | name = "redox_users"
|
1854 | version = "0.4.6"
|
1855 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1856 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
1857 | dependencies = [
|
1858 | "getrandom",
|
1859 | "libredox",
|
1860 | "thiserror",
|
1861 | ]
|
1862 |
|
1863 | [[package]]
|
1864 | name = "regex"
|
1865 | version = "1.10.6"
|
1866 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1867 | checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
1868 | dependencies = [
|
1869 | "aho-corasick",
|
1870 | "memchr",
|
1871 | "regex-automata",
|
1872 | "regex-syntax",
|
1873 | ]
|
1874 |
|
1875 | [[package]]
|
1876 | name = "regex-automata"
|
1877 | version = "0.4.7"
|
1878 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1879 | checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
1880 | dependencies = [
|
1881 | "aho-corasick",
|
1882 | "memchr",
|
1883 | "regex-syntax",
|
1884 | ]
|
1885 |
|
1886 | [[package]]
|
1887 | name = "regex-syntax"
|
1888 | version = "0.8.4"
|
1889 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1890 | checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
1891 |
|
1892 | [[package]]
|
1893 | name = "ring"
|
1894 | version = "0.17.8"
|
1895 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1896 | checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
1897 | dependencies = [
|
1898 | "cc",
|
1899 | "cfg-if",
|
1900 | "getrandom",
|
1901 | "libc",
|
1902 | "spin",
|
1903 | "untrusted",
|
1904 | "windows-sys 0.52.0",
|
1905 | ]
|
1906 |
|
1907 | [[package]]
|
1908 | name = "rusqlite"
|
1909 | version = "0.29.0"
|
1910 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1911 | checksum = "549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2"
|
1912 | dependencies = [
|
1913 | "bitflags 2.6.0",
|
1914 | "chrono",
|
1915 | "csv",
|
1916 | "fallible-iterator",
|
1917 | "fallible-streaming-iterator",
|
1918 | "hashlink",
|
1919 | "libsqlite3-sys",
|
1920 | "serde_json",
|
1921 | "smallvec",
|
1922 | "time",
|
1923 | "url",
|
1924 | "uuid",
|
1925 | ]
|
1926 |
|
1927 | [[package]]
|
1928 | name = "rustix"
|
1929 | version = "0.38.35"
|
1930 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1931 | checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
|
1932 | dependencies = [
|
1933 | "bitflags 2.6.0",
|
1934 | "errno",
|
1935 | "libc",
|
1936 | "linux-raw-sys",
|
1937 | "windows-sys 0.52.0",
|
1938 | ]
|
1939 |
|
1940 | [[package]]
|
1941 | name = "rustls"
|
1942 | version = "0.22.4"
|
1943 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1944 | checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
1945 | dependencies = [
|
1946 | "log",
|
1947 | "ring",
|
1948 | "rustls-pki-types",
|
1949 | "rustls-webpki",
|
1950 | "subtle",
|
1951 | "zeroize",
|
1952 | ]
|
1953 |
|
1954 | [[package]]
|
1955 | name = "rustls-pemfile"
|
1956 | version = "2.1.3"
|
1957 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1958 | checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
|
1959 | dependencies = [
|
1960 | "base64 0.22.1",
|
1961 | "rustls-pki-types",
|
1962 | ]
|
1963 |
|
1964 | [[package]]
|
1965 | name = "rustls-pki-types"
|
1966 | version = "1.8.0"
|
1967 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1968 | checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
|
1969 |
|
1970 | [[package]]
|
1971 | name = "rustls-webpki"
|
1972 | version = "0.102.7"
|
1973 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1974 | checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56"
|
1975 | dependencies = [
|
1976 | "ring",
|
1977 | "rustls-pki-types",
|
1978 | "untrusted",
|
1979 | ]
|
1980 |
|
1981 | [[package]]
|
1982 | name = "rusty-forkfork"
|
1983 | version = "0.4.0"
|
1984 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1985 | checksum = "7ce85af4dfa2fb0c0143121ab5e424c71ea693867357c9159b8777b59984c218"
|
1986 | dependencies = [
|
1987 | "fnv",
|
1988 | "quick-error",
|
1989 | "tempfile",
|
1990 | "wait-timeout",
|
1991 | ]
|
1992 |
|
1993 | [[package]]
|
1994 | name = "ryu"
|
1995 | version = "1.0.18"
|
1996 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1997 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
1998 |
|
1999 | [[package]]
|
2000 | name = "same-file"
|
2001 | version = "1.0.6"
|
2002 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2003 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2004 | dependencies = [
|
2005 | "winapi-util",
|
2006 | ]
|
2007 |
|
2008 | [[package]]
|
2009 | name = "schannel"
|
2010 | version = "0.1.23"
|
2011 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2012 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
2013 | dependencies = [
|
2014 | "windows-sys 0.52.0",
|
2015 | ]
|
2016 |
|
2017 | [[package]]
|
2018 | name = "scoped_threadpool"
|
2019 | version = "0.1.9"
|
2020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021 | checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
2022 |
|
2023 | [[package]]
|
2024 | name = "sealed_test"
|
2025 | version = "1.1.0"
|
2026 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2027 | checksum = "2a1867f8f005bd7fb73c367e2e45dd628417906a2ca27597fe59cbf04279a222"
|
2028 | dependencies = [
|
2029 | "fs_extra",
|
2030 | "rusty-forkfork",
|
2031 | "sealed_test_derive",
|
2032 | "tempfile",
|
2033 | ]
|
2034 |
|
2035 | [[package]]
|
2036 | name = "sealed_test_derive"
|
2037 | version = "1.1.0"
|
2038 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2039 | checksum = "77253fb2d4451418d07025826028bcb96ee42d3e58859689a70ce62908009db6"
|
2040 | dependencies = [
|
2041 | "quote",
|
2042 | "syn 2.0.76",
|
2043 | ]
|
2044 |
|
2045 | [[package]]
|
2046 | name = "security-framework"
|
2047 | version = "2.11.1"
|
2048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2049 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2050 | dependencies = [
|
2051 | "bitflags 2.6.0",
|
2052 | "core-foundation",
|
2053 | "core-foundation-sys",
|
2054 | "libc",
|
2055 | "security-framework-sys",
|
2056 | ]
|
2057 |
|
2058 | [[package]]
|
2059 | name = "security-framework-sys"
|
2060 | version = "2.11.1"
|
2061 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2062 | checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
|
2063 | dependencies = [
|
2064 | "core-foundation-sys",
|
2065 | "libc",
|
2066 | ]
|
2067 |
|
2068 | [[package]]
|
2069 | name = "serde"
|
2070 | version = "1.0.209"
|
2071 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2072 | checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
|
2073 | dependencies = [
|
2074 | "serde_derive",
|
2075 | ]
|
2076 |
|
2077 | [[package]]
|
2078 | name = "serde_derive"
|
2079 | version = "1.0.209"
|
2080 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2081 | checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
|
2082 | dependencies = [
|
2083 | "proc-macro2",
|
2084 | "quote",
|
2085 | "syn 2.0.76",
|
2086 | ]
|
2087 |
|
2088 | [[package]]
|
2089 | name = "serde_json"
|
2090 | version = "1.0.127"
|
2091 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2092 | checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
|
2093 | dependencies = [
|
2094 | "itoa",
|
2095 | "memchr",
|
2096 | "ryu",
|
2097 | "serde",
|
2098 | ]
|
2099 |
|
2100 | [[package]]
|
2101 | name = "serde_path_to_error"
|
2102 | version = "0.1.16"
|
2103 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2104 | checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
2105 | dependencies = [
|
2106 | "itoa",
|
2107 | "serde",
|
2108 | ]
|
2109 |
|
2110 | [[package]]
|
2111 | name = "serde_spanned"
|
2112 | version = "0.6.7"
|
2113 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2114 | checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
2115 | dependencies = [
|
2116 | "serde",
|
2117 | ]
|
2118 |
|
2119 | [[package]]
|
2120 | name = "sha1_smol"
|
2121 | version = "1.0.1"
|
2122 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2123 | checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
|
2124 |
|
2125 | [[package]]
|
2126 | name = "shlex"
|
2127 | version = "1.3.0"
|
2128 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2129 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2130 |
|
2131 | [[package]]
|
2132 | name = "signal-hook"
|
2133 | version = "0.3.17"
|
2134 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2135 | checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2136 | dependencies = [
|
2137 | "libc",
|
2138 | "signal-hook-registry",
|
2139 | ]
|
2140 |
|
2141 | [[package]]
|
2142 | name = "signal-hook-registry"
|
2143 | version = "1.4.2"
|
2144 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2145 | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2146 | dependencies = [
|
2147 | "libc",
|
2148 | ]
|
2149 |
|
2150 | [[package]]
|
2151 | name = "slab"
|
2152 | version = "0.4.9"
|
2153 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2154 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2155 | dependencies = [
|
2156 | "autocfg",
|
2157 | ]
|
2158 |
|
2159 | [[package]]
|
2160 | name = "sluice"
|
2161 | version = "0.5.5"
|
2162 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2163 | checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
|
2164 | dependencies = [
|
2165 | "async-channel 1.9.0",
|
2166 | "futures-core",
|
2167 | "futures-io",
|
2168 | ]
|
2169 |
|
2170 | [[package]]
|
2171 | name = "smallvec"
|
2172 | version = "1.13.2"
|
2173 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2174 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2175 | dependencies = [
|
2176 | "serde",
|
2177 | ]
|
2178 |
|
2179 | [[package]]
|
2180 | name = "smol"
|
2181 | version = "2.0.1"
|
2182 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2183 | checksum = "aad24f41392790e6ac67f4f4cd871da61f7d758e07b5622431e491e897d9c8a7"
|
2184 | dependencies = [
|
2185 | "async-channel 2.3.1",
|
2186 | "async-executor",
|
2187 | "async-fs",
|
2188 | "async-io",
|
2189 | "async-lock",
|
2190 | "async-net",
|
2191 | "async-process",
|
2192 | "blocking",
|
2193 | "futures-lite 2.3.0",
|
2194 | ]
|
2195 |
|
2196 | [[package]]
|
2197 | name = "socket2"
|
2198 | version = "0.5.7"
|
2199 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2200 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2201 | dependencies = [
|
2202 | "libc",
|
2203 | "windows-sys 0.52.0",
|
2204 | ]
|
2205 |
|
2206 | [[package]]
|
2207 | name = "spin"
|
2208 | version = "0.9.8"
|
2209 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2210 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2211 |
|
2212 | [[package]]
|
2213 | name = "stderrlog"
|
2214 | version = "0.5.4"
|
2215 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2216 | checksum = "69a26bbf6de627d389164afa9783739b56746c6c72c4ed16539f4ff54170327b"
|
2217 | dependencies = [
|
2218 | "atty",
|
2219 | "chrono",
|
2220 | "log",
|
2221 | "termcolor",
|
2222 | "thread_local",
|
2223 | ]
|
2224 |
|
2225 | [[package]]
|
2226 | name = "structopt"
|
2227 | version = "0.3.26"
|
2228 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2229 | checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2230 | dependencies = [
|
2231 | "clap",
|
2232 | "lazy_static",
|
2233 | "structopt-derive",
|
2234 | ]
|
2235 |
|
2236 | [[package]]
|
2237 | name = "structopt-derive"
|
2238 | version = "0.4.18"
|
2239 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2240 | checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2241 | dependencies = [
|
2242 | "heck",
|
2243 | "proc-macro-error",
|
2244 | "proc-macro2",
|
2245 | "quote",
|
2246 | "syn 1.0.109",
|
2247 | ]
|
2248 |
|
2249 | [[package]]
|
2250 | name = "subtle"
|
2251 | version = "2.6.1"
|
2252 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2253 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2254 |
|
2255 | [[package]]
|
2256 | name = "syn"
|
2257 | version = "1.0.109"
|
2258 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2259 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2260 | dependencies = [
|
2261 | "proc-macro2",
|
2262 | "quote",
|
2263 | "unicode-ident",
|
2264 | ]
|
2265 |
|
2266 | [[package]]
|
2267 | name = "syn"
|
2268 | version = "2.0.76"
|
2269 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2270 | checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
|
2271 | dependencies = [
|
2272 | "proc-macro2",
|
2273 | "quote",
|
2274 | "unicode-ident",
|
2275 | ]
|
2276 |
|
2277 | [[package]]
|
2278 | name = "tauri-winrt-notification"
|
2279 | version = "0.2.1"
|
2280 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2281 | checksum = "f89f5fb70d6f62381f5d9b2ba9008196150b40b75f3068eb24faeddf1c686871"
|
2282 | dependencies = [
|
2283 | "quick-xml",
|
2284 | "windows",
|
2285 | "windows-version",
|
2286 | ]
|
2287 |
|
2288 | [[package]]
|
2289 | name = "tempfile"
|
2290 | version = "3.12.0"
|
2291 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2292 | checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
|
2293 | dependencies = [
|
2294 | "cfg-if",
|
2295 | "fastrand 2.1.1",
|
2296 | "once_cell",
|
2297 | "rustix",
|
2298 | "windows-sys 0.59.0",
|
2299 | ]
|
2300 |
|
2301 | [[package]]
|
2302 | name = "termcolor"
|
2303 | version = "1.1.3"
|
2304 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2305 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2306 | dependencies = [
|
2307 | "winapi-util",
|
2308 | ]
|
2309 |
|
2310 | [[package]]
|
2311 | name = "termion"
|
2312 | version = "1.5.6"
|
2313 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2314 | checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
2315 | dependencies = [
|
2316 | "libc",
|
2317 | "numtoa",
|
2318 | "redox_syscall 0.2.16",
|
2319 | "redox_termios",
|
2320 | ]
|
2321 |
|
2322 | [[package]]
|
2323 | name = "termtree"
|
2324 | version = "0.4.1"
|
2325 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2326 | checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
2327 |
|
2328 | [[package]]
|
2329 | name = "ternop"
|
2330 | version = "1.0.1"
|
2331 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2332 | checksum = "9d4ae32d0a4605a89c28534371b056919c12e7a070ee07505af75130ff030111"
|
2333 |
|
2334 | [[package]]
|
2335 | name = "textwrap"
|
2336 | version = "0.11.0"
|
2337 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2338 | checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2339 | dependencies = [
|
2340 | "unicode-width",
|
2341 | ]
|
2342 |
|
2343 | [[package]]
|
2344 | name = "thiserror"
|
2345 | version = "1.0.63"
|
2346 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2347 | checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
2348 | dependencies = [
|
2349 | "thiserror-impl",
|
2350 | ]
|
2351 |
|
2352 | [[package]]
|
2353 | name = "thiserror-impl"
|
2354 | version = "1.0.63"
|
2355 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2356 | checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
2357 | dependencies = [
|
2358 | "proc-macro2",
|
2359 | "quote",
|
2360 | "syn 2.0.76",
|
2361 | ]
|
2362 |
|
2363 | [[package]]
|
2364 | name = "thread_local"
|
2365 | version = "1.1.8"
|
2366 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2367 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2368 | dependencies = [
|
2369 | "cfg-if",
|
2370 | "once_cell",
|
2371 | ]
|
2372 |
|
2373 | [[package]]
|
2374 | name = "time"
|
2375 | version = "0.3.36"
|
2376 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2377 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2378 | dependencies = [
|
2379 | "deranged",
|
2380 | "itoa",
|
2381 | "num-conv",
|
2382 | "powerfmt",
|
2383 | "serde",
|
2384 | "time-core",
|
2385 | "time-macros",
|
2386 | ]
|
2387 |
|
2388 | [[package]]
|
2389 | name = "time-core"
|
2390 | version = "0.1.2"
|
2391 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2392 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2393 |
|
2394 | [[package]]
|
2395 | name = "time-macros"
|
2396 | version = "0.2.18"
|
2397 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2398 | checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2399 | dependencies = [
|
2400 | "num-conv",
|
2401 | "time-core",
|
2402 | ]
|
2403 |
|
2404 | [[package]]
|
2405 | name = "tinyvec"
|
2406 | version = "1.8.0"
|
2407 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2408 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2409 | dependencies = [
|
2410 | "tinyvec_macros",
|
2411 | ]
|
2412 |
|
2413 | [[package]]
|
2414 | name = "tinyvec_macros"
|
2415 | version = "0.1.1"
|
2416 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2417 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2418 |
|
2419 | [[package]]
|
2420 | name = "toml"
|
2421 | version = "0.8.19"
|
2422 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2423 | checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2424 | dependencies = [
|
2425 | "indexmap",
|
2426 | "serde",
|
2427 | "serde_spanned",
|
2428 | "toml_datetime",
|
2429 | "toml_edit",
|
2430 | ]
|
2431 |
|
2432 | [[package]]
|
2433 | name = "toml_datetime"
|
2434 | version = "0.6.8"
|
2435 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2436 | checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2437 | dependencies = [
|
2438 | "serde",
|
2439 | ]
|
2440 |
|
2441 | [[package]]
|
2442 | name = "toml_edit"
|
2443 | version = "0.22.20"
|
2444 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2445 | checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
|
2446 | dependencies = [
|
2447 | "indexmap",
|
2448 | "serde",
|
2449 | "serde_spanned",
|
2450 | "toml_datetime",
|
2451 | "winnow",
|
2452 | ]
|
2453 |
|
2454 | [[package]]
|
2455 | name = "tracing"
|
2456 | version = "0.1.40"
|
2457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2458 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2459 | dependencies = [
|
2460 | "log",
|
2461 | "pin-project-lite",
|
2462 | "tracing-attributes",
|
2463 | "tracing-core",
|
2464 | ]
|
2465 |
|
2466 | [[package]]
|
2467 | name = "tracing-attributes"
|
2468 | version = "0.1.27"
|
2469 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2470 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2471 | dependencies = [
|
2472 | "proc-macro2",
|
2473 | "quote",
|
2474 | "syn 2.0.76",
|
2475 | ]
|
2476 |
|
2477 | [[package]]
|
2478 | name = "tracing-core"
|
2479 | version = "0.1.32"
|
2480 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2481 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2482 | dependencies = [
|
2483 | "once_cell",
|
2484 | ]
|
2485 |
|
2486 | [[package]]
|
2487 | name = "tracing-futures"
|
2488 | version = "0.2.5"
|
2489 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2490 | checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
2491 | dependencies = [
|
2492 | "pin-project",
|
2493 | "tracing",
|
2494 | ]
|
2495 |
|
2496 | [[package]]
|
2497 | name = "unicode-bidi"
|
2498 | version = "0.3.15"
|
2499 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2500 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2501 |
|
2502 | [[package]]
|
2503 | name = "unicode-ident"
|
2504 | version = "1.0.12"
|
2505 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2506 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2507 |
|
2508 | [[package]]
|
2509 | name = "unicode-normalization"
|
2510 | version = "0.1.23"
|
2511 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2512 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2513 | dependencies = [
|
2514 | "tinyvec",
|
2515 | ]
|
2516 |
|
2517 | [[package]]
|
2518 | name = "unicode-segmentation"
|
2519 | version = "1.11.0"
|
2520 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2521 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
2522 |
|
2523 | [[package]]
|
2524 | name = "unicode-width"
|
2525 | version = "0.1.13"
|
2526 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2527 | checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
2528 |
|
2529 | [[package]]
|
2530 | name = "untrusted"
|
2531 | version = "0.9.0"
|
2532 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2533 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2534 |
|
2535 | [[package]]
|
2536 | name = "url"
|
2537 | version = "2.5.2"
|
2538 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2539 | checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2540 | dependencies = [
|
2541 | "form_urlencoded",
|
2542 | "idna",
|
2543 | "percent-encoding",
|
2544 | "serde",
|
2545 | ]
|
2546 |
|
2547 | [[package]]
|
2548 | name = "uuid"
|
2549 | version = "1.10.0"
|
2550 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2551 | checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
2552 | dependencies = [
|
2553 | "getrandom",
|
2554 | "serde",
|
2555 | "sha1_smol",
|
2556 | ]
|
2557 |
|
2558 | [[package]]
|
2559 | name = "vcpkg"
|
2560 | version = "0.2.15"
|
2561 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2562 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2563 |
|
2564 | [[package]]
|
2565 | name = "version_check"
|
2566 | version = "0.9.5"
|
2567 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2568 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2569 |
|
2570 | [[package]]
|
2571 | name = "wait-timeout"
|
2572 | version = "0.2.0"
|
2573 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2574 | checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
2575 | dependencies = [
|
2576 | "libc",
|
2577 | ]
|
2578 |
|
2579 | [[package]]
|
2580 | name = "waker-fn"
|
2581 | version = "1.2.0"
|
2582 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2583 | checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
2584 |
|
2585 | [[package]]
|
2586 | name = "walkdir"
|
2587 | version = "2.5.0"
|
2588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2589 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2590 | dependencies = [
|
2591 | "same-file",
|
2592 | "winapi-util",
|
2593 | ]
|
2594 |
|
2595 | [[package]]
|
2596 | name = "wasi"
|
2597 | version = "0.11.0+wasi-snapshot-preview1"
|
2598 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2599 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2600 |
|
2601 | [[package]]
|
2602 | name = "wasm-bindgen"
|
2603 | version = "0.2.93"
|
2604 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2605 | checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
2606 | dependencies = [
|
2607 | "cfg-if",
|
2608 | "once_cell",
|
2609 | "wasm-bindgen-macro",
|
2610 | ]
|
2611 |
|
2612 | [[package]]
|
2613 | name = "wasm-bindgen-backend"
|
2614 | version = "0.2.93"
|
2615 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2616 | checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
2617 | dependencies = [
|
2618 | "bumpalo",
|
2619 | "log",
|
2620 | "once_cell",
|
2621 | "proc-macro2",
|
2622 | "quote",
|
2623 | "syn 2.0.76",
|
2624 | "wasm-bindgen-shared",
|
2625 | ]
|
2626 |
|
2627 | [[package]]
|
2628 | name = "wasm-bindgen-macro"
|
2629 | version = "0.2.93"
|
2630 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2631 | checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
2632 | dependencies = [
|
2633 | "quote",
|
2634 | "wasm-bindgen-macro-support",
|
2635 | ]
|
2636 |
|
2637 | [[package]]
|
2638 | name = "wasm-bindgen-macro-support"
|
2639 | version = "0.2.93"
|
2640 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2641 | checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
2642 | dependencies = [
|
2643 | "proc-macro2",
|
2644 | "quote",
|
2645 | "syn 2.0.76",
|
2646 | "wasm-bindgen-backend",
|
2647 | "wasm-bindgen-shared",
|
2648 | ]
|
2649 |
|
2650 | [[package]]
|
2651 | name = "wasm-bindgen-shared"
|
2652 | version = "0.2.93"
|
2653 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2654 | checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
2655 |
|
2656 | [[package]]
|
2657 | name = "winapi"
|
2658 | version = "0.3.9"
|
2659 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2660 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2661 | dependencies = [
|
2662 | "winapi-i686-pc-windows-gnu",
|
2663 | "winapi-x86_64-pc-windows-gnu",
|
2664 | ]
|
2665 |
|
2666 | [[package]]
|
2667 | name = "winapi-i686-pc-windows-gnu"
|
2668 | version = "0.4.0"
|
2669 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2670 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2671 |
|
2672 | [[package]]
|
2673 | name = "winapi-util"
|
2674 | version = "0.1.9"
|
2675 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2676 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2677 | dependencies = [
|
2678 | "windows-sys 0.59.0",
|
2679 | ]
|
2680 |
|
2681 | [[package]]
|
2682 | name = "winapi-x86_64-pc-windows-gnu"
|
2683 | version = "0.4.0"
|
2684 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2685 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2686 |
|
2687 | [[package]]
|
2688 | name = "windows"
|
2689 | version = "0.56.0"
|
2690 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2691 | checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
|
2692 | dependencies = [
|
2693 | "windows-core 0.56.0",
|
2694 | "windows-targets 0.52.6",
|
2695 | ]
|
2696 |
|
2697 | [[package]]
|
2698 | name = "windows-core"
|
2699 | version = "0.52.0"
|
2700 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2701 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2702 | dependencies = [
|
2703 | "windows-targets 0.52.6",
|
2704 | ]
|
2705 |
|
2706 | [[package]]
|
2707 | name = "windows-core"
|
2708 | version = "0.56.0"
|
2709 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2710 | checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
|
2711 | dependencies = [
|
2712 | "windows-implement",
|
2713 | "windows-interface",
|
2714 | "windows-result",
|
2715 | "windows-targets 0.52.6",
|
2716 | ]
|
2717 |
|
2718 | [[package]]
|
2719 | name = "windows-implement"
|
2720 | version = "0.56.0"
|
2721 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2722 | checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
|
2723 | dependencies = [
|
2724 | "proc-macro2",
|
2725 | "quote",
|
2726 | "syn 2.0.76",
|
2727 | ]
|
2728 |
|
2729 | [[package]]
|
2730 | name = "windows-interface"
|
2731 | version = "0.56.0"
|
2732 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2733 | checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
|
2734 | dependencies = [
|
2735 | "proc-macro2",
|
2736 | "quote",
|
2737 | "syn 2.0.76",
|
2738 | ]
|
2739 |
|
2740 | [[package]]
|
2741 | name = "windows-result"
|
2742 | version = "0.1.2"
|
2743 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2744 | checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
2745 | dependencies = [
|
2746 | "windows-targets 0.52.6",
|
2747 | ]
|
2748 |
|
2749 | [[package]]
|
2750 | name = "windows-sys"
|
2751 | version = "0.48.0"
|
2752 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2753 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2754 | dependencies = [
|
2755 | "windows-targets 0.48.5",
|
2756 | ]
|
2757 |
|
2758 | [[package]]
|
2759 | name = "windows-sys"
|
2760 | version = "0.52.0"
|
2761 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2762 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2763 | dependencies = [
|
2764 | "windows-targets 0.52.6",
|
2765 | ]
|
2766 |
|
2767 | [[package]]
|
2768 | name = "windows-sys"
|
2769 | version = "0.59.0"
|
2770 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2771 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2772 | dependencies = [
|
2773 | "windows-targets 0.52.6",
|
2774 | ]
|
2775 |
|
2776 | [[package]]
|
2777 | name = "windows-targets"
|
2778 | version = "0.48.5"
|
2779 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2780 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2781 | dependencies = [
|
2782 | "windows_aarch64_gnullvm 0.48.5",
|
2783 | "windows_aarch64_msvc 0.48.5",
|
2784 | "windows_i686_gnu 0.48.5",
|
2785 | "windows_i686_msvc 0.48.5",
|
2786 | "windows_x86_64_gnu 0.48.5",
|
2787 | "windows_x86_64_gnullvm 0.48.5",
|
2788 | "windows_x86_64_msvc 0.48.5",
|
2789 | ]
|
2790 |
|
2791 | [[package]]
|
2792 | name = "windows-targets"
|
2793 | version = "0.52.6"
|
2794 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2795 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2796 | dependencies = [
|
2797 | "windows_aarch64_gnullvm 0.52.6",
|
2798 | "windows_aarch64_msvc 0.52.6",
|
2799 | "windows_i686_gnu 0.52.6",
|
2800 | "windows_i686_gnullvm",
|
2801 | "windows_i686_msvc 0.52.6",
|
2802 | "windows_x86_64_gnu 0.52.6",
|
2803 | "windows_x86_64_gnullvm 0.52.6",
|
2804 | "windows_x86_64_msvc 0.52.6",
|
2805 | ]
|
2806 |
|
2807 | [[package]]
|
2808 | name = "windows-version"
|
2809 | version = "0.1.1"
|
2810 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2811 | checksum = "6998aa457c9ba8ff2fb9f13e9d2a930dabcea28f1d0ab94d687d8b3654844515"
|
2812 | dependencies = [
|
2813 | "windows-targets 0.52.6",
|
2814 | ]
|
2815 |
|
2816 | [[package]]
|
2817 | name = "windows_aarch64_gnullvm"
|
2818 | version = "0.48.5"
|
2819 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2820 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2821 |
|
2822 | [[package]]
|
2823 | name = "windows_aarch64_gnullvm"
|
2824 | version = "0.52.6"
|
2825 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2826 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2827 |
|
2828 | [[package]]
|
2829 | name = "windows_aarch64_msvc"
|
2830 | version = "0.48.5"
|
2831 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2832 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2833 |
|
2834 | [[package]]
|
2835 | name = "windows_aarch64_msvc"
|
2836 | version = "0.52.6"
|
2837 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2838 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2839 |
|
2840 | [[package]]
|
2841 | name = "windows_i686_gnu"
|
2842 | version = "0.48.5"
|
2843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2844 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2845 |
|
2846 | [[package]]
|
2847 | name = "windows_i686_gnu"
|
2848 | version = "0.52.6"
|
2849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2850 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2851 |
|
2852 | [[package]]
|
2853 | name = "windows_i686_gnullvm"
|
2854 | version = "0.52.6"
|
2855 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2856 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2857 |
|
2858 | [[package]]
|
2859 | name = "windows_i686_msvc"
|
2860 | version = "0.48.5"
|
2861 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2862 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2863 |
|
2864 | [[package]]
|
2865 | name = "windows_i686_msvc"
|
2866 | version = "0.52.6"
|
2867 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2868 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2869 |
|
2870 | [[package]]
|
2871 | name = "windows_x86_64_gnu"
|
2872 | version = "0.48.5"
|
2873 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2874 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2875 |
|
2876 | [[package]]
|
2877 | name = "windows_x86_64_gnu"
|
2878 | version = "0.52.6"
|
2879 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2880 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2881 |
|
2882 | [[package]]
|
2883 | name = "windows_x86_64_gnullvm"
|
2884 | version = "0.48.5"
|
2885 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2886 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2887 |
|
2888 | [[package]]
|
2889 | name = "windows_x86_64_gnullvm"
|
2890 | version = "0.52.6"
|
2891 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2892 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2893 |
|
2894 | [[package]]
|
2895 | name = "windows_x86_64_msvc"
|
2896 | version = "0.48.5"
|
2897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2898 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2899 |
|
2900 | [[package]]
|
2901 | name = "windows_x86_64_msvc"
|
2902 | version = "0.52.6"
|
2903 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2904 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2905 |
|
2906 | [[package]]
|
2907 | name = "winnow"
|
2908 | version = "0.6.18"
|
2909 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2910 | checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
|
2911 | dependencies = [
|
2912 | "memchr",
|
2913 | ]
|
2914 |
|
2915 | [[package]]
|
2916 | name = "xdg"
|
2917 | version = "2.5.2"
|
2918 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2919 | checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
|
2920 |
|
2921 | [[package]]
|
2922 | name = "zerocopy"
|
2923 | version = "0.7.35"
|
2924 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2925 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2926 | dependencies = [
|
2927 | "zerocopy-derive",
|
2928 | ]
|
2929 |
|
2930 | [[package]]
|
2931 | name = "zerocopy-derive"
|
2932 | version = "0.7.35"
|
2933 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2934 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2935 | dependencies = [
|
2936 | "proc-macro2",
|
2937 | "quote",
|
2938 | "syn 2.0.76",
|
2939 | ]
|
2940 |
|
2941 | [[package]]
|
2942 | name = "zeroize"
|
2943 | version = "1.8.1"
|
2944 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2945 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|