Lines of
Cargo.lock
from check-in 6887d3b7f9
that are changed by the sequence of edits moving toward
check-in d96b1b4710:
1: # This file is automatically @generated by Cargo.
2: # It is not intended for manual editing.
3: version = 4
4:
5: [[package]]
6: name = "addr2line"
7: version = "0.24.2"
8: source = "registry+https://github.com/rust-lang/crates.io-index"
9: checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10: dependencies = [
11: "gimli",
12: ]
13:
14: [[package]]
15: name = "adler2"
6887d3b7f9 2025-06-05 16: version = "2.0.0"
17: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 18: checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19:
20: [[package]]
21: name = "aho-corasick"
22: version = "1.1.3"
23: source = "registry+https://github.com/rust-lang/crates.io-index"
24: checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25: dependencies = [
26: "memchr",
27: ]
28:
29: [[package]]
6887d3b7f9 2025-06-05 30: name = "android-tzdata"
6887d3b7f9 2025-06-05 31: version = "0.1.1"
6887d3b7f9 2025-06-05 32: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 33: checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
6887d3b7f9 2025-06-05 34:
6887d3b7f9 2025-06-05 35: [[package]]
6887d3b7f9 2025-06-05 36: name = "android_system_properties"
6887d3b7f9 2025-06-05 37: version = "0.1.5"
6887d3b7f9 2025-06-05 38: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 39: checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
6887d3b7f9 2025-06-05 40: dependencies = [
6887d3b7f9 2025-06-05 41: "libc",
6887d3b7f9 2025-06-05 42: ]
6887d3b7f9 2025-06-05 43:
6887d3b7f9 2025-06-05 44: [[package]]
45: name = "anyhow"
46: version = "1.0.98"
47: source = "registry+https://github.com/rust-lang/crates.io-index"
48: checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
6887d3b7f9 2025-06-05 49:
6887d3b7f9 2025-06-05 50: [[package]]
6887d3b7f9 2025-06-05 51: name = "aquamarine"
6887d3b7f9 2025-06-05 52: version = "0.6.0"
6887d3b7f9 2025-06-05 53: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 54: checksum = "0f50776554130342de4836ba542aa85a4ddb361690d7e8df13774d7284c3d5c2"
6887d3b7f9 2025-06-05 55: dependencies = [
6887d3b7f9 2025-06-05 56: "include_dir",
6887d3b7f9 2025-06-05 57: "itertools 0.10.5",
6887d3b7f9 2025-06-05 58: "proc-macro-error2",
6887d3b7f9 2025-06-05 59: "proc-macro2",
6887d3b7f9 2025-06-05 60: "quote",
6887d3b7f9 2025-06-05 61: "syn 2.0.101",
6887d3b7f9 2025-06-05 62: ]
63:
64: [[package]]
65: name = "async-attributes"
66: version = "1.1.2"
67: source = "registry+https://github.com/rust-lang/crates.io-index"
68: checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
69: dependencies = [
70: "quote",
71: "syn 1.0.109",
72: ]
73:
74: [[package]]
75: name = "async-channel"
76: version = "1.9.0"
77: source = "registry+https://github.com/rust-lang/crates.io-index"
78: checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
79: dependencies = [
80: "concurrent-queue",
81: "event-listener 2.5.3",
82: "futures-core",
83: ]
84:
85: [[package]]
86: name = "async-channel"
87: version = "2.3.1"
88: source = "registry+https://github.com/rust-lang/crates.io-index"
89: checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
90: dependencies = [
91: "concurrent-queue",
92: "event-listener-strategy",
93: "futures-core",
94: "pin-project-lite",
95: ]
96:
97: [[package]]
98: name = "async-executor"
99: version = "1.13.2"
100: source = "registry+https://github.com/rust-lang/crates.io-index"
101: checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
102: dependencies = [
103: "async-task",
104: "concurrent-queue",
105: "fastrand",
106: "futures-lite",
107: "pin-project-lite",
108: "slab",
109: ]
110:
111: [[package]]
112: name = "async-global-executor"
113: version = "2.4.1"
114: source = "registry+https://github.com/rust-lang/crates.io-index"
115: checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
116: dependencies = [
117: "async-channel 2.3.1",
118: "async-executor",
119: "async-io",
120: "async-lock",
121: "blocking",
122: "futures-lite",
123: "once_cell",
124: "tokio",
125: ]
126:
127: [[package]]
128: name = "async-io"
129: version = "2.4.1"
130: source = "registry+https://github.com/rust-lang/crates.io-index"
131: checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3"
132: dependencies = [
133: "async-lock",
134: "cfg-if",
135: "concurrent-queue",
136: "futures-io",
137: "futures-lite",
138: "parking",
139: "polling",
140: "rustix 1.0.7",
141: "slab",
142: "tracing",
143: "windows-sys 0.59.0",
144: ]
145:
146: [[package]]
147: name = "async-lock"
148: version = "3.4.0"
149: source = "registry+https://github.com/rust-lang/crates.io-index"
150: checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
151: dependencies = [
152: "event-listener 5.4.0",
153: "event-listener-strategy",
154: "pin-project-lite",
155: ]
156:
157: [[package]]
158: name = "async-std"
159: version = "1.13.1"
160: source = "registry+https://github.com/rust-lang/crates.io-index"
161: checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
162: dependencies = [
163: "async-attributes",
164: "async-channel 1.9.0",
165: "async-global-executor",
166: "async-io",
167: "async-lock",
168: "crossbeam-utils",
169: "futures-channel",
170: "futures-core",
171: "futures-io",
172: "futures-lite",
173: "gloo-timers",
174: "kv-log-macro",
175: "log",
176: "memchr",
177: "once_cell",
178: "pin-project-lite",
179: "pin-utils",
180: "slab",
181: "wasm-bindgen-futures",
182: ]
183:
184: [[package]]
185: name = "async-task"
186: version = "4.7.1"
187: source = "registry+https://github.com/rust-lang/crates.io-index"
188: checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
189:
190: [[package]]
191: name = "atomic-waker"
192: version = "1.1.2"
193: source = "registry+https://github.com/rust-lang/crates.io-index"
194: checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
195:
196: [[package]]
197: name = "autocfg"
198: version = "1.4.0"
199: source = "registry+https://github.com/rust-lang/crates.io-index"
200: checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
201:
202: [[package]]
203: name = "aws-lc-rs"
204: version = "1.13.1"
205: source = "registry+https://github.com/rust-lang/crates.io-index"
206: checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
207: dependencies = [
208: "aws-lc-sys",
209: "zeroize",
210: ]
211:
212: [[package]]
213: name = "aws-lc-sys"
214: version = "0.29.0"
215: source = "registry+https://github.com/rust-lang/crates.io-index"
216: checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
217: dependencies = [
218: "bindgen",
219: "cc",
220: "cmake",
221: "dunce",
222: "fs_extra",
223: ]
224:
225: [[package]]
226: name = "backtrace"
227: version = "0.3.75"
228: source = "registry+https://github.com/rust-lang/crates.io-index"
229: checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
230: dependencies = [
231: "addr2line",
232: "cfg-if",
233: "libc",
234: "miniz_oxide",
235: "object",
236: "rustc-demangle",
237: "windows-targets 0.52.6",
238: ]
239:
240: [[package]]
241: name = "base64"
242: version = "0.22.1"
243: source = "registry+https://github.com/rust-lang/crates.io-index"
244: checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
245:
246: [[package]]
247: name = "base64-compat"
248: version = "1.0.0"
249: source = "registry+https://github.com/rust-lang/crates.io-index"
250: checksum = "5a8d4d2746f89841e49230dd26917df1876050f95abafafbe34f47cb534b88d7"
251: dependencies = [
252: "byteorder",
253: ]
254:
255: [[package]]
256: name = "bindgen"
257: version = "0.69.5"
258: source = "registry+https://github.com/rust-lang/crates.io-index"
259: checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
260: dependencies = [
261: "bitflags",
262: "cexpr",
263: "clang-sys",
6887d3b7f9 2025-06-05 264: "itertools 0.12.1",
265: "lazy_static",
266: "lazycell",
267: "log",
268: "prettyplease",
269: "proc-macro2",
270: "quote",
271: "regex",
272: "rustc-hash 1.1.0",
273: "shlex",
6887d3b7f9 2025-06-05 274: "syn 2.0.101",
275: "which",
276: ]
277:
278: [[package]]
279: name = "bitflags"
280: version = "2.9.1"
281: source = "registry+https://github.com/rust-lang/crates.io-index"
282: checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
283:
284: [[package]]
285: name = "blocking"
286: version = "1.6.1"
287: source = "registry+https://github.com/rust-lang/crates.io-index"
288: checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
289: dependencies = [
290: "async-channel 2.3.1",
291: "async-task",
292: "futures-io",
293: "futures-lite",
294: "piper",
295: ]
296:
297: [[package]]
298: name = "bufstream-fresh"
299: version = "0.3.1"
300: source = "registry+https://github.com/rust-lang/crates.io-index"
301: checksum = "7c431e5d450eceb6f5096c371f502946ae1cc65407935bc2cae8f1d625a2035f"
302:
303: [[package]]
304: name = "bumpalo"
6887d3b7f9 2025-06-05 305: version = "3.17.0"
306: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 307: checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
6887d3b7f9 2025-06-05 308:
6887d3b7f9 2025-06-05 309: [[package]]
6887d3b7f9 2025-06-05 310: name = "bytemuck"
6887d3b7f9 2025-06-05 311: version = "1.23.0"
6887d3b7f9 2025-06-05 312: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 313: checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c"
314:
315: [[package]]
316: name = "byteorder"
317: version = "1.5.0"
318: source = "registry+https://github.com/rust-lang/crates.io-index"
319: checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
320:
321: [[package]]
322: name = "bytes"
323: version = "1.10.1"
324: source = "registry+https://github.com/rust-lang/crates.io-index"
325: checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
326:
327: [[package]]
328: name = "cc"
6887d3b7f9 2025-06-05 329: version = "1.2.25"
330: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 331: checksum = "d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951"
332: dependencies = [
333: "jobserver",
334: "libc",
335: "shlex",
336: ]
337:
338: [[package]]
339: name = "cexpr"
340: version = "0.6.0"
341: source = "registry+https://github.com/rust-lang/crates.io-index"
342: checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
343: dependencies = [
344: "nom",
345: ]
346:
347: [[package]]
348: name = "cfg-if"
6887d3b7f9 2025-06-05 349: version = "1.0.0"
350: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 351: checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
352:
353: [[package]]
354: name = "cfg_aliases"
355: version = "0.2.1"
356: source = "registry+https://github.com/rust-lang/crates.io-index"
357: checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
6887d3b7f9 2025-06-05 358:
6887d3b7f9 2025-06-05 359: [[package]]
6887d3b7f9 2025-06-05 360: name = "chrono"
6887d3b7f9 2025-06-05 361: version = "0.4.41"
6887d3b7f9 2025-06-05 362: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 363: checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
6887d3b7f9 2025-06-05 364: dependencies = [
6887d3b7f9 2025-06-05 365: "android-tzdata",
6887d3b7f9 2025-06-05 366: "iana-time-zone",
6887d3b7f9 2025-06-05 367: "num-traits",
6887d3b7f9 2025-06-05 368: "serde",
6887d3b7f9 2025-06-05 369: "windows-link",
6887d3b7f9 2025-06-05 370: ]
371:
372: [[package]]
373: name = "clang-sys"
374: version = "1.8.1"
375: source = "registry+https://github.com/rust-lang/crates.io-index"
376: checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
377: dependencies = [
378: "glob",
379: "libc",
380: "libloading",
381: ]
382:
383: [[package]]
384: name = "cmake"
385: version = "0.1.54"
386: source = "registry+https://github.com/rust-lang/crates.io-index"
387: checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
388: dependencies = [
389: "cc",
390: ]
391:
392: [[package]]
393: name = "concurrent-queue"
394: version = "2.5.0"
395: source = "registry+https://github.com/rust-lang/crates.io-index"
396: checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
397: dependencies = [
398: "crossbeam-utils",
399: ]
400:
401: [[package]]
402: name = "config"
403: version = "0.15.11"
404: source = "registry+https://github.com/rust-lang/crates.io-index"
405: checksum = "595aae20e65c3be792d05818e8c63025294ac3cb7e200f11459063a352a6ef80"
406: dependencies = [
407: "pathdiff",
408: "serde",
409: "toml",
410: "winnow",
411: ]
412:
413: [[package]]
6887d3b7f9 2025-06-05 414: name = "core-foundation"
6887d3b7f9 2025-06-05 415: version = "0.9.4"
6887d3b7f9 2025-06-05 416: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 417: checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
6887d3b7f9 2025-06-05 418: dependencies = [
6887d3b7f9 2025-06-05 419: "core-foundation-sys",
6887d3b7f9 2025-06-05 420: "libc",
6887d3b7f9 2025-06-05 421: ]
6887d3b7f9 2025-06-05 422:
6887d3b7f9 2025-06-05 423: [[package]]
6887d3b7f9 2025-06-05 424: name = "core-foundation-sys"
6887d3b7f9 2025-06-05 425: version = "0.8.7"
6887d3b7f9 2025-06-05 426: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 427: checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
6887d3b7f9 2025-06-05 428:
6887d3b7f9 2025-06-05 429: [[package]]
430: name = "crossbeam-utils"
431: version = "0.8.21"
432: source = "registry+https://github.com/rust-lang/crates.io-index"
433: checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
434:
435: [[package]]
436: name = "darling"
437: version = "0.20.11"
438: source = "registry+https://github.com/rust-lang/crates.io-index"
439: checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
440: dependencies = [
441: "darling_core",
442: "darling_macro",
443: ]
444:
445: [[package]]
446: name = "darling_core"
447: version = "0.20.11"
448: source = "registry+https://github.com/rust-lang/crates.io-index"
449: checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
450: dependencies = [
451: "fnv",
452: "ident_case",
453: "proc-macro2",
454: "quote",
455: "strsim",
6887d3b7f9 2025-06-05 456: "syn 2.0.101",
457: ]
458:
459: [[package]]
460: name = "darling_macro"
461: version = "0.20.11"
462: source = "registry+https://github.com/rust-lang/crates.io-index"
463: checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
464: dependencies = [
465: "darling_core",
466: "quote",
6887d3b7f9 2025-06-05 467: "syn 2.0.101",
6887d3b7f9 2025-06-05 468: ]
6887d3b7f9 2025-06-05 469:
6887d3b7f9 2025-06-05 470: [[package]]
6887d3b7f9 2025-06-05 471: name = "deranged"
6887d3b7f9 2025-06-05 472: version = "0.4.0"
6887d3b7f9 2025-06-05 473: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 474: checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
6887d3b7f9 2025-06-05 475: dependencies = [
6887d3b7f9 2025-06-05 476: "powerfmt",
6887d3b7f9 2025-06-05 477: "serde",
478: ]
479:
480: [[package]]
481: name = "derive_more"
6887d3b7f9 2025-06-05 482: version = "1.0.0"
483: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 484: checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
485: dependencies = [
486: "derive_more-impl",
487: ]
488:
489: [[package]]
490: name = "derive_more-impl"
6887d3b7f9 2025-06-05 491: version = "1.0.0"
492: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 493: checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
494: dependencies = [
495: "proc-macro2",
496: "quote",
6887d3b7f9 2025-06-05 497: "syn 2.0.101",
6887d3b7f9 2025-06-05 498: "unicode-xid",
499: ]
500:
501: [[package]]
502: name = "displaydoc"
503: version = "0.2.5"
504: source = "registry+https://github.com/rust-lang/crates.io-index"
505: checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
506: dependencies = [
507: "proc-macro2",
508: "quote",
6887d3b7f9 2025-06-05 509: "syn 2.0.101",
6887d3b7f9 2025-06-05 510: ]
6887d3b7f9 2025-06-05 511:
6887d3b7f9 2025-06-05 512: [[package]]
6887d3b7f9 2025-06-05 513: name = "dptree"
6887d3b7f9 2025-06-05 514: version = "0.3.0"
6887d3b7f9 2025-06-05 515: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 516: checksum = "d81175dab5ec79c30e0576df2ed2c244e1721720c302000bb321b107e82e265c"
6887d3b7f9 2025-06-05 517: dependencies = [
6887d3b7f9 2025-06-05 518: "futures",
519: ]
520:
521: [[package]]
522: name = "dunce"
523: version = "1.0.5"
524: source = "registry+https://github.com/rust-lang/crates.io-index"
525: checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
526:
527: [[package]]
528: name = "either"
529: version = "1.15.0"
530: source = "registry+https://github.com/rust-lang/crates.io-index"
531: checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
532:
533: [[package]]
534: name = "encoding_rs"
535: version = "0.8.35"
536: source = "registry+https://github.com/rust-lang/crates.io-index"
537: checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
538: dependencies = [
539: "cfg-if",
540: ]
541:
542: [[package]]
543: name = "equivalent"
544: version = "1.0.2"
545: source = "registry+https://github.com/rust-lang/crates.io-index"
546: checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
6887d3b7f9 2025-06-05 547:
6887d3b7f9 2025-06-05 548: [[package]]
6887d3b7f9 2025-06-05 549: name = "erasable"
6887d3b7f9 2025-06-05 550: version = "1.3.0"
6887d3b7f9 2025-06-05 551: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 552: checksum = "437cfb75878119ed8265685c41a115724eae43fb7cc5a0bf0e4ecc3b803af1c4"
6887d3b7f9 2025-06-05 553: dependencies = [
6887d3b7f9 2025-06-05 554: "autocfg",
6887d3b7f9 2025-06-05 555: "scopeguard",
6887d3b7f9 2025-06-05 556: ]
557:
558: [[package]]
559: name = "errno"
560: version = "0.3.12"
561: source = "registry+https://github.com/rust-lang/crates.io-index"
562: checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
563: dependencies = [
564: "libc",
565: "windows-sys 0.59.0",
566: ]
567:
568: [[package]]
569: name = "event-listener"
570: version = "2.5.3"
571: source = "registry+https://github.com/rust-lang/crates.io-index"
572: checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
573:
574: [[package]]
575: name = "event-listener"
576: version = "5.4.0"
577: source = "registry+https://github.com/rust-lang/crates.io-index"
578: checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
579: dependencies = [
580: "concurrent-queue",
581: "parking",
582: "pin-project-lite",
583: ]
584:
585: [[package]]
586: name = "event-listener-strategy"
587: version = "0.5.4"
588: source = "registry+https://github.com/rust-lang/crates.io-index"
589: checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
590: dependencies = [
591: "event-listener 5.4.0",
592: "pin-project-lite",
593: ]
594:
595: [[package]]
596: name = "fastrand"
597: version = "2.3.0"
598: source = "registry+https://github.com/rust-lang/crates.io-index"
599: checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
600:
601: [[package]]
602: name = "fnv"
603: version = "1.0.7"
604: source = "registry+https://github.com/rust-lang/crates.io-index"
605: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
606:
607: [[package]]
6887d3b7f9 2025-06-05 608: name = "foreign-types"
6887d3b7f9 2025-06-05 609: version = "0.3.2"
6887d3b7f9 2025-06-05 610: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 611: checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6887d3b7f9 2025-06-05 612: dependencies = [
6887d3b7f9 2025-06-05 613: "foreign-types-shared",
6887d3b7f9 2025-06-05 614: ]
6887d3b7f9 2025-06-05 615:
6887d3b7f9 2025-06-05 616: [[package]]
6887d3b7f9 2025-06-05 617: name = "foreign-types-shared"
6887d3b7f9 2025-06-05 618: version = "0.1.1"
6887d3b7f9 2025-06-05 619: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 620: checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6887d3b7f9 2025-06-05 621:
6887d3b7f9 2025-06-05 622: [[package]]
623: name = "form_urlencoded"
624: version = "1.2.1"
625: source = "registry+https://github.com/rust-lang/crates.io-index"
626: checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
627: dependencies = [
628: "percent-encoding",
629: ]
630:
631: [[package]]
632: name = "fs_extra"
633: version = "1.3.0"
634: source = "registry+https://github.com/rust-lang/crates.io-index"
635: checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
636:
637: [[package]]
6887d3b7f9 2025-06-05 638: name = "futures"
6887d3b7f9 2025-06-05 639: version = "0.3.31"
6887d3b7f9 2025-06-05 640: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 641: checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6887d3b7f9 2025-06-05 642: dependencies = [
6887d3b7f9 2025-06-05 643: "futures-channel",
6887d3b7f9 2025-06-05 644: "futures-core",
6887d3b7f9 2025-06-05 645: "futures-executor",
6887d3b7f9 2025-06-05 646: "futures-io",
6887d3b7f9 2025-06-05 647: "futures-sink",
6887d3b7f9 2025-06-05 648: "futures-task",
6887d3b7f9 2025-06-05 649: "futures-util",
6887d3b7f9 2025-06-05 650: ]
6887d3b7f9 2025-06-05 651:
6887d3b7f9 2025-06-05 652: [[package]]
653: name = "futures-channel"
654: version = "0.3.31"
655: source = "registry+https://github.com/rust-lang/crates.io-index"
656: checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
657: dependencies = [
658: "futures-core",
6887d3b7f9 2025-06-05 659: "futures-sink",
660: ]
661:
662: [[package]]
663: name = "futures-core"
664: version = "0.3.31"
665: source = "registry+https://github.com/rust-lang/crates.io-index"
666: checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6887d3b7f9 2025-06-05 667:
6887d3b7f9 2025-06-05 668: [[package]]
6887d3b7f9 2025-06-05 669: name = "futures-executor"
6887d3b7f9 2025-06-05 670: version = "0.3.31"
6887d3b7f9 2025-06-05 671: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 672: checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6887d3b7f9 2025-06-05 673: dependencies = [
6887d3b7f9 2025-06-05 674: "futures-core",
6887d3b7f9 2025-06-05 675: "futures-task",
6887d3b7f9 2025-06-05 676: "futures-util",
6887d3b7f9 2025-06-05 677: ]
678:
679: [[package]]
680: name = "futures-io"
681: version = "0.3.31"
682: source = "registry+https://github.com/rust-lang/crates.io-index"
683: checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
684:
685: [[package]]
686: name = "futures-lite"
687: version = "2.6.0"
688: source = "registry+https://github.com/rust-lang/crates.io-index"
689: checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
690: dependencies = [
691: "fastrand",
692: "futures-core",
693: "futures-io",
694: "parking",
695: "pin-project-lite",
696: ]
697:
698: [[package]]
699: name = "futures-macro"
700: version = "0.3.31"
701: source = "registry+https://github.com/rust-lang/crates.io-index"
702: checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
703: dependencies = [
704: "proc-macro2",
705: "quote",
6887d3b7f9 2025-06-05 706: "syn 2.0.101",
707: ]
708:
709: [[package]]
710: name = "futures-sink"
711: version = "0.3.31"
712: source = "registry+https://github.com/rust-lang/crates.io-index"
713: checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
714:
715: [[package]]
716: name = "futures-task"
717: version = "0.3.31"
718: source = "registry+https://github.com/rust-lang/crates.io-index"
719: checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
720:
721: [[package]]
722: name = "futures-util"
723: version = "0.3.31"
724: source = "registry+https://github.com/rust-lang/crates.io-index"
725: checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
726: dependencies = [
6887d3b7f9 2025-06-05 727: "futures-channel",
728: "futures-core",
729: "futures-io",
730: "futures-macro",
731: "futures-sink",
732: "futures-task",
733: "memchr",
734: "pin-project-lite",
735: "pin-utils",
736: "slab",
737: ]
738:
739: [[package]]
740: name = "getrandom"
741: version = "0.2.16"
742: source = "registry+https://github.com/rust-lang/crates.io-index"
743: checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
744: dependencies = [
745: "cfg-if",
746: "js-sys",
747: "libc",
6887d3b7f9 2025-06-05 748: "wasi 0.11.0+wasi-snapshot-preview1",
749: "wasm-bindgen",
750: ]
751:
752: [[package]]
753: name = "getrandom"
754: version = "0.3.3"
755: source = "registry+https://github.com/rust-lang/crates.io-index"
756: checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
757: dependencies = [
758: "cfg-if",
759: "js-sys",
760: "libc",
761: "r-efi",
762: "wasi 0.14.2+wasi-0.2.4",
763: "wasm-bindgen",
764: ]
765:
766: [[package]]
767: name = "gimli"
768: version = "0.31.1"
769: source = "registry+https://github.com/rust-lang/crates.io-index"
770: checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
771:
772: [[package]]
773: name = "glob"
774: version = "0.3.2"
775: source = "registry+https://github.com/rust-lang/crates.io-index"
776: checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
777:
778: [[package]]
779: name = "gloo-timers"
780: version = "0.3.0"
781: source = "registry+https://github.com/rust-lang/crates.io-index"
782: checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
783: dependencies = [
784: "futures-channel",
785: "futures-core",
786: "js-sys",
787: "wasm-bindgen",
788: ]
789:
790: [[package]]
791: name = "hashbrown"
6887d3b7f9 2025-06-05 792: version = "0.12.3"
793: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 794: checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
6887d3b7f9 2025-06-05 795:
6887d3b7f9 2025-06-05 796: [[package]]
6887d3b7f9 2025-06-05 797: name = "hashbrown"
6887d3b7f9 2025-06-05 798: version = "0.15.3"
6887d3b7f9 2025-06-05 799: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 800: checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
801:
802: [[package]]
803: name = "hashify"
804: version = "0.2.6"
805: source = "registry+https://github.com/rust-lang/crates.io-index"
806: checksum = "f208758247e68e239acaa059e72e4ce1f30f2a4b6523f19c1b923d25b7e9cceb"
807: dependencies = [
808: "proc-macro2",
809: "quote",
6887d3b7f9 2025-06-05 810: "syn 2.0.101",
811: ]
812:
813: [[package]]
814: name = "hermit-abi"
6887d3b7f9 2025-06-05 815: version = "0.5.1"
816: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 817: checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
6887d3b7f9 2025-06-05 818:
6887d3b7f9 2025-06-05 819: [[package]]
6887d3b7f9 2025-06-05 820: name = "hex"
6887d3b7f9 2025-06-05 821: version = "0.4.3"
6887d3b7f9 2025-06-05 822: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 823: checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
824:
825: [[package]]
826: name = "home"
827: version = "0.5.11"
828: source = "registry+https://github.com/rust-lang/crates.io-index"
829: checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
830: dependencies = [
831: "windows-sys 0.59.0",
832: ]
833:
834: [[package]]
835: name = "http"
836: version = "1.3.1"
837: source = "registry+https://github.com/rust-lang/crates.io-index"
838: checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
839: dependencies = [
840: "bytes",
841: "fnv",
842: "itoa",
843: ]
844:
845: [[package]]
846: name = "http-body"
847: version = "1.0.1"
848: source = "registry+https://github.com/rust-lang/crates.io-index"
849: checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
850: dependencies = [
851: "bytes",
852: "http",
853: ]
854:
855: [[package]]
856: name = "http-body-util"
857: version = "0.1.3"
858: source = "registry+https://github.com/rust-lang/crates.io-index"
859: checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
860: dependencies = [
861: "bytes",
862: "futures-core",
863: "http",
864: "http-body",
865: "pin-project-lite",
866: ]
867:
868: [[package]]
869: name = "httparse"
870: version = "1.10.1"
871: source = "registry+https://github.com/rust-lang/crates.io-index"
872: checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
873:
874: [[package]]
875: name = "hyper"
876: version = "1.6.0"
877: source = "registry+https://github.com/rust-lang/crates.io-index"
878: checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
879: dependencies = [
880: "bytes",
881: "futures-channel",
882: "futures-util",
883: "http",
884: "http-body",
885: "httparse",
886: "itoa",
887: "pin-project-lite",
888: "smallvec",
889: "tokio",
890: "want",
891: ]
892:
893: [[package]]
894: name = "hyper-rustls"
6887d3b7f9 2025-06-05 895: version = "0.27.6"
896: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 897: checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d"
898: dependencies = [
899: "http",
900: "hyper",
901: "hyper-util",
902: "rustls",
903: "rustls-pki-types",
904: "tokio",
905: "tokio-rustls",
906: "tower-service",
907: "webpki-roots",
6887d3b7f9 2025-06-05 908: ]
6887d3b7f9 2025-06-05 909:
6887d3b7f9 2025-06-05 910: [[package]]
6887d3b7f9 2025-06-05 911: name = "hyper-tls"
6887d3b7f9 2025-06-05 912: version = "0.6.0"
6887d3b7f9 2025-06-05 913: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 914: checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
6887d3b7f9 2025-06-05 915: dependencies = [
6887d3b7f9 2025-06-05 916: "bytes",
6887d3b7f9 2025-06-05 917: "http-body-util",
6887d3b7f9 2025-06-05 918: "hyper",
6887d3b7f9 2025-06-05 919: "hyper-util",
6887d3b7f9 2025-06-05 920: "native-tls",
6887d3b7f9 2025-06-05 921: "tokio",
6887d3b7f9 2025-06-05 922: "tokio-native-tls",
6887d3b7f9 2025-06-05 923: "tower-service",
924: ]
925:
926: [[package]]
927: name = "hyper-util"
928: version = "0.1.14"
929: source = "registry+https://github.com/rust-lang/crates.io-index"
930: checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb"
931: dependencies = [
932: "base64",
933: "bytes",
934: "futures-channel",
935: "futures-core",
936: "futures-util",
937: "http",
938: "http-body",
939: "hyper",
940: "ipnet",
941: "libc",
942: "percent-encoding",
943: "pin-project-lite",
944: "socket2",
945: "tokio",
946: "tower-service",
947: "tracing",
6887d3b7f9 2025-06-05 948: ]
6887d3b7f9 2025-06-05 949:
6887d3b7f9 2025-06-05 950: [[package]]
6887d3b7f9 2025-06-05 951: name = "iana-time-zone"
6887d3b7f9 2025-06-05 952: version = "0.1.63"
6887d3b7f9 2025-06-05 953: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 954: checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
6887d3b7f9 2025-06-05 955: dependencies = [
6887d3b7f9 2025-06-05 956: "android_system_properties",
6887d3b7f9 2025-06-05 957: "core-foundation-sys",
6887d3b7f9 2025-06-05 958: "iana-time-zone-haiku",
6887d3b7f9 2025-06-05 959: "js-sys",
6887d3b7f9 2025-06-05 960: "log",
6887d3b7f9 2025-06-05 961: "wasm-bindgen",
6887d3b7f9 2025-06-05 962: "windows-core",
6887d3b7f9 2025-06-05 963: ]
6887d3b7f9 2025-06-05 964:
6887d3b7f9 2025-06-05 965: [[package]]
6887d3b7f9 2025-06-05 966: name = "iana-time-zone-haiku"
6887d3b7f9 2025-06-05 967: version = "0.1.2"
6887d3b7f9 2025-06-05 968: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 969: checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6887d3b7f9 2025-06-05 970: dependencies = [
6887d3b7f9 2025-06-05 971: "cc",
972: ]
973:
974: [[package]]
975: name = "icu_collections"
976: version = "2.0.0"
977: source = "registry+https://github.com/rust-lang/crates.io-index"
978: checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
979: dependencies = [
980: "displaydoc",
981: "potential_utf",
982: "yoke",
983: "zerofrom",
984: "zerovec",
985: ]
986:
987: [[package]]
988: name = "icu_locale_core"
989: version = "2.0.0"
990: source = "registry+https://github.com/rust-lang/crates.io-index"
991: checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
992: dependencies = [
993: "displaydoc",
994: "litemap",
995: "tinystr",
996: "writeable",
997: "zerovec",
998: ]
999:
1000: [[package]]
1001: name = "icu_normalizer"
1002: version = "2.0.0"
1003: source = "registry+https://github.com/rust-lang/crates.io-index"
1004: checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1005: dependencies = [
1006: "displaydoc",
1007: "icu_collections",
1008: "icu_normalizer_data",
1009: "icu_properties",
1010: "icu_provider",
1011: "smallvec",
1012: "zerovec",
1013: ]
1014:
1015: [[package]]
1016: name = "icu_normalizer_data"
1017: version = "2.0.0"
1018: source = "registry+https://github.com/rust-lang/crates.io-index"
1019: checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1020:
1021: [[package]]
1022: name = "icu_properties"
1023: version = "2.0.1"
1024: source = "registry+https://github.com/rust-lang/crates.io-index"
1025: checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1026: dependencies = [
1027: "displaydoc",
1028: "icu_collections",
1029: "icu_locale_core",
1030: "icu_properties_data",
1031: "icu_provider",
1032: "potential_utf",
1033: "zerotrie",
1034: "zerovec",
1035: ]
1036:
1037: [[package]]
1038: name = "icu_properties_data"
1039: version = "2.0.1"
1040: source = "registry+https://github.com/rust-lang/crates.io-index"
1041: checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1042:
1043: [[package]]
1044: name = "icu_provider"
1045: version = "2.0.0"
1046: source = "registry+https://github.com/rust-lang/crates.io-index"
1047: checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1048: dependencies = [
1049: "displaydoc",
1050: "icu_locale_core",
1051: "stable_deref_trait",
1052: "tinystr",
1053: "writeable",
1054: "yoke",
1055: "zerofrom",
1056: "zerotrie",
1057: "zerovec",
1058: ]
1059:
1060: [[package]]
1061: name = "ident_case"
1062: version = "1.0.1"
1063: source = "registry+https://github.com/rust-lang/crates.io-index"
1064: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1065:
1066: [[package]]
1067: name = "idna"
1068: version = "1.0.3"
1069: source = "registry+https://github.com/rust-lang/crates.io-index"
1070: checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1071: dependencies = [
1072: "idna_adapter",
1073: "smallvec",
1074: "utf8_iter",
1075: ]
1076:
1077: [[package]]
1078: name = "idna_adapter"
1079: version = "1.2.1"
1080: source = "registry+https://github.com/rust-lang/crates.io-index"
1081: checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1082: dependencies = [
1083: "icu_normalizer",
1084: "icu_properties",
1085: ]
1086:
1087: [[package]]
6887d3b7f9 2025-06-05 1088: name = "include_dir"
6887d3b7f9 2025-06-05 1089: version = "0.7.4"
6887d3b7f9 2025-06-05 1090: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1091: checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
6887d3b7f9 2025-06-05 1092: dependencies = [
6887d3b7f9 2025-06-05 1093: "include_dir_macros",
6887d3b7f9 2025-06-05 1094: ]
6887d3b7f9 2025-06-05 1095:
6887d3b7f9 2025-06-05 1096: [[package]]
6887d3b7f9 2025-06-05 1097: name = "include_dir_macros"
6887d3b7f9 2025-06-05 1098: version = "0.7.4"
6887d3b7f9 2025-06-05 1099: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1100: checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
6887d3b7f9 2025-06-05 1101: dependencies = [
6887d3b7f9 2025-06-05 1102: "proc-macro2",
6887d3b7f9 2025-06-05 1103: "quote",
6887d3b7f9 2025-06-05 1104: ]
6887d3b7f9 2025-06-05 1105:
6887d3b7f9 2025-06-05 1106: [[package]]
6887d3b7f9 2025-06-05 1107: name = "indexmap"
6887d3b7f9 2025-06-05 1108: version = "1.9.3"
6887d3b7f9 2025-06-05 1109: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1110: checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
6887d3b7f9 2025-06-05 1111: dependencies = [
6887d3b7f9 2025-06-05 1112: "autocfg",
6887d3b7f9 2025-06-05 1113: "hashbrown 0.12.3",
6887d3b7f9 2025-06-05 1114: "serde",
6887d3b7f9 2025-06-05 1115: ]
6887d3b7f9 2025-06-05 1116:
6887d3b7f9 2025-06-05 1117: [[package]]
1118: name = "indexmap"
1119: version = "2.9.0"
1120: source = "registry+https://github.com/rust-lang/crates.io-index"
1121: checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
1122: dependencies = [
1123: "equivalent",
6887d3b7f9 2025-06-05 1124: "hashbrown 0.15.3",
6887d3b7f9 2025-06-05 1125: "serde",
1126: ]
1127:
1128: [[package]]
1129: name = "ipnet"
1130: version = "2.11.0"
1131: source = "registry+https://github.com/rust-lang/crates.io-index"
1132: checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1133:
1134: [[package]]
1135: name = "iri-string"
1136: version = "0.7.8"
1137: source = "registry+https://github.com/rust-lang/crates.io-index"
1138: checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1139: dependencies = [
1140: "memchr",
1141: "serde",
6887d3b7f9 2025-06-05 1142: ]
6887d3b7f9 2025-06-05 1143:
6887d3b7f9 2025-06-05 1144: [[package]]
6887d3b7f9 2025-06-05 1145: name = "itertools"
6887d3b7f9 2025-06-05 1146: version = "0.10.5"
6887d3b7f9 2025-06-05 1147: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1148: checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6887d3b7f9 2025-06-05 1149: dependencies = [
6887d3b7f9 2025-06-05 1150: "either",
1151: ]
1152:
1153: [[package]]
1154: name = "itertools"
1155: version = "0.12.1"
1156: source = "registry+https://github.com/rust-lang/crates.io-index"
1157: checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1158: dependencies = [
1159: "either",
1160: ]
1161:
1162: [[package]]
1163: name = "itoa"
1164: version = "1.0.15"
1165: source = "registry+https://github.com/rust-lang/crates.io-index"
1166: checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1167:
1168: [[package]]
1169: name = "jobserver"
1170: version = "0.1.33"
1171: source = "registry+https://github.com/rust-lang/crates.io-index"
1172: checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
1173: dependencies = [
1174: "getrandom 0.3.3",
1175: "libc",
1176: ]
1177:
1178: [[package]]
1179: name = "js-sys"
1180: version = "0.3.77"
1181: source = "registry+https://github.com/rust-lang/crates.io-index"
1182: checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1183: dependencies = [
1184: "once_cell",
1185: "wasm-bindgen",
1186: ]
1187:
1188: [[package]]
1189: name = "just-getopt"
1190: version = "2.0.0"
1191: source = "registry+https://github.com/rust-lang/crates.io-index"
1192: checksum = "6585516cda1682822e826e4fc7efa1960a1bfc1a897a0374f61664aa230ec60a"
1193:
1194: [[package]]
1195: name = "kv-log-macro"
1196: version = "1.0.7"
1197: source = "registry+https://github.com/rust-lang/crates.io-index"
1198: checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1199: dependencies = [
1200: "log",
1201: ]
1202:
1203: [[package]]
1204: name = "lazy_static"
1205: version = "1.5.0"
1206: source = "registry+https://github.com/rust-lang/crates.io-index"
1207: checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1208:
1209: [[package]]
1210: name = "lazycell"
1211: version = "1.3.0"
1212: source = "registry+https://github.com/rust-lang/crates.io-index"
1213: checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1214:
1215: [[package]]
1216: name = "libc"
1217: version = "0.2.172"
1218: source = "registry+https://github.com/rust-lang/crates.io-index"
1219: checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
1220:
1221: [[package]]
1222: name = "libloading"
1223: version = "0.8.8"
1224: source = "registry+https://github.com/rust-lang/crates.io-index"
1225: checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
1226: dependencies = [
1227: "cfg-if",
1228: "windows-targets 0.53.0",
1229: ]
1230:
1231: [[package]]
1232: name = "linux-raw-sys"
1233: version = "0.4.15"
1234: source = "registry+https://github.com/rust-lang/crates.io-index"
1235: checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1236:
1237: [[package]]
1238: name = "linux-raw-sys"
1239: version = "0.9.4"
1240: source = "registry+https://github.com/rust-lang/crates.io-index"
1241: checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1242:
1243: [[package]]
1244: name = "litemap"
1245: version = "0.8.0"
1246: source = "registry+https://github.com/rust-lang/crates.io-index"
1247: checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1248:
1249: [[package]]
1250: name = "log"
1251: version = "0.4.27"
1252: source = "registry+https://github.com/rust-lang/crates.io-index"
1253: checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1254: dependencies = [
1255: "value-bag",
1256: ]
1257:
1258: [[package]]
1259: name = "lru-slab"
1260: version = "0.1.2"
1261: source = "registry+https://github.com/rust-lang/crates.io-index"
1262: checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1263:
1264: [[package]]
1265: name = "mail-parser"
1266: version = "0.11.0"
1267: source = "registry+https://github.com/rust-lang/crates.io-index"
1268: checksum = "a3e3a04056838aad1ad3f66ef4f7b72a3f33d8c3a8f2664b9363de5383bccaf1"
1269: dependencies = [
1270: "encoding_rs",
1271: "hashify",
1272: "serde",
1273: ]
1274:
1275: [[package]]
1276: name = "mailin"
1277: version = "0.6.5"
1278: source = "registry+https://github.com/rust-lang/crates.io-index"
1279: checksum = "261c858a4b0f914d12dd9da38b9e55a7d991cd6c3e369f503344c4f1c2137fc4"
1280: dependencies = [
1281: "base64-compat",
1282: "either",
1283: "log",
1284: "nom",
1285: "ternop",
1286: ]
1287:
1288: [[package]]
1289: name = "mailin-embedded"
1290: version = "0.8.3"
1291: source = "registry+https://github.com/rust-lang/crates.io-index"
1292: checksum = "c60f4b1d7bed01be9f6fa08ad92c50f1d53c61e1461a058b94197046bfc5844f"
1293: dependencies = [
1294: "bufstream-fresh",
1295: "cfg-if",
1296: "log",
1297: "mailin",
1298: "rustls",
1299: "rustls-pemfile",
1300: "scoped_threadpool",
1301: ]
1302:
1303: [[package]]
1304: name = "memchr"
6887d3b7f9 2025-06-05 1305: version = "2.7.4"
1306: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1307: checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1308:
1309: [[package]]
1310: name = "mime"
1311: version = "0.3.17"
1312: source = "registry+https://github.com/rust-lang/crates.io-index"
1313: checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1314:
1315: [[package]]
1316: name = "mime_guess"
1317: version = "2.0.5"
1318: source = "registry+https://github.com/rust-lang/crates.io-index"
1319: checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1320: dependencies = [
1321: "mime",
1322: "unicase",
1323: ]
1324:
1325: [[package]]
1326: name = "minimal-lexical"
1327: version = "0.2.1"
1328: source = "registry+https://github.com/rust-lang/crates.io-index"
1329: checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1330:
1331: [[package]]
1332: name = "miniz_oxide"
6887d3b7f9 2025-06-05 1333: version = "0.8.8"
1334: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1335: checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
1336: dependencies = [
1337: "adler2",
1338: ]
1339:
1340: [[package]]
1341: name = "mio"
1342: version = "1.0.4"
1343: source = "registry+https://github.com/rust-lang/crates.io-index"
1344: checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1345: dependencies = [
1346: "libc",
6887d3b7f9 2025-06-05 1347: "wasi 0.11.0+wasi-snapshot-preview1",
1348: "windows-sys 0.59.0",
6887d3b7f9 2025-06-05 1349: ]
6887d3b7f9 2025-06-05 1350:
6887d3b7f9 2025-06-05 1351: [[package]]
6887d3b7f9 2025-06-05 1352: name = "native-tls"
6887d3b7f9 2025-06-05 1353: version = "0.2.14"
6887d3b7f9 2025-06-05 1354: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1355: checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
6887d3b7f9 2025-06-05 1356: dependencies = [
6887d3b7f9 2025-06-05 1357: "libc",
6887d3b7f9 2025-06-05 1358: "log",
6887d3b7f9 2025-06-05 1359: "openssl",
6887d3b7f9 2025-06-05 1360: "openssl-probe",
6887d3b7f9 2025-06-05 1361: "openssl-sys",
6887d3b7f9 2025-06-05 1362: "schannel",
6887d3b7f9 2025-06-05 1363: "security-framework",
6887d3b7f9 2025-06-05 1364: "security-framework-sys",
6887d3b7f9 2025-06-05 1365: "tempfile",
1366: ]
1367:
1368: [[package]]
1369: name = "nom"
1370: version = "7.1.3"
1371: source = "registry+https://github.com/rust-lang/crates.io-index"
1372: checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1373: dependencies = [
1374: "memchr",
1375: "minimal-lexical",
6887d3b7f9 2025-06-05 1376: ]
6887d3b7f9 2025-06-05 1377:
6887d3b7f9 2025-06-05 1378: [[package]]
6887d3b7f9 2025-06-05 1379: name = "num-conv"
6887d3b7f9 2025-06-05 1380: version = "0.1.0"
6887d3b7f9 2025-06-05 1381: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1382: checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
6887d3b7f9 2025-06-05 1383:
6887d3b7f9 2025-06-05 1384: [[package]]
6887d3b7f9 2025-06-05 1385: name = "num-traits"
6887d3b7f9 2025-06-05 1386: version = "0.2.19"
6887d3b7f9 2025-06-05 1387: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1388: checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
6887d3b7f9 2025-06-05 1389: dependencies = [
6887d3b7f9 2025-06-05 1390: "autocfg",
1391: ]
1392:
1393: [[package]]
1394: name = "object"
1395: version = "0.36.7"
1396: source = "registry+https://github.com/rust-lang/crates.io-index"
1397: checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1398: dependencies = [
1399: "memchr",
1400: ]
1401:
1402: [[package]]
1403: name = "once_cell"
1404: version = "1.21.3"
1405: source = "registry+https://github.com/rust-lang/crates.io-index"
1406: checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1407:
1408: [[package]]
6887d3b7f9 2025-06-05 1409: name = "openssl"
6887d3b7f9 2025-06-05 1410: version = "0.10.73"
6887d3b7f9 2025-06-05 1411: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1412: checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
6887d3b7f9 2025-06-05 1413: dependencies = [
6887d3b7f9 2025-06-05 1414: "bitflags",
6887d3b7f9 2025-06-05 1415: "cfg-if",
6887d3b7f9 2025-06-05 1416: "foreign-types",
6887d3b7f9 2025-06-05 1417: "libc",
6887d3b7f9 2025-06-05 1418: "once_cell",
6887d3b7f9 2025-06-05 1419: "openssl-macros",
6887d3b7f9 2025-06-05 1420: "openssl-sys",
6887d3b7f9 2025-06-05 1421: ]
6887d3b7f9 2025-06-05 1422:
6887d3b7f9 2025-06-05 1423: [[package]]
6887d3b7f9 2025-06-05 1424: name = "openssl-macros"
6887d3b7f9 2025-06-05 1425: version = "0.1.1"
6887d3b7f9 2025-06-05 1426: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1427: checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
6887d3b7f9 2025-06-05 1428: dependencies = [
6887d3b7f9 2025-06-05 1429: "proc-macro2",
6887d3b7f9 2025-06-05 1430: "quote",
6887d3b7f9 2025-06-05 1431: "syn 2.0.101",
6887d3b7f9 2025-06-05 1432: ]
6887d3b7f9 2025-06-05 1433:
6887d3b7f9 2025-06-05 1434: [[package]]
6887d3b7f9 2025-06-05 1435: name = "openssl-probe"
6887d3b7f9 2025-06-05 1436: version = "0.1.6"
6887d3b7f9 2025-06-05 1437: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1438: checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
6887d3b7f9 2025-06-05 1439:
6887d3b7f9 2025-06-05 1440: [[package]]
6887d3b7f9 2025-06-05 1441: name = "openssl-sys"
6887d3b7f9 2025-06-05 1442: version = "0.9.109"
6887d3b7f9 2025-06-05 1443: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1444: checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
6887d3b7f9 2025-06-05 1445: dependencies = [
6887d3b7f9 2025-06-05 1446: "cc",
6887d3b7f9 2025-06-05 1447: "libc",
6887d3b7f9 2025-06-05 1448: "pkg-config",
6887d3b7f9 2025-06-05 1449: "vcpkg",
6887d3b7f9 2025-06-05 1450: ]
6887d3b7f9 2025-06-05 1451:
6887d3b7f9 2025-06-05 1452: [[package]]
1453: name = "parking"
1454: version = "2.2.1"
1455: source = "registry+https://github.com/rust-lang/crates.io-index"
1456: checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1457:
1458: [[package]]
1459: name = "pathdiff"
1460: version = "0.2.3"
1461: source = "registry+https://github.com/rust-lang/crates.io-index"
1462: checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
1463:
1464: [[package]]
1465: name = "percent-encoding"
1466: version = "2.3.1"
1467: source = "registry+https://github.com/rust-lang/crates.io-index"
1468: checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
6887d3b7f9 2025-06-05 1469:
6887d3b7f9 2025-06-05 1470: [[package]]
6887d3b7f9 2025-06-05 1471: name = "pin-project"
6887d3b7f9 2025-06-05 1472: version = "1.1.10"
6887d3b7f9 2025-06-05 1473: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1474: checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
6887d3b7f9 2025-06-05 1475: dependencies = [
6887d3b7f9 2025-06-05 1476: "pin-project-internal",
6887d3b7f9 2025-06-05 1477: ]
6887d3b7f9 2025-06-05 1478:
6887d3b7f9 2025-06-05 1479: [[package]]
6887d3b7f9 2025-06-05 1480: name = "pin-project-internal"
6887d3b7f9 2025-06-05 1481: version = "1.1.10"
6887d3b7f9 2025-06-05 1482: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1483: checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
6887d3b7f9 2025-06-05 1484: dependencies = [
6887d3b7f9 2025-06-05 1485: "proc-macro2",
6887d3b7f9 2025-06-05 1486: "quote",
6887d3b7f9 2025-06-05 1487: "syn 2.0.101",
6887d3b7f9 2025-06-05 1488: ]
1489:
1490: [[package]]
1491: name = "pin-project-lite"
1492: version = "0.2.16"
1493: source = "registry+https://github.com/rust-lang/crates.io-index"
1494: checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1495:
1496: [[package]]
1497: name = "pin-utils"
1498: version = "0.1.0"
1499: source = "registry+https://github.com/rust-lang/crates.io-index"
1500: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1501:
1502: [[package]]
1503: name = "piper"
1504: version = "0.2.4"
1505: source = "registry+https://github.com/rust-lang/crates.io-index"
1506: checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
1507: dependencies = [
1508: "atomic-waker",
1509: "fastrand",
1510: "futures-io",
1511: ]
6887d3b7f9 2025-06-05 1512:
6887d3b7f9 2025-06-05 1513: [[package]]
6887d3b7f9 2025-06-05 1514: name = "pkg-config"
6887d3b7f9 2025-06-05 1515: version = "0.3.32"
6887d3b7f9 2025-06-05 1516: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1517: checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1518:
1519: [[package]]
1520: name = "polling"
1521: version = "3.8.0"
1522: source = "registry+https://github.com/rust-lang/crates.io-index"
1523: checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50"
1524: dependencies = [
1525: "cfg-if",
1526: "concurrent-queue",
1527: "hermit-abi",
1528: "pin-project-lite",
1529: "rustix 1.0.7",
1530: "tracing",
1531: "windows-sys 0.59.0",
1532: ]
1533:
1534: [[package]]
1535: name = "potential_utf"
1536: version = "0.1.2"
1537: source = "registry+https://github.com/rust-lang/crates.io-index"
1538: checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
1539: dependencies = [
1540: "zerovec",
1541: ]
1542:
1543: [[package]]
6887d3b7f9 2025-06-05 1544: name = "powerfmt"
6887d3b7f9 2025-06-05 1545: version = "0.2.0"
6887d3b7f9 2025-06-05 1546: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1547: checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
6887d3b7f9 2025-06-05 1548:
6887d3b7f9 2025-06-05 1549: [[package]]
1550: name = "ppv-lite86"
1551: version = "0.2.21"
1552: source = "registry+https://github.com/rust-lang/crates.io-index"
1553: checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1554: dependencies = [
1555: "zerocopy",
1556: ]
1557:
1558: [[package]]
1559: name = "prettyplease"
1560: version = "0.2.33"
1561: source = "registry+https://github.com/rust-lang/crates.io-index"
1562: checksum = "9dee91521343f4c5c6a63edd65e54f31f5c92fe8978c40a4282f8372194c6a7d"
1563: dependencies = [
1564: "proc-macro2",
6887d3b7f9 2025-06-05 1565: "syn 2.0.101",
6887d3b7f9 2025-06-05 1566: ]
6887d3b7f9 2025-06-05 1567:
6887d3b7f9 2025-06-05 1568: [[package]]
6887d3b7f9 2025-06-05 1569: name = "proc-macro-error-attr2"
6887d3b7f9 2025-06-05 1570: version = "2.0.0"
6887d3b7f9 2025-06-05 1571: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1572: checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
6887d3b7f9 2025-06-05 1573: dependencies = [
6887d3b7f9 2025-06-05 1574: "proc-macro2",
6887d3b7f9 2025-06-05 1575: "quote",
6887d3b7f9 2025-06-05 1576: ]
6887d3b7f9 2025-06-05 1577:
6887d3b7f9 2025-06-05 1578: [[package]]
6887d3b7f9 2025-06-05 1579: name = "proc-macro-error2"
6887d3b7f9 2025-06-05 1580: version = "2.0.1"
6887d3b7f9 2025-06-05 1581: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1582: checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
6887d3b7f9 2025-06-05 1583: dependencies = [
6887d3b7f9 2025-06-05 1584: "proc-macro-error-attr2",
6887d3b7f9 2025-06-05 1585: "proc-macro2",
6887d3b7f9 2025-06-05 1586: "quote",
1587: ]
1588:
1589: [[package]]
1590: name = "proc-macro2"
1591: version = "1.0.95"
1592: source = "registry+https://github.com/rust-lang/crates.io-index"
1593: checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
1594: dependencies = [
1595: "unicode-ident",
6887d3b7f9 2025-06-05 1596: ]
6887d3b7f9 2025-06-05 1597:
6887d3b7f9 2025-06-05 1598: [[package]]
6887d3b7f9 2025-06-05 1599: name = "psm"
6887d3b7f9 2025-06-05 1600: version = "0.1.26"
6887d3b7f9 2025-06-05 1601: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1602: checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f"
6887d3b7f9 2025-06-05 1603: dependencies = [
6887d3b7f9 2025-06-05 1604: "cc",
1605: ]
1606:
1607: [[package]]
1608: name = "quinn"
1609: version = "0.11.8"
1610: source = "registry+https://github.com/rust-lang/crates.io-index"
1611: checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
1612: dependencies = [
1613: "bytes",
1614: "cfg_aliases",
1615: "pin-project-lite",
1616: "quinn-proto",
1617: "quinn-udp",
1618: "rustc-hash 2.1.1",
1619: "rustls",
1620: "socket2",
1621: "thiserror",
1622: "tokio",
1623: "tracing",
1624: "web-time",
1625: ]
1626:
1627: [[package]]
1628: name = "quinn-proto"
1629: version = "0.11.12"
1630: source = "registry+https://github.com/rust-lang/crates.io-index"
1631: checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
1632: dependencies = [
1633: "bytes",
1634: "getrandom 0.3.3",
1635: "lru-slab",
1636: "rand",
1637: "ring",
1638: "rustc-hash 2.1.1",
1639: "rustls",
1640: "rustls-pki-types",
1641: "slab",
1642: "thiserror",
1643: "tinyvec",
1644: "tracing",
1645: "web-time",
1646: ]
1647:
1648: [[package]]
1649: name = "quinn-udp"
1650: version = "0.5.12"
1651: source = "registry+https://github.com/rust-lang/crates.io-index"
1652: checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
1653: dependencies = [
1654: "cfg_aliases",
1655: "libc",
1656: "once_cell",
1657: "socket2",
1658: "tracing",
1659: "windows-sys 0.59.0",
1660: ]
1661:
1662: [[package]]
1663: name = "quote"
1664: version = "1.0.40"
1665: source = "registry+https://github.com/rust-lang/crates.io-index"
1666: checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1667: dependencies = [
1668: "proc-macro2",
1669: ]
1670:
1671: [[package]]
1672: name = "r-efi"
1673: version = "5.2.0"
1674: source = "registry+https://github.com/rust-lang/crates.io-index"
1675: checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
1676:
1677: [[package]]
1678: name = "rand"
1679: version = "0.9.1"
1680: source = "registry+https://github.com/rust-lang/crates.io-index"
1681: checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
1682: dependencies = [
1683: "rand_chacha",
1684: "rand_core",
1685: ]
1686:
1687: [[package]]
1688: name = "rand_chacha"
1689: version = "0.9.0"
1690: source = "registry+https://github.com/rust-lang/crates.io-index"
1691: checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1692: dependencies = [
1693: "ppv-lite86",
1694: "rand_core",
1695: ]
1696:
1697: [[package]]
1698: name = "rand_core"
1699: version = "0.9.3"
1700: source = "registry+https://github.com/rust-lang/crates.io-index"
1701: checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1702: dependencies = [
1703: "getrandom 0.3.3",
1704: ]
1705:
1706: [[package]]
6887d3b7f9 2025-06-05 1707: name = "rc-box"
6887d3b7f9 2025-06-05 1708: version = "1.3.0"
6887d3b7f9 2025-06-05 1709: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1710: checksum = "897fecc9fac6febd4408f9e935e86df739b0023b625e610e0357535b9c8adad0"
6887d3b7f9 2025-06-05 1711: dependencies = [
6887d3b7f9 2025-06-05 1712: "erasable",
6887d3b7f9 2025-06-05 1713: ]
6887d3b7f9 2025-06-05 1714:
6887d3b7f9 2025-06-05 1715: [[package]]
1716: name = "regex"
1717: version = "1.11.1"
1718: source = "registry+https://github.com/rust-lang/crates.io-index"
1719: checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1720: dependencies = [
1721: "aho-corasick",
1722: "memchr",
1723: "regex-automata",
1724: "regex-syntax",
1725: ]
1726:
1727: [[package]]
1728: name = "regex-automata"
1729: version = "0.4.9"
1730: source = "registry+https://github.com/rust-lang/crates.io-index"
1731: checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1732: dependencies = [
1733: "aho-corasick",
1734: "memchr",
1735: "regex-syntax",
1736: ]
1737:
1738: [[package]]
1739: name = "regex-syntax"
1740: version = "0.8.5"
1741: source = "registry+https://github.com/rust-lang/crates.io-index"
1742: checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1743:
1744: [[package]]
1745: name = "reqwest"
6887d3b7f9 2025-06-05 1746: version = "0.12.19"
1747: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1748: checksum = "a2f8e5513d63f2e5b386eb5106dc67eaf3f84e95258e210489136b8b92ad6119"
1749: dependencies = [
1750: "base64",
1751: "bytes",
1752: "futures-core",
1753: "futures-util",
1754: "http",
1755: "http-body",
1756: "http-body-util",
1757: "hyper",
1758: "hyper-rustls",
6887d3b7f9 2025-06-05 1759: "hyper-tls",
1760: "hyper-util",
6887d3b7f9 2025-06-05 1761: "ipnet",
1762: "js-sys",
1763: "log",
6887d3b7f9 2025-06-05 1764: "mime",
1765: "mime_guess",
6887d3b7f9 2025-06-05 1766: "native-tls",
6887d3b7f9 2025-06-05 1767: "once_cell",
1768: "percent-encoding",
1769: "pin-project-lite",
1770: "quinn",
1771: "rustls",
1772: "rustls-pki-types",
1773: "serde",
1774: "serde_json",
1775: "serde_urlencoded",
1776: "sync_wrapper",
1777: "tokio",
6887d3b7f9 2025-06-05 1778: "tokio-native-tls",
1779: "tokio-rustls",
1780: "tokio-util",
1781: "tower",
1782: "tower-http",
1783: "tower-service",
1784: "url",
1785: "wasm-bindgen",
1786: "wasm-bindgen-futures",
1787: "wasm-streams",
1788: "web-sys",
1789: "webpki-roots",
6887d3b7f9 2025-06-05 1790: ]
6887d3b7f9 2025-06-05 1791:
6887d3b7f9 2025-06-05 1792: [[package]]
6887d3b7f9 2025-06-05 1793: name = "rgb"
6887d3b7f9 2025-06-05 1794: version = "0.8.50"
6887d3b7f9 2025-06-05 1795: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1796: checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
6887d3b7f9 2025-06-05 1797: dependencies = [
6887d3b7f9 2025-06-05 1798: "bytemuck",
1799: ]
1800:
1801: [[package]]
1802: name = "ring"
1803: version = "0.17.14"
1804: source = "registry+https://github.com/rust-lang/crates.io-index"
1805: checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1806: dependencies = [
1807: "cc",
1808: "cfg-if",
1809: "getrandom 0.2.16",
1810: "libc",
1811: "untrusted",
1812: "windows-sys 0.52.0",
1813: ]
1814:
1815: [[package]]
1816: name = "rustc-demangle"
6887d3b7f9 2025-06-05 1817: version = "0.1.24"
1818: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1819: checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1820:
1821: [[package]]
1822: name = "rustc-hash"
1823: version = "1.1.0"
1824: source = "registry+https://github.com/rust-lang/crates.io-index"
1825: checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1826:
1827: [[package]]
1828: name = "rustc-hash"
1829: version = "2.1.1"
1830: source = "registry+https://github.com/rust-lang/crates.io-index"
1831: checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1832:
1833: [[package]]
1834: name = "rustix"
1835: version = "0.38.44"
1836: source = "registry+https://github.com/rust-lang/crates.io-index"
1837: checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1838: dependencies = [
1839: "bitflags",
1840: "errno",
1841: "libc",
1842: "linux-raw-sys 0.4.15",
1843: "windows-sys 0.59.0",
1844: ]
1845:
1846: [[package]]
1847: name = "rustix"
1848: version = "1.0.7"
1849: source = "registry+https://github.com/rust-lang/crates.io-index"
1850: checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
1851: dependencies = [
1852: "bitflags",
1853: "errno",
1854: "libc",
1855: "linux-raw-sys 0.9.4",
1856: "windows-sys 0.59.0",
1857: ]
1858:
1859: [[package]]
1860: name = "rustls"
1861: version = "0.23.27"
1862: source = "registry+https://github.com/rust-lang/crates.io-index"
1863: checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
1864: dependencies = [
1865: "aws-lc-rs",
1866: "log",
1867: "once_cell",
1868: "ring",
1869: "rustls-pki-types",
1870: "rustls-webpki",
1871: "subtle",
1872: "zeroize",
1873: ]
1874:
1875: [[package]]
1876: name = "rustls-pemfile"
1877: version = "2.2.0"
1878: source = "registry+https://github.com/rust-lang/crates.io-index"
1879: checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
1880: dependencies = [
1881: "rustls-pki-types",
1882: ]
1883:
1884: [[package]]
1885: name = "rustls-pki-types"
1886: version = "1.12.0"
1887: source = "registry+https://github.com/rust-lang/crates.io-index"
1888: checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
1889: dependencies = [
1890: "web-time",
1891: "zeroize",
1892: ]
1893:
1894: [[package]]
1895: name = "rustls-webpki"
1896: version = "0.103.3"
1897: source = "registry+https://github.com/rust-lang/crates.io-index"
1898: checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
1899: dependencies = [
1900: "aws-lc-rs",
1901: "ring",
1902: "rustls-pki-types",
1903: "untrusted",
1904: ]
1905:
1906: [[package]]
1907: name = "rustversion"
1908: version = "1.0.21"
1909: source = "registry+https://github.com/rust-lang/crates.io-index"
1910: checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
1911:
1912: [[package]]
1913: name = "ryu"
1914: version = "1.0.20"
1915: source = "registry+https://github.com/rust-lang/crates.io-index"
1916: checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1917:
1918: [[package]]
6887d3b7f9 2025-06-05 1919: name = "schannel"
6887d3b7f9 2025-06-05 1920: version = "0.1.27"
6887d3b7f9 2025-06-05 1921: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1922: checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
6887d3b7f9 2025-06-05 1923: dependencies = [
6887d3b7f9 2025-06-05 1924: "windows-sys 0.59.0",
6887d3b7f9 2025-06-05 1925: ]
6887d3b7f9 2025-06-05 1926:
6887d3b7f9 2025-06-05 1927: [[package]]
1928: name = "scoped_threadpool"
1929: version = "0.1.9"
1930: source = "registry+https://github.com/rust-lang/crates.io-index"
1931: checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
6887d3b7f9 2025-06-05 1932:
6887d3b7f9 2025-06-05 1933: [[package]]
6887d3b7f9 2025-06-05 1934: name = "scopeguard"
6887d3b7f9 2025-06-05 1935: version = "1.2.0"
6887d3b7f9 2025-06-05 1936: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1937: checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
6887d3b7f9 2025-06-05 1938:
6887d3b7f9 2025-06-05 1939: [[package]]
6887d3b7f9 2025-06-05 1940: name = "security-framework"
6887d3b7f9 2025-06-05 1941: version = "2.11.1"
6887d3b7f9 2025-06-05 1942: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1943: checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
6887d3b7f9 2025-06-05 1944: dependencies = [
6887d3b7f9 2025-06-05 1945: "bitflags",
6887d3b7f9 2025-06-05 1946: "core-foundation",
6887d3b7f9 2025-06-05 1947: "core-foundation-sys",
6887d3b7f9 2025-06-05 1948: "libc",
6887d3b7f9 2025-06-05 1949: "security-framework-sys",
6887d3b7f9 2025-06-05 1950: ]
6887d3b7f9 2025-06-05 1951:
6887d3b7f9 2025-06-05 1952: [[package]]
6887d3b7f9 2025-06-05 1953: name = "security-framework-sys"
6887d3b7f9 2025-06-05 1954: version = "2.14.0"
6887d3b7f9 2025-06-05 1955: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1956: checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
6887d3b7f9 2025-06-05 1957: dependencies = [
6887d3b7f9 2025-06-05 1958: "core-foundation-sys",
6887d3b7f9 2025-06-05 1959: "libc",
6887d3b7f9 2025-06-05 1960: ]
1961:
1962: [[package]]
1963: name = "serde"
1964: version = "1.0.219"
1965: source = "registry+https://github.com/rust-lang/crates.io-index"
1966: checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1967: dependencies = [
1968: "serde_derive",
1969: ]
1970:
1971: [[package]]
1972: name = "serde_derive"
1973: version = "1.0.219"
1974: source = "registry+https://github.com/rust-lang/crates.io-index"
1975: checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1976: dependencies = [
1977: "proc-macro2",
1978: "quote",
6887d3b7f9 2025-06-05 1979: "syn 2.0.101",
1980: ]
1981:
1982: [[package]]
1983: name = "serde_json"
1984: version = "1.0.140"
1985: source = "registry+https://github.com/rust-lang/crates.io-index"
1986: checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
1987: dependencies = [
1988: "itoa",
1989: "memchr",
1990: "ryu",
1991: "serde",
1992: ]
1993:
1994: [[package]]
1995: name = "serde_spanned"
6887d3b7f9 2025-06-05 1996: version = "0.6.8"
1997: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 1998: checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
1999: dependencies = [
2000: "serde",
2001: ]
2002:
2003: [[package]]
2004: name = "serde_urlencoded"
2005: version = "0.7.1"
2006: source = "registry+https://github.com/rust-lang/crates.io-index"
2007: checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2008: dependencies = [
2009: "form_urlencoded",
2010: "itoa",
2011: "ryu",
2012: "serde",
2013: ]
2014:
2015: [[package]]
2016: name = "serde_with"
2017: version = "3.12.0"
2018: source = "registry+https://github.com/rust-lang/crates.io-index"
2019: checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
2020: dependencies = [
6887d3b7f9 2025-06-05 2021: "base64",
6887d3b7f9 2025-06-05 2022: "chrono",
6887d3b7f9 2025-06-05 2023: "hex",
6887d3b7f9 2025-06-05 2024: "indexmap 1.9.3",
6887d3b7f9 2025-06-05 2025: "indexmap 2.9.0",
2026: "serde",
2027: "serde_derive",
6887d3b7f9 2025-06-05 2028: "serde_json",
2029: "serde_with_macros",
6887d3b7f9 2025-06-05 2030: "time",
2031: ]
2032:
2033: [[package]]
2034: name = "serde_with_macros"
2035: version = "3.12.0"
2036: source = "registry+https://github.com/rust-lang/crates.io-index"
2037: checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
2038: dependencies = [
2039: "darling",
2040: "proc-macro2",
2041: "quote",
6887d3b7f9 2025-06-05 2042: "syn 2.0.101",
2043: ]
2044:
2045: [[package]]
2046: name = "shlex"
2047: version = "1.3.0"
2048: source = "registry+https://github.com/rust-lang/crates.io-index"
2049: checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
6887d3b7f9 2025-06-05 2050:
6887d3b7f9 2025-06-05 2051: [[package]]
6887d3b7f9 2025-06-05 2052: name = "signal-hook-registry"
6887d3b7f9 2025-06-05 2053: version = "1.4.5"
6887d3b7f9 2025-06-05 2054: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2055: checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
6887d3b7f9 2025-06-05 2056: dependencies = [
6887d3b7f9 2025-06-05 2057: "libc",
6887d3b7f9 2025-06-05 2058: ]
2059:
2060: [[package]]
2061: name = "slab"
2062: version = "0.4.9"
2063: source = "registry+https://github.com/rust-lang/crates.io-index"
2064: checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2065: dependencies = [
2066: "autocfg",
2067: ]
2068:
2069: [[package]]
2070: name = "smallvec"
6887d3b7f9 2025-06-05 2071: version = "1.15.0"
2072: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2073: checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
2074:
2075: [[package]]
2076: name = "smtp2tg"
6887d3b7f9 2025-06-05 2077: version = "0.3.11"
2078: dependencies = [
2079: "anyhow",
2080: "async-std",
2081: "config",
2082: "just-getopt",
2083: "lazy_static",
2084: "mail-parser",
2085: "mailin-embedded",
2086: "regex",
6887d3b7f9 2025-06-05 2087: "teloxide",
2088: "thiserror",
2089: ]
2090:
2091: [[package]]
2092: name = "socket2"
2093: version = "0.5.10"
2094: source = "registry+https://github.com/rust-lang/crates.io-index"
2095: checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2096: dependencies = [
2097: "libc",
2098: "windows-sys 0.52.0",
2099: ]
2100:
2101: [[package]]
2102: name = "stable_deref_trait"
2103: version = "1.2.0"
2104: source = "registry+https://github.com/rust-lang/crates.io-index"
2105: checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
6887d3b7f9 2025-06-05 2106:
6887d3b7f9 2025-06-05 2107: [[package]]
6887d3b7f9 2025-06-05 2108: name = "stacker"
6887d3b7f9 2025-06-05 2109: version = "0.1.21"
6887d3b7f9 2025-06-05 2110: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2111: checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
6887d3b7f9 2025-06-05 2112: dependencies = [
6887d3b7f9 2025-06-05 2113: "cc",
6887d3b7f9 2025-06-05 2114: "cfg-if",
6887d3b7f9 2025-06-05 2115: "libc",
6887d3b7f9 2025-06-05 2116: "psm",
6887d3b7f9 2025-06-05 2117: "windows-sys 0.59.0",
6887d3b7f9 2025-06-05 2118: ]
2119:
2120: [[package]]
2121: name = "strsim"
2122: version = "0.11.1"
2123: source = "registry+https://github.com/rust-lang/crates.io-index"
2124: checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2125:
2126: [[package]]
2127: name = "subtle"
2128: version = "2.6.1"
2129: source = "registry+https://github.com/rust-lang/crates.io-index"
2130: checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2131:
2132: [[package]]
2133: name = "syn"
2134: version = "1.0.109"
2135: source = "registry+https://github.com/rust-lang/crates.io-index"
2136: checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2137: dependencies = [
2138: "proc-macro2",
2139: "quote",
2140: "unicode-ident",
2141: ]
2142:
2143: [[package]]
2144: name = "syn"
6887d3b7f9 2025-06-05 2145: version = "2.0.101"
2146: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2147: checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
2148: dependencies = [
2149: "proc-macro2",
2150: "quote",
2151: "unicode-ident",
2152: ]
2153:
2154: [[package]]
2155: name = "sync_wrapper"
2156: version = "1.0.2"
2157: source = "registry+https://github.com/rust-lang/crates.io-index"
2158: checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2159: dependencies = [
2160: "futures-core",
2161: ]
2162:
2163: [[package]]
2164: name = "synstructure"
2165: version = "0.13.2"
2166: source = "registry+https://github.com/rust-lang/crates.io-index"
2167: checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2168: dependencies = [
2169: "proc-macro2",
2170: "quote",
6887d3b7f9 2025-06-05 2171: "syn 2.0.101",
6887d3b7f9 2025-06-05 2172: ]
6887d3b7f9 2025-06-05 2173:
6887d3b7f9 2025-06-05 2174: [[package]]
6887d3b7f9 2025-06-05 2175: name = "take_mut"
6887d3b7f9 2025-06-05 2176: version = "0.2.2"
6887d3b7f9 2025-06-05 2177: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2178: checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
6887d3b7f9 2025-06-05 2179:
6887d3b7f9 2025-06-05 2180: [[package]]
6887d3b7f9 2025-06-05 2181: name = "takecell"
6887d3b7f9 2025-06-05 2182: version = "0.1.1"
6887d3b7f9 2025-06-05 2183: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2184: checksum = "20f34339676cdcab560c9a82300c4c2581f68b9369aedf0fae86f2ff9565ff3e"
6887d3b7f9 2025-06-05 2185:
6887d3b7f9 2025-06-05 2186: [[package]]
6887d3b7f9 2025-06-05 2187: name = "teloxide"
6887d3b7f9 2025-06-05 2188: version = "0.15.0"
6887d3b7f9 2025-06-05 2189: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2190: checksum = "17cb7c03a9217286fe11021dc72d5a674acbb0d3b24ba38d04f7efe7920e4948"
6887d3b7f9 2025-06-05 2191: dependencies = [
6887d3b7f9 2025-06-05 2192: "aquamarine",
6887d3b7f9 2025-06-05 2193: "bytes",
6887d3b7f9 2025-06-05 2194: "derive_more",
6887d3b7f9 2025-06-05 2195: "dptree",
6887d3b7f9 2025-06-05 2196: "either",
6887d3b7f9 2025-06-05 2197: "futures",
6887d3b7f9 2025-06-05 2198: "log",
6887d3b7f9 2025-06-05 2199: "mime",
6887d3b7f9 2025-06-05 2200: "pin-project",
6887d3b7f9 2025-06-05 2201: "serde",
6887d3b7f9 2025-06-05 2202: "serde_json",
6887d3b7f9 2025-06-05 2203: "teloxide-core",
6887d3b7f9 2025-06-05 2204: "thiserror",
6887d3b7f9 2025-06-05 2205: "tokio",
6887d3b7f9 2025-06-05 2206: "tokio-stream",
6887d3b7f9 2025-06-05 2207: "tokio-util",
6887d3b7f9 2025-06-05 2208: "url",
6887d3b7f9 2025-06-05 2209: ]
6887d3b7f9 2025-06-05 2210:
6887d3b7f9 2025-06-05 2211: [[package]]
6887d3b7f9 2025-06-05 2212: name = "teloxide-core"
6887d3b7f9 2025-06-05 2213: version = "0.11.2"
6887d3b7f9 2025-06-05 2214: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2215: checksum = "aa2f70a3cd58c2b31ca899691b99573a40c6da713ab230bb78bbb4fb0b5c751a"
6887d3b7f9 2025-06-05 2216: dependencies = [
6887d3b7f9 2025-06-05 2217: "bitflags",
6887d3b7f9 2025-06-05 2218: "bytes",
6887d3b7f9 2025-06-05 2219: "chrono",
6887d3b7f9 2025-06-05 2220: "derive_more",
6887d3b7f9 2025-06-05 2221: "either",
6887d3b7f9 2025-06-05 2222: "futures",
6887d3b7f9 2025-06-05 2223: "log",
6887d3b7f9 2025-06-05 2224: "mime",
6887d3b7f9 2025-06-05 2225: "once_cell",
6887d3b7f9 2025-06-05 2226: "pin-project",
6887d3b7f9 2025-06-05 2227: "rc-box",
6887d3b7f9 2025-06-05 2228: "reqwest",
6887d3b7f9 2025-06-05 2229: "rgb",
6887d3b7f9 2025-06-05 2230: "serde",
6887d3b7f9 2025-06-05 2231: "serde_json",
6887d3b7f9 2025-06-05 2232: "serde_with",
6887d3b7f9 2025-06-05 2233: "stacker",
6887d3b7f9 2025-06-05 2234: "take_mut",
6887d3b7f9 2025-06-05 2235: "takecell",
6887d3b7f9 2025-06-05 2236: "thiserror",
6887d3b7f9 2025-06-05 2237: "tokio",
6887d3b7f9 2025-06-05 2238: "tokio-util",
6887d3b7f9 2025-06-05 2239: "url",
6887d3b7f9 2025-06-05 2240: "uuid",
6887d3b7f9 2025-06-05 2241: "vecrem",
6887d3b7f9 2025-06-05 2242: ]
6887d3b7f9 2025-06-05 2243:
6887d3b7f9 2025-06-05 2244: [[package]]
6887d3b7f9 2025-06-05 2245: name = "tempfile"
6887d3b7f9 2025-06-05 2246: version = "3.20.0"
6887d3b7f9 2025-06-05 2247: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2248: checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
6887d3b7f9 2025-06-05 2249: dependencies = [
6887d3b7f9 2025-06-05 2250: "fastrand",
6887d3b7f9 2025-06-05 2251: "getrandom 0.3.3",
6887d3b7f9 2025-06-05 2252: "once_cell",
6887d3b7f9 2025-06-05 2253: "rustix 1.0.7",
6887d3b7f9 2025-06-05 2254: "windows-sys 0.59.0",
2255: ]
2256:
2257: [[package]]
2258: name = "ternop"
2259: version = "1.0.1"
2260: source = "registry+https://github.com/rust-lang/crates.io-index"
2261: checksum = "9d4ae32d0a4605a89c28534371b056919c12e7a070ee07505af75130ff030111"
2262:
2263: [[package]]
2264: name = "thiserror"
2265: version = "2.0.12"
2266: source = "registry+https://github.com/rust-lang/crates.io-index"
2267: checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2268: dependencies = [
2269: "thiserror-impl",
2270: ]
2271:
2272: [[package]]
2273: name = "thiserror-impl"
2274: version = "2.0.12"
2275: source = "registry+https://github.com/rust-lang/crates.io-index"
2276: checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2277: dependencies = [
2278: "proc-macro2",
2279: "quote",
6887d3b7f9 2025-06-05 2280: "syn 2.0.101",
6887d3b7f9 2025-06-05 2281: ]
6887d3b7f9 2025-06-05 2282:
6887d3b7f9 2025-06-05 2283: [[package]]
6887d3b7f9 2025-06-05 2284: name = "time"
6887d3b7f9 2025-06-05 2285: version = "0.3.41"
6887d3b7f9 2025-06-05 2286: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2287: checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
6887d3b7f9 2025-06-05 2288: dependencies = [
6887d3b7f9 2025-06-05 2289: "deranged",
6887d3b7f9 2025-06-05 2290: "itoa",
6887d3b7f9 2025-06-05 2291: "num-conv",
6887d3b7f9 2025-06-05 2292: "powerfmt",
6887d3b7f9 2025-06-05 2293: "serde",
6887d3b7f9 2025-06-05 2294: "time-core",
6887d3b7f9 2025-06-05 2295: "time-macros",
6887d3b7f9 2025-06-05 2296: ]
6887d3b7f9 2025-06-05 2297:
6887d3b7f9 2025-06-05 2298: [[package]]
6887d3b7f9 2025-06-05 2299: name = "time-core"
6887d3b7f9 2025-06-05 2300: version = "0.1.4"
6887d3b7f9 2025-06-05 2301: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2302: checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
6887d3b7f9 2025-06-05 2303:
6887d3b7f9 2025-06-05 2304: [[package]]
6887d3b7f9 2025-06-05 2305: name = "time-macros"
6887d3b7f9 2025-06-05 2306: version = "0.2.22"
6887d3b7f9 2025-06-05 2307: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2308: checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
6887d3b7f9 2025-06-05 2309: dependencies = [
6887d3b7f9 2025-06-05 2310: "num-conv",
6887d3b7f9 2025-06-05 2311: "time-core",
2312: ]
2313:
2314: [[package]]
2315: name = "tinystr"
2316: version = "0.8.1"
2317: source = "registry+https://github.com/rust-lang/crates.io-index"
2318: checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2319: dependencies = [
2320: "displaydoc",
2321: "zerovec",
2322: ]
2323:
2324: [[package]]
2325: name = "tinyvec"
2326: version = "1.9.0"
2327: source = "registry+https://github.com/rust-lang/crates.io-index"
2328: checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
2329: dependencies = [
2330: "tinyvec_macros",
2331: ]
2332:
2333: [[package]]
2334: name = "tinyvec_macros"
2335: version = "0.1.1"
2336: source = "registry+https://github.com/rust-lang/crates.io-index"
2337: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2338:
2339: [[package]]
2340: name = "tokio"
2341: version = "1.45.1"
2342: source = "registry+https://github.com/rust-lang/crates.io-index"
2343: checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
2344: dependencies = [
2345: "backtrace",
2346: "bytes",
2347: "libc",
2348: "mio",
2349: "pin-project-lite",
6887d3b7f9 2025-06-05 2350: "signal-hook-registry",
2351: "socket2",
2352: "windows-sys 0.52.0",
6887d3b7f9 2025-06-05 2353: ]
6887d3b7f9 2025-06-05 2354:
6887d3b7f9 2025-06-05 2355: [[package]]
6887d3b7f9 2025-06-05 2356: name = "tokio-native-tls"
6887d3b7f9 2025-06-05 2357: version = "0.3.1"
6887d3b7f9 2025-06-05 2358: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2359: checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
6887d3b7f9 2025-06-05 2360: dependencies = [
6887d3b7f9 2025-06-05 2361: "native-tls",
6887d3b7f9 2025-06-05 2362: "tokio",
2363: ]
2364:
2365: [[package]]
2366: name = "tokio-rustls"
2367: version = "0.26.2"
2368: source = "registry+https://github.com/rust-lang/crates.io-index"
2369: checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
2370: dependencies = [
2371: "rustls",
6887d3b7f9 2025-06-05 2372: "tokio",
6887d3b7f9 2025-06-05 2373: ]
6887d3b7f9 2025-06-05 2374:
6887d3b7f9 2025-06-05 2375: [[package]]
6887d3b7f9 2025-06-05 2376: name = "tokio-stream"
6887d3b7f9 2025-06-05 2377: version = "0.1.17"
6887d3b7f9 2025-06-05 2378: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2379: checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
6887d3b7f9 2025-06-05 2380: dependencies = [
6887d3b7f9 2025-06-05 2381: "futures-core",
6887d3b7f9 2025-06-05 2382: "pin-project-lite",
2383: "tokio",
2384: ]
2385:
2386: [[package]]
2387: name = "tokio-util"
2388: version = "0.7.15"
2389: source = "registry+https://github.com/rust-lang/crates.io-index"
2390: checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
2391: dependencies = [
2392: "bytes",
2393: "futures-core",
2394: "futures-sink",
2395: "pin-project-lite",
2396: "tokio",
2397: ]
2398:
2399: [[package]]
2400: name = "toml"
6887d3b7f9 2025-06-05 2401: version = "0.8.22"
2402: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2403: checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae"
2404: dependencies = [
2405: "serde",
2406: "serde_spanned",
2407: "toml_datetime",
2408: "toml_edit",
2409: ]
2410:
2411: [[package]]
2412: name = "toml_datetime"
6887d3b7f9 2025-06-05 2413: version = "0.6.9"
2414: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2415: checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
2416: dependencies = [
2417: "serde",
2418: ]
2419:
2420: [[package]]
2421: name = "toml_edit"
6887d3b7f9 2025-06-05 2422: version = "0.22.26"
2423: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2424: checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
2425: dependencies = [
6887d3b7f9 2025-06-05 2426: "indexmap 2.9.0",
2427: "serde",
2428: "serde_spanned",
2429: "toml_datetime",
2430: "winnow",
2431: ]
2432:
2433: [[package]]
2434: name = "tower"
2435: version = "0.5.2"
2436: source = "registry+https://github.com/rust-lang/crates.io-index"
2437: checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2438: dependencies = [
2439: "futures-core",
2440: "futures-util",
2441: "pin-project-lite",
2442: "sync_wrapper",
2443: "tokio",
2444: "tower-layer",
2445: "tower-service",
2446: ]
2447:
2448: [[package]]
2449: name = "tower-http"
2450: version = "0.6.6"
2451: source = "registry+https://github.com/rust-lang/crates.io-index"
2452: checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2453: dependencies = [
2454: "bitflags",
2455: "bytes",
2456: "futures-util",
2457: "http",
2458: "http-body",
2459: "iri-string",
2460: "pin-project-lite",
2461: "tower",
2462: "tower-layer",
2463: "tower-service",
2464: ]
2465:
2466: [[package]]
2467: name = "tower-layer"
2468: version = "0.3.3"
2469: source = "registry+https://github.com/rust-lang/crates.io-index"
2470: checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2471:
2472: [[package]]
2473: name = "tower-service"
2474: version = "0.3.3"
2475: source = "registry+https://github.com/rust-lang/crates.io-index"
2476: checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2477:
2478: [[package]]
2479: name = "tracing"
2480: version = "0.1.41"
2481: source = "registry+https://github.com/rust-lang/crates.io-index"
2482: checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2483: dependencies = [
2484: "pin-project-lite",
2485: "tracing-core",
2486: ]
2487:
2488: [[package]]
2489: name = "tracing-core"
6887d3b7f9 2025-06-05 2490: version = "0.1.33"
2491: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2492: checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2493: dependencies = [
2494: "once_cell",
2495: ]
2496:
2497: [[package]]
2498: name = "try-lock"
2499: version = "0.2.5"
2500: source = "registry+https://github.com/rust-lang/crates.io-index"
2501: checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2502:
2503: [[package]]
2504: name = "unicase"
2505: version = "2.8.1"
2506: source = "registry+https://github.com/rust-lang/crates.io-index"
2507: checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2508:
2509: [[package]]
2510: name = "unicode-ident"
2511: version = "1.0.18"
2512: source = "registry+https://github.com/rust-lang/crates.io-index"
2513: checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2514:
2515: [[package]]
6887d3b7f9 2025-06-05 2516: name = "unicode-xid"
6887d3b7f9 2025-06-05 2517: version = "0.2.6"
6887d3b7f9 2025-06-05 2518: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2519: checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
6887d3b7f9 2025-06-05 2520:
6887d3b7f9 2025-06-05 2521: [[package]]
2522: name = "untrusted"
2523: version = "0.9.0"
2524: source = "registry+https://github.com/rust-lang/crates.io-index"
2525: checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2526:
2527: [[package]]
2528: name = "url"
2529: version = "2.5.4"
2530: source = "registry+https://github.com/rust-lang/crates.io-index"
2531: checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2532: dependencies = [
2533: "form_urlencoded",
2534: "idna",
2535: "percent-encoding",
6887d3b7f9 2025-06-05 2536: "serde",
2537: ]
2538:
2539: [[package]]
2540: name = "utf8_iter"
2541: version = "1.0.4"
2542: source = "registry+https://github.com/rust-lang/crates.io-index"
2543: checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2544:
2545: [[package]]
6887d3b7f9 2025-06-05 2546: name = "uuid"
6887d3b7f9 2025-06-05 2547: version = "1.17.0"
6887d3b7f9 2025-06-05 2548: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2549: checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
6887d3b7f9 2025-06-05 2550: dependencies = [
6887d3b7f9 2025-06-05 2551: "getrandom 0.3.3",
6887d3b7f9 2025-06-05 2552: "js-sys",
6887d3b7f9 2025-06-05 2553: "wasm-bindgen",
6887d3b7f9 2025-06-05 2554: ]
6887d3b7f9 2025-06-05 2555:
6887d3b7f9 2025-06-05 2556: [[package]]
2557: name = "value-bag"
2558: version = "1.11.1"
2559: source = "registry+https://github.com/rust-lang/crates.io-index"
2560: checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
6887d3b7f9 2025-06-05 2561:
6887d3b7f9 2025-06-05 2562: [[package]]
6887d3b7f9 2025-06-05 2563: name = "vcpkg"
6887d3b7f9 2025-06-05 2564: version = "0.2.15"
6887d3b7f9 2025-06-05 2565: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2566: checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
6887d3b7f9 2025-06-05 2567:
6887d3b7f9 2025-06-05 2568: [[package]]
6887d3b7f9 2025-06-05 2569: name = "vecrem"
6887d3b7f9 2025-06-05 2570: version = "0.1.0"
6887d3b7f9 2025-06-05 2571: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2572: checksum = "c4808a28789238714a29163e4cb8031f0f050dd670f7a0cc74b6d80f3ce343fa"
2573:
2574: [[package]]
2575: name = "want"
2576: version = "0.3.1"
2577: source = "registry+https://github.com/rust-lang/crates.io-index"
2578: checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2579: dependencies = [
2580: "try-lock",
2581: ]
2582:
2583: [[package]]
2584: name = "wasi"
6887d3b7f9 2025-06-05 2585: version = "0.11.0+wasi-snapshot-preview1"
2586: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2587: checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2588:
2589: [[package]]
2590: name = "wasi"
2591: version = "0.14.2+wasi-0.2.4"
2592: source = "registry+https://github.com/rust-lang/crates.io-index"
2593: checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2594: dependencies = [
2595: "wit-bindgen-rt",
2596: ]
2597:
2598: [[package]]
2599: name = "wasm-bindgen"
2600: version = "0.2.100"
2601: source = "registry+https://github.com/rust-lang/crates.io-index"
2602: checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2603: dependencies = [
2604: "cfg-if",
2605: "once_cell",
2606: "rustversion",
2607: "wasm-bindgen-macro",
2608: ]
2609:
2610: [[package]]
2611: name = "wasm-bindgen-backend"
2612: version = "0.2.100"
2613: source = "registry+https://github.com/rust-lang/crates.io-index"
2614: checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2615: dependencies = [
2616: "bumpalo",
2617: "log",
2618: "proc-macro2",
2619: "quote",
6887d3b7f9 2025-06-05 2620: "syn 2.0.101",
2621: "wasm-bindgen-shared",
2622: ]
2623:
2624: [[package]]
2625: name = "wasm-bindgen-futures"
2626: version = "0.4.50"
2627: source = "registry+https://github.com/rust-lang/crates.io-index"
2628: checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2629: dependencies = [
2630: "cfg-if",
2631: "js-sys",
2632: "once_cell",
2633: "wasm-bindgen",
2634: "web-sys",
2635: ]
2636:
2637: [[package]]
2638: name = "wasm-bindgen-macro"
2639: version = "0.2.100"
2640: source = "registry+https://github.com/rust-lang/crates.io-index"
2641: checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2642: dependencies = [
2643: "quote",
2644: "wasm-bindgen-macro-support",
2645: ]
2646:
2647: [[package]]
2648: name = "wasm-bindgen-macro-support"
2649: version = "0.2.100"
2650: source = "registry+https://github.com/rust-lang/crates.io-index"
2651: checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2652: dependencies = [
2653: "proc-macro2",
2654: "quote",
6887d3b7f9 2025-06-05 2655: "syn 2.0.101",
2656: "wasm-bindgen-backend",
2657: "wasm-bindgen-shared",
2658: ]
2659:
2660: [[package]]
2661: name = "wasm-bindgen-shared"
2662: version = "0.2.100"
2663: source = "registry+https://github.com/rust-lang/crates.io-index"
2664: checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2665: dependencies = [
2666: "unicode-ident",
2667: ]
2668:
2669: [[package]]
2670: name = "wasm-streams"
2671: version = "0.4.2"
2672: source = "registry+https://github.com/rust-lang/crates.io-index"
2673: checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2674: dependencies = [
2675: "futures-util",
2676: "js-sys",
2677: "wasm-bindgen",
2678: "wasm-bindgen-futures",
2679: "web-sys",
2680: ]
2681:
2682: [[package]]
2683: name = "web-sys"
2684: version = "0.3.77"
2685: source = "registry+https://github.com/rust-lang/crates.io-index"
2686: checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2687: dependencies = [
2688: "js-sys",
2689: "wasm-bindgen",
2690: ]
2691:
2692: [[package]]
2693: name = "web-time"
2694: version = "1.1.0"
2695: source = "registry+https://github.com/rust-lang/crates.io-index"
2696: checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2697: dependencies = [
2698: "js-sys",
2699: "wasm-bindgen",
2700: ]
2701:
2702: [[package]]
2703: name = "webpki-roots"
2704: version = "1.0.0"
2705: source = "registry+https://github.com/rust-lang/crates.io-index"
2706: checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
2707: dependencies = [
2708: "rustls-pki-types",
2709: ]
2710:
2711: [[package]]
2712: name = "which"
2713: version = "4.4.2"
2714: source = "registry+https://github.com/rust-lang/crates.io-index"
2715: checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2716: dependencies = [
2717: "either",
2718: "home",
2719: "once_cell",
2720: "rustix 0.38.44",
6887d3b7f9 2025-06-05 2721: ]
6887d3b7f9 2025-06-05 2722:
6887d3b7f9 2025-06-05 2723: [[package]]
6887d3b7f9 2025-06-05 2724: name = "windows-core"
6887d3b7f9 2025-06-05 2725: version = "0.61.2"
6887d3b7f9 2025-06-05 2726: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2727: checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
6887d3b7f9 2025-06-05 2728: dependencies = [
6887d3b7f9 2025-06-05 2729: "windows-implement",
6887d3b7f9 2025-06-05 2730: "windows-interface",
6887d3b7f9 2025-06-05 2731: "windows-link",
6887d3b7f9 2025-06-05 2732: "windows-result",
6887d3b7f9 2025-06-05 2733: "windows-strings",
6887d3b7f9 2025-06-05 2734: ]
6887d3b7f9 2025-06-05 2735:
6887d3b7f9 2025-06-05 2736: [[package]]
6887d3b7f9 2025-06-05 2737: name = "windows-implement"
6887d3b7f9 2025-06-05 2738: version = "0.60.0"
6887d3b7f9 2025-06-05 2739: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2740: checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
6887d3b7f9 2025-06-05 2741: dependencies = [
6887d3b7f9 2025-06-05 2742: "proc-macro2",
6887d3b7f9 2025-06-05 2743: "quote",
6887d3b7f9 2025-06-05 2744: "syn 2.0.101",
6887d3b7f9 2025-06-05 2745: ]
6887d3b7f9 2025-06-05 2746:
6887d3b7f9 2025-06-05 2747: [[package]]
6887d3b7f9 2025-06-05 2748: name = "windows-interface"
6887d3b7f9 2025-06-05 2749: version = "0.59.1"
6887d3b7f9 2025-06-05 2750: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2751: checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
6887d3b7f9 2025-06-05 2752: dependencies = [
6887d3b7f9 2025-06-05 2753: "proc-macro2",
6887d3b7f9 2025-06-05 2754: "quote",
6887d3b7f9 2025-06-05 2755: "syn 2.0.101",
6887d3b7f9 2025-06-05 2756: ]
6887d3b7f9 2025-06-05 2757:
6887d3b7f9 2025-06-05 2758: [[package]]
6887d3b7f9 2025-06-05 2759: name = "windows-link"
6887d3b7f9 2025-06-05 2760: version = "0.1.1"
6887d3b7f9 2025-06-05 2761: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2762: checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
6887d3b7f9 2025-06-05 2763:
6887d3b7f9 2025-06-05 2764: [[package]]
6887d3b7f9 2025-06-05 2765: name = "windows-result"
6887d3b7f9 2025-06-05 2766: version = "0.3.4"
6887d3b7f9 2025-06-05 2767: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2768: checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
6887d3b7f9 2025-06-05 2769: dependencies = [
6887d3b7f9 2025-06-05 2770: "windows-link",
6887d3b7f9 2025-06-05 2771: ]
6887d3b7f9 2025-06-05 2772:
6887d3b7f9 2025-06-05 2773: [[package]]
6887d3b7f9 2025-06-05 2774: name = "windows-strings"
6887d3b7f9 2025-06-05 2775: version = "0.4.2"
6887d3b7f9 2025-06-05 2776: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2777: checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
6887d3b7f9 2025-06-05 2778: dependencies = [
6887d3b7f9 2025-06-05 2779: "windows-link",
2780: ]
2781:
2782: [[package]]
2783: name = "windows-sys"
2784: version = "0.52.0"
2785: source = "registry+https://github.com/rust-lang/crates.io-index"
2786: checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2787: dependencies = [
2788: "windows-targets 0.52.6",
2789: ]
2790:
2791: [[package]]
2792: name = "windows-sys"
2793: version = "0.59.0"
2794: source = "registry+https://github.com/rust-lang/crates.io-index"
2795: checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2796: dependencies = [
2797: "windows-targets 0.52.6",
2798: ]
2799:
2800: [[package]]
2801: name = "windows-targets"
2802: version = "0.52.6"
2803: source = "registry+https://github.com/rust-lang/crates.io-index"
2804: checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2805: dependencies = [
2806: "windows_aarch64_gnullvm 0.52.6",
2807: "windows_aarch64_msvc 0.52.6",
2808: "windows_i686_gnu 0.52.6",
2809: "windows_i686_gnullvm 0.52.6",
2810: "windows_i686_msvc 0.52.6",
2811: "windows_x86_64_gnu 0.52.6",
2812: "windows_x86_64_gnullvm 0.52.6",
2813: "windows_x86_64_msvc 0.52.6",
2814: ]
2815:
2816: [[package]]
2817: name = "windows-targets"
2818: version = "0.53.0"
2819: source = "registry+https://github.com/rust-lang/crates.io-index"
2820: checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
2821: dependencies = [
2822: "windows_aarch64_gnullvm 0.53.0",
2823: "windows_aarch64_msvc 0.53.0",
2824: "windows_i686_gnu 0.53.0",
2825: "windows_i686_gnullvm 0.53.0",
2826: "windows_i686_msvc 0.53.0",
2827: "windows_x86_64_gnu 0.53.0",
2828: "windows_x86_64_gnullvm 0.53.0",
2829: "windows_x86_64_msvc 0.53.0",
2830: ]
2831:
2832: [[package]]
2833: name = "windows_aarch64_gnullvm"
2834: version = "0.52.6"
2835: source = "registry+https://github.com/rust-lang/crates.io-index"
2836: checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2837:
2838: [[package]]
2839: name = "windows_aarch64_gnullvm"
2840: version = "0.53.0"
2841: source = "registry+https://github.com/rust-lang/crates.io-index"
2842: checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2843:
2844: [[package]]
2845: name = "windows_aarch64_msvc"
2846: version = "0.52.6"
2847: source = "registry+https://github.com/rust-lang/crates.io-index"
2848: checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2849:
2850: [[package]]
2851: name = "windows_aarch64_msvc"
2852: version = "0.53.0"
2853: source = "registry+https://github.com/rust-lang/crates.io-index"
2854: checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2855:
2856: [[package]]
2857: name = "windows_i686_gnu"
2858: version = "0.52.6"
2859: source = "registry+https://github.com/rust-lang/crates.io-index"
2860: checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2861:
2862: [[package]]
2863: name = "windows_i686_gnu"
2864: version = "0.53.0"
2865: source = "registry+https://github.com/rust-lang/crates.io-index"
2866: checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2867:
2868: [[package]]
2869: name = "windows_i686_gnullvm"
2870: version = "0.52.6"
2871: source = "registry+https://github.com/rust-lang/crates.io-index"
2872: checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2873:
2874: [[package]]
2875: name = "windows_i686_gnullvm"
2876: version = "0.53.0"
2877: source = "registry+https://github.com/rust-lang/crates.io-index"
2878: checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2879:
2880: [[package]]
2881: name = "windows_i686_msvc"
2882: version = "0.52.6"
2883: source = "registry+https://github.com/rust-lang/crates.io-index"
2884: checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2885:
2886: [[package]]
2887: name = "windows_i686_msvc"
2888: version = "0.53.0"
2889: source = "registry+https://github.com/rust-lang/crates.io-index"
2890: checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2891:
2892: [[package]]
2893: name = "windows_x86_64_gnu"
2894: version = "0.52.6"
2895: source = "registry+https://github.com/rust-lang/crates.io-index"
2896: checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2897:
2898: [[package]]
2899: name = "windows_x86_64_gnu"
2900: version = "0.53.0"
2901: source = "registry+https://github.com/rust-lang/crates.io-index"
2902: checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2903:
2904: [[package]]
2905: name = "windows_x86_64_gnullvm"
2906: version = "0.52.6"
2907: source = "registry+https://github.com/rust-lang/crates.io-index"
2908: checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2909:
2910: [[package]]
2911: name = "windows_x86_64_gnullvm"
2912: version = "0.53.0"
2913: source = "registry+https://github.com/rust-lang/crates.io-index"
2914: checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2915:
2916: [[package]]
2917: name = "windows_x86_64_msvc"
2918: version = "0.52.6"
2919: source = "registry+https://github.com/rust-lang/crates.io-index"
2920: checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2921:
2922: [[package]]
2923: name = "windows_x86_64_msvc"
2924: version = "0.53.0"
2925: source = "registry+https://github.com/rust-lang/crates.io-index"
2926: checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2927:
2928: [[package]]
2929: name = "winnow"
6887d3b7f9 2025-06-05 2930: version = "0.7.10"
2931: source = "registry+https://github.com/rust-lang/crates.io-index"
6887d3b7f9 2025-06-05 2932: checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec"
2933: dependencies = [
2934: "memchr",
2935: ]
2936:
2937: [[package]]
2938: name = "wit-bindgen-rt"
2939: version = "0.39.0"
2940: source = "registry+https://github.com/rust-lang/crates.io-index"
2941: checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
2942: dependencies = [
2943: "bitflags",
2944: ]
2945:
2946: [[package]]
2947: name = "writeable"
2948: version = "0.6.1"
2949: source = "registry+https://github.com/rust-lang/crates.io-index"
2950: checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
2951:
2952: [[package]]
2953: name = "yoke"
2954: version = "0.8.0"
2955: source = "registry+https://github.com/rust-lang/crates.io-index"
2956: checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
2957: dependencies = [
2958: "serde",
2959: "stable_deref_trait",
2960: "yoke-derive",
2961: "zerofrom",
2962: ]
2963:
2964: [[package]]
2965: name = "yoke-derive"
2966: version = "0.8.0"
2967: source = "registry+https://github.com/rust-lang/crates.io-index"
2968: checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
2969: dependencies = [
2970: "proc-macro2",
2971: "quote",
6887d3b7f9 2025-06-05 2972: "syn 2.0.101",
2973: "synstructure",
2974: ]
2975:
2976: [[package]]
2977: name = "zerocopy"
2978: version = "0.8.25"
2979: source = "registry+https://github.com/rust-lang/crates.io-index"
2980: checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
2981: dependencies = [
2982: "zerocopy-derive",
2983: ]
2984:
2985: [[package]]
2986: name = "zerocopy-derive"
2987: version = "0.8.25"
2988: source = "registry+https://github.com/rust-lang/crates.io-index"
2989: checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
2990: dependencies = [
2991: "proc-macro2",
2992: "quote",
6887d3b7f9 2025-06-05 2993: "syn 2.0.101",
2994: ]
2995:
2996: [[package]]
2997: name = "zerofrom"
2998: version = "0.1.6"
2999: source = "registry+https://github.com/rust-lang/crates.io-index"
3000: checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3001: dependencies = [
3002: "zerofrom-derive",
3003: ]
3004:
3005: [[package]]
3006: name = "zerofrom-derive"
3007: version = "0.1.6"
3008: source = "registry+https://github.com/rust-lang/crates.io-index"
3009: checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3010: dependencies = [
3011: "proc-macro2",
3012: "quote",
6887d3b7f9 2025-06-05 3013: "syn 2.0.101",
3014: "synstructure",
3015: ]
3016:
3017: [[package]]
3018: name = "zeroize"
3019: version = "1.8.1"
3020: source = "registry+https://github.com/rust-lang/crates.io-index"
3021: checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
3022:
3023: [[package]]
3024: name = "zerotrie"
3025: version = "0.2.2"
3026: source = "registry+https://github.com/rust-lang/crates.io-index"
3027: checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
3028: dependencies = [
3029: "displaydoc",
3030: "yoke",
3031: "zerofrom",
3032: ]
3033:
3034: [[package]]
3035: name = "zerovec"
3036: version = "0.11.2"
3037: source = "registry+https://github.com/rust-lang/crates.io-index"
3038: checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
3039: dependencies = [
3040: "yoke",
3041: "zerofrom",
3042: "zerovec-derive",
3043: ]
3044:
3045: [[package]]
3046: name = "zerovec-derive"
3047: version = "0.11.1"
3048: source = "registry+https://github.com/rust-lang/crates.io-index"
3049: checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
3050: dependencies = [
3051: "proc-macro2",
3052: "quote",
6887d3b7f9 2025-06-05 3053: "syn 2.0.101",
3054: ]