Lines of
Cargo.lock
from check-in a044f68fa7
that are changed by the sequence of edits moving toward
check-in a41e05a6d7:
1: # This file is automatically @generated by Cargo.
2: # It is not intended for manual editing.
3: version = 4
4:
5: [[package]]
a044f68fa7 2025-08-23 6: name = "addr2line"
a044f68fa7 2025-08-23 7: version = "0.24.2"
a044f68fa7 2025-08-23 8: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 9: checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
a044f68fa7 2025-08-23 10: dependencies = [
a044f68fa7 2025-08-23 11: "gimli",
a044f68fa7 2025-08-23 12: ]
a044f68fa7 2025-08-23 13:
a044f68fa7 2025-08-23 14: [[package]]
a044f68fa7 2025-08-23 15: name = "adler2"
a044f68fa7 2025-08-23 16: version = "2.0.1"
a044f68fa7 2025-08-23 17: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 18: checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
a044f68fa7 2025-08-23 19:
a044f68fa7 2025-08-23 20: [[package]]
21: name = "aho-corasick"
a044f68fa7 2025-08-23 22: version = "1.1.3"
23: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 24: checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25: dependencies = [
26: "memchr",
27: ]
28:
29: [[package]]
30: name = "async-attributes"
31: version = "1.1.2"
32: source = "registry+https://github.com/rust-lang/crates.io-index"
33: checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
34: dependencies = [
35: "quote",
36: "syn 1.0.109",
37: ]
38:
39: [[package]]
40: name = "async-channel"
41: version = "1.9.0"
42: source = "registry+https://github.com/rust-lang/crates.io-index"
43: checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
44: dependencies = [
45: "concurrent-queue",
46: "event-listener 2.5.3",
47: "futures-core",
48: ]
49:
50: [[package]]
51: name = "async-channel"
52: version = "2.5.0"
53: source = "registry+https://github.com/rust-lang/crates.io-index"
54: checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
55: dependencies = [
56: "concurrent-queue",
57: "event-listener-strategy",
58: "futures-core",
59: "pin-project-lite",
60: ]
61:
62: [[package]]
63: name = "async-executor"
a044f68fa7 2025-08-23 64: version = "1.13.2"
65: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 66: checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
67: dependencies = [
68: "async-task",
69: "concurrent-queue",
70: "fastrand",
71: "futures-lite",
72: "pin-project-lite",
73: "slab",
74: ]
75:
76: [[package]]
77: name = "async-global-executor"
78: version = "2.4.1"
79: source = "registry+https://github.com/rust-lang/crates.io-index"
80: checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
81: dependencies = [
82: "async-channel 2.5.0",
83: "async-executor",
84: "async-io",
85: "async-lock",
86: "blocking",
87: "futures-lite",
88: "once_cell",
89: "tokio",
90: ]
91:
92: [[package]]
93: name = "async-io"
a044f68fa7 2025-08-23 94: version = "2.5.0"
95: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 96: checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
97: dependencies = [
a044f68fa7 2025-08-23 98: "async-lock",
99: "cfg-if",
100: "concurrent-queue",
101: "futures-io",
102: "futures-lite",
103: "parking",
104: "polling",
a044f68fa7 2025-08-23 105: "rustix 1.0.8",
106: "slab",
a044f68fa7 2025-08-23 107: "windows-sys 0.60.2",
108: ]
109:
110: [[package]]
111: name = "async-lock"
112: version = "3.4.1"
113: source = "registry+https://github.com/rust-lang/crates.io-index"
114: checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
115: dependencies = [
116: "event-listener 5.4.1",
117: "event-listener-strategy",
118: "pin-project-lite",
119: ]
120:
121: [[package]]
122: name = "async-std"
123: version = "1.13.2"
124: source = "registry+https://github.com/rust-lang/crates.io-index"
125: checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
126: dependencies = [
127: "async-attributes",
128: "async-channel 1.9.0",
129: "async-global-executor",
130: "async-io",
131: "async-lock",
132: "crossbeam-utils",
133: "futures-channel",
134: "futures-core",
135: "futures-io",
136: "futures-lite",
137: "gloo-timers",
138: "kv-log-macro",
139: "log",
140: "memchr",
141: "once_cell",
142: "pin-project-lite",
143: "pin-utils",
144: "slab",
145: "wasm-bindgen-futures",
146: ]
147:
148: [[package]]
149: name = "async-stream"
150: version = "0.3.6"
151: source = "registry+https://github.com/rust-lang/crates.io-index"
152: checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
153: dependencies = [
154: "async-stream-impl",
155: "futures-core",
156: "pin-project-lite",
157: ]
158:
159: [[package]]
160: name = "async-stream-impl"
161: version = "0.3.6"
162: source = "registry+https://github.com/rust-lang/crates.io-index"
163: checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
164: dependencies = [
165: "proc-macro2",
166: "quote",
a044f68fa7 2025-08-23 167: "syn 2.0.106",
168: ]
169:
170: [[package]]
171: name = "async-task"
172: version = "4.7.1"
173: source = "registry+https://github.com/rust-lang/crates.io-index"
174: checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
175:
176: [[package]]
177: name = "atomic-waker"
178: version = "1.1.2"
179: source = "registry+https://github.com/rust-lang/crates.io-index"
180: checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
181:
182: [[package]]
183: name = "aws-lc-rs"
a044f68fa7 2025-08-23 184: version = "1.13.3"
185: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 186: checksum = "5c953fe1ba023e6b7730c0d4b031d06f267f23a46167dcbd40316644b10a17ba"
187: dependencies = [
188: "aws-lc-sys",
189: "zeroize",
190: ]
191:
192: [[package]]
193: name = "aws-lc-sys"
a044f68fa7 2025-08-23 194: version = "0.30.0"
195: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 196: checksum = "dbfd150b5dbdb988bcc8fb1fe787eb6b7ee6180ca24da683b61ea5405f3d43ff"
197: dependencies = [
198: "bindgen",
199: "cc",
200: "cmake",
201: "dunce",
202: "fs_extra",
a044f68fa7 2025-08-23 203: ]
a044f68fa7 2025-08-23 204:
a044f68fa7 2025-08-23 205: [[package]]
a044f68fa7 2025-08-23 206: name = "backtrace"
a044f68fa7 2025-08-23 207: version = "0.3.75"
a044f68fa7 2025-08-23 208: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 209: checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
a044f68fa7 2025-08-23 210: dependencies = [
a044f68fa7 2025-08-23 211: "addr2line",
a044f68fa7 2025-08-23 212: "cfg-if",
a044f68fa7 2025-08-23 213: "libc",
a044f68fa7 2025-08-23 214: "miniz_oxide",
a044f68fa7 2025-08-23 215: "object",
a044f68fa7 2025-08-23 216: "rustc-demangle",
a044f68fa7 2025-08-23 217: "windows-targets 0.52.6",
218: ]
219:
220: [[package]]
221: name = "base64"
222: version = "0.22.1"
223: source = "registry+https://github.com/rust-lang/crates.io-index"
224: checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
225:
226: [[package]]
227: name = "base64-compat"
228: version = "1.0.0"
229: source = "registry+https://github.com/rust-lang/crates.io-index"
230: checksum = "5a8d4d2746f89841e49230dd26917df1876050f95abafafbe34f47cb534b88d7"
231: dependencies = [
232: "byteorder",
233: ]
234:
235: [[package]]
236: name = "bindgen"
a044f68fa7 2025-08-23 237: version = "0.69.5"
238: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 239: checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
240: dependencies = [
241: "bitflags",
242: "cexpr",
243: "clang-sys",
244: "itertools",
a044f68fa7 2025-08-23 245: "lazy_static",
a044f68fa7 2025-08-23 246: "lazycell",
247: "log",
248: "prettyplease",
249: "proc-macro2",
250: "quote",
251: "regex",
a044f68fa7 2025-08-23 252: "rustc-hash 1.1.0",
253: "shlex",
a044f68fa7 2025-08-23 254: "syn 2.0.106",
a044f68fa7 2025-08-23 255: "which",
256: ]
257:
258: [[package]]
259: name = "bitflags"
a044f68fa7 2025-08-23 260: version = "2.9.3"
261: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 262: checksum = "34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d"
263:
264: [[package]]
265: name = "blocking"
266: version = "1.6.2"
267: source = "registry+https://github.com/rust-lang/crates.io-index"
268: checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
269: dependencies = [
270: "async-channel 2.5.0",
271: "async-task",
272: "futures-io",
273: "futures-lite",
274: "piper",
275: ]
276:
277: [[package]]
278: name = "bufstream-fresh"
279: version = "0.3.1"
280: source = "registry+https://github.com/rust-lang/crates.io-index"
281: checksum = "7c431e5d450eceb6f5096c371f502946ae1cc65407935bc2cae8f1d625a2035f"
282:
283: [[package]]
284: name = "bumpalo"
285: version = "3.19.0"
286: source = "registry+https://github.com/rust-lang/crates.io-index"
287: checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
288:
289: [[package]]
290: name = "byteorder"
291: version = "1.5.0"
292: source = "registry+https://github.com/rust-lang/crates.io-index"
293: checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
294:
295: [[package]]
296: name = "bytes"
297: version = "1.10.1"
298: source = "registry+https://github.com/rust-lang/crates.io-index"
299: checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
300:
301: [[package]]
302: name = "cc"
a044f68fa7 2025-08-23 303: version = "1.2.34"
304: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 305: checksum = "42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc"
306: dependencies = [
307: "jobserver",
308: "libc",
309: "shlex",
310: ]
311:
312: [[package]]
313: name = "cexpr"
314: version = "0.6.0"
315: source = "registry+https://github.com/rust-lang/crates.io-index"
316: checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
317: dependencies = [
318: "nom",
319: ]
320:
321: [[package]]
322: name = "cfg-if"
a044f68fa7 2025-08-23 323: version = "1.0.3"
324: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 325: checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
326:
327: [[package]]
328: name = "cfg_aliases"
329: version = "0.2.1"
330: source = "registry+https://github.com/rust-lang/crates.io-index"
331: checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
332:
333: [[package]]
334: name = "clang-sys"
335: version = "1.8.1"
336: source = "registry+https://github.com/rust-lang/crates.io-index"
337: checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
338: dependencies = [
339: "glob",
340: "libc",
341: "libloading",
342: ]
343:
344: [[package]]
345: name = "cmake"
346: version = "0.1.54"
347: source = "registry+https://github.com/rust-lang/crates.io-index"
348: checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
349: dependencies = [
350: "cc",
351: ]
352:
353: [[package]]
354: name = "concurrent-queue"
355: version = "2.5.0"
356: source = "registry+https://github.com/rust-lang/crates.io-index"
357: checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
358: dependencies = [
359: "crossbeam-utils",
360: ]
361:
362: [[package]]
363: name = "config"
a044f68fa7 2025-08-23 364: version = "0.15.14"
365: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 366: checksum = "aa4092bf3922a966e2bd74640b80f36c73eaa7251a4fd0fbcda1f8a4de401352"
367: dependencies = [
368: "pathdiff",
a044f68fa7 2025-08-23 369: "serde",
370: "toml",
371: "winnow",
372: ]
373:
374: [[package]]
375: name = "crossbeam-utils"
376: version = "0.8.21"
377: source = "registry+https://github.com/rust-lang/crates.io-index"
378: checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
379:
380: [[package]]
381: name = "darling"
a044f68fa7 2025-08-23 382: version = "0.20.11"
383: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 384: checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
385: dependencies = [
386: "darling_core",
387: "darling_macro",
388: ]
389:
390: [[package]]
391: name = "darling_core"
a044f68fa7 2025-08-23 392: version = "0.20.11"
393: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 394: checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
395: dependencies = [
396: "fnv",
397: "ident_case",
398: "proc-macro2",
399: "quote",
400: "strsim",
a044f68fa7 2025-08-23 401: "syn 2.0.106",
402: ]
403:
404: [[package]]
405: name = "darling_macro"
a044f68fa7 2025-08-23 406: version = "0.20.11"
407: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 408: checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
409: dependencies = [
410: "darling_core",
411: "quote",
a044f68fa7 2025-08-23 412: "syn 2.0.106",
413: ]
414:
415: [[package]]
416: name = "derive_more"
417: version = "2.0.1"
418: source = "registry+https://github.com/rust-lang/crates.io-index"
419: checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
420: dependencies = [
421: "derive_more-impl",
422: ]
423:
424: [[package]]
425: name = "derive_more-impl"
426: version = "2.0.1"
427: source = "registry+https://github.com/rust-lang/crates.io-index"
428: checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
429: dependencies = [
430: "proc-macro2",
431: "quote",
a044f68fa7 2025-08-23 432: "syn 2.0.106",
433: ]
434:
435: [[package]]
436: name = "displaydoc"
437: version = "0.2.5"
438: source = "registry+https://github.com/rust-lang/crates.io-index"
439: checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
440: dependencies = [
441: "proc-macro2",
442: "quote",
a044f68fa7 2025-08-23 443: "syn 2.0.106",
444: ]
445:
446: [[package]]
447: name = "dunce"
448: version = "1.0.5"
449: source = "registry+https://github.com/rust-lang/crates.io-index"
450: checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
451:
452: [[package]]
453: name = "either"
454: version = "1.15.0"
455: source = "registry+https://github.com/rust-lang/crates.io-index"
456: checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
457:
458: [[package]]
459: name = "encoding_rs"
460: version = "0.8.35"
461: source = "registry+https://github.com/rust-lang/crates.io-index"
462: checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
463: dependencies = [
464: "cfg-if",
465: ]
466:
467: [[package]]
468: name = "errno"
a044f68fa7 2025-08-23 469: version = "0.3.13"
470: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 471: checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
472: dependencies = [
473: "libc",
a044f68fa7 2025-08-23 474: "windows-sys 0.60.2",
475: ]
476:
477: [[package]]
478: name = "event-listener"
479: version = "2.5.3"
480: source = "registry+https://github.com/rust-lang/crates.io-index"
481: checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
482:
483: [[package]]
484: name = "event-listener"
485: version = "5.4.1"
486: source = "registry+https://github.com/rust-lang/crates.io-index"
487: checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
488: dependencies = [
489: "concurrent-queue",
490: "parking",
491: "pin-project-lite",
492: ]
493:
494: [[package]]
495: name = "event-listener-strategy"
496: version = "0.5.4"
497: source = "registry+https://github.com/rust-lang/crates.io-index"
498: checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
499: dependencies = [
500: "event-listener 5.4.1",
501: "pin-project-lite",
502: ]
503:
504: [[package]]
505: name = "fastrand"
506: version = "2.3.0"
507: source = "registry+https://github.com/rust-lang/crates.io-index"
508: checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
509:
510: [[package]]
511: name = "fnv"
512: version = "1.0.7"
513: source = "registry+https://github.com/rust-lang/crates.io-index"
514: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
515:
516: [[package]]
517: name = "form_urlencoded"
518: version = "1.2.2"
519: source = "registry+https://github.com/rust-lang/crates.io-index"
520: checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
521: dependencies = [
522: "percent-encoding",
523: ]
524:
525: [[package]]
526: name = "fs_extra"
527: version = "1.3.0"
528: source = "registry+https://github.com/rust-lang/crates.io-index"
529: checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
530:
531: [[package]]
532: name = "futures-channel"
533: version = "0.3.31"
534: source = "registry+https://github.com/rust-lang/crates.io-index"
535: checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
536: dependencies = [
537: "futures-core",
538: ]
539:
540: [[package]]
541: name = "futures-core"
542: version = "0.3.31"
543: source = "registry+https://github.com/rust-lang/crates.io-index"
544: checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
545:
546: [[package]]
547: name = "futures-io"
548: version = "0.3.31"
549: source = "registry+https://github.com/rust-lang/crates.io-index"
550: checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
551:
552: [[package]]
553: name = "futures-lite"
554: version = "2.6.1"
555: source = "registry+https://github.com/rust-lang/crates.io-index"
556: checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
557: dependencies = [
558: "fastrand",
559: "futures-core",
560: "futures-io",
561: "parking",
562: "pin-project-lite",
563: ]
564:
565: [[package]]
566: name = "futures-macro"
567: version = "0.3.31"
568: source = "registry+https://github.com/rust-lang/crates.io-index"
569: checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
570: dependencies = [
571: "proc-macro2",
572: "quote",
a044f68fa7 2025-08-23 573: "syn 2.0.106",
574: ]
575:
576: [[package]]
577: name = "futures-sink"
578: version = "0.3.31"
579: source = "registry+https://github.com/rust-lang/crates.io-index"
580: checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
581:
582: [[package]]
583: name = "futures-task"
584: version = "0.3.31"
585: source = "registry+https://github.com/rust-lang/crates.io-index"
586: checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
587:
588: [[package]]
589: name = "futures-util"
590: version = "0.3.31"
591: source = "registry+https://github.com/rust-lang/crates.io-index"
592: checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
593: dependencies = [
594: "futures-core",
595: "futures-io",
596: "futures-macro",
597: "futures-sink",
598: "futures-task",
599: "memchr",
600: "pin-project-lite",
601: "pin-utils",
602: "slab",
603: ]
604:
605: [[package]]
606: name = "getrandom"
607: version = "0.2.16"
608: source = "registry+https://github.com/rust-lang/crates.io-index"
609: checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
610: dependencies = [
611: "cfg-if",
612: "js-sys",
613: "libc",
a044f68fa7 2025-08-23 614: "wasi 0.11.1+wasi-snapshot-preview1",
615: "wasm-bindgen",
616: ]
617:
618: [[package]]
619: name = "getrandom"
a044f68fa7 2025-08-23 620: version = "0.3.3"
621: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 622: checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
623: dependencies = [
624: "cfg-if",
625: "js-sys",
626: "libc",
627: "r-efi",
a044f68fa7 2025-08-23 628: "wasi 0.14.2+wasi-0.2.4",
629: "wasm-bindgen",
630: ]
a044f68fa7 2025-08-23 631:
a044f68fa7 2025-08-23 632: [[package]]
a044f68fa7 2025-08-23 633: name = "gimli"
a044f68fa7 2025-08-23 634: version = "0.31.1"
a044f68fa7 2025-08-23 635: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 636: checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
637:
638: [[package]]
639: name = "glob"
640: version = "0.3.3"
641: source = "registry+https://github.com/rust-lang/crates.io-index"
642: checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
643:
644: [[package]]
645: name = "gloo-timers"
646: version = "0.3.0"
647: source = "registry+https://github.com/rust-lang/crates.io-index"
648: checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
649: dependencies = [
650: "futures-channel",
651: "futures-core",
652: "js-sys",
653: "wasm-bindgen",
654: ]
655:
656: [[package]]
657: name = "hashify"
a044f68fa7 2025-08-23 658: version = "0.2.6"
659: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 660: checksum = "f208758247e68e239acaa059e72e4ce1f30f2a4b6523f19c1b923d25b7e9cceb"
661: dependencies = [
662: "proc-macro2",
663: "quote",
a044f68fa7 2025-08-23 664: "syn 2.0.106",
665: ]
666:
667: [[package]]
668: name = "hermit-abi"
669: version = "0.5.2"
670: source = "registry+https://github.com/rust-lang/crates.io-index"
671: checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
672:
673: [[package]]
a044f68fa7 2025-08-23 674: name = "home"
a044f68fa7 2025-08-23 675: version = "0.5.11"
a044f68fa7 2025-08-23 676: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 677: checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
a044f68fa7 2025-08-23 678: dependencies = [
a044f68fa7 2025-08-23 679: "windows-sys 0.59.0",
a044f68fa7 2025-08-23 680: ]
a044f68fa7 2025-08-23 681:
a044f68fa7 2025-08-23 682: [[package]]
683: name = "hostname"
684: version = "0.4.1"
685: source = "registry+https://github.com/rust-lang/crates.io-index"
686: checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65"
687: dependencies = [
688: "cfg-if",
689: "libc",
a044f68fa7 2025-08-23 690: "windows-link",
691: ]
692:
693: [[package]]
694: name = "http"
695: version = "1.3.1"
696: source = "registry+https://github.com/rust-lang/crates.io-index"
697: checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
698: dependencies = [
699: "bytes",
700: "fnv",
701: "itoa",
702: ]
703:
704: [[package]]
705: name = "http-body"
706: version = "1.0.1"
707: source = "registry+https://github.com/rust-lang/crates.io-index"
708: checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
709: dependencies = [
710: "bytes",
711: "http",
712: ]
713:
714: [[package]]
715: name = "http-body-util"
716: version = "0.1.3"
717: source = "registry+https://github.com/rust-lang/crates.io-index"
718: checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
719: dependencies = [
720: "bytes",
721: "futures-core",
722: "http",
723: "http-body",
724: "pin-project-lite",
725: ]
726:
727: [[package]]
728: name = "httparse"
729: version = "1.10.1"
730: source = "registry+https://github.com/rust-lang/crates.io-index"
731: checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
732:
733: [[package]]
734: name = "hyper"
735: version = "1.7.0"
736: source = "registry+https://github.com/rust-lang/crates.io-index"
737: checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
738: dependencies = [
739: "atomic-waker",
740: "bytes",
741: "futures-channel",
742: "futures-core",
743: "http",
744: "http-body",
745: "httparse",
746: "itoa",
747: "pin-project-lite",
748: "pin-utils",
749: "smallvec",
750: "tokio",
751: "want",
752: ]
753:
754: [[package]]
755: name = "hyper-rustls"
756: version = "0.27.7"
757: source = "registry+https://github.com/rust-lang/crates.io-index"
758: checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
759: dependencies = [
760: "http",
761: "hyper",
762: "hyper-util",
763: "rustls",
764: "rustls-pki-types",
765: "tokio",
766: "tokio-rustls",
767: "tower-service",
768: "webpki-roots",
769: ]
770:
771: [[package]]
772: name = "hyper-util"
a044f68fa7 2025-08-23 773: version = "0.1.16"
774: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 775: checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
776: dependencies = [
777: "base64",
778: "bytes",
779: "futures-channel",
780: "futures-core",
781: "futures-util",
782: "http",
783: "http-body",
784: "hyper",
785: "ipnet",
786: "libc",
787: "percent-encoding",
788: "pin-project-lite",
a044f68fa7 2025-08-23 789: "socket2 0.6.0",
790: "tokio",
791: "tower-service",
792: "tracing",
793: ]
794:
795: [[package]]
796: name = "icu_collections"
a044f68fa7 2025-08-23 797: version = "2.0.0"
798: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 799: checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
800: dependencies = [
801: "displaydoc",
802: "potential_utf",
803: "yoke",
804: "zerofrom",
805: "zerovec",
806: ]
807:
808: [[package]]
809: name = "icu_locale_core"
a044f68fa7 2025-08-23 810: version = "2.0.0"
811: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 812: checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
813: dependencies = [
814: "displaydoc",
815: "litemap",
816: "tinystr",
817: "writeable",
818: "zerovec",
819: ]
820:
821: [[package]]
822: name = "icu_normalizer"
a044f68fa7 2025-08-23 823: version = "2.0.0"
824: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 825: checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
826: dependencies = [
a044f68fa7 2025-08-23 827: "displaydoc",
828: "icu_collections",
829: "icu_normalizer_data",
830: "icu_properties",
831: "icu_provider",
832: "smallvec",
833: "zerovec",
834: ]
835:
836: [[package]]
837: name = "icu_normalizer_data"
a044f68fa7 2025-08-23 838: version = "2.0.0"
839: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 840: checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
841:
842: [[package]]
843: name = "icu_properties"
a044f68fa7 2025-08-23 844: version = "2.0.1"
845: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 846: checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
847: dependencies = [
a044f68fa7 2025-08-23 848: "displaydoc",
849: "icu_collections",
850: "icu_locale_core",
851: "icu_properties_data",
852: "icu_provider",
a044f68fa7 2025-08-23 853: "potential_utf",
854: "zerotrie",
855: "zerovec",
856: ]
857:
858: [[package]]
859: name = "icu_properties_data"
a044f68fa7 2025-08-23 860: version = "2.0.1"
861: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 862: checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
863:
864: [[package]]
865: name = "icu_provider"
a044f68fa7 2025-08-23 866: version = "2.0.0"
867: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 868: checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
869: dependencies = [
870: "displaydoc",
871: "icu_locale_core",
a044f68fa7 2025-08-23 872: "stable_deref_trait",
a044f68fa7 2025-08-23 873: "tinystr",
874: "writeable",
875: "yoke",
876: "zerofrom",
877: "zerotrie",
878: "zerovec",
879: ]
880:
881: [[package]]
882: name = "ident_case"
883: version = "1.0.1"
884: source = "registry+https://github.com/rust-lang/crates.io-index"
885: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
886:
887: [[package]]
888: name = "idna"
889: version = "1.1.0"
890: source = "registry+https://github.com/rust-lang/crates.io-index"
891: checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
892: dependencies = [
893: "idna_adapter",
894: "smallvec",
895: "utf8_iter",
896: ]
897:
898: [[package]]
899: name = "idna_adapter"
900: version = "1.2.1"
901: source = "registry+https://github.com/rust-lang/crates.io-index"
902: checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
903: dependencies = [
904: "icu_normalizer",
905: "icu_properties",
906: ]
907:
908: [[package]]
a044f68fa7 2025-08-23 909: name = "io-uring"
a044f68fa7 2025-08-23 910: version = "0.7.10"
a044f68fa7 2025-08-23 911: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 912: checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
a044f68fa7 2025-08-23 913: dependencies = [
a044f68fa7 2025-08-23 914: "bitflags",
a044f68fa7 2025-08-23 915: "cfg-if",
a044f68fa7 2025-08-23 916: "libc",
a044f68fa7 2025-08-23 917: ]
a044f68fa7 2025-08-23 918:
a044f68fa7 2025-08-23 919: [[package]]
920: name = "ipnet"
921: version = "2.11.0"
922: source = "registry+https://github.com/rust-lang/crates.io-index"
923: checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
924:
925: [[package]]
926: name = "iri-string"
a044f68fa7 2025-08-23 927: version = "0.7.8"
928: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 929: checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
930: dependencies = [
931: "memchr",
932: "serde",
933: ]
934:
935: [[package]]
936: name = "itertools"
a044f68fa7 2025-08-23 937: version = "0.12.1"
938: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 939: checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
940: dependencies = [
941: "either",
942: ]
943:
944: [[package]]
945: name = "itoa"
946: version = "1.0.15"
947: source = "registry+https://github.com/rust-lang/crates.io-index"
948: checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
949:
950: [[package]]
951: name = "jobserver"
a044f68fa7 2025-08-23 952: version = "0.1.33"
953: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 954: checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
955: dependencies = [
a044f68fa7 2025-08-23 956: "getrandom 0.3.3",
957: "libc",
958: ]
959:
960: [[package]]
961: name = "js-sys"
a044f68fa7 2025-08-23 962: version = "0.3.77"
963: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 964: checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
965: dependencies = [
966: "once_cell",
967: "wasm-bindgen",
968: ]
969:
970: [[package]]
971: name = "just-getopt"
a044f68fa7 2025-08-23 972: version = "2.0.0"
973: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 974: checksum = "6585516cda1682822e826e4fc7efa1960a1bfc1a897a0374f61664aa230ec60a"
975:
976: [[package]]
977: name = "kv-log-macro"
978: version = "1.0.7"
979: source = "registry+https://github.com/rust-lang/crates.io-index"
980: checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
981: dependencies = [
982: "log",
983: ]
984:
985: [[package]]
986: name = "lazy_static"
987: version = "1.5.0"
988: source = "registry+https://github.com/rust-lang/crates.io-index"
989: checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
990:
991: [[package]]
a044f68fa7 2025-08-23 992: name = "lazycell"
a044f68fa7 2025-08-23 993: version = "1.3.0"
a044f68fa7 2025-08-23 994: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 995: checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
a044f68fa7 2025-08-23 996:
a044f68fa7 2025-08-23 997: [[package]]
998: name = "libc"
a044f68fa7 2025-08-23 999: version = "0.2.175"
1000: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1001: checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
1002:
1003: [[package]]
1004: name = "libloading"
a044f68fa7 2025-08-23 1005: version = "0.8.8"
1006: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1007: checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
1008: dependencies = [
1009: "cfg-if",
a044f68fa7 2025-08-23 1010: "windows-targets 0.53.3",
1011: ]
a044f68fa7 2025-08-23 1012:
a044f68fa7 2025-08-23 1013: [[package]]
a044f68fa7 2025-08-23 1014: name = "linux-raw-sys"
a044f68fa7 2025-08-23 1015: version = "0.4.15"
a044f68fa7 2025-08-23 1016: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1017: checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1018:
1019: [[package]]
1020: name = "linux-raw-sys"
a044f68fa7 2025-08-23 1021: version = "0.9.4"
1022: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1023: checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1024:
1025: [[package]]
1026: name = "litemap"
a044f68fa7 2025-08-23 1027: version = "0.8.0"
1028: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1029: checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1030:
1031: [[package]]
1032: name = "log"
a044f68fa7 2025-08-23 1033: version = "0.4.27"
1034: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1035: checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1036: dependencies = [
1037: "value-bag",
1038: ]
1039:
1040: [[package]]
1041: name = "lru-slab"
1042: version = "0.1.2"
1043: source = "registry+https://github.com/rust-lang/crates.io-index"
1044: checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1045:
1046: [[package]]
1047: name = "mail-parser"
1048: version = "0.11.1"
1049: source = "registry+https://github.com/rust-lang/crates.io-index"
1050: checksum = "dcf4390741c4e6fa330bdeccdfb580815dbb462952de91838b723357985119a3"
1051: dependencies = [
1052: "encoding_rs",
1053: "hashify",
1054: "serde",
1055: ]
1056:
1057: [[package]]
1058: name = "mailin"
1059: version = "0.6.5"
1060: source = "registry+https://github.com/rust-lang/crates.io-index"
1061: checksum = "261c858a4b0f914d12dd9da38b9e55a7d991cd6c3e369f503344c4f1c2137fc4"
1062: dependencies = [
1063: "base64-compat",
1064: "either",
1065: "log",
1066: "nom",
1067: "ternop",
1068: ]
1069:
1070: [[package]]
1071: name = "mailin-embedded"
1072: version = "0.8.3"
1073: source = "registry+https://github.com/rust-lang/crates.io-index"
1074: checksum = "c60f4b1d7bed01be9f6fa08ad92c50f1d53c61e1461a058b94197046bfc5844f"
1075: dependencies = [
1076: "bufstream-fresh",
1077: "cfg-if",
1078: "log",
1079: "mailin",
1080: "rustls",
1081: "rustls-pemfile",
1082: "scoped_threadpool",
1083: ]
1084:
1085: [[package]]
1086: name = "memchr"
a044f68fa7 2025-08-23 1087: version = "2.7.5"
1088: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1089: checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1090:
1091: [[package]]
1092: name = "mime"
1093: version = "0.3.17"
1094: source = "registry+https://github.com/rust-lang/crates.io-index"
1095: checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1096:
1097: [[package]]
1098: name = "mime_guess"
1099: version = "2.0.5"
1100: source = "registry+https://github.com/rust-lang/crates.io-index"
1101: checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1102: dependencies = [
1103: "mime",
1104: "unicase",
1105: ]
1106:
1107: [[package]]
1108: name = "minimal-lexical"
1109: version = "0.2.1"
1110: source = "registry+https://github.com/rust-lang/crates.io-index"
1111: checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1112:
1113: [[package]]
a044f68fa7 2025-08-23 1114: name = "miniz_oxide"
a044f68fa7 2025-08-23 1115: version = "0.8.9"
a044f68fa7 2025-08-23 1116: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1117: checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
a044f68fa7 2025-08-23 1118: dependencies = [
a044f68fa7 2025-08-23 1119: "adler2",
a044f68fa7 2025-08-23 1120: ]
a044f68fa7 2025-08-23 1121:
a044f68fa7 2025-08-23 1122: [[package]]
1123: name = "mio"
a044f68fa7 2025-08-23 1124: version = "1.0.4"
1125: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1126: checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1127: dependencies = [
1128: "libc",
a044f68fa7 2025-08-23 1129: "wasi 0.11.1+wasi-snapshot-preview1",
a044f68fa7 2025-08-23 1130: "windows-sys 0.59.0",
1131: ]
1132:
1133: [[package]]
1134: name = "nom"
1135: version = "7.1.3"
1136: source = "registry+https://github.com/rust-lang/crates.io-index"
1137: checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1138: dependencies = [
1139: "memchr",
1140: "minimal-lexical",
1141: ]
1142:
1143: [[package]]
a044f68fa7 2025-08-23 1144: name = "object"
a044f68fa7 2025-08-23 1145: version = "0.36.7"
a044f68fa7 2025-08-23 1146: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1147: checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
a044f68fa7 2025-08-23 1148: dependencies = [
a044f68fa7 2025-08-23 1149: "memchr",
a044f68fa7 2025-08-23 1150: ]
a044f68fa7 2025-08-23 1151:
a044f68fa7 2025-08-23 1152: [[package]]
1153: name = "once_cell"
1154: version = "1.21.3"
1155: source = "registry+https://github.com/rust-lang/crates.io-index"
1156: checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1157:
1158: [[package]]
1159: name = "owo-colors"
a044f68fa7 2025-08-23 1160: version = "4.2.2"
1161: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1162: checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e"
1163:
1164: [[package]]
1165: name = "parking"
1166: version = "2.2.1"
1167: source = "registry+https://github.com/rust-lang/crates.io-index"
1168: checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1169:
1170: [[package]]
1171: name = "pathdiff"
1172: version = "0.2.3"
1173: source = "registry+https://github.com/rust-lang/crates.io-index"
1174: checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
1175:
1176: [[package]]
1177: name = "percent-encoding"
1178: version = "2.3.2"
1179: source = "registry+https://github.com/rust-lang/crates.io-index"
1180: checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1181:
1182: [[package]]
1183: name = "pin-project-lite"
1184: version = "0.2.16"
1185: source = "registry+https://github.com/rust-lang/crates.io-index"
1186: checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1187:
1188: [[package]]
1189: name = "pin-utils"
1190: version = "0.1.0"
1191: source = "registry+https://github.com/rust-lang/crates.io-index"
1192: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1193:
1194: [[package]]
1195: name = "piper"
1196: version = "0.2.4"
1197: source = "registry+https://github.com/rust-lang/crates.io-index"
1198: checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
1199: dependencies = [
1200: "atomic-waker",
1201: "fastrand",
1202: "futures-io",
1203: ]
1204:
1205: [[package]]
1206: name = "polling"
a044f68fa7 2025-08-23 1207: version = "3.10.0"
1208: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1209: checksum = "b5bd19146350fe804f7cb2669c851c03d69da628803dab0d98018142aaa5d829"
1210: dependencies = [
1211: "cfg-if",
1212: "concurrent-queue",
1213: "hermit-abi",
1214: "pin-project-lite",
a044f68fa7 2025-08-23 1215: "rustix 1.0.8",
a044f68fa7 2025-08-23 1216: "windows-sys 0.60.2",
1217: ]
1218:
1219: [[package]]
1220: name = "potential_utf"
a044f68fa7 2025-08-23 1221: version = "0.1.2"
1222: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1223: checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
1224: dependencies = [
1225: "zerovec",
1226: ]
1227:
1228: [[package]]
1229: name = "ppv-lite86"
1230: version = "0.2.21"
1231: source = "registry+https://github.com/rust-lang/crates.io-index"
1232: checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1233: dependencies = [
1234: "zerocopy",
1235: ]
1236:
1237: [[package]]
1238: name = "prettyplease"
1239: version = "0.2.37"
1240: source = "registry+https://github.com/rust-lang/crates.io-index"
1241: checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1242: dependencies = [
1243: "proc-macro2",
a044f68fa7 2025-08-23 1244: "syn 2.0.106",
1245: ]
1246:
1247: [[package]]
1248: name = "proc-macro2"
a044f68fa7 2025-08-23 1249: version = "1.0.101"
1250: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1251: checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1252: dependencies = [
1253: "unicode-ident",
1254: ]
1255:
1256: [[package]]
1257: name = "quinn"
a044f68fa7 2025-08-23 1258: version = "0.11.8"
1259: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1260: checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
1261: dependencies = [
1262: "bytes",
1263: "cfg_aliases",
1264: "pin-project-lite",
1265: "quinn-proto",
1266: "quinn-udp",
a044f68fa7 2025-08-23 1267: "rustc-hash 2.1.1",
1268: "rustls",
a044f68fa7 2025-08-23 1269: "socket2 0.5.10",
1270: "thiserror",
1271: "tokio",
1272: "tracing",
1273: "web-time",
1274: ]
1275:
1276: [[package]]
1277: name = "quinn-proto"
a044f68fa7 2025-08-23 1278: version = "0.11.12"
1279: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1280: checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
1281: dependencies = [
1282: "bytes",
a044f68fa7 2025-08-23 1283: "getrandom 0.3.3",
1284: "lru-slab",
1285: "rand",
1286: "ring",
a044f68fa7 2025-08-23 1287: "rustc-hash 2.1.1",
1288: "rustls",
1289: "rustls-pki-types",
1290: "slab",
1291: "thiserror",
1292: "tinyvec",
1293: "tracing",
1294: "web-time",
1295: ]
1296:
1297: [[package]]
1298: name = "quinn-udp"
a044f68fa7 2025-08-23 1299: version = "0.5.13"
1300: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1301: checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
1302: dependencies = [
1303: "cfg_aliases",
1304: "libc",
1305: "once_cell",
a044f68fa7 2025-08-23 1306: "socket2 0.5.10",
1307: "tracing",
a044f68fa7 2025-08-23 1308: "windows-sys 0.59.0",
1309: ]
1310:
1311: [[package]]
1312: name = "quote"
a044f68fa7 2025-08-23 1313: version = "1.0.40"
1314: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1315: checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1316: dependencies = [
1317: "proc-macro2",
1318: ]
1319:
1320: [[package]]
1321: name = "r-efi"
1322: version = "5.3.0"
1323: source = "registry+https://github.com/rust-lang/crates.io-index"
1324: checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1325:
1326: [[package]]
1327: name = "rand"
1328: version = "0.9.2"
1329: source = "registry+https://github.com/rust-lang/crates.io-index"
1330: checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1331: dependencies = [
1332: "rand_chacha",
1333: "rand_core",
1334: ]
1335:
1336: [[package]]
1337: name = "rand_chacha"
1338: version = "0.9.0"
1339: source = "registry+https://github.com/rust-lang/crates.io-index"
1340: checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1341: dependencies = [
1342: "ppv-lite86",
1343: "rand_core",
1344: ]
1345:
1346: [[package]]
1347: name = "rand_core"
1348: version = "0.9.3"
1349: source = "registry+https://github.com/rust-lang/crates.io-index"
1350: checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1351: dependencies = [
a044f68fa7 2025-08-23 1352: "getrandom 0.3.3",
1353: ]
1354:
1355: [[package]]
1356: name = "regex"
a044f68fa7 2025-08-23 1357: version = "1.11.1"
1358: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1359: checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1360: dependencies = [
1361: "aho-corasick",
1362: "memchr",
1363: "regex-automata",
1364: "regex-syntax",
1365: ]
1366:
1367: [[package]]
1368: name = "regex-automata"
a044f68fa7 2025-08-23 1369: version = "0.4.9"
1370: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1371: checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1372: dependencies = [
1373: "aho-corasick",
1374: "memchr",
1375: "regex-syntax",
1376: ]
1377:
1378: [[package]]
1379: name = "regex-syntax"
a044f68fa7 2025-08-23 1380: version = "0.8.5"
1381: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1382: checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1383:
1384: [[package]]
1385: name = "reqwest"
a044f68fa7 2025-08-23 1386: version = "0.12.23"
1387: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1388: checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
1389: dependencies = [
1390: "base64",
1391: "bytes",
1392: "futures-core",
1393: "futures-util",
1394: "http",
1395: "http-body",
1396: "http-body-util",
1397: "hyper",
1398: "hyper-rustls",
1399: "hyper-util",
1400: "js-sys",
1401: "log",
1402: "mime_guess",
1403: "percent-encoding",
1404: "pin-project-lite",
1405: "quinn",
1406: "rustls",
1407: "rustls-pki-types",
1408: "serde",
1409: "serde_json",
1410: "serde_urlencoded",
1411: "sync_wrapper",
1412: "tokio",
1413: "tokio-rustls",
1414: "tokio-util",
1415: "tower",
1416: "tower-http",
1417: "tower-service",
1418: "url",
1419: "wasm-bindgen",
1420: "wasm-bindgen-futures",
1421: "wasm-streams",
1422: "web-sys",
1423: "webpki-roots",
1424: ]
1425:
1426: [[package]]
1427: name = "ring"
1428: version = "0.17.14"
1429: source = "registry+https://github.com/rust-lang/crates.io-index"
1430: checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1431: dependencies = [
1432: "cc",
1433: "cfg-if",
1434: "getrandom 0.2.16",
1435: "libc",
1436: "untrusted",
1437: "windows-sys 0.52.0",
1438: ]
1439:
1440: [[package]]
a044f68fa7 2025-08-23 1441: name = "rustc-demangle"
a044f68fa7 2025-08-23 1442: version = "0.1.26"
a044f68fa7 2025-08-23 1443: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1444: checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
a044f68fa7 2025-08-23 1445:
a044f68fa7 2025-08-23 1446: [[package]]
a044f68fa7 2025-08-23 1447: name = "rustc-hash"
a044f68fa7 2025-08-23 1448: version = "1.1.0"
a044f68fa7 2025-08-23 1449: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1450: checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
a044f68fa7 2025-08-23 1451:
a044f68fa7 2025-08-23 1452: [[package]]
1453: name = "rustc-hash"
1454: version = "2.1.1"
1455: source = "registry+https://github.com/rust-lang/crates.io-index"
1456: checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1457:
1458: [[package]]
1459: name = "rustix"
a044f68fa7 2025-08-23 1460: version = "0.38.44"
1461: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1462: checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
a044f68fa7 2025-08-23 1463: dependencies = [
a044f68fa7 2025-08-23 1464: "bitflags",
a044f68fa7 2025-08-23 1465: "errno",
a044f68fa7 2025-08-23 1466: "libc",
a044f68fa7 2025-08-23 1467: "linux-raw-sys 0.4.15",
a044f68fa7 2025-08-23 1468: "windows-sys 0.59.0",
a044f68fa7 2025-08-23 1469: ]
a044f68fa7 2025-08-23 1470:
a044f68fa7 2025-08-23 1471: [[package]]
a044f68fa7 2025-08-23 1472: name = "rustix"
a044f68fa7 2025-08-23 1473: version = "1.0.8"
a044f68fa7 2025-08-23 1474: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1475: checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
1476: dependencies = [
1477: "bitflags",
1478: "errno",
1479: "libc",
a044f68fa7 2025-08-23 1480: "linux-raw-sys 0.9.4",
a044f68fa7 2025-08-23 1481: "windows-sys 0.60.2",
1482: ]
1483:
1484: [[package]]
1485: name = "rustls"
a044f68fa7 2025-08-23 1486: version = "0.23.31"
1487: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1488: checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
1489: dependencies = [
1490: "aws-lc-rs",
1491: "log",
1492: "once_cell",
1493: "ring",
1494: "rustls-pki-types",
1495: "rustls-webpki",
1496: "subtle",
1497: "zeroize",
1498: ]
1499:
1500: [[package]]
1501: name = "rustls-pemfile"
1502: version = "2.2.0"
1503: source = "registry+https://github.com/rust-lang/crates.io-index"
1504: checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
1505: dependencies = [
1506: "rustls-pki-types",
1507: ]
1508:
1509: [[package]]
1510: name = "rustls-pki-types"
a044f68fa7 2025-08-23 1511: version = "1.12.0"
1512: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1513: checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
1514: dependencies = [
1515: "web-time",
1516: "zeroize",
1517: ]
1518:
1519: [[package]]
1520: name = "rustls-webpki"
a044f68fa7 2025-08-23 1521: version = "0.103.4"
1522: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1523: checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
1524: dependencies = [
1525: "aws-lc-rs",
1526: "ring",
1527: "rustls-pki-types",
1528: "untrusted",
1529: ]
1530:
1531: [[package]]
1532: name = "rustversion"
1533: version = "1.0.22"
1534: source = "registry+https://github.com/rust-lang/crates.io-index"
1535: checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1536:
1537: [[package]]
1538: name = "ryu"
1539: version = "1.0.20"
1540: source = "registry+https://github.com/rust-lang/crates.io-index"
1541: checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1542:
1543: [[package]]
1544: name = "scoped_threadpool"
1545: version = "0.1.9"
1546: source = "registry+https://github.com/rust-lang/crates.io-index"
1547: checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
1548:
1549: [[package]]
1550: name = "serde"
a044f68fa7 2025-08-23 1551: version = "1.0.219"
a044f68fa7 2025-08-23 1552: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1553: checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1554: dependencies = [
1555: "serde_derive",
1556: ]
1557:
1558: [[package]]
1559: name = "serde_derive"
a044f68fa7 2025-08-23 1560: version = "1.0.219"
1561: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1562: checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1563: dependencies = [
1564: "proc-macro2",
1565: "quote",
a044f68fa7 2025-08-23 1566: "syn 2.0.106",
1567: ]
1568:
1569: [[package]]
1570: name = "serde_json"
a044f68fa7 2025-08-23 1571: version = "1.0.143"
1572: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1573: checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
1574: dependencies = [
1575: "itoa",
1576: "memchr",
1577: "ryu",
1578: "serde",
1579: ]
1580:
1581: [[package]]
1582: name = "serde_spanned"
a044f68fa7 2025-08-23 1583: version = "1.0.0"
1584: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1585: checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
1586: dependencies = [
a044f68fa7 2025-08-23 1587: "serde",
1588: ]
1589:
1590: [[package]]
1591: name = "serde_urlencoded"
1592: version = "0.7.1"
1593: source = "registry+https://github.com/rust-lang/crates.io-index"
1594: checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1595: dependencies = [
1596: "form_urlencoded",
1597: "itoa",
1598: "ryu",
1599: "serde",
1600: ]
1601:
1602: [[package]]
1603: name = "serde_with"
a044f68fa7 2025-08-23 1604: version = "3.14.0"
1605: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1606: checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
1607: dependencies = [
a044f68fa7 2025-08-23 1608: "serde",
a044f68fa7 2025-08-23 1609: "serde_derive",
1610: "serde_with_macros",
1611: ]
1612:
1613: [[package]]
1614: name = "serde_with_macros"
a044f68fa7 2025-08-23 1615: version = "3.14.0"
1616: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1617: checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
1618: dependencies = [
1619: "darling",
1620: "proc-macro2",
1621: "quote",
a044f68fa7 2025-08-23 1622: "syn 2.0.106",
1623: ]
1624:
1625: [[package]]
1626: name = "shellwords"
1627: version = "1.1.0"
1628: source = "registry+https://github.com/rust-lang/crates.io-index"
1629: checksum = "89e515aa4699a88148ed5ef96413ceef0048ce95b43fbc955a33bde0a70fcae6"
1630: dependencies = [
1631: "lazy_static",
1632: "regex",
1633: ]
1634:
1635: [[package]]
1636: name = "shlex"
1637: version = "1.3.0"
1638: source = "registry+https://github.com/rust-lang/crates.io-index"
1639: checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1640:
1641: [[package]]
1642: name = "slab"
1643: version = "0.4.11"
1644: source = "registry+https://github.com/rust-lang/crates.io-index"
1645: checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1646:
1647: [[package]]
1648: name = "smallbox"
1649: version = "0.8.8"
1650: source = "registry+https://github.com/rust-lang/crates.io-index"
1651: checksum = "aca054fd9f8c2ebe8557a2433f307e038c0716124efd045daa0388afa5172189"
1652:
1653: [[package]]
1654: name = "smallvec"
1655: version = "1.15.1"
1656: source = "registry+https://github.com/rust-lang/crates.io-index"
1657: checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1658:
1659: [[package]]
1660: name = "smtp2tg"
1661: version = "0.5.1"
1662: dependencies = [
1663: "async-std",
1664: "config",
1665: "hostname",
1666: "just-getopt",
1667: "lazy_static",
1668: "mail-parser",
1669: "mailin-embedded",
1670: "regex",
1671: "stacked_errors",
1672: "tgbot",
1673: ]
1674:
1675: [[package]]
1676: name = "socket2"
a044f68fa7 2025-08-23 1677: version = "0.5.10"
1678: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1679: checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
a044f68fa7 2025-08-23 1680: dependencies = [
a044f68fa7 2025-08-23 1681: "libc",
a044f68fa7 2025-08-23 1682: "windows-sys 0.52.0",
a044f68fa7 2025-08-23 1683: ]
a044f68fa7 2025-08-23 1684:
a044f68fa7 2025-08-23 1685: [[package]]
a044f68fa7 2025-08-23 1686: name = "socket2"
a044f68fa7 2025-08-23 1687: version = "0.6.0"
a044f68fa7 2025-08-23 1688: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1689: checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
1690: dependencies = [
1691: "libc",
a044f68fa7 2025-08-23 1692: "windows-sys 0.59.0",
1693: ]
1694:
1695: [[package]]
1696: name = "stable_deref_trait"
a044f68fa7 2025-08-23 1697: version = "1.2.0"
1698: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1699: checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1700:
1701: [[package]]
1702: name = "stacked_errors"
1703: version = "0.7.1"
1704: source = "registry+https://github.com/rust-lang/crates.io-index"
1705: checksum = "45ef11d2fabcf9a75b82a9d80966bde3257410b1245b31f1fb6849103ceda0c3"
1706: dependencies = [
1707: "owo-colors",
1708: "smallbox",
1709: "thin-vec",
1710: "thiserror",
1711: ]
1712:
1713: [[package]]
1714: name = "strsim"
1715: version = "0.11.1"
1716: source = "registry+https://github.com/rust-lang/crates.io-index"
1717: checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1718:
1719: [[package]]
1720: name = "subtle"
1721: version = "2.6.1"
1722: source = "registry+https://github.com/rust-lang/crates.io-index"
1723: checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1724:
1725: [[package]]
1726: name = "syn"
1727: version = "1.0.109"
1728: source = "registry+https://github.com/rust-lang/crates.io-index"
1729: checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1730: dependencies = [
1731: "proc-macro2",
1732: "quote",
1733: "unicode-ident",
1734: ]
1735:
1736: [[package]]
1737: name = "syn"
a044f68fa7 2025-08-23 1738: version = "2.0.106"
1739: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1740: checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
1741: dependencies = [
1742: "proc-macro2",
1743: "quote",
1744: "unicode-ident",
1745: ]
1746:
1747: [[package]]
1748: name = "sync_wrapper"
1749: version = "1.0.2"
1750: source = "registry+https://github.com/rust-lang/crates.io-index"
1751: checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1752: dependencies = [
1753: "futures-core",
1754: ]
1755:
1756: [[package]]
1757: name = "synstructure"
1758: version = "0.13.2"
1759: source = "registry+https://github.com/rust-lang/crates.io-index"
1760: checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1761: dependencies = [
1762: "proc-macro2",
1763: "quote",
a044f68fa7 2025-08-23 1764: "syn 2.0.106",
1765: ]
1766:
1767: [[package]]
1768: name = "ternop"
1769: version = "1.0.1"
1770: source = "registry+https://github.com/rust-lang/crates.io-index"
1771: checksum = "9d4ae32d0a4605a89c28534371b056919c12e7a070ee07505af75130ff030111"
1772:
1773: [[package]]
1774: name = "tgbot"
1775: version = "0.40.0"
1776: source = "registry+https://github.com/rust-lang/crates.io-index"
1777: checksum = "c07cc857c7553da139c88dc53bdacc7eb834d0a2685d789de4c96754dbe17b10"
1778: dependencies = [
1779: "async-stream",
1780: "bytes",
1781: "derive_more",
1782: "futures-util",
1783: "log",
1784: "mime",
1785: "mime_guess",
1786: "reqwest",
1787: "serde",
1788: "serde_json",
1789: "serde_with",
1790: "shellwords",
1791: "tokio",
1792: "tokio-util",
1793: ]
1794:
1795: [[package]]
1796: name = "thin-vec"
1797: version = "0.2.14"
1798: source = "registry+https://github.com/rust-lang/crates.io-index"
1799: checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d"
1800:
1801: [[package]]
1802: name = "thiserror"
a044f68fa7 2025-08-23 1803: version = "2.0.16"
1804: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1805: checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
1806: dependencies = [
1807: "thiserror-impl",
1808: ]
1809:
1810: [[package]]
1811: name = "thiserror-impl"
a044f68fa7 2025-08-23 1812: version = "2.0.16"
1813: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1814: checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
1815: dependencies = [
1816: "proc-macro2",
1817: "quote",
a044f68fa7 2025-08-23 1818: "syn 2.0.106",
1819: ]
1820:
1821: [[package]]
1822: name = "tinystr"
a044f68fa7 2025-08-23 1823: version = "0.8.1"
1824: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1825: checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
1826: dependencies = [
1827: "displaydoc",
1828: "zerovec",
1829: ]
1830:
1831: [[package]]
1832: name = "tinyvec"
1833: version = "1.10.0"
1834: source = "registry+https://github.com/rust-lang/crates.io-index"
1835: checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1836: dependencies = [
1837: "tinyvec_macros",
1838: ]
1839:
1840: [[package]]
1841: name = "tinyvec_macros"
1842: version = "0.1.1"
1843: source = "registry+https://github.com/rust-lang/crates.io-index"
1844: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1845:
1846: [[package]]
1847: name = "tokio"
a044f68fa7 2025-08-23 1848: version = "1.47.1"
1849: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1850: checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
1851: dependencies = [
a044f68fa7 2025-08-23 1852: "backtrace",
1853: "bytes",
a044f68fa7 2025-08-23 1854: "io-uring",
1855: "libc",
1856: "mio",
1857: "pin-project-lite",
a044f68fa7 2025-08-23 1858: "slab",
a044f68fa7 2025-08-23 1859: "socket2 0.6.0",
a044f68fa7 2025-08-23 1860: "windows-sys 0.59.0",
1861: ]
1862:
1863: [[package]]
1864: name = "tokio-rustls"
a044f68fa7 2025-08-23 1865: version = "0.26.2"
1866: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1867: checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
1868: dependencies = [
1869: "rustls",
1870: "tokio",
1871: ]
1872:
1873: [[package]]
1874: name = "tokio-util"
a044f68fa7 2025-08-23 1875: version = "0.7.16"
1876: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1877: checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
1878: dependencies = [
1879: "bytes",
1880: "futures-core",
1881: "futures-sink",
1882: "pin-project-lite",
1883: "tokio",
1884: ]
1885:
1886: [[package]]
1887: name = "toml"
a044f68fa7 2025-08-23 1888: version = "0.9.5"
1889: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1890: checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8"
1891: dependencies = [
a044f68fa7 2025-08-23 1892: "serde",
1893: "serde_spanned",
1894: "toml_datetime",
1895: "toml_parser",
1896: "winnow",
1897: ]
1898:
1899: [[package]]
1900: name = "toml_datetime"
a044f68fa7 2025-08-23 1901: version = "0.7.0"
1902: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1903: checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
1904: dependencies = [
a044f68fa7 2025-08-23 1905: "serde",
1906: ]
1907:
1908: [[package]]
1909: name = "toml_parser"
a044f68fa7 2025-08-23 1910: version = "1.0.2"
1911: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1912: checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10"
1913: dependencies = [
1914: "winnow",
1915: ]
1916:
1917: [[package]]
1918: name = "tower"
1919: version = "0.5.2"
1920: source = "registry+https://github.com/rust-lang/crates.io-index"
1921: checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1922: dependencies = [
1923: "futures-core",
1924: "futures-util",
1925: "pin-project-lite",
1926: "sync_wrapper",
1927: "tokio",
1928: "tower-layer",
1929: "tower-service",
1930: ]
1931:
1932: [[package]]
1933: name = "tower-http"
1934: version = "0.6.6"
1935: source = "registry+https://github.com/rust-lang/crates.io-index"
1936: checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
1937: dependencies = [
1938: "bitflags",
1939: "bytes",
1940: "futures-util",
1941: "http",
1942: "http-body",
1943: "iri-string",
1944: "pin-project-lite",
1945: "tower",
1946: "tower-layer",
1947: "tower-service",
1948: ]
1949:
1950: [[package]]
1951: name = "tower-layer"
1952: version = "0.3.3"
1953: source = "registry+https://github.com/rust-lang/crates.io-index"
1954: checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1955:
1956: [[package]]
1957: name = "tower-service"
1958: version = "0.3.3"
1959: source = "registry+https://github.com/rust-lang/crates.io-index"
1960: checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1961:
1962: [[package]]
1963: name = "tracing"
1964: version = "0.1.41"
1965: source = "registry+https://github.com/rust-lang/crates.io-index"
1966: checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1967: dependencies = [
1968: "pin-project-lite",
1969: "tracing-core",
1970: ]
1971:
1972: [[package]]
1973: name = "tracing-core"
1974: version = "0.1.34"
1975: source = "registry+https://github.com/rust-lang/crates.io-index"
1976: checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1977: dependencies = [
1978: "once_cell",
1979: ]
1980:
1981: [[package]]
1982: name = "try-lock"
1983: version = "0.2.5"
1984: source = "registry+https://github.com/rust-lang/crates.io-index"
1985: checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1986:
1987: [[package]]
1988: name = "unicase"
1989: version = "2.8.1"
1990: source = "registry+https://github.com/rust-lang/crates.io-index"
1991: checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
1992:
1993: [[package]]
1994: name = "unicode-ident"
a044f68fa7 2025-08-23 1995: version = "1.0.18"
1996: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 1997: checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
1998:
1999: [[package]]
2000: name = "untrusted"
2001: version = "0.9.0"
2002: source = "registry+https://github.com/rust-lang/crates.io-index"
2003: checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2004:
2005: [[package]]
2006: name = "url"
a044f68fa7 2025-08-23 2007: version = "2.5.6"
2008: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2009: checksum = "137a3c834eaf7139b73688502f3f1141a0337c5d8e4d9b536f9b8c796e26a7c4"
2010: dependencies = [
2011: "form_urlencoded",
2012: "idna",
2013: "percent-encoding",
2014: ]
2015:
2016: [[package]]
2017: name = "utf8_iter"
2018: version = "1.0.4"
2019: source = "registry+https://github.com/rust-lang/crates.io-index"
2020: checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2021:
2022: [[package]]
2023: name = "value-bag"
2024: version = "1.11.1"
2025: source = "registry+https://github.com/rust-lang/crates.io-index"
2026: checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
2027:
2028: [[package]]
2029: name = "want"
2030: version = "0.3.1"
2031: source = "registry+https://github.com/rust-lang/crates.io-index"
2032: checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2033: dependencies = [
2034: "try-lock",
2035: ]
2036:
2037: [[package]]
2038: name = "wasi"
2039: version = "0.11.1+wasi-snapshot-preview1"
2040: source = "registry+https://github.com/rust-lang/crates.io-index"
2041: checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2042:
2043: [[package]]
a044f68fa7 2025-08-23 2044: name = "wasi"
a044f68fa7 2025-08-23 2045: version = "0.14.2+wasi-0.2.4"
2046: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2047: checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2048: dependencies = [
a044f68fa7 2025-08-23 2049: "wit-bindgen-rt",
2050: ]
2051:
2052: [[package]]
2053: name = "wasm-bindgen"
a044f68fa7 2025-08-23 2054: version = "0.2.100"
2055: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2056: checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2057: dependencies = [
2058: "cfg-if",
2059: "once_cell",
2060: "rustversion",
2061: "wasm-bindgen-macro",
a044f68fa7 2025-08-23 2062: ]
a044f68fa7 2025-08-23 2063:
a044f68fa7 2025-08-23 2064: [[package]]
a044f68fa7 2025-08-23 2065: name = "wasm-bindgen-backend"
a044f68fa7 2025-08-23 2066: version = "0.2.100"
a044f68fa7 2025-08-23 2067: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2068: checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
a044f68fa7 2025-08-23 2069: dependencies = [
a044f68fa7 2025-08-23 2070: "bumpalo",
a044f68fa7 2025-08-23 2071: "log",
a044f68fa7 2025-08-23 2072: "proc-macro2",
a044f68fa7 2025-08-23 2073: "quote",
a044f68fa7 2025-08-23 2074: "syn 2.0.106",
2075: "wasm-bindgen-shared",
2076: ]
2077:
2078: [[package]]
2079: name = "wasm-bindgen-futures"
a044f68fa7 2025-08-23 2080: version = "0.4.50"
2081: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2082: checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2083: dependencies = [
2084: "cfg-if",
2085: "js-sys",
2086: "once_cell",
2087: "wasm-bindgen",
2088: "web-sys",
2089: ]
2090:
2091: [[package]]
2092: name = "wasm-bindgen-macro"
a044f68fa7 2025-08-23 2093: version = "0.2.100"
2094: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2095: checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2096: dependencies = [
2097: "quote",
2098: "wasm-bindgen-macro-support",
2099: ]
2100:
2101: [[package]]
2102: name = "wasm-bindgen-macro-support"
a044f68fa7 2025-08-23 2103: version = "0.2.100"
2104: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2105: checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2106: dependencies = [
2107: "proc-macro2",
2108: "quote",
a044f68fa7 2025-08-23 2109: "syn 2.0.106",
a044f68fa7 2025-08-23 2110: "wasm-bindgen-backend",
2111: "wasm-bindgen-shared",
2112: ]
2113:
2114: [[package]]
2115: name = "wasm-bindgen-shared"
a044f68fa7 2025-08-23 2116: version = "0.2.100"
2117: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2118: checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2119: dependencies = [
2120: "unicode-ident",
2121: ]
2122:
2123: [[package]]
2124: name = "wasm-streams"
2125: version = "0.4.2"
2126: source = "registry+https://github.com/rust-lang/crates.io-index"
2127: checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2128: dependencies = [
2129: "futures-util",
2130: "js-sys",
2131: "wasm-bindgen",
2132: "wasm-bindgen-futures",
2133: "web-sys",
2134: ]
2135:
2136: [[package]]
2137: name = "web-sys"
a044f68fa7 2025-08-23 2138: version = "0.3.77"
2139: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2140: checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2141: dependencies = [
2142: "js-sys",
2143: "wasm-bindgen",
2144: ]
2145:
2146: [[package]]
2147: name = "web-time"
2148: version = "1.1.0"
2149: source = "registry+https://github.com/rust-lang/crates.io-index"
2150: checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2151: dependencies = [
2152: "js-sys",
2153: "wasm-bindgen",
2154: ]
2155:
2156: [[package]]
2157: name = "webpki-roots"
a044f68fa7 2025-08-23 2158: version = "1.0.2"
2159: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2160: checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
2161: dependencies = [
2162: "rustls-pki-types",
a044f68fa7 2025-08-23 2163: ]
a044f68fa7 2025-08-23 2164:
a044f68fa7 2025-08-23 2165: [[package]]
a044f68fa7 2025-08-23 2166: name = "which"
a044f68fa7 2025-08-23 2167: version = "4.4.2"
a044f68fa7 2025-08-23 2168: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2169: checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
a044f68fa7 2025-08-23 2170: dependencies = [
a044f68fa7 2025-08-23 2171: "either",
a044f68fa7 2025-08-23 2172: "home",
a044f68fa7 2025-08-23 2173: "once_cell",
a044f68fa7 2025-08-23 2174: "rustix 0.38.44",
2175: ]
2176:
2177: [[package]]
2178: name = "windows-link"
2179: version = "0.1.3"
2180: source = "registry+https://github.com/rust-lang/crates.io-index"
2181: checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2182:
2183: [[package]]
2184: name = "windows-sys"
2185: version = "0.52.0"
2186: source = "registry+https://github.com/rust-lang/crates.io-index"
2187: checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2188: dependencies = [
2189: "windows-targets 0.52.6",
2190: ]
2191:
2192: [[package]]
2193: name = "windows-sys"
a044f68fa7 2025-08-23 2194: version = "0.59.0"
2195: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2196: checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2197: dependencies = [
a044f68fa7 2025-08-23 2198: "windows-targets 0.52.6",
2199: ]
2200:
2201: [[package]]
2202: name = "windows-sys"
a044f68fa7 2025-08-23 2203: version = "0.60.2"
2204: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2205: checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2206: dependencies = [
a044f68fa7 2025-08-23 2207: "windows-targets 0.53.3",
2208: ]
2209:
2210: [[package]]
2211: name = "windows-targets"
2212: version = "0.52.6"
2213: source = "registry+https://github.com/rust-lang/crates.io-index"
2214: checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2215: dependencies = [
2216: "windows_aarch64_gnullvm 0.52.6",
2217: "windows_aarch64_msvc 0.52.6",
2218: "windows_i686_gnu 0.52.6",
2219: "windows_i686_gnullvm 0.52.6",
2220: "windows_i686_msvc 0.52.6",
2221: "windows_x86_64_gnu 0.52.6",
2222: "windows_x86_64_gnullvm 0.52.6",
2223: "windows_x86_64_msvc 0.52.6",
2224: ]
2225:
2226: [[package]]
2227: name = "windows-targets"
a044f68fa7 2025-08-23 2228: version = "0.53.3"
2229: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2230: checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
2231: dependencies = [
a044f68fa7 2025-08-23 2232: "windows-link",
a044f68fa7 2025-08-23 2233: "windows_aarch64_gnullvm 0.53.0",
a044f68fa7 2025-08-23 2234: "windows_aarch64_msvc 0.53.0",
a044f68fa7 2025-08-23 2235: "windows_i686_gnu 0.53.0",
a044f68fa7 2025-08-23 2236: "windows_i686_gnullvm 0.53.0",
a044f68fa7 2025-08-23 2237: "windows_i686_msvc 0.53.0",
a044f68fa7 2025-08-23 2238: "windows_x86_64_gnu 0.53.0",
a044f68fa7 2025-08-23 2239: "windows_x86_64_gnullvm 0.53.0",
a044f68fa7 2025-08-23 2240: "windows_x86_64_msvc 0.53.0",
2241: ]
2242:
2243: [[package]]
2244: name = "windows_aarch64_gnullvm"
2245: version = "0.52.6"
2246: source = "registry+https://github.com/rust-lang/crates.io-index"
2247: checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2248:
2249: [[package]]
2250: name = "windows_aarch64_gnullvm"
a044f68fa7 2025-08-23 2251: version = "0.53.0"
2252: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2253: checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2254:
2255: [[package]]
2256: name = "windows_aarch64_msvc"
2257: version = "0.52.6"
2258: source = "registry+https://github.com/rust-lang/crates.io-index"
2259: checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2260:
2261: [[package]]
2262: name = "windows_aarch64_msvc"
a044f68fa7 2025-08-23 2263: version = "0.53.0"
2264: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2265: checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2266:
2267: [[package]]
2268: name = "windows_i686_gnu"
2269: version = "0.52.6"
2270: source = "registry+https://github.com/rust-lang/crates.io-index"
2271: checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2272:
2273: [[package]]
2274: name = "windows_i686_gnu"
a044f68fa7 2025-08-23 2275: version = "0.53.0"
2276: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2277: checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2278:
2279: [[package]]
2280: name = "windows_i686_gnullvm"
2281: version = "0.52.6"
2282: source = "registry+https://github.com/rust-lang/crates.io-index"
2283: checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2284:
2285: [[package]]
2286: name = "windows_i686_gnullvm"
a044f68fa7 2025-08-23 2287: version = "0.53.0"
2288: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2289: checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2290:
2291: [[package]]
2292: name = "windows_i686_msvc"
2293: version = "0.52.6"
2294: source = "registry+https://github.com/rust-lang/crates.io-index"
2295: checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2296:
2297: [[package]]
2298: name = "windows_i686_msvc"
a044f68fa7 2025-08-23 2299: version = "0.53.0"
2300: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2301: checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2302:
2303: [[package]]
2304: name = "windows_x86_64_gnu"
2305: version = "0.52.6"
2306: source = "registry+https://github.com/rust-lang/crates.io-index"
2307: checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2308:
2309: [[package]]
2310: name = "windows_x86_64_gnu"
a044f68fa7 2025-08-23 2311: version = "0.53.0"
2312: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2313: checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2314:
2315: [[package]]
2316: name = "windows_x86_64_gnullvm"
2317: version = "0.52.6"
2318: source = "registry+https://github.com/rust-lang/crates.io-index"
2319: checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2320:
2321: [[package]]
2322: name = "windows_x86_64_gnullvm"
a044f68fa7 2025-08-23 2323: version = "0.53.0"
2324: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2325: checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2326:
2327: [[package]]
2328: name = "windows_x86_64_msvc"
2329: version = "0.52.6"
2330: source = "registry+https://github.com/rust-lang/crates.io-index"
2331: checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2332:
2333: [[package]]
2334: name = "windows_x86_64_msvc"
a044f68fa7 2025-08-23 2335: version = "0.53.0"
2336: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2337: checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2338:
2339: [[package]]
2340: name = "winnow"
2341: version = "0.7.13"
2342: source = "registry+https://github.com/rust-lang/crates.io-index"
2343: checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
2344: dependencies = [
2345: "memchr",
2346: ]
2347:
2348: [[package]]
a044f68fa7 2025-08-23 2349: name = "wit-bindgen-rt"
a044f68fa7 2025-08-23 2350: version = "0.39.0"
2351: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2352: checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
a044f68fa7 2025-08-23 2353: dependencies = [
a044f68fa7 2025-08-23 2354: "bitflags",
a044f68fa7 2025-08-23 2355: ]
2356:
2357: [[package]]
2358: name = "writeable"
a044f68fa7 2025-08-23 2359: version = "0.6.1"
2360: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2361: checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
2362:
2363: [[package]]
2364: name = "yoke"
a044f68fa7 2025-08-23 2365: version = "0.8.0"
2366: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2367: checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
2368: dependencies = [
a044f68fa7 2025-08-23 2369: "serde",
2370: "stable_deref_trait",
2371: "yoke-derive",
2372: "zerofrom",
2373: ]
2374:
2375: [[package]]
2376: name = "yoke-derive"
a044f68fa7 2025-08-23 2377: version = "0.8.0"
2378: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2379: checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
2380: dependencies = [
2381: "proc-macro2",
2382: "quote",
a044f68fa7 2025-08-23 2383: "syn 2.0.106",
2384: "synstructure",
2385: ]
2386:
2387: [[package]]
2388: name = "zerocopy"
a044f68fa7 2025-08-23 2389: version = "0.8.26"
2390: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2391: checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
2392: dependencies = [
2393: "zerocopy-derive",
2394: ]
2395:
2396: [[package]]
2397: name = "zerocopy-derive"
a044f68fa7 2025-08-23 2398: version = "0.8.26"
2399: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2400: checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
2401: dependencies = [
2402: "proc-macro2",
2403: "quote",
a044f68fa7 2025-08-23 2404: "syn 2.0.106",
2405: ]
2406:
2407: [[package]]
2408: name = "zerofrom"
2409: version = "0.1.6"
2410: source = "registry+https://github.com/rust-lang/crates.io-index"
2411: checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2412: dependencies = [
2413: "zerofrom-derive",
2414: ]
2415:
2416: [[package]]
2417: name = "zerofrom-derive"
2418: version = "0.1.6"
2419: source = "registry+https://github.com/rust-lang/crates.io-index"
2420: checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2421: dependencies = [
2422: "proc-macro2",
2423: "quote",
a044f68fa7 2025-08-23 2424: "syn 2.0.106",
2425: "synstructure",
2426: ]
2427:
2428: [[package]]
2429: name = "zeroize"
a044f68fa7 2025-08-23 2430: version = "1.8.1"
2431: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2432: checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2433:
2434: [[package]]
2435: name = "zerotrie"
a044f68fa7 2025-08-23 2436: version = "0.2.2"
2437: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2438: checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
2439: dependencies = [
2440: "displaydoc",
2441: "yoke",
2442: "zerofrom",
2443: ]
2444:
2445: [[package]]
2446: name = "zerovec"
a044f68fa7 2025-08-23 2447: version = "0.11.4"
2448: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2449: checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
2450: dependencies = [
2451: "yoke",
2452: "zerofrom",
2453: "zerovec-derive",
2454: ]
2455:
2456: [[package]]
2457: name = "zerovec-derive"
a044f68fa7 2025-08-23 2458: version = "0.11.1"
2459: source = "registry+https://github.com/rust-lang/crates.io-index"
a044f68fa7 2025-08-23 2460: checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
2461: dependencies = [
2462: "proc-macro2",
2463: "quote",
a044f68fa7 2025-08-23 2464: "syn 2.0.106",
2465: ]