Lines of
Cargo.lock
from check-in acb0a4ac54
that are changed by the sequence of edits moving toward
check-in ec71df21e1:
1: # This file is automatically @generated by Cargo.
2: # It is not intended for manual editing.
3: version = 4
4:
5: [[package]]
acb0a4ac54 2025-09-28 6: name = "addr2line"
acb0a4ac54 2025-09-28 7: version = "0.25.1"
acb0a4ac54 2025-09-28 8: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 9: checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
acb0a4ac54 2025-09-28 10: dependencies = [
acb0a4ac54 2025-09-28 11: "gimli",
acb0a4ac54 2025-09-28 12: ]
acb0a4ac54 2025-09-28 13:
acb0a4ac54 2025-09-28 14: [[package]]
15: name = "adler2"
16: version = "2.0.1"
17: source = "registry+https://github.com/rust-lang/crates.io-index"
18: checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19:
20: [[package]]
21: name = "aho-corasick"
acb0a4ac54 2025-09-28 22: version = "1.1.3"
23: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 24: checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25: dependencies = [
26: "memchr",
27: ]
28:
29: [[package]]
30: name = "alloc-no-stdlib"
31: version = "2.0.4"
32: source = "registry+https://github.com/rust-lang/crates.io-index"
33: checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
34:
35: [[package]]
36: name = "alloc-stdlib"
37: version = "0.2.2"
38: source = "registry+https://github.com/rust-lang/crates.io-index"
39: checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
40: dependencies = [
41: "alloc-no-stdlib",
42: ]
43:
44: [[package]]
45: name = "allocator-api2"
46: version = "0.2.21"
47: source = "registry+https://github.com/rust-lang/crates.io-index"
48: checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
49:
50: [[package]]
51: name = "android_system_properties"
52: version = "0.1.5"
53: source = "registry+https://github.com/rust-lang/crates.io-index"
54: checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
55: dependencies = [
56: "libc",
57: ]
58:
59: [[package]]
60: name = "async-attributes"
61: version = "1.1.2"
62: source = "registry+https://github.com/rust-lang/crates.io-index"
63: checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
64: dependencies = [
65: "quote",
66: "syn 1.0.109",
67: ]
68:
69: [[package]]
70: name = "async-channel"
71: version = "1.9.0"
72: source = "registry+https://github.com/rust-lang/crates.io-index"
73: checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
74: dependencies = [
75: "concurrent-queue",
76: "event-listener 2.5.3",
77: "futures-core",
78: ]
79:
80: [[package]]
81: name = "async-channel"
82: version = "2.5.0"
83: source = "registry+https://github.com/rust-lang/crates.io-index"
84: checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
85: dependencies = [
86: "concurrent-queue",
87: "event-listener-strategy",
88: "futures-core",
89: "pin-project-lite",
90: ]
91:
92: [[package]]
93: name = "async-compression"
94: version = "0.4.32"
95: source = "registry+https://github.com/rust-lang/crates.io-index"
96: checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
97: dependencies = [
98: "compression-codecs",
99: "compression-core",
100: "futures-core",
101: "pin-project-lite",
102: "tokio",
103: ]
104:
105: [[package]]
106: name = "async-executor"
107: version = "1.13.3"
108: source = "registry+https://github.com/rust-lang/crates.io-index"
109: checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
110: dependencies = [
111: "async-task",
112: "concurrent-queue",
113: "fastrand 2.3.0",
114: "futures-lite 2.6.1",
115: "pin-project-lite",
116: "slab",
117: ]
118:
119: [[package]]
120: name = "async-global-executor"
121: version = "2.4.1"
122: source = "registry+https://github.com/rust-lang/crates.io-index"
123: checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
124: dependencies = [
125: "async-channel 2.5.0",
126: "async-executor",
127: "async-io 2.6.0",
128: "async-lock 3.4.1",
129: "blocking",
130: "futures-lite 2.6.1",
131: "once_cell",
132: "tokio",
133: ]
134:
135: [[package]]
136: name = "async-io"
137: version = "1.13.0"
138: source = "registry+https://github.com/rust-lang/crates.io-index"
139: checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
140: dependencies = [
141: "async-lock 2.8.0",
142: "autocfg",
143: "cfg-if",
144: "concurrent-queue",
145: "futures-lite 1.13.0",
146: "log",
147: "parking",
148: "polling 2.8.0",
149: "rustix 0.37.28",
150: "slab",
151: "socket2 0.4.10",
152: "waker-fn",
153: ]
154:
155: [[package]]
156: name = "async-io"
157: version = "2.6.0"
158: source = "registry+https://github.com/rust-lang/crates.io-index"
159: checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
160: dependencies = [
161: "autocfg",
162: "cfg-if",
163: "concurrent-queue",
164: "futures-io",
165: "futures-lite 2.6.1",
166: "parking",
167: "polling 3.11.0",
168: "rustix 1.1.2",
169: "slab",
acb0a4ac54 2025-09-28 170: "windows-sys 0.61.1",
171: ]
172:
173: [[package]]
174: name = "async-lock"
175: version = "2.8.0"
176: source = "registry+https://github.com/rust-lang/crates.io-index"
177: checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
178: dependencies = [
179: "event-listener 2.5.3",
180: ]
181:
182: [[package]]
183: name = "async-lock"
184: version = "3.4.1"
185: source = "registry+https://github.com/rust-lang/crates.io-index"
186: checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
187: dependencies = [
188: "event-listener 5.4.1",
189: "event-listener-strategy",
190: "pin-project-lite",
191: ]
192:
193: [[package]]
194: name = "async-std"
195: version = "1.13.2"
196: source = "registry+https://github.com/rust-lang/crates.io-index"
197: checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
198: dependencies = [
199: "async-attributes",
200: "async-channel 1.9.0",
201: "async-global-executor",
202: "async-io 2.6.0",
203: "async-lock 3.4.1",
204: "crossbeam-utils",
205: "futures-channel",
206: "futures-core",
207: "futures-io",
208: "futures-lite 2.6.1",
209: "gloo-timers",
210: "kv-log-macro",
211: "log",
212: "memchr",
213: "once_cell",
214: "pin-project-lite",
215: "pin-utils",
216: "slab",
217: "wasm-bindgen-futures",
218: ]
219:
220: [[package]]
221: name = "async-stream"
222: version = "0.3.6"
223: source = "registry+https://github.com/rust-lang/crates.io-index"
224: checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
225: dependencies = [
226: "async-stream-impl",
227: "futures-core",
228: "pin-project-lite",
229: ]
230:
231: [[package]]
232: name = "async-stream-impl"
233: version = "0.3.6"
234: source = "registry+https://github.com/rust-lang/crates.io-index"
235: checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
236: dependencies = [
237: "proc-macro2",
238: "quote",
acb0a4ac54 2025-09-28 239: "syn 2.0.106",
240: ]
241:
242: [[package]]
243: name = "async-task"
244: version = "4.7.1"
245: source = "registry+https://github.com/rust-lang/crates.io-index"
246: checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
247:
248: [[package]]
249: name = "atoi"
250: version = "2.0.0"
251: source = "registry+https://github.com/rust-lang/crates.io-index"
252: checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
253: dependencies = [
254: "num-traits",
255: ]
256:
257: [[package]]
258: name = "atom_syndication"
259: version = "0.12.7"
260: source = "registry+https://github.com/rust-lang/crates.io-index"
261: checksum = "d2f68d23e2cb4fd958c705b91a6b4c80ceeaf27a9e11651272a8389d5ce1a4a3"
262: dependencies = [
263: "chrono",
264: "derive_builder",
265: "diligent-date-parser",
266: "never",
267: "quick-xml",
268: "serde",
269: ]
270:
271: [[package]]
272: name = "atomic-waker"
273: version = "1.1.2"
274: source = "registry+https://github.com/rust-lang/crates.io-index"
275: checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
276:
277: [[package]]
278: name = "autocfg"
279: version = "1.5.0"
280: source = "registry+https://github.com/rust-lang/crates.io-index"
281: checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
282:
283: [[package]]
acb0a4ac54 2025-09-28 284: name = "backtrace"
acb0a4ac54 2025-09-28 285: version = "0.3.76"
acb0a4ac54 2025-09-28 286: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 287: checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
acb0a4ac54 2025-09-28 288: dependencies = [
acb0a4ac54 2025-09-28 289: "addr2line",
acb0a4ac54 2025-09-28 290: "cfg-if",
acb0a4ac54 2025-09-28 291: "libc",
acb0a4ac54 2025-09-28 292: "miniz_oxide",
acb0a4ac54 2025-09-28 293: "object",
acb0a4ac54 2025-09-28 294: "rustc-demangle",
acb0a4ac54 2025-09-28 295: "windows-link 0.2.0",
acb0a4ac54 2025-09-28 296: ]
acb0a4ac54 2025-09-28 297:
acb0a4ac54 2025-09-28 298: [[package]]
299: name = "base64"
300: version = "0.22.1"
301: source = "registry+https://github.com/rust-lang/crates.io-index"
302: checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
303:
304: [[package]]
305: name = "base64ct"
306: version = "1.8.0"
307: source = "registry+https://github.com/rust-lang/crates.io-index"
308: checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
309:
310: [[package]]
311: name = "bitflags"
312: version = "1.3.2"
313: source = "registry+https://github.com/rust-lang/crates.io-index"
314: checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
315:
316: [[package]]
317: name = "bitflags"
acb0a4ac54 2025-09-28 318: version = "2.9.4"
319: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 320: checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
321: dependencies = [
acb0a4ac54 2025-09-28 322: "serde",
323: ]
324:
325: [[package]]
326: name = "block-buffer"
327: version = "0.10.4"
328: source = "registry+https://github.com/rust-lang/crates.io-index"
329: checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
330: dependencies = [
331: "generic-array",
332: ]
333:
334: [[package]]
335: name = "blocking"
336: version = "1.6.2"
337: source = "registry+https://github.com/rust-lang/crates.io-index"
338: checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
339: dependencies = [
340: "async-channel 2.5.0",
341: "async-task",
342: "futures-io",
343: "futures-lite 2.6.1",
344: "piper",
345: ]
346:
347: [[package]]
348: name = "brotli"
349: version = "8.0.2"
350: source = "registry+https://github.com/rust-lang/crates.io-index"
351: checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
352: dependencies = [
353: "alloc-no-stdlib",
354: "alloc-stdlib",
355: "brotli-decompressor",
356: ]
357:
358: [[package]]
359: name = "brotli-decompressor"
360: version = "5.0.0"
361: source = "registry+https://github.com/rust-lang/crates.io-index"
362: checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
363: dependencies = [
364: "alloc-no-stdlib",
365: "alloc-stdlib",
366: ]
367:
368: [[package]]
369: name = "bumpalo"
370: version = "3.19.0"
371: source = "registry+https://github.com/rust-lang/crates.io-index"
372: checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
373:
374: [[package]]
375: name = "byteorder"
376: version = "1.5.0"
377: source = "registry+https://github.com/rust-lang/crates.io-index"
378: checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
379:
380: [[package]]
381: name = "bytes"
382: version = "1.10.1"
383: source = "registry+https://github.com/rust-lang/crates.io-index"
384: checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
385:
386: [[package]]
387: name = "cc"
acb0a4ac54 2025-09-28 388: version = "1.2.39"
389: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 390: checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
391: dependencies = [
392: "find-msvc-tools",
393: "shlex",
394: ]
395:
396: [[package]]
397: name = "cfg-if"
acb0a4ac54 2025-09-28 398: version = "1.0.3"
399: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 400: checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
401:
402: [[package]]
403: name = "cfg_aliases"
404: version = "0.2.1"
405: source = "registry+https://github.com/rust-lang/crates.io-index"
406: checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
407:
408: [[package]]
409: name = "chrono"
410: version = "0.4.42"
411: source = "registry+https://github.com/rust-lang/crates.io-index"
412: checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
413: dependencies = [
414: "iana-time-zone",
415: "js-sys",
416: "num-traits",
417: "serde",
418: "wasm-bindgen",
acb0a4ac54 2025-09-28 419: "windows-link 0.2.0",
420: ]
421:
422: [[package]]
423: name = "compression-codecs"
424: version = "0.4.31"
425: source = "registry+https://github.com/rust-lang/crates.io-index"
426: checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
427: dependencies = [
428: "brotli",
429: "compression-core",
430: "flate2",
431: ]
432:
433: [[package]]
434: name = "compression-core"
435: version = "0.4.29"
436: source = "registry+https://github.com/rust-lang/crates.io-index"
437: checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
438:
439: [[package]]
440: name = "concurrent-queue"
441: version = "2.5.0"
442: source = "registry+https://github.com/rust-lang/crates.io-index"
443: checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
444: dependencies = [
445: "crossbeam-utils",
446: ]
447:
448: [[package]]
449: name = "config"
acb0a4ac54 2025-09-28 450: version = "0.15.17"
451: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 452: checksum = "680d3ac2fe066c43300ec831c978871e50113a708d58ab13d231bd92deca5adb"
453: dependencies = [
454: "pathdiff",
455: "serde_core",
456: "toml",
457: "winnow",
458: ]
459:
460: [[package]]
461: name = "const-oid"
462: version = "0.9.6"
463: source = "registry+https://github.com/rust-lang/crates.io-index"
464: checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
465:
466: [[package]]
467: name = "core-foundation"
468: version = "0.9.4"
469: source = "registry+https://github.com/rust-lang/crates.io-index"
470: checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
471: dependencies = [
472: "core-foundation-sys",
473: "libc",
474: ]
475:
476: [[package]]
477: name = "core-foundation-sys"
478: version = "0.8.7"
479: source = "registry+https://github.com/rust-lang/crates.io-index"
480: checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
481:
482: [[package]]
483: name = "cpufeatures"
484: version = "0.2.17"
485: source = "registry+https://github.com/rust-lang/crates.io-index"
486: checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
487: dependencies = [
488: "libc",
489: ]
490:
491: [[package]]
492: name = "crc"
493: version = "3.3.0"
494: source = "registry+https://github.com/rust-lang/crates.io-index"
495: checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
496: dependencies = [
497: "crc-catalog",
498: ]
499:
500: [[package]]
501: name = "crc-catalog"
502: version = "2.4.0"
503: source = "registry+https://github.com/rust-lang/crates.io-index"
504: checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
505:
506: [[package]]
507: name = "crc32fast"
508: version = "1.5.0"
509: source = "registry+https://github.com/rust-lang/crates.io-index"
510: checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
511: dependencies = [
512: "cfg-if",
513: ]
514:
515: [[package]]
516: name = "crossbeam-queue"
517: version = "0.3.12"
518: source = "registry+https://github.com/rust-lang/crates.io-index"
519: checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
520: dependencies = [
521: "crossbeam-utils",
522: ]
523:
524: [[package]]
525: name = "crossbeam-utils"
526: version = "0.8.21"
527: source = "registry+https://github.com/rust-lang/crates.io-index"
528: checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
529:
530: [[package]]
531: name = "crypto-common"
532: version = "0.1.6"
533: source = "registry+https://github.com/rust-lang/crates.io-index"
534: checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
535: dependencies = [
536: "generic-array",
537: "typenum",
538: ]
539:
540: [[package]]
541: name = "darling"
542: version = "0.20.11"
543: source = "registry+https://github.com/rust-lang/crates.io-index"
544: checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
545: dependencies = [
546: "darling_core 0.20.11",
547: "darling_macro 0.20.11",
548: ]
549:
550: [[package]]
551: name = "darling"
552: version = "0.21.3"
553: source = "registry+https://github.com/rust-lang/crates.io-index"
554: checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
555: dependencies = [
556: "darling_core 0.21.3",
557: "darling_macro 0.21.3",
558: ]
559:
560: [[package]]
561: name = "darling_core"
562: version = "0.20.11"
563: source = "registry+https://github.com/rust-lang/crates.io-index"
564: checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
565: dependencies = [
566: "fnv",
567: "ident_case",
568: "proc-macro2",
569: "quote",
570: "strsim",
acb0a4ac54 2025-09-28 571: "syn 2.0.106",
572: ]
573:
574: [[package]]
575: name = "darling_core"
576: version = "0.21.3"
577: source = "registry+https://github.com/rust-lang/crates.io-index"
578: checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
579: dependencies = [
580: "fnv",
581: "ident_case",
582: "proc-macro2",
583: "quote",
584: "strsim",
acb0a4ac54 2025-09-28 585: "syn 2.0.106",
586: ]
587:
588: [[package]]
589: name = "darling_macro"
590: version = "0.20.11"
591: source = "registry+https://github.com/rust-lang/crates.io-index"
592: checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
593: dependencies = [
594: "darling_core 0.20.11",
595: "quote",
acb0a4ac54 2025-09-28 596: "syn 2.0.106",
597: ]
598:
599: [[package]]
600: name = "darling_macro"
601: version = "0.21.3"
602: source = "registry+https://github.com/rust-lang/crates.io-index"
603: checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
604: dependencies = [
605: "darling_core 0.21.3",
606: "quote",
acb0a4ac54 2025-09-28 607: "syn 2.0.106",
608: ]
609:
610: [[package]]
611: name = "der"
612: version = "0.7.10"
613: source = "registry+https://github.com/rust-lang/crates.io-index"
614: checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
615: dependencies = [
616: "const-oid",
617: "pem-rfc7468",
618: "zeroize",
619: ]
620:
621: [[package]]
622: name = "derive_builder"
623: version = "0.20.2"
624: source = "registry+https://github.com/rust-lang/crates.io-index"
625: checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
626: dependencies = [
627: "derive_builder_macro",
628: ]
629:
630: [[package]]
631: name = "derive_builder_core"
632: version = "0.20.2"
633: source = "registry+https://github.com/rust-lang/crates.io-index"
634: checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
635: dependencies = [
636: "darling 0.20.11",
637: "proc-macro2",
638: "quote",
acb0a4ac54 2025-09-28 639: "syn 2.0.106",
640: ]
641:
642: [[package]]
643: name = "derive_builder_macro"
644: version = "0.20.2"
645: source = "registry+https://github.com/rust-lang/crates.io-index"
646: checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
647: dependencies = [
648: "derive_builder_core",
acb0a4ac54 2025-09-28 649: "syn 2.0.106",
650: ]
651:
652: [[package]]
653: name = "derive_more"
654: version = "2.0.1"
655: source = "registry+https://github.com/rust-lang/crates.io-index"
656: checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
657: dependencies = [
658: "derive_more-impl",
659: ]
660:
661: [[package]]
662: name = "derive_more-impl"
663: version = "2.0.1"
664: source = "registry+https://github.com/rust-lang/crates.io-index"
665: checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
666: dependencies = [
667: "proc-macro2",
668: "quote",
acb0a4ac54 2025-09-28 669: "syn 2.0.106",
670: ]
671:
672: [[package]]
673: name = "digest"
674: version = "0.10.7"
675: source = "registry+https://github.com/rust-lang/crates.io-index"
676: checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
677: dependencies = [
678: "block-buffer",
679: "const-oid",
680: "crypto-common",
681: "subtle",
682: ]
683:
684: [[package]]
685: name = "diligent-date-parser"
686: version = "0.1.5"
687: source = "registry+https://github.com/rust-lang/crates.io-index"
688: checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9"
689: dependencies = [
690: "chrono",
691: ]
692:
693: [[package]]
694: name = "displaydoc"
695: version = "0.2.5"
696: source = "registry+https://github.com/rust-lang/crates.io-index"
697: checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
698: dependencies = [
699: "proc-macro2",
700: "quote",
acb0a4ac54 2025-09-28 701: "syn 2.0.106",
702: ]
703:
704: [[package]]
705: name = "dotenvy"
706: version = "0.15.7"
707: source = "registry+https://github.com/rust-lang/crates.io-index"
708: checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
709:
710: [[package]]
711: name = "either"
712: version = "1.15.0"
713: source = "registry+https://github.com/rust-lang/crates.io-index"
714: checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
715: dependencies = [
716: "serde",
717: ]
718:
719: [[package]]
720: name = "encoding_rs"
721: version = "0.8.35"
722: source = "registry+https://github.com/rust-lang/crates.io-index"
723: checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
724: dependencies = [
725: "cfg-if",
726: ]
727:
728: [[package]]
729: name = "equivalent"
730: version = "1.0.2"
731: source = "registry+https://github.com/rust-lang/crates.io-index"
732: checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
733:
734: [[package]]
735: name = "errno"
736: version = "0.3.14"
737: source = "registry+https://github.com/rust-lang/crates.io-index"
738: checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
739: dependencies = [
740: "libc",
acb0a4ac54 2025-09-28 741: "windows-sys 0.61.1",
742: ]
743:
744: [[package]]
745: name = "etcetera"
746: version = "0.8.0"
747: source = "registry+https://github.com/rust-lang/crates.io-index"
748: checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
749: dependencies = [
750: "cfg-if",
751: "home",
752: "windows-sys 0.48.0",
753: ]
754:
755: [[package]]
756: name = "event-listener"
757: version = "2.5.3"
758: source = "registry+https://github.com/rust-lang/crates.io-index"
759: checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
760:
761: [[package]]
762: name = "event-listener"
763: version = "5.4.1"
764: source = "registry+https://github.com/rust-lang/crates.io-index"
765: checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
766: dependencies = [
767: "concurrent-queue",
768: "parking",
769: "pin-project-lite",
770: ]
771:
772: [[package]]
773: name = "event-listener-strategy"
774: version = "0.5.4"
775: source = "registry+https://github.com/rust-lang/crates.io-index"
776: checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
777: dependencies = [
778: "event-listener 5.4.1",
779: "pin-project-lite",
780: ]
781:
782: [[package]]
783: name = "fastrand"
784: version = "1.9.0"
785: source = "registry+https://github.com/rust-lang/crates.io-index"
786: checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
787: dependencies = [
788: "instant",
789: ]
790:
791: [[package]]
792: name = "fastrand"
793: version = "2.3.0"
794: source = "registry+https://github.com/rust-lang/crates.io-index"
795: checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
796:
797: [[package]]
798: name = "find-msvc-tools"
acb0a4ac54 2025-09-28 799: version = "0.1.2"
800: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 801: checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959"
802:
803: [[package]]
804: name = "flate2"
acb0a4ac54 2025-09-28 805: version = "1.1.2"
806: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 807: checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
808: dependencies = [
809: "crc32fast",
810: "miniz_oxide",
811: ]
812:
813: [[package]]
814: name = "flume"
815: version = "0.11.1"
816: source = "registry+https://github.com/rust-lang/crates.io-index"
817: checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
818: dependencies = [
819: "futures-core",
820: "futures-sink",
821: "spin",
822: ]
823:
824: [[package]]
825: name = "fnv"
826: version = "1.0.7"
827: source = "registry+https://github.com/rust-lang/crates.io-index"
828: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
829:
830: [[package]]
831: name = "foldhash"
832: version = "0.1.5"
833: source = "registry+https://github.com/rust-lang/crates.io-index"
834: checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
835:
836: [[package]]
837: name = "foreign-types"
838: version = "0.3.2"
839: source = "registry+https://github.com/rust-lang/crates.io-index"
840: checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
841: dependencies = [
842: "foreign-types-shared",
843: ]
844:
845: [[package]]
846: name = "foreign-types-shared"
847: version = "0.1.1"
848: source = "registry+https://github.com/rust-lang/crates.io-index"
849: checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
850:
851: [[package]]
852: name = "form_urlencoded"
853: version = "1.2.2"
854: source = "registry+https://github.com/rust-lang/crates.io-index"
855: checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
856: dependencies = [
857: "percent-encoding",
858: ]
859:
860: [[package]]
861: name = "futures"
862: version = "0.3.31"
863: source = "registry+https://github.com/rust-lang/crates.io-index"
864: checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
865: dependencies = [
866: "futures-channel",
867: "futures-core",
868: "futures-executor",
869: "futures-io",
870: "futures-sink",
871: "futures-task",
872: "futures-util",
873: ]
874:
875: [[package]]
876: name = "futures-channel"
877: version = "0.3.31"
878: source = "registry+https://github.com/rust-lang/crates.io-index"
879: checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
880: dependencies = [
881: "futures-core",
882: "futures-sink",
883: ]
884:
885: [[package]]
886: name = "futures-core"
887: version = "0.3.31"
888: source = "registry+https://github.com/rust-lang/crates.io-index"
889: checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
890:
891: [[package]]
892: name = "futures-executor"
893: version = "0.3.31"
894: source = "registry+https://github.com/rust-lang/crates.io-index"
895: checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
896: dependencies = [
897: "futures-core",
898: "futures-task",
899: "futures-util",
900: ]
901:
902: [[package]]
903: name = "futures-intrusive"
904: version = "0.5.0"
905: source = "registry+https://github.com/rust-lang/crates.io-index"
906: checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
907: dependencies = [
908: "futures-core",
909: "lock_api",
910: "parking_lot",
911: ]
912:
913: [[package]]
914: name = "futures-io"
915: version = "0.3.31"
916: source = "registry+https://github.com/rust-lang/crates.io-index"
917: checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
918:
919: [[package]]
920: name = "futures-lite"
921: version = "1.13.0"
922: source = "registry+https://github.com/rust-lang/crates.io-index"
923: checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
924: dependencies = [
925: "fastrand 1.9.0",
926: "futures-core",
927: "futures-io",
928: "memchr",
929: "parking",
930: "pin-project-lite",
931: "waker-fn",
932: ]
933:
934: [[package]]
935: name = "futures-lite"
936: version = "2.6.1"
937: source = "registry+https://github.com/rust-lang/crates.io-index"
938: checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
939: dependencies = [
940: "fastrand 2.3.0",
941: "futures-core",
942: "futures-io",
943: "parking",
944: "pin-project-lite",
945: ]
946:
947: [[package]]
948: name = "futures-macro"
949: version = "0.3.31"
950: source = "registry+https://github.com/rust-lang/crates.io-index"
951: checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
952: dependencies = [
953: "proc-macro2",
954: "quote",
acb0a4ac54 2025-09-28 955: "syn 2.0.106",
956: ]
957:
958: [[package]]
959: name = "futures-sink"
960: version = "0.3.31"
961: source = "registry+https://github.com/rust-lang/crates.io-index"
962: checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
963:
964: [[package]]
965: name = "futures-task"
966: version = "0.3.31"
967: source = "registry+https://github.com/rust-lang/crates.io-index"
968: checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
969:
970: [[package]]
971: name = "futures-util"
972: version = "0.3.31"
973: source = "registry+https://github.com/rust-lang/crates.io-index"
974: checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
975: dependencies = [
976: "futures-channel",
977: "futures-core",
978: "futures-io",
979: "futures-macro",
980: "futures-sink",
981: "futures-task",
982: "memchr",
983: "pin-project-lite",
984: "pin-utils",
985: "slab",
986: ]
987:
988: [[package]]
989: name = "generic-array"
acb0a4ac54 2025-09-28 990: version = "0.14.7"
991: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 992: checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
993: dependencies = [
994: "typenum",
995: "version_check",
996: ]
997:
998: [[package]]
999: name = "getrandom"
1000: version = "0.2.16"
1001: source = "registry+https://github.com/rust-lang/crates.io-index"
1002: checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1003: dependencies = [
1004: "cfg-if",
1005: "js-sys",
1006: "libc",
acb0a4ac54 2025-09-28 1007: "wasi 0.11.1+wasi-snapshot-preview1",
1008: "wasm-bindgen",
1009: ]
1010:
1011: [[package]]
1012: name = "getrandom"
acb0a4ac54 2025-09-28 1013: version = "0.3.3"
1014: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1015: checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1016: dependencies = [
1017: "cfg-if",
1018: "js-sys",
1019: "libc",
1020: "r-efi",
acb0a4ac54 2025-09-28 1021: "wasi 0.14.7+wasi-0.2.4",
1022: "wasm-bindgen",
1023: ]
acb0a4ac54 2025-09-28 1024:
acb0a4ac54 2025-09-28 1025: [[package]]
acb0a4ac54 2025-09-28 1026: name = "gimli"
acb0a4ac54 2025-09-28 1027: version = "0.32.3"
acb0a4ac54 2025-09-28 1028: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1029: checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1030:
1031: [[package]]
1032: name = "gloo-timers"
1033: version = "0.3.0"
1034: source = "registry+https://github.com/rust-lang/crates.io-index"
1035: checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
1036: dependencies = [
1037: "futures-channel",
1038: "futures-core",
1039: "js-sys",
1040: "wasm-bindgen",
1041: ]
1042:
1043: [[package]]
1044: name = "h2"
1045: version = "0.4.12"
1046: source = "registry+https://github.com/rust-lang/crates.io-index"
1047: checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
1048: dependencies = [
1049: "atomic-waker",
1050: "bytes",
1051: "fnv",
1052: "futures-core",
1053: "futures-sink",
1054: "http",
1055: "indexmap",
1056: "slab",
1057: "tokio",
1058: "tokio-util",
1059: "tracing",
1060: ]
1061:
1062: [[package]]
1063: name = "hashbrown"
1064: version = "0.15.5"
1065: source = "registry+https://github.com/rust-lang/crates.io-index"
1066: checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1067: dependencies = [
1068: "allocator-api2",
1069: "equivalent",
1070: "foldhash",
1071: ]
1072:
1073: [[package]]
1074: name = "hashbrown"
1075: version = "0.16.0"
1076: source = "registry+https://github.com/rust-lang/crates.io-index"
1077: checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
1078:
1079: [[package]]
1080: name = "hashlink"
1081: version = "0.10.0"
1082: source = "registry+https://github.com/rust-lang/crates.io-index"
1083: checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1084: dependencies = [
1085: "hashbrown 0.15.5",
1086: ]
1087:
1088: [[package]]
1089: name = "heck"
1090: version = "0.5.0"
1091: source = "registry+https://github.com/rust-lang/crates.io-index"
1092: checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1093:
1094: [[package]]
1095: name = "hermit-abi"
1096: version = "0.3.9"
1097: source = "registry+https://github.com/rust-lang/crates.io-index"
1098: checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1099:
1100: [[package]]
1101: name = "hermit-abi"
1102: version = "0.5.2"
1103: source = "registry+https://github.com/rust-lang/crates.io-index"
1104: checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1105:
1106: [[package]]
1107: name = "hex"
1108: version = "0.4.3"
1109: source = "registry+https://github.com/rust-lang/crates.io-index"
1110: checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1111:
1112: [[package]]
1113: name = "hkdf"
1114: version = "0.12.4"
1115: source = "registry+https://github.com/rust-lang/crates.io-index"
1116: checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1117: dependencies = [
1118: "hmac",
1119: ]
1120:
1121: [[package]]
1122: name = "hmac"
1123: version = "0.12.1"
1124: source = "registry+https://github.com/rust-lang/crates.io-index"
1125: checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1126: dependencies = [
1127: "digest",
1128: ]
1129:
1130: [[package]]
1131: name = "home"
acb0a4ac54 2025-09-28 1132: version = "0.5.11"
1133: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1134: checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1135: dependencies = [
acb0a4ac54 2025-09-28 1136: "windows-sys 0.59.0",
1137: ]
1138:
1139: [[package]]
1140: name = "http"
1141: version = "1.3.1"
1142: source = "registry+https://github.com/rust-lang/crates.io-index"
1143: checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1144: dependencies = [
1145: "bytes",
1146: "fnv",
1147: "itoa",
1148: ]
1149:
1150: [[package]]
1151: name = "http-body"
1152: version = "1.0.1"
1153: source = "registry+https://github.com/rust-lang/crates.io-index"
1154: checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1155: dependencies = [
1156: "bytes",
1157: "http",
1158: ]
1159:
1160: [[package]]
1161: name = "http-body-util"
1162: version = "0.1.3"
1163: source = "registry+https://github.com/rust-lang/crates.io-index"
1164: checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1165: dependencies = [
1166: "bytes",
1167: "futures-core",
1168: "http",
1169: "http-body",
1170: "pin-project-lite",
1171: ]
1172:
1173: [[package]]
1174: name = "httparse"
1175: version = "1.10.1"
1176: source = "registry+https://github.com/rust-lang/crates.io-index"
1177: checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1178:
1179: [[package]]
1180: name = "hyper"
1181: version = "1.7.0"
1182: source = "registry+https://github.com/rust-lang/crates.io-index"
1183: checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
1184: dependencies = [
1185: "atomic-waker",
1186: "bytes",
1187: "futures-channel",
1188: "futures-core",
1189: "h2",
1190: "http",
1191: "http-body",
1192: "httparse",
1193: "itoa",
1194: "pin-project-lite",
1195: "pin-utils",
1196: "smallvec",
1197: "tokio",
1198: "want",
1199: ]
1200:
1201: [[package]]
1202: name = "hyper-rustls"
1203: version = "0.27.7"
1204: source = "registry+https://github.com/rust-lang/crates.io-index"
1205: checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1206: dependencies = [
1207: "http",
1208: "hyper",
1209: "hyper-util",
1210: "rustls",
1211: "rustls-pki-types",
1212: "tokio",
1213: "tokio-rustls",
1214: "tower-service",
acb0a4ac54 2025-09-28 1215: "webpki-roots 1.0.2",
1216: ]
1217:
1218: [[package]]
1219: name = "hyper-tls"
1220: version = "0.6.0"
1221: source = "registry+https://github.com/rust-lang/crates.io-index"
1222: checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1223: dependencies = [
1224: "bytes",
1225: "http-body-util",
1226: "hyper",
1227: "hyper-util",
1228: "native-tls",
1229: "tokio",
1230: "tokio-native-tls",
1231: "tower-service",
1232: ]
1233:
1234: [[package]]
1235: name = "hyper-util"
1236: version = "0.1.17"
1237: source = "registry+https://github.com/rust-lang/crates.io-index"
1238: checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
1239: dependencies = [
1240: "base64",
1241: "bytes",
1242: "futures-channel",
1243: "futures-core",
1244: "futures-util",
1245: "http",
1246: "http-body",
1247: "hyper",
1248: "ipnet",
1249: "libc",
1250: "percent-encoding",
1251: "pin-project-lite",
acb0a4ac54 2025-09-28 1252: "socket2 0.6.0",
1253: "system-configuration",
1254: "tokio",
1255: "tower-service",
1256: "tracing",
1257: "windows-registry",
1258: ]
1259:
1260: [[package]]
1261: name = "iana-time-zone"
1262: version = "0.1.64"
1263: source = "registry+https://github.com/rust-lang/crates.io-index"
1264: checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
1265: dependencies = [
1266: "android_system_properties",
1267: "core-foundation-sys",
1268: "iana-time-zone-haiku",
1269: "js-sys",
1270: "log",
1271: "wasm-bindgen",
1272: "windows-core",
1273: ]
1274:
1275: [[package]]
1276: name = "iana-time-zone-haiku"
1277: version = "0.1.2"
1278: source = "registry+https://github.com/rust-lang/crates.io-index"
1279: checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1280: dependencies = [
1281: "cc",
1282: ]
1283:
1284: [[package]]
1285: name = "icu_collections"
acb0a4ac54 2025-09-28 1286: version = "2.0.0"
1287: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1288: checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1289: dependencies = [
1290: "displaydoc",
1291: "potential_utf",
1292: "yoke",
1293: "zerofrom",
1294: "zerovec",
1295: ]
1296:
1297: [[package]]
1298: name = "icu_locale_core"
acb0a4ac54 2025-09-28 1299: version = "2.0.0"
1300: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1301: checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1302: dependencies = [
1303: "displaydoc",
1304: "litemap",
1305: "tinystr",
1306: "writeable",
1307: "zerovec",
1308: ]
1309:
1310: [[package]]
1311: name = "icu_normalizer"
acb0a4ac54 2025-09-28 1312: version = "2.0.0"
1313: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1314: checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1315: dependencies = [
acb0a4ac54 2025-09-28 1316: "displaydoc",
1317: "icu_collections",
1318: "icu_normalizer_data",
1319: "icu_properties",
1320: "icu_provider",
1321: "smallvec",
1322: "zerovec",
1323: ]
1324:
1325: [[package]]
1326: name = "icu_normalizer_data"
acb0a4ac54 2025-09-28 1327: version = "2.0.0"
1328: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1329: checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1330:
1331: [[package]]
1332: name = "icu_properties"
acb0a4ac54 2025-09-28 1333: version = "2.0.1"
1334: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1335: checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1336: dependencies = [
acb0a4ac54 2025-09-28 1337: "displaydoc",
1338: "icu_collections",
1339: "icu_locale_core",
1340: "icu_properties_data",
1341: "icu_provider",
acb0a4ac54 2025-09-28 1342: "potential_utf",
1343: "zerotrie",
1344: "zerovec",
1345: ]
1346:
1347: [[package]]
1348: name = "icu_properties_data"
acb0a4ac54 2025-09-28 1349: version = "2.0.1"
1350: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1351: checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1352:
1353: [[package]]
1354: name = "icu_provider"
acb0a4ac54 2025-09-28 1355: version = "2.0.0"
1356: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1357: checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1358: dependencies = [
1359: "displaydoc",
1360: "icu_locale_core",
acb0a4ac54 2025-09-28 1361: "stable_deref_trait",
acb0a4ac54 2025-09-28 1362: "tinystr",
1363: "writeable",
1364: "yoke",
1365: "zerofrom",
1366: "zerotrie",
1367: "zerovec",
1368: ]
1369:
1370: [[package]]
1371: name = "ident_case"
1372: version = "1.0.1"
1373: source = "registry+https://github.com/rust-lang/crates.io-index"
1374: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1375:
1376: [[package]]
1377: name = "idna"
1378: version = "1.1.0"
1379: source = "registry+https://github.com/rust-lang/crates.io-index"
1380: checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1381: dependencies = [
1382: "idna_adapter",
1383: "smallvec",
1384: "utf8_iter",
1385: ]
1386:
1387: [[package]]
1388: name = "idna_adapter"
1389: version = "1.2.1"
1390: source = "registry+https://github.com/rust-lang/crates.io-index"
1391: checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1392: dependencies = [
1393: "icu_normalizer",
1394: "icu_properties",
1395: ]
1396:
1397: [[package]]
1398: name = "indexmap"
acb0a4ac54 2025-09-28 1399: version = "2.11.4"
1400: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1401: checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
1402: dependencies = [
1403: "equivalent",
1404: "hashbrown 0.16.0",
1405: ]
1406:
1407: [[package]]
1408: name = "instant"
1409: version = "0.1.13"
1410: source = "registry+https://github.com/rust-lang/crates.io-index"
1411: checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1412: dependencies = [
1413: "cfg-if",
1414: ]
1415:
1416: [[package]]
1417: name = "io-lifetimes"
1418: version = "1.0.11"
1419: source = "registry+https://github.com/rust-lang/crates.io-index"
1420: checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
1421: dependencies = [
1422: "hermit-abi 0.3.9",
1423: "libc",
1424: "windows-sys 0.48.0",
1425: ]
1426:
1427: [[package]]
acb0a4ac54 2025-09-28 1428: name = "io-uring"
acb0a4ac54 2025-09-28 1429: version = "0.7.10"
acb0a4ac54 2025-09-28 1430: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1431: checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
acb0a4ac54 2025-09-28 1432: dependencies = [
acb0a4ac54 2025-09-28 1433: "bitflags 2.9.4",
acb0a4ac54 2025-09-28 1434: "cfg-if",
acb0a4ac54 2025-09-28 1435: "libc",
acb0a4ac54 2025-09-28 1436: ]
acb0a4ac54 2025-09-28 1437:
acb0a4ac54 2025-09-28 1438: [[package]]
1439: name = "ipnet"
1440: version = "2.11.0"
1441: source = "registry+https://github.com/rust-lang/crates.io-index"
1442: checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1443:
1444: [[package]]
1445: name = "iri-string"
acb0a4ac54 2025-09-28 1446: version = "0.7.8"
1447: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1448: checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1449: dependencies = [
1450: "memchr",
1451: "serde",
1452: ]
1453:
1454: [[package]]
1455: name = "itoa"
1456: version = "1.0.15"
1457: source = "registry+https://github.com/rust-lang/crates.io-index"
1458: checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1459:
1460: [[package]]
1461: name = "js-sys"
acb0a4ac54 2025-09-28 1462: version = "0.3.81"
1463: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1464: checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
1465: dependencies = [
1466: "once_cell",
1467: "wasm-bindgen",
1468: ]
1469:
1470: [[package]]
1471: name = "kv-log-macro"
1472: version = "1.0.7"
1473: source = "registry+https://github.com/rust-lang/crates.io-index"
1474: checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1475: dependencies = [
1476: "log",
1477: ]
1478:
1479: [[package]]
1480: name = "lazy_static"
1481: version = "1.5.0"
1482: source = "registry+https://github.com/rust-lang/crates.io-index"
1483: checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1484: dependencies = [
1485: "spin",
1486: ]
1487:
1488: [[package]]
1489: name = "libc"
acb0a4ac54 2025-09-28 1490: version = "0.2.176"
1491: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1492: checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
1493:
1494: [[package]]
1495: name = "libm"
1496: version = "0.2.15"
1497: source = "registry+https://github.com/rust-lang/crates.io-index"
1498: checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1499:
1500: [[package]]
1501: name = "libredox"
1502: version = "0.1.10"
1503: source = "registry+https://github.com/rust-lang/crates.io-index"
1504: checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
1505: dependencies = [
acb0a4ac54 2025-09-28 1506: "bitflags 2.9.4",
1507: "libc",
1508: "redox_syscall",
1509: ]
1510:
1511: [[package]]
1512: name = "libsqlite3-sys"
1513: version = "0.30.1"
1514: source = "registry+https://github.com/rust-lang/crates.io-index"
1515: checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1516: dependencies = [
1517: "pkg-config",
1518: "vcpkg",
1519: ]
1520:
1521: [[package]]
1522: name = "linux-raw-sys"
1523: version = "0.3.8"
1524: source = "registry+https://github.com/rust-lang/crates.io-index"
1525: checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
1526:
1527: [[package]]
1528: name = "linux-raw-sys"
1529: version = "0.11.0"
1530: source = "registry+https://github.com/rust-lang/crates.io-index"
1531: checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1532:
1533: [[package]]
1534: name = "litemap"
acb0a4ac54 2025-09-28 1535: version = "0.8.0"
1536: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1537: checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1538:
1539: [[package]]
1540: name = "lock_api"
acb0a4ac54 2025-09-28 1541: version = "0.4.13"
1542: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1543: checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1544: dependencies = [
acb0a4ac54 2025-09-28 1545: "autocfg",
1546: "scopeguard",
1547: ]
1548:
1549: [[package]]
1550: name = "log"
1551: version = "0.4.28"
1552: source = "registry+https://github.com/rust-lang/crates.io-index"
1553: checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1554: dependencies = [
1555: "value-bag",
1556: ]
1557:
1558: [[package]]
1559: name = "lru-slab"
1560: version = "0.1.2"
1561: source = "registry+https://github.com/rust-lang/crates.io-index"
1562: checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1563:
1564: [[package]]
1565: name = "md-5"
1566: version = "0.10.6"
1567: source = "registry+https://github.com/rust-lang/crates.io-index"
1568: checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1569: dependencies = [
1570: "cfg-if",
1571: "digest",
1572: ]
1573:
1574: [[package]]
1575: name = "memchr"
1576: version = "2.7.6"
1577: source = "registry+https://github.com/rust-lang/crates.io-index"
1578: checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1579:
1580: [[package]]
1581: name = "mime"
1582: version = "0.3.17"
1583: source = "registry+https://github.com/rust-lang/crates.io-index"
1584: checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1585:
1586: [[package]]
1587: name = "mime_guess"
1588: version = "2.0.5"
1589: source = "registry+https://github.com/rust-lang/crates.io-index"
1590: checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1591: dependencies = [
1592: "mime",
1593: "unicase",
1594: ]
1595:
1596: [[package]]
1597: name = "miniz_oxide"
1598: version = "0.8.9"
1599: source = "registry+https://github.com/rust-lang/crates.io-index"
1600: checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1601: dependencies = [
1602: "adler2",
1603: ]
1604:
1605: [[package]]
1606: name = "mio"
acb0a4ac54 2025-09-28 1607: version = "1.0.4"
1608: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1609: checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1610: dependencies = [
1611: "libc",
acb0a4ac54 2025-09-28 1612: "wasi 0.11.1+wasi-snapshot-preview1",
acb0a4ac54 2025-09-28 1613: "windows-sys 0.59.0",
1614: ]
1615:
1616: [[package]]
1617: name = "native-tls"
1618: version = "0.2.14"
1619: source = "registry+https://github.com/rust-lang/crates.io-index"
1620: checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1621: dependencies = [
1622: "libc",
1623: "log",
1624: "openssl",
1625: "openssl-probe",
1626: "openssl-sys",
1627: "schannel",
1628: "security-framework",
1629: "security-framework-sys",
1630: "tempfile",
1631: ]
1632:
1633: [[package]]
1634: name = "never"
1635: version = "0.1.0"
1636: source = "registry+https://github.com/rust-lang/crates.io-index"
1637: checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
1638:
1639: [[package]]
1640: name = "num-bigint-dig"
acb0a4ac54 2025-09-28 1641: version = "0.8.4"
1642: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1643: checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
1644: dependencies = [
acb0a4ac54 2025-09-28 1645: "byteorder",
1646: "lazy_static",
1647: "libm",
1648: "num-integer",
1649: "num-iter",
1650: "num-traits",
1651: "rand 0.8.5",
1652: "smallvec",
1653: "zeroize",
1654: ]
1655:
1656: [[package]]
1657: name = "num-integer"
1658: version = "0.1.46"
1659: source = "registry+https://github.com/rust-lang/crates.io-index"
1660: checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1661: dependencies = [
1662: "num-traits",
1663: ]
1664:
1665: [[package]]
1666: name = "num-iter"
1667: version = "0.1.45"
1668: source = "registry+https://github.com/rust-lang/crates.io-index"
1669: checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1670: dependencies = [
1671: "autocfg",
1672: "num-integer",
1673: "num-traits",
1674: ]
1675:
1676: [[package]]
1677: name = "num-traits"
1678: version = "0.2.19"
1679: source = "registry+https://github.com/rust-lang/crates.io-index"
1680: checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1681: dependencies = [
1682: "autocfg",
1683: "libm",
1684: ]
1685:
1686: [[package]]
acb0a4ac54 2025-09-28 1687: name = "object"
acb0a4ac54 2025-09-28 1688: version = "0.37.3"
acb0a4ac54 2025-09-28 1689: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1690: checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
acb0a4ac54 2025-09-28 1691: dependencies = [
acb0a4ac54 2025-09-28 1692: "memchr",
acb0a4ac54 2025-09-28 1693: ]
acb0a4ac54 2025-09-28 1694:
acb0a4ac54 2025-09-28 1695: [[package]]
1696: name = "once_cell"
1697: version = "1.21.3"
1698: source = "registry+https://github.com/rust-lang/crates.io-index"
1699: checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1700:
1701: [[package]]
1702: name = "openssl"
acb0a4ac54 2025-09-28 1703: version = "0.10.73"
1704: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1705: checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1706: dependencies = [
acb0a4ac54 2025-09-28 1707: "bitflags 2.9.4",
1708: "cfg-if",
1709: "foreign-types",
1710: "libc",
1711: "once_cell",
1712: "openssl-macros",
1713: "openssl-sys",
1714: ]
1715:
1716: [[package]]
1717: name = "openssl-macros"
1718: version = "0.1.1"
1719: source = "registry+https://github.com/rust-lang/crates.io-index"
1720: checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1721: dependencies = [
1722: "proc-macro2",
1723: "quote",
acb0a4ac54 2025-09-28 1724: "syn 2.0.106",
1725: ]
1726:
1727: [[package]]
1728: name = "openssl-probe"
1729: version = "0.1.6"
1730: source = "registry+https://github.com/rust-lang/crates.io-index"
1731: checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1732:
1733: [[package]]
1734: name = "openssl-sys"
acb0a4ac54 2025-09-28 1735: version = "0.9.109"
1736: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1737: checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1738: dependencies = [
1739: "cc",
1740: "libc",
1741: "pkg-config",
1742: "vcpkg",
1743: ]
1744:
1745: [[package]]
1746: name = "owo-colors"
acb0a4ac54 2025-09-28 1747: version = "4.2.2"
1748: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1749: checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e"
1750:
1751: [[package]]
1752: name = "parking"
1753: version = "2.2.1"
1754: source = "registry+https://github.com/rust-lang/crates.io-index"
1755: checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1756:
1757: [[package]]
1758: name = "parking_lot"
acb0a4ac54 2025-09-28 1759: version = "0.12.4"
1760: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1761: checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1762: dependencies = [
1763: "lock_api",
1764: "parking_lot_core",
1765: ]
1766:
1767: [[package]]
1768: name = "parking_lot_core"
acb0a4ac54 2025-09-28 1769: version = "0.9.11"
1770: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1771: checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1772: dependencies = [
1773: "cfg-if",
1774: "libc",
1775: "redox_syscall",
1776: "smallvec",
acb0a4ac54 2025-09-28 1777: "windows-targets 0.52.6",
1778: ]
1779:
1780: [[package]]
1781: name = "pathdiff"
1782: version = "0.2.3"
1783: source = "registry+https://github.com/rust-lang/crates.io-index"
1784: checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
1785:
1786: [[package]]
1787: name = "pem-rfc7468"
1788: version = "0.7.0"
1789: source = "registry+https://github.com/rust-lang/crates.io-index"
1790: checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1791: dependencies = [
1792: "base64ct",
1793: ]
1794:
1795: [[package]]
1796: name = "percent-encoding"
1797: version = "2.3.2"
1798: source = "registry+https://github.com/rust-lang/crates.io-index"
1799: checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1800:
1801: [[package]]
1802: name = "pin-project-lite"
1803: version = "0.2.16"
1804: source = "registry+https://github.com/rust-lang/crates.io-index"
1805: checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1806:
1807: [[package]]
1808: name = "pin-utils"
1809: version = "0.1.0"
1810: source = "registry+https://github.com/rust-lang/crates.io-index"
1811: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1812:
1813: [[package]]
1814: name = "piper"
1815: version = "0.2.4"
1816: source = "registry+https://github.com/rust-lang/crates.io-index"
1817: checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
1818: dependencies = [
1819: "atomic-waker",
1820: "fastrand 2.3.0",
1821: "futures-io",
1822: ]
1823:
1824: [[package]]
1825: name = "pkcs1"
1826: version = "0.7.5"
1827: source = "registry+https://github.com/rust-lang/crates.io-index"
1828: checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1829: dependencies = [
1830: "der",
1831: "pkcs8",
1832: "spki",
1833: ]
1834:
1835: [[package]]
1836: name = "pkcs8"
1837: version = "0.10.2"
1838: source = "registry+https://github.com/rust-lang/crates.io-index"
1839: checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1840: dependencies = [
1841: "der",
1842: "spki",
1843: ]
1844:
1845: [[package]]
1846: name = "pkg-config"
1847: version = "0.3.32"
1848: source = "registry+https://github.com/rust-lang/crates.io-index"
1849: checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1850:
1851: [[package]]
1852: name = "polling"
1853: version = "2.8.0"
1854: source = "registry+https://github.com/rust-lang/crates.io-index"
1855: checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1856: dependencies = [
1857: "autocfg",
1858: "bitflags 1.3.2",
1859: "cfg-if",
1860: "concurrent-queue",
1861: "libc",
1862: "log",
1863: "pin-project-lite",
1864: "windows-sys 0.48.0",
1865: ]
1866:
1867: [[package]]
1868: name = "polling"
1869: version = "3.11.0"
1870: source = "registry+https://github.com/rust-lang/crates.io-index"
1871: checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
1872: dependencies = [
1873: "cfg-if",
1874: "concurrent-queue",
1875: "hermit-abi 0.5.2",
1876: "pin-project-lite",
1877: "rustix 1.1.2",
acb0a4ac54 2025-09-28 1878: "windows-sys 0.61.1",
1879: ]
1880:
1881: [[package]]
1882: name = "potential_utf"
acb0a4ac54 2025-09-28 1883: version = "0.1.3"
1884: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1885: checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
1886: dependencies = [
1887: "zerovec",
1888: ]
1889:
1890: [[package]]
1891: name = "ppv-lite86"
1892: version = "0.2.21"
1893: source = "registry+https://github.com/rust-lang/crates.io-index"
1894: checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1895: dependencies = [
1896: "zerocopy",
1897: ]
1898:
1899: [[package]]
1900: name = "proc-macro2"
acb0a4ac54 2025-09-28 1901: version = "1.0.101"
1902: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1903: checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1904: dependencies = [
1905: "unicode-ident",
1906: ]
1907:
1908: [[package]]
1909: name = "quick-xml"
1910: version = "0.37.5"
1911: source = "registry+https://github.com/rust-lang/crates.io-index"
1912: checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
1913: dependencies = [
1914: "encoding_rs",
1915: "memchr",
1916: ]
1917:
1918: [[package]]
1919: name = "quinn"
1920: version = "0.11.9"
1921: source = "registry+https://github.com/rust-lang/crates.io-index"
1922: checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1923: dependencies = [
1924: "bytes",
1925: "cfg_aliases",
1926: "pin-project-lite",
1927: "quinn-proto",
1928: "quinn-udp",
1929: "rustc-hash",
1930: "rustls",
acb0a4ac54 2025-09-28 1931: "socket2 0.6.0",
1932: "thiserror",
1933: "tokio",
1934: "tracing",
1935: "web-time",
1936: ]
1937:
1938: [[package]]
1939: name = "quinn-proto"
1940: version = "0.11.13"
1941: source = "registry+https://github.com/rust-lang/crates.io-index"
1942: checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
1943: dependencies = [
1944: "bytes",
acb0a4ac54 2025-09-28 1945: "getrandom 0.3.3",
1946: "lru-slab",
1947: "rand 0.9.2",
1948: "ring",
1949: "rustc-hash",
1950: "rustls",
1951: "rustls-pki-types",
1952: "slab",
1953: "thiserror",
1954: "tinyvec",
1955: "tracing",
1956: "web-time",
1957: ]
1958:
1959: [[package]]
1960: name = "quinn-udp"
1961: version = "0.5.14"
1962: source = "registry+https://github.com/rust-lang/crates.io-index"
1963: checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1964: dependencies = [
1965: "cfg_aliases",
1966: "libc",
1967: "once_cell",
acb0a4ac54 2025-09-28 1968: "socket2 0.6.0",
1969: "tracing",
1970: "windows-sys 0.60.2",
1971: ]
1972:
1973: [[package]]
1974: name = "quote"
acb0a4ac54 2025-09-28 1975: version = "1.0.40"
1976: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1977: checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1978: dependencies = [
1979: "proc-macro2",
1980: ]
1981:
1982: [[package]]
1983: name = "r-efi"
1984: version = "5.3.0"
1985: source = "registry+https://github.com/rust-lang/crates.io-index"
1986: checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1987:
1988: [[package]]
1989: name = "rand"
1990: version = "0.8.5"
1991: source = "registry+https://github.com/rust-lang/crates.io-index"
1992: checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1993: dependencies = [
1994: "libc",
1995: "rand_chacha 0.3.1",
1996: "rand_core 0.6.4",
1997: ]
1998:
1999: [[package]]
2000: name = "rand"
2001: version = "0.9.2"
2002: source = "registry+https://github.com/rust-lang/crates.io-index"
2003: checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2004: dependencies = [
2005: "rand_chacha 0.9.0",
2006: "rand_core 0.9.3",
2007: ]
2008:
2009: [[package]]
2010: name = "rand_chacha"
2011: version = "0.3.1"
2012: source = "registry+https://github.com/rust-lang/crates.io-index"
2013: checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2014: dependencies = [
2015: "ppv-lite86",
2016: "rand_core 0.6.4",
2017: ]
2018:
2019: [[package]]
2020: name = "rand_chacha"
2021: version = "0.9.0"
2022: source = "registry+https://github.com/rust-lang/crates.io-index"
2023: checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2024: dependencies = [
2025: "ppv-lite86",
2026: "rand_core 0.9.3",
2027: ]
2028:
2029: [[package]]
2030: name = "rand_core"
2031: version = "0.6.4"
2032: source = "registry+https://github.com/rust-lang/crates.io-index"
2033: checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2034: dependencies = [
2035: "getrandom 0.2.16",
2036: ]
2037:
2038: [[package]]
2039: name = "rand_core"
2040: version = "0.9.3"
2041: source = "registry+https://github.com/rust-lang/crates.io-index"
2042: checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2043: dependencies = [
acb0a4ac54 2025-09-28 2044: "getrandom 0.3.3",
2045: ]
2046:
2047: [[package]]
2048: name = "redox_syscall"
acb0a4ac54 2025-09-28 2049: version = "0.5.17"
2050: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2051: checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
2052: dependencies = [
acb0a4ac54 2025-09-28 2053: "bitflags 2.9.4",
2054: ]
2055:
2056: [[package]]
2057: name = "regex"
acb0a4ac54 2025-09-28 2058: version = "1.11.3"
2059: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2060: checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
2061: dependencies = [
2062: "aho-corasick",
2063: "memchr",
2064: "regex-automata",
2065: "regex-syntax",
2066: ]
2067:
2068: [[package]]
2069: name = "regex-automata"
acb0a4ac54 2025-09-28 2070: version = "0.4.11"
2071: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2072: checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
2073: dependencies = [
2074: "aho-corasick",
2075: "memchr",
2076: "regex-syntax",
2077: ]
2078:
2079: [[package]]
2080: name = "regex-syntax"
acb0a4ac54 2025-09-28 2081: version = "0.8.6"
2082: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2083: checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
2084:
2085: [[package]]
2086: name = "reqwest"
acb0a4ac54 2025-09-28 2087: version = "0.12.23"
2088: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2089: checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
2090: dependencies = [
2091: "async-compression",
2092: "base64",
2093: "bytes",
2094: "encoding_rs",
2095: "futures-core",
2096: "futures-util",
2097: "h2",
2098: "http",
2099: "http-body",
2100: "http-body-util",
2101: "hyper",
2102: "hyper-rustls",
2103: "hyper-tls",
2104: "hyper-util",
2105: "js-sys",
2106: "log",
2107: "mime",
2108: "mime_guess",
2109: "native-tls",
2110: "percent-encoding",
2111: "pin-project-lite",
2112: "quinn",
2113: "rustls",
2114: "rustls-pki-types",
2115: "serde",
2116: "serde_json",
2117: "serde_urlencoded",
2118: "sync_wrapper",
2119: "tokio",
2120: "tokio-native-tls",
2121: "tokio-rustls",
2122: "tokio-util",
2123: "tower",
2124: "tower-http",
2125: "tower-service",
2126: "url",
2127: "wasm-bindgen",
2128: "wasm-bindgen-futures",
2129: "wasm-streams",
2130: "web-sys",
acb0a4ac54 2025-09-28 2131: "webpki-roots 1.0.2",
2132: ]
2133:
2134: [[package]]
2135: name = "ring"
2136: version = "0.17.14"
2137: source = "registry+https://github.com/rust-lang/crates.io-index"
2138: checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2139: dependencies = [
2140: "cc",
2141: "cfg-if",
2142: "getrandom 0.2.16",
2143: "libc",
2144: "untrusted",
2145: "windows-sys 0.52.0",
2146: ]
2147:
2148: [[package]]
2149: name = "rsa"
2150: version = "0.9.8"
2151: source = "registry+https://github.com/rust-lang/crates.io-index"
2152: checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
2153: dependencies = [
2154: "const-oid",
2155: "digest",
2156: "num-bigint-dig",
2157: "num-integer",
2158: "num-traits",
2159: "pkcs1",
2160: "pkcs8",
2161: "rand_core 0.6.4",
2162: "signature",
2163: "spki",
2164: "subtle",
2165: "zeroize",
2166: ]
2167:
2168: [[package]]
2169: name = "rss"
2170: version = "2.0.12"
2171: source = "registry+https://github.com/rust-lang/crates.io-index"
2172: checksum = "b2107738f003660f0a91f56fd3e3bd3ab5d918b2ddaf1e1ec2136fb1c46f71bf"
2173: dependencies = [
2174: "atom_syndication",
2175: "derive_builder",
2176: "never",
2177: "quick-xml",
2178: ]
2179:
2180: [[package]]
2181: name = "rsstg"
2182: version = "0.5.0"
2183: dependencies = [
2184: "async-std",
2185: "atom_syndication",
2186: "chrono",
2187: "config",
2188: "futures",
2189: "futures-util",
2190: "lazy_static",
2191: "regex",
2192: "reqwest",
2193: "rss",
2194: "sedregex",
2195: "sqlx",
2196: "stacked_errors",
2197: "tgbot",
2198: ]
2199:
2200: [[package]]
acb0a4ac54 2025-09-28 2201: name = "rustc-demangle"
acb0a4ac54 2025-09-28 2202: version = "0.1.26"
acb0a4ac54 2025-09-28 2203: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2204: checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
acb0a4ac54 2025-09-28 2205:
acb0a4ac54 2025-09-28 2206: [[package]]
2207: name = "rustc-hash"
2208: version = "2.1.1"
2209: source = "registry+https://github.com/rust-lang/crates.io-index"
2210: checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2211:
2212: [[package]]
2213: name = "rustix"
2214: version = "0.37.28"
2215: source = "registry+https://github.com/rust-lang/crates.io-index"
2216: checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
2217: dependencies = [
2218: "bitflags 1.3.2",
2219: "errno",
2220: "io-lifetimes",
2221: "libc",
2222: "linux-raw-sys 0.3.8",
2223: "windows-sys 0.48.0",
2224: ]
2225:
2226: [[package]]
2227: name = "rustix"
2228: version = "1.1.2"
2229: source = "registry+https://github.com/rust-lang/crates.io-index"
2230: checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
2231: dependencies = [
acb0a4ac54 2025-09-28 2232: "bitflags 2.9.4",
2233: "errno",
2234: "libc",
2235: "linux-raw-sys 0.11.0",
acb0a4ac54 2025-09-28 2236: "windows-sys 0.61.1",
2237: ]
2238:
2239: [[package]]
2240: name = "rustls"
acb0a4ac54 2025-09-28 2241: version = "0.23.32"
2242: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2243: checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"
2244: dependencies = [
2245: "once_cell",
2246: "ring",
2247: "rustls-pki-types",
2248: "rustls-webpki",
2249: "subtle",
2250: "zeroize",
2251: ]
2252:
2253: [[package]]
2254: name = "rustls-pki-types"
acb0a4ac54 2025-09-28 2255: version = "1.12.0"
2256: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2257: checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2258: dependencies = [
2259: "web-time",
2260: "zeroize",
2261: ]
2262:
2263: [[package]]
2264: name = "rustls-webpki"
acb0a4ac54 2025-09-28 2265: version = "0.103.6"
2266: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2267: checksum = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb"
2268: dependencies = [
2269: "ring",
2270: "rustls-pki-types",
2271: "untrusted",
2272: ]
2273:
2274: [[package]]
2275: name = "rustversion"
2276: version = "1.0.22"
2277: source = "registry+https://github.com/rust-lang/crates.io-index"
2278: checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2279:
2280: [[package]]
2281: name = "ryu"
2282: version = "1.0.20"
2283: source = "registry+https://github.com/rust-lang/crates.io-index"
2284: checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2285:
2286: [[package]]
2287: name = "schannel"
2288: version = "0.1.28"
2289: source = "registry+https://github.com/rust-lang/crates.io-index"
2290: checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
2291: dependencies = [
acb0a4ac54 2025-09-28 2292: "windows-sys 0.61.1",
2293: ]
2294:
2295: [[package]]
2296: name = "scopeguard"
2297: version = "1.2.0"
2298: source = "registry+https://github.com/rust-lang/crates.io-index"
2299: checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2300:
2301: [[package]]
2302: name = "security-framework"
2303: version = "2.11.1"
2304: source = "registry+https://github.com/rust-lang/crates.io-index"
2305: checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2306: dependencies = [
acb0a4ac54 2025-09-28 2307: "bitflags 2.9.4",
2308: "core-foundation",
2309: "core-foundation-sys",
2310: "libc",
2311: "security-framework-sys",
2312: ]
2313:
2314: [[package]]
2315: name = "security-framework-sys"
2316: version = "2.15.0"
2317: source = "registry+https://github.com/rust-lang/crates.io-index"
2318: checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
2319: dependencies = [
2320: "core-foundation-sys",
2321: "libc",
2322: ]
2323:
2324: [[package]]
2325: name = "sedregex"
2326: version = "0.2.5"
2327: source = "registry+https://github.com/rust-lang/crates.io-index"
2328: checksum = "19411e23596093f03bbd11dc45603b6329bb4bfec77b9fd13e2b9fc9b02efe3e"
2329: dependencies = [
2330: "regex",
2331: ]
2332:
2333: [[package]]
2334: name = "serde"
2335: version = "1.0.228"
2336: source = "registry+https://github.com/rust-lang/crates.io-index"
2337: checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2338: dependencies = [
2339: "serde_core",
2340: "serde_derive",
2341: ]
2342:
2343: [[package]]
2344: name = "serde_core"
2345: version = "1.0.228"
2346: source = "registry+https://github.com/rust-lang/crates.io-index"
2347: checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2348: dependencies = [
2349: "serde_derive",
2350: ]
2351:
2352: [[package]]
2353: name = "serde_derive"
2354: version = "1.0.228"
2355: source = "registry+https://github.com/rust-lang/crates.io-index"
2356: checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2357: dependencies = [
2358: "proc-macro2",
2359: "quote",
acb0a4ac54 2025-09-28 2360: "syn 2.0.106",
2361: ]
2362:
2363: [[package]]
2364: name = "serde_json"
2365: version = "1.0.145"
2366: source = "registry+https://github.com/rust-lang/crates.io-index"
2367: checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
2368: dependencies = [
2369: "itoa",
2370: "memchr",
2371: "ryu",
2372: "serde",
2373: "serde_core",
2374: ]
2375:
2376: [[package]]
2377: name = "serde_spanned"
acb0a4ac54 2025-09-28 2378: version = "1.0.2"
2379: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2380: checksum = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee"
2381: dependencies = [
2382: "serde_core",
2383: ]
2384:
2385: [[package]]
2386: name = "serde_urlencoded"
2387: version = "0.7.1"
2388: source = "registry+https://github.com/rust-lang/crates.io-index"
2389: checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2390: dependencies = [
2391: "form_urlencoded",
2392: "itoa",
2393: "ryu",
2394: "serde",
2395: ]
2396:
2397: [[package]]
2398: name = "serde_with"
acb0a4ac54 2025-09-28 2399: version = "3.14.1"
2400: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2401: checksum = "c522100790450cf78eeac1507263d0a350d4d5b30df0c8e1fe051a10c22b376e"
2402: dependencies = [
acb0a4ac54 2025-09-28 2403: "serde",
acb0a4ac54 2025-09-28 2404: "serde_derive",
2405: "serde_with_macros",
2406: ]
2407:
2408: [[package]]
2409: name = "serde_with_macros"
acb0a4ac54 2025-09-28 2410: version = "3.14.1"
2411: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2412: checksum = "327ada00f7d64abaac1e55a6911e90cf665aa051b9a561c7006c157f4633135e"
2413: dependencies = [
2414: "darling 0.21.3",
2415: "proc-macro2",
2416: "quote",
acb0a4ac54 2025-09-28 2417: "syn 2.0.106",
2418: ]
2419:
2420: [[package]]
2421: name = "sha1"
2422: version = "0.10.6"
2423: source = "registry+https://github.com/rust-lang/crates.io-index"
2424: checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2425: dependencies = [
2426: "cfg-if",
2427: "cpufeatures",
2428: "digest",
2429: ]
2430:
2431: [[package]]
2432: name = "sha2"
2433: version = "0.10.9"
2434: source = "registry+https://github.com/rust-lang/crates.io-index"
2435: checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2436: dependencies = [
2437: "cfg-if",
2438: "cpufeatures",
2439: "digest",
2440: ]
2441:
2442: [[package]]
2443: name = "shellwords"
2444: version = "1.1.0"
2445: source = "registry+https://github.com/rust-lang/crates.io-index"
2446: checksum = "89e515aa4699a88148ed5ef96413ceef0048ce95b43fbc955a33bde0a70fcae6"
2447: dependencies = [
2448: "lazy_static",
2449: "regex",
2450: ]
2451:
2452: [[package]]
2453: name = "shlex"
2454: version = "1.3.0"
2455: source = "registry+https://github.com/rust-lang/crates.io-index"
2456: checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2457:
2458: [[package]]
2459: name = "signature"
2460: version = "2.2.0"
2461: source = "registry+https://github.com/rust-lang/crates.io-index"
2462: checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2463: dependencies = [
2464: "digest",
2465: "rand_core 0.6.4",
2466: ]
2467:
2468: [[package]]
2469: name = "slab"
2470: version = "0.4.11"
2471: source = "registry+https://github.com/rust-lang/crates.io-index"
2472: checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2473:
2474: [[package]]
2475: name = "smallbox"
2476: version = "0.8.8"
2477: source = "registry+https://github.com/rust-lang/crates.io-index"
2478: checksum = "aca054fd9f8c2ebe8557a2433f307e038c0716124efd045daa0388afa5172189"
2479:
2480: [[package]]
2481: name = "smallvec"
2482: version = "1.15.1"
2483: source = "registry+https://github.com/rust-lang/crates.io-index"
2484: checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2485: dependencies = [
2486: "serde",
2487: ]
2488:
2489: [[package]]
2490: name = "socket2"
2491: version = "0.4.10"
2492: source = "registry+https://github.com/rust-lang/crates.io-index"
2493: checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2494: dependencies = [
2495: "libc",
2496: "winapi",
2497: ]
2498:
2499: [[package]]
2500: name = "socket2"
acb0a4ac54 2025-09-28 2501: version = "0.6.0"
2502: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2503: checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
2504: dependencies = [
2505: "libc",
acb0a4ac54 2025-09-28 2506: "windows-sys 0.59.0",
2507: ]
2508:
2509: [[package]]
2510: name = "spin"
2511: version = "0.9.8"
2512: source = "registry+https://github.com/rust-lang/crates.io-index"
2513: checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2514: dependencies = [
2515: "lock_api",
2516: ]
2517:
2518: [[package]]
2519: name = "spki"
2520: version = "0.7.3"
2521: source = "registry+https://github.com/rust-lang/crates.io-index"
2522: checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2523: dependencies = [
2524: "base64ct",
2525: "der",
2526: ]
2527:
2528: [[package]]
2529: name = "sqlx"
2530: version = "0.8.6"
2531: source = "registry+https://github.com/rust-lang/crates.io-index"
2532: checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
2533: dependencies = [
2534: "sqlx-core",
2535: "sqlx-macros",
2536: "sqlx-mysql",
2537: "sqlx-postgres",
2538: "sqlx-sqlite",
2539: ]
2540:
2541: [[package]]
2542: name = "sqlx-core"
2543: version = "0.8.6"
2544: source = "registry+https://github.com/rust-lang/crates.io-index"
2545: checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
2546: dependencies = [
2547: "async-io 1.13.0",
2548: "async-std",
2549: "base64",
2550: "bytes",
2551: "chrono",
2552: "crc",
2553: "crossbeam-queue",
2554: "either",
2555: "event-listener 5.4.1",
2556: "futures-core",
2557: "futures-intrusive",
2558: "futures-io",
2559: "futures-util",
2560: "hashbrown 0.15.5",
2561: "hashlink",
2562: "indexmap",
2563: "log",
2564: "memchr",
2565: "once_cell",
2566: "percent-encoding",
2567: "rustls",
2568: "serde",
2569: "serde_json",
2570: "sha2",
2571: "smallvec",
2572: "thiserror",
2573: "tracing",
2574: "url",
2575: "webpki-roots 0.26.11",
2576: ]
2577:
2578: [[package]]
2579: name = "sqlx-macros"
2580: version = "0.8.6"
2581: source = "registry+https://github.com/rust-lang/crates.io-index"
2582: checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
2583: dependencies = [
2584: "proc-macro2",
2585: "quote",
2586: "sqlx-core",
2587: "sqlx-macros-core",
acb0a4ac54 2025-09-28 2588: "syn 2.0.106",
2589: ]
2590:
2591: [[package]]
2592: name = "sqlx-macros-core"
2593: version = "0.8.6"
2594: source = "registry+https://github.com/rust-lang/crates.io-index"
2595: checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
2596: dependencies = [
2597: "async-std",
2598: "dotenvy",
2599: "either",
2600: "heck",
2601: "hex",
2602: "once_cell",
2603: "proc-macro2",
2604: "quote",
2605: "serde",
2606: "serde_json",
2607: "sha2",
2608: "sqlx-core",
2609: "sqlx-mysql",
2610: "sqlx-postgres",
2611: "sqlx-sqlite",
acb0a4ac54 2025-09-28 2612: "syn 2.0.106",
2613: "url",
2614: ]
2615:
2616: [[package]]
2617: name = "sqlx-mysql"
2618: version = "0.8.6"
2619: source = "registry+https://github.com/rust-lang/crates.io-index"
2620: checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
2621: dependencies = [
2622: "atoi",
2623: "base64",
acb0a4ac54 2025-09-28 2624: "bitflags 2.9.4",
2625: "byteorder",
2626: "bytes",
2627: "chrono",
2628: "crc",
2629: "digest",
2630: "dotenvy",
2631: "either",
2632: "futures-channel",
2633: "futures-core",
2634: "futures-io",
2635: "futures-util",
2636: "generic-array",
2637: "hex",
2638: "hkdf",
2639: "hmac",
2640: "itoa",
2641: "log",
2642: "md-5",
2643: "memchr",
2644: "once_cell",
2645: "percent-encoding",
2646: "rand 0.8.5",
2647: "rsa",
2648: "serde",
2649: "sha1",
2650: "sha2",
2651: "smallvec",
2652: "sqlx-core",
2653: "stringprep",
2654: "thiserror",
2655: "tracing",
2656: "whoami",
2657: ]
2658:
2659: [[package]]
2660: name = "sqlx-postgres"
2661: version = "0.8.6"
2662: source = "registry+https://github.com/rust-lang/crates.io-index"
2663: checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
2664: dependencies = [
2665: "atoi",
2666: "base64",
acb0a4ac54 2025-09-28 2667: "bitflags 2.9.4",
2668: "byteorder",
2669: "chrono",
2670: "crc",
2671: "dotenvy",
2672: "etcetera",
2673: "futures-channel",
2674: "futures-core",
2675: "futures-util",
2676: "hex",
2677: "hkdf",
2678: "hmac",
2679: "home",
2680: "itoa",
2681: "log",
2682: "md-5",
2683: "memchr",
2684: "once_cell",
2685: "rand 0.8.5",
2686: "serde",
2687: "serde_json",
2688: "sha2",
2689: "smallvec",
2690: "sqlx-core",
2691: "stringprep",
2692: "thiserror",
2693: "tracing",
2694: "whoami",
2695: ]
2696:
2697: [[package]]
2698: name = "sqlx-sqlite"
2699: version = "0.8.6"
2700: source = "registry+https://github.com/rust-lang/crates.io-index"
2701: checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
2702: dependencies = [
2703: "atoi",
2704: "chrono",
2705: "flume",
2706: "futures-channel",
2707: "futures-core",
2708: "futures-executor",
2709: "futures-intrusive",
2710: "futures-util",
2711: "libsqlite3-sys",
2712: "log",
2713: "percent-encoding",
2714: "serde",
2715: "serde_urlencoded",
2716: "sqlx-core",
2717: "thiserror",
2718: "tracing",
2719: "url",
2720: ]
2721:
2722: [[package]]
2723: name = "stable_deref_trait"
acb0a4ac54 2025-09-28 2724: version = "1.2.0"
2725: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2726: checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2727:
2728: [[package]]
2729: name = "stacked_errors"
2730: version = "0.7.1"
2731: source = "registry+https://github.com/rust-lang/crates.io-index"
2732: checksum = "45ef11d2fabcf9a75b82a9d80966bde3257410b1245b31f1fb6849103ceda0c3"
2733: dependencies = [
2734: "owo-colors",
2735: "smallbox",
2736: "thin-vec",
2737: "thiserror",
2738: ]
2739:
2740: [[package]]
2741: name = "stringprep"
2742: version = "0.1.5"
2743: source = "registry+https://github.com/rust-lang/crates.io-index"
2744: checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2745: dependencies = [
2746: "unicode-bidi",
2747: "unicode-normalization",
2748: "unicode-properties",
2749: ]
2750:
2751: [[package]]
2752: name = "strsim"
2753: version = "0.11.1"
2754: source = "registry+https://github.com/rust-lang/crates.io-index"
2755: checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2756:
2757: [[package]]
2758: name = "subtle"
2759: version = "2.6.1"
2760: source = "registry+https://github.com/rust-lang/crates.io-index"
2761: checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2762:
2763: [[package]]
2764: name = "syn"
2765: version = "1.0.109"
2766: source = "registry+https://github.com/rust-lang/crates.io-index"
2767: checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2768: dependencies = [
2769: "proc-macro2",
2770: "quote",
2771: "unicode-ident",
2772: ]
2773:
2774: [[package]]
2775: name = "syn"
acb0a4ac54 2025-09-28 2776: version = "2.0.106"
2777: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2778: checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
2779: dependencies = [
2780: "proc-macro2",
2781: "quote",
2782: "unicode-ident",
2783: ]
2784:
2785: [[package]]
2786: name = "sync_wrapper"
2787: version = "1.0.2"
2788: source = "registry+https://github.com/rust-lang/crates.io-index"
2789: checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2790: dependencies = [
2791: "futures-core",
2792: ]
2793:
2794: [[package]]
2795: name = "synstructure"
2796: version = "0.13.2"
2797: source = "registry+https://github.com/rust-lang/crates.io-index"
2798: checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2799: dependencies = [
2800: "proc-macro2",
2801: "quote",
acb0a4ac54 2025-09-28 2802: "syn 2.0.106",
2803: ]
2804:
2805: [[package]]
2806: name = "system-configuration"
2807: version = "0.6.1"
2808: source = "registry+https://github.com/rust-lang/crates.io-index"
2809: checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2810: dependencies = [
acb0a4ac54 2025-09-28 2811: "bitflags 2.9.4",
2812: "core-foundation",
2813: "system-configuration-sys",
2814: ]
2815:
2816: [[package]]
2817: name = "system-configuration-sys"
2818: version = "0.6.0"
2819: source = "registry+https://github.com/rust-lang/crates.io-index"
2820: checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2821: dependencies = [
2822: "core-foundation-sys",
2823: "libc",
2824: ]
2825:
2826: [[package]]
2827: name = "tempfile"
2828: version = "3.23.0"
2829: source = "registry+https://github.com/rust-lang/crates.io-index"
2830: checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
2831: dependencies = [
2832: "fastrand 2.3.0",
acb0a4ac54 2025-09-28 2833: "getrandom 0.3.3",
2834: "once_cell",
2835: "rustix 1.1.2",
acb0a4ac54 2025-09-28 2836: "windows-sys 0.61.1",
2837: ]
2838:
2839: [[package]]
2840: name = "tgbot"
2841: version = "0.40.0"
2842: source = "registry+https://github.com/rust-lang/crates.io-index"
2843: checksum = "c07cc857c7553da139c88dc53bdacc7eb834d0a2685d789de4c96754dbe17b10"
2844: dependencies = [
2845: "async-stream",
2846: "bytes",
2847: "derive_more",
2848: "futures-util",
2849: "log",
2850: "mime",
2851: "mime_guess",
2852: "reqwest",
2853: "serde",
2854: "serde_json",
2855: "serde_with",
2856: "shellwords",
2857: "tokio",
2858: "tokio-util",
2859: ]
2860:
2861: [[package]]
2862: name = "thin-vec"
2863: version = "0.2.14"
2864: source = "registry+https://github.com/rust-lang/crates.io-index"
2865: checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d"
2866:
2867: [[package]]
2868: name = "thiserror"
acb0a4ac54 2025-09-28 2869: version = "2.0.16"
2870: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2871: checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
2872: dependencies = [
2873: "thiserror-impl",
2874: ]
2875:
2876: [[package]]
2877: name = "thiserror-impl"
acb0a4ac54 2025-09-28 2878: version = "2.0.16"
2879: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2880: checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
2881: dependencies = [
2882: "proc-macro2",
2883: "quote",
acb0a4ac54 2025-09-28 2884: "syn 2.0.106",
2885: ]
2886:
2887: [[package]]
2888: name = "tinystr"
acb0a4ac54 2025-09-28 2889: version = "0.8.1"
2890: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2891: checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2892: dependencies = [
2893: "displaydoc",
2894: "zerovec",
2895: ]
2896:
2897: [[package]]
2898: name = "tinyvec"
2899: version = "1.10.0"
2900: source = "registry+https://github.com/rust-lang/crates.io-index"
2901: checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2902: dependencies = [
2903: "tinyvec_macros",
2904: ]
2905:
2906: [[package]]
2907: name = "tinyvec_macros"
2908: version = "0.1.1"
2909: source = "registry+https://github.com/rust-lang/crates.io-index"
2910: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2911:
2912: [[package]]
2913: name = "tokio"
acb0a4ac54 2025-09-28 2914: version = "1.47.1"
2915: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2916: checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
2917: dependencies = [
acb0a4ac54 2025-09-28 2918: "backtrace",
2919: "bytes",
acb0a4ac54 2025-09-28 2920: "io-uring",
2921: "libc",
2922: "mio",
2923: "pin-project-lite",
acb0a4ac54 2025-09-28 2924: "slab",
acb0a4ac54 2025-09-28 2925: "socket2 0.6.0",
acb0a4ac54 2025-09-28 2926: "windows-sys 0.59.0",
2927: ]
2928:
2929: [[package]]
2930: name = "tokio-native-tls"
2931: version = "0.3.1"
2932: source = "registry+https://github.com/rust-lang/crates.io-index"
2933: checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2934: dependencies = [
2935: "native-tls",
2936: "tokio",
2937: ]
2938:
2939: [[package]]
2940: name = "tokio-rustls"
2941: version = "0.26.4"
2942: source = "registry+https://github.com/rust-lang/crates.io-index"
2943: checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2944: dependencies = [
2945: "rustls",
2946: "tokio",
2947: ]
2948:
2949: [[package]]
2950: name = "tokio-util"
acb0a4ac54 2025-09-28 2951: version = "0.7.16"
2952: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2953: checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
2954: dependencies = [
2955: "bytes",
2956: "futures-core",
2957: "futures-sink",
2958: "pin-project-lite",
2959: "tokio",
2960: ]
2961:
2962: [[package]]
2963: name = "toml"
acb0a4ac54 2025-09-28 2964: version = "0.9.7"
2965: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2966: checksum = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0"
2967: dependencies = [
2968: "serde_core",
2969: "serde_spanned",
2970: "toml_datetime",
2971: "toml_parser",
2972: "winnow",
2973: ]
2974:
2975: [[package]]
2976: name = "toml_datetime"
acb0a4ac54 2025-09-28 2977: version = "0.7.2"
2978: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2979: checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1"
2980: dependencies = [
2981: "serde_core",
2982: ]
2983:
2984: [[package]]
2985: name = "toml_parser"
acb0a4ac54 2025-09-28 2986: version = "1.0.3"
2987: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2988: checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627"
2989: dependencies = [
2990: "winnow",
2991: ]
2992:
2993: [[package]]
2994: name = "tower"
2995: version = "0.5.2"
2996: source = "registry+https://github.com/rust-lang/crates.io-index"
2997: checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2998: dependencies = [
2999: "futures-core",
3000: "futures-util",
3001: "pin-project-lite",
3002: "sync_wrapper",
3003: "tokio",
3004: "tower-layer",
3005: "tower-service",
3006: ]
3007:
3008: [[package]]
3009: name = "tower-http"
3010: version = "0.6.6"
3011: source = "registry+https://github.com/rust-lang/crates.io-index"
3012: checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
3013: dependencies = [
acb0a4ac54 2025-09-28 3014: "bitflags 2.9.4",
3015: "bytes",
3016: "futures-util",
3017: "http",
3018: "http-body",
3019: "iri-string",
3020: "pin-project-lite",
3021: "tower",
3022: "tower-layer",
3023: "tower-service",
3024: ]
3025:
3026: [[package]]
3027: name = "tower-layer"
3028: version = "0.3.3"
3029: source = "registry+https://github.com/rust-lang/crates.io-index"
3030: checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3031:
3032: [[package]]
3033: name = "tower-service"
3034: version = "0.3.3"
3035: source = "registry+https://github.com/rust-lang/crates.io-index"
3036: checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3037:
3038: [[package]]
3039: name = "tracing"
3040: version = "0.1.41"
3041: source = "registry+https://github.com/rust-lang/crates.io-index"
3042: checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3043: dependencies = [
3044: "log",
3045: "pin-project-lite",
3046: "tracing-attributes",
3047: "tracing-core",
3048: ]
3049:
3050: [[package]]
3051: name = "tracing-attributes"
3052: version = "0.1.30"
3053: source = "registry+https://github.com/rust-lang/crates.io-index"
3054: checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
3055: dependencies = [
3056: "proc-macro2",
3057: "quote",
acb0a4ac54 2025-09-28 3058: "syn 2.0.106",
3059: ]
3060:
3061: [[package]]
3062: name = "tracing-core"
3063: version = "0.1.34"
3064: source = "registry+https://github.com/rust-lang/crates.io-index"
3065: checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
3066: dependencies = [
3067: "once_cell",
3068: ]
3069:
3070: [[package]]
3071: name = "try-lock"
3072: version = "0.2.5"
3073: source = "registry+https://github.com/rust-lang/crates.io-index"
3074: checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3075:
3076: [[package]]
3077: name = "typenum"
acb0a4ac54 2025-09-28 3078: version = "1.18.0"
3079: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3080: checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
3081:
3082: [[package]]
3083: name = "unicase"
3084: version = "2.8.1"
3085: source = "registry+https://github.com/rust-lang/crates.io-index"
3086: checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
3087:
3088: [[package]]
3089: name = "unicode-bidi"
3090: version = "0.3.18"
3091: source = "registry+https://github.com/rust-lang/crates.io-index"
3092: checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3093:
3094: [[package]]
3095: name = "unicode-ident"
acb0a4ac54 2025-09-28 3096: version = "1.0.19"
3097: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3098: checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
3099:
3100: [[package]]
3101: name = "unicode-normalization"
acb0a4ac54 2025-09-28 3102: version = "0.1.24"
3103: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3104: checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
3105: dependencies = [
3106: "tinyvec",
3107: ]
3108:
3109: [[package]]
3110: name = "unicode-properties"
acb0a4ac54 2025-09-28 3111: version = "0.1.3"
3112: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3113: checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
3114:
3115: [[package]]
3116: name = "untrusted"
3117: version = "0.9.0"
3118: source = "registry+https://github.com/rust-lang/crates.io-index"
3119: checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3120:
3121: [[package]]
3122: name = "url"
3123: version = "2.5.7"
3124: source = "registry+https://github.com/rust-lang/crates.io-index"
3125: checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
3126: dependencies = [
3127: "form_urlencoded",
3128: "idna",
3129: "percent-encoding",
3130: "serde",
3131: ]
3132:
3133: [[package]]
3134: name = "utf8_iter"
3135: version = "1.0.4"
3136: source = "registry+https://github.com/rust-lang/crates.io-index"
3137: checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3138:
3139: [[package]]
3140: name = "value-bag"
3141: version = "1.11.1"
3142: source = "registry+https://github.com/rust-lang/crates.io-index"
3143: checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
3144:
3145: [[package]]
3146: name = "vcpkg"
3147: version = "0.2.15"
3148: source = "registry+https://github.com/rust-lang/crates.io-index"
3149: checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3150:
3151: [[package]]
3152: name = "version_check"
3153: version = "0.9.5"
3154: source = "registry+https://github.com/rust-lang/crates.io-index"
3155: checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3156:
3157: [[package]]
3158: name = "waker-fn"
3159: version = "1.2.0"
3160: source = "registry+https://github.com/rust-lang/crates.io-index"
3161: checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
3162:
3163: [[package]]
3164: name = "want"
3165: version = "0.3.1"
3166: source = "registry+https://github.com/rust-lang/crates.io-index"
3167: checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3168: dependencies = [
3169: "try-lock",
3170: ]
3171:
3172: [[package]]
3173: name = "wasi"
3174: version = "0.11.1+wasi-snapshot-preview1"
3175: source = "registry+https://github.com/rust-lang/crates.io-index"
3176: checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3177:
3178: [[package]]
acb0a4ac54 2025-09-28 3179: name = "wasi"
acb0a4ac54 2025-09-28 3180: version = "0.14.7+wasi-0.2.4"
acb0a4ac54 2025-09-28 3181: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3182: checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
acb0a4ac54 2025-09-28 3183: dependencies = [
acb0a4ac54 2025-09-28 3184: "wasip2",
acb0a4ac54 2025-09-28 3185: ]
acb0a4ac54 2025-09-28 3186:
acb0a4ac54 2025-09-28 3187: [[package]]
3188: name = "wasip2"
3189: version = "1.0.1+wasi-0.2.4"
3190: source = "registry+https://github.com/rust-lang/crates.io-index"
3191: checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
3192: dependencies = [
3193: "wit-bindgen",
3194: ]
3195:
3196: [[package]]
3197: name = "wasite"
3198: version = "0.1.0"
3199: source = "registry+https://github.com/rust-lang/crates.io-index"
3200: checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3201:
3202: [[package]]
3203: name = "wasm-bindgen"
acb0a4ac54 2025-09-28 3204: version = "0.2.104"
3205: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3206: checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
3207: dependencies = [
3208: "cfg-if",
3209: "once_cell",
3210: "rustversion",
3211: "wasm-bindgen-macro",
3212: "wasm-bindgen-shared",
3213: ]
3214:
3215: [[package]]
acb0a4ac54 2025-09-28 3216: name = "wasm-bindgen-backend"
acb0a4ac54 2025-09-28 3217: version = "0.2.104"
acb0a4ac54 2025-09-28 3218: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3219: checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
acb0a4ac54 2025-09-28 3220: dependencies = [
acb0a4ac54 2025-09-28 3221: "bumpalo",
acb0a4ac54 2025-09-28 3222: "log",
acb0a4ac54 2025-09-28 3223: "proc-macro2",
acb0a4ac54 2025-09-28 3224: "quote",
acb0a4ac54 2025-09-28 3225: "syn 2.0.106",
acb0a4ac54 2025-09-28 3226: "wasm-bindgen-shared",
acb0a4ac54 2025-09-28 3227: ]
acb0a4ac54 2025-09-28 3228:
acb0a4ac54 2025-09-28 3229: [[package]]
3230: name = "wasm-bindgen-futures"
acb0a4ac54 2025-09-28 3231: version = "0.4.54"
3232: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3233: checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
3234: dependencies = [
3235: "cfg-if",
3236: "js-sys",
3237: "once_cell",
3238: "wasm-bindgen",
3239: "web-sys",
3240: ]
3241:
3242: [[package]]
3243: name = "wasm-bindgen-macro"
acb0a4ac54 2025-09-28 3244: version = "0.2.104"
3245: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3246: checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
3247: dependencies = [
3248: "quote",
3249: "wasm-bindgen-macro-support",
3250: ]
3251:
3252: [[package]]
3253: name = "wasm-bindgen-macro-support"
acb0a4ac54 2025-09-28 3254: version = "0.2.104"
3255: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3256: checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
3257: dependencies = [
3258: "proc-macro2",
3259: "quote",
acb0a4ac54 2025-09-28 3260: "syn 2.0.106",
acb0a4ac54 2025-09-28 3261: "wasm-bindgen-backend",
3262: "wasm-bindgen-shared",
3263: ]
3264:
3265: [[package]]
3266: name = "wasm-bindgen-shared"
acb0a4ac54 2025-09-28 3267: version = "0.2.104"
3268: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3269: checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
3270: dependencies = [
3271: "unicode-ident",
3272: ]
3273:
3274: [[package]]
3275: name = "wasm-streams"
3276: version = "0.4.2"
3277: source = "registry+https://github.com/rust-lang/crates.io-index"
3278: checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
3279: dependencies = [
3280: "futures-util",
3281: "js-sys",
3282: "wasm-bindgen",
3283: "wasm-bindgen-futures",
3284: "web-sys",
3285: ]
3286:
3287: [[package]]
3288: name = "web-sys"
acb0a4ac54 2025-09-28 3289: version = "0.3.81"
3290: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3291: checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
3292: dependencies = [
3293: "js-sys",
3294: "wasm-bindgen",
3295: ]
3296:
3297: [[package]]
3298: name = "web-time"
3299: version = "1.1.0"
3300: source = "registry+https://github.com/rust-lang/crates.io-index"
3301: checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3302: dependencies = [
3303: "js-sys",
3304: "wasm-bindgen",
3305: ]
3306:
3307: [[package]]
3308: name = "webpki-roots"
3309: version = "0.26.11"
3310: source = "registry+https://github.com/rust-lang/crates.io-index"
3311: checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
3312: dependencies = [
acb0a4ac54 2025-09-28 3313: "webpki-roots 1.0.2",
3314: ]
3315:
3316: [[package]]
3317: name = "webpki-roots"
acb0a4ac54 2025-09-28 3318: version = "1.0.2"
3319: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3320: checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
3321: dependencies = [
3322: "rustls-pki-types",
3323: ]
3324:
3325: [[package]]
3326: name = "whoami"
3327: version = "1.6.1"
3328: source = "registry+https://github.com/rust-lang/crates.io-index"
3329: checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
3330: dependencies = [
3331: "libredox",
3332: "wasite",
3333: ]
3334:
3335: [[package]]
3336: name = "winapi"
3337: version = "0.3.9"
3338: source = "registry+https://github.com/rust-lang/crates.io-index"
3339: checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3340: dependencies = [
3341: "winapi-i686-pc-windows-gnu",
3342: "winapi-x86_64-pc-windows-gnu",
3343: ]
3344:
3345: [[package]]
3346: name = "winapi-i686-pc-windows-gnu"
3347: version = "0.4.0"
3348: source = "registry+https://github.com/rust-lang/crates.io-index"
3349: checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3350:
3351: [[package]]
3352: name = "winapi-x86_64-pc-windows-gnu"
3353: version = "0.4.0"
3354: source = "registry+https://github.com/rust-lang/crates.io-index"
3355: checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3356:
3357: [[package]]
3358: name = "windows-core"
acb0a4ac54 2025-09-28 3359: version = "0.62.1"
3360: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3361: checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
3362: dependencies = [
3363: "windows-implement",
3364: "windows-interface",
acb0a4ac54 2025-09-28 3365: "windows-link 0.2.0",
acb0a4ac54 2025-09-28 3366: "windows-result 0.4.0",
acb0a4ac54 2025-09-28 3367: "windows-strings 0.5.0",
3368: ]
3369:
3370: [[package]]
3371: name = "windows-implement"
acb0a4ac54 2025-09-28 3372: version = "0.60.1"
3373: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3374: checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
3375: dependencies = [
3376: "proc-macro2",
3377: "quote",
acb0a4ac54 2025-09-28 3378: "syn 2.0.106",
3379: ]
3380:
3381: [[package]]
3382: name = "windows-interface"
acb0a4ac54 2025-09-28 3383: version = "0.59.2"
3384: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3385: checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
3386: dependencies = [
3387: "proc-macro2",
3388: "quote",
acb0a4ac54 2025-09-28 3389: "syn 2.0.106",
3390: ]
3391:
3392: [[package]]
3393: name = "windows-link"
3394: version = "0.1.3"
3395: source = "registry+https://github.com/rust-lang/crates.io-index"
3396: checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
3397:
3398: [[package]]
3399: name = "windows-link"
acb0a4ac54 2025-09-28 3400: version = "0.2.0"
3401: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3402: checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
3403:
3404: [[package]]
3405: name = "windows-registry"
3406: version = "0.5.3"
3407: source = "registry+https://github.com/rust-lang/crates.io-index"
3408: checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
3409: dependencies = [
3410: "windows-link 0.1.3",
3411: "windows-result 0.3.4",
3412: "windows-strings 0.4.2",
3413: ]
3414:
3415: [[package]]
3416: name = "windows-result"
3417: version = "0.3.4"
3418: source = "registry+https://github.com/rust-lang/crates.io-index"
3419: checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
3420: dependencies = [
3421: "windows-link 0.1.3",
3422: ]
3423:
3424: [[package]]
3425: name = "windows-result"
acb0a4ac54 2025-09-28 3426: version = "0.4.0"
3427: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3428: checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
3429: dependencies = [
acb0a4ac54 2025-09-28 3430: "windows-link 0.2.0",
3431: ]
3432:
3433: [[package]]
3434: name = "windows-strings"
3435: version = "0.4.2"
3436: source = "registry+https://github.com/rust-lang/crates.io-index"
3437: checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
3438: dependencies = [
3439: "windows-link 0.1.3",
3440: ]
3441:
3442: [[package]]
3443: name = "windows-strings"
acb0a4ac54 2025-09-28 3444: version = "0.5.0"
3445: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3446: checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
3447: dependencies = [
acb0a4ac54 2025-09-28 3448: "windows-link 0.2.0",
3449: ]
3450:
3451: [[package]]
3452: name = "windows-sys"
3453: version = "0.48.0"
3454: source = "registry+https://github.com/rust-lang/crates.io-index"
3455: checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3456: dependencies = [
3457: "windows-targets 0.48.5",
3458: ]
3459:
3460: [[package]]
3461: name = "windows-sys"
3462: version = "0.52.0"
3463: source = "registry+https://github.com/rust-lang/crates.io-index"
3464: checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3465: dependencies = [
3466: "windows-targets 0.52.6",
3467: ]
3468:
3469: [[package]]
3470: name = "windows-sys"
acb0a4ac54 2025-09-28 3471: version = "0.59.0"
acb0a4ac54 2025-09-28 3472: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3473: checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
acb0a4ac54 2025-09-28 3474: dependencies = [
acb0a4ac54 2025-09-28 3475: "windows-targets 0.52.6",
acb0a4ac54 2025-09-28 3476: ]
acb0a4ac54 2025-09-28 3477:
acb0a4ac54 2025-09-28 3478: [[package]]
acb0a4ac54 2025-09-28 3479: name = "windows-sys"
3480: version = "0.60.2"
3481: source = "registry+https://github.com/rust-lang/crates.io-index"
3482: checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3483: dependencies = [
acb0a4ac54 2025-09-28 3484: "windows-targets 0.53.4",
3485: ]
3486:
3487: [[package]]
3488: name = "windows-sys"
acb0a4ac54 2025-09-28 3489: version = "0.61.1"
3490: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3491: checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
3492: dependencies = [
acb0a4ac54 2025-09-28 3493: "windows-link 0.2.0",
3494: ]
3495:
3496: [[package]]
3497: name = "windows-targets"
3498: version = "0.48.5"
3499: source = "registry+https://github.com/rust-lang/crates.io-index"
3500: checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3501: dependencies = [
3502: "windows_aarch64_gnullvm 0.48.5",
3503: "windows_aarch64_msvc 0.48.5",
3504: "windows_i686_gnu 0.48.5",
3505: "windows_i686_msvc 0.48.5",
3506: "windows_x86_64_gnu 0.48.5",
3507: "windows_x86_64_gnullvm 0.48.5",
3508: "windows_x86_64_msvc 0.48.5",
3509: ]
3510:
3511: [[package]]
3512: name = "windows-targets"
3513: version = "0.52.6"
3514: source = "registry+https://github.com/rust-lang/crates.io-index"
3515: checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3516: dependencies = [
3517: "windows_aarch64_gnullvm 0.52.6",
3518: "windows_aarch64_msvc 0.52.6",
3519: "windows_i686_gnu 0.52.6",
3520: "windows_i686_gnullvm 0.52.6",
3521: "windows_i686_msvc 0.52.6",
3522: "windows_x86_64_gnu 0.52.6",
3523: "windows_x86_64_gnullvm 0.52.6",
3524: "windows_x86_64_msvc 0.52.6",
3525: ]
3526:
3527: [[package]]
3528: name = "windows-targets"
acb0a4ac54 2025-09-28 3529: version = "0.53.4"
3530: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3531: checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
3532: dependencies = [
acb0a4ac54 2025-09-28 3533: "windows-link 0.2.0",
acb0a4ac54 2025-09-28 3534: "windows_aarch64_gnullvm 0.53.0",
acb0a4ac54 2025-09-28 3535: "windows_aarch64_msvc 0.53.0",
acb0a4ac54 2025-09-28 3536: "windows_i686_gnu 0.53.0",
acb0a4ac54 2025-09-28 3537: "windows_i686_gnullvm 0.53.0",
acb0a4ac54 2025-09-28 3538: "windows_i686_msvc 0.53.0",
acb0a4ac54 2025-09-28 3539: "windows_x86_64_gnu 0.53.0",
acb0a4ac54 2025-09-28 3540: "windows_x86_64_gnullvm 0.53.0",
acb0a4ac54 2025-09-28 3541: "windows_x86_64_msvc 0.53.0",
3542: ]
3543:
3544: [[package]]
3545: name = "windows_aarch64_gnullvm"
3546: version = "0.48.5"
3547: source = "registry+https://github.com/rust-lang/crates.io-index"
3548: checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3549:
3550: [[package]]
3551: name = "windows_aarch64_gnullvm"
3552: version = "0.52.6"
3553: source = "registry+https://github.com/rust-lang/crates.io-index"
3554: checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3555:
3556: [[package]]
3557: name = "windows_aarch64_gnullvm"
acb0a4ac54 2025-09-28 3558: version = "0.53.0"
3559: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3560: checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3561:
3562: [[package]]
3563: name = "windows_aarch64_msvc"
3564: version = "0.48.5"
3565: source = "registry+https://github.com/rust-lang/crates.io-index"
3566: checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3567:
3568: [[package]]
3569: name = "windows_aarch64_msvc"
3570: version = "0.52.6"
3571: source = "registry+https://github.com/rust-lang/crates.io-index"
3572: checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3573:
3574: [[package]]
3575: name = "windows_aarch64_msvc"
acb0a4ac54 2025-09-28 3576: version = "0.53.0"
3577: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3578: checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3579:
3580: [[package]]
3581: name = "windows_i686_gnu"
3582: version = "0.48.5"
3583: source = "registry+https://github.com/rust-lang/crates.io-index"
3584: checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3585:
3586: [[package]]
3587: name = "windows_i686_gnu"
3588: version = "0.52.6"
3589: source = "registry+https://github.com/rust-lang/crates.io-index"
3590: checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3591:
3592: [[package]]
3593: name = "windows_i686_gnu"
acb0a4ac54 2025-09-28 3594: version = "0.53.0"
3595: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3596: checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3597:
3598: [[package]]
3599: name = "windows_i686_gnullvm"
3600: version = "0.52.6"
3601: source = "registry+https://github.com/rust-lang/crates.io-index"
3602: checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3603:
3604: [[package]]
3605: name = "windows_i686_gnullvm"
acb0a4ac54 2025-09-28 3606: version = "0.53.0"
3607: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3608: checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3609:
3610: [[package]]
3611: name = "windows_i686_msvc"
3612: version = "0.48.5"
3613: source = "registry+https://github.com/rust-lang/crates.io-index"
3614: checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3615:
3616: [[package]]
3617: name = "windows_i686_msvc"
3618: version = "0.52.6"
3619: source = "registry+https://github.com/rust-lang/crates.io-index"
3620: checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3621:
3622: [[package]]
3623: name = "windows_i686_msvc"
acb0a4ac54 2025-09-28 3624: version = "0.53.0"
3625: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3626: checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3627:
3628: [[package]]
3629: name = "windows_x86_64_gnu"
3630: version = "0.48.5"
3631: source = "registry+https://github.com/rust-lang/crates.io-index"
3632: checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3633:
3634: [[package]]
3635: name = "windows_x86_64_gnu"
3636: version = "0.52.6"
3637: source = "registry+https://github.com/rust-lang/crates.io-index"
3638: checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3639:
3640: [[package]]
3641: name = "windows_x86_64_gnu"
acb0a4ac54 2025-09-28 3642: version = "0.53.0"
3643: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3644: checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3645:
3646: [[package]]
3647: name = "windows_x86_64_gnullvm"
3648: version = "0.48.5"
3649: source = "registry+https://github.com/rust-lang/crates.io-index"
3650: checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3651:
3652: [[package]]
3653: name = "windows_x86_64_gnullvm"
3654: version = "0.52.6"
3655: source = "registry+https://github.com/rust-lang/crates.io-index"
3656: checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3657:
3658: [[package]]
3659: name = "windows_x86_64_gnullvm"
acb0a4ac54 2025-09-28 3660: version = "0.53.0"
3661: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3662: checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3663:
3664: [[package]]
3665: name = "windows_x86_64_msvc"
3666: version = "0.48.5"
3667: source = "registry+https://github.com/rust-lang/crates.io-index"
3668: checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3669:
3670: [[package]]
3671: name = "windows_x86_64_msvc"
3672: version = "0.52.6"
3673: source = "registry+https://github.com/rust-lang/crates.io-index"
3674: checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3675:
3676: [[package]]
3677: name = "windows_x86_64_msvc"
acb0a4ac54 2025-09-28 3678: version = "0.53.0"
3679: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3680: checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3681:
3682: [[package]]
3683: name = "winnow"
3684: version = "0.7.13"
3685: source = "registry+https://github.com/rust-lang/crates.io-index"
3686: checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
3687: dependencies = [
3688: "memchr",
3689: ]
3690:
3691: [[package]]
3692: name = "wit-bindgen"
3693: version = "0.46.0"
3694: source = "registry+https://github.com/rust-lang/crates.io-index"
3695: checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
3696:
3697: [[package]]
3698: name = "writeable"
acb0a4ac54 2025-09-28 3699: version = "0.6.1"
3700: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3701: checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
3702:
3703: [[package]]
3704: name = "yoke"
acb0a4ac54 2025-09-28 3705: version = "0.8.0"
3706: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3707: checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
3708: dependencies = [
acb0a4ac54 2025-09-28 3709: "serde",
3710: "stable_deref_trait",
3711: "yoke-derive",
3712: "zerofrom",
3713: ]
3714:
3715: [[package]]
3716: name = "yoke-derive"
acb0a4ac54 2025-09-28 3717: version = "0.8.0"
3718: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3719: checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
3720: dependencies = [
3721: "proc-macro2",
3722: "quote",
acb0a4ac54 2025-09-28 3723: "syn 2.0.106",
3724: "synstructure",
3725: ]
3726:
3727: [[package]]
3728: name = "zerocopy"
3729: version = "0.8.27"
3730: source = "registry+https://github.com/rust-lang/crates.io-index"
3731: checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
3732: dependencies = [
3733: "zerocopy-derive",
3734: ]
3735:
3736: [[package]]
3737: name = "zerocopy-derive"
3738: version = "0.8.27"
3739: source = "registry+https://github.com/rust-lang/crates.io-index"
3740: checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
3741: dependencies = [
3742: "proc-macro2",
3743: "quote",
acb0a4ac54 2025-09-28 3744: "syn 2.0.106",
3745: ]
3746:
3747: [[package]]
3748: name = "zerofrom"
3749: version = "0.1.6"
3750: source = "registry+https://github.com/rust-lang/crates.io-index"
3751: checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3752: dependencies = [
3753: "zerofrom-derive",
3754: ]
3755:
3756: [[package]]
3757: name = "zerofrom-derive"
3758: version = "0.1.6"
3759: source = "registry+https://github.com/rust-lang/crates.io-index"
3760: checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3761: dependencies = [
3762: "proc-macro2",
3763: "quote",
acb0a4ac54 2025-09-28 3764: "syn 2.0.106",
3765: "synstructure",
3766: ]
3767:
3768: [[package]]
3769: name = "zeroize"
acb0a4ac54 2025-09-28 3770: version = "1.8.1"
3771: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3772: checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
3773:
3774: [[package]]
3775: name = "zerotrie"
acb0a4ac54 2025-09-28 3776: version = "0.2.2"
3777: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3778: checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
3779: dependencies = [
3780: "displaydoc",
3781: "yoke",
3782: "zerofrom",
3783: ]
3784:
3785: [[package]]
3786: name = "zerovec"
acb0a4ac54 2025-09-28 3787: version = "0.11.4"
3788: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3789: checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
3790: dependencies = [
3791: "yoke",
3792: "zerofrom",
3793: "zerovec-derive",
3794: ]
3795:
3796: [[package]]
3797: name = "zerovec-derive"
acb0a4ac54 2025-09-28 3798: version = "0.11.1"
3799: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 3800: checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
3801: dependencies = [
3802: "proc-macro2",
3803: "quote",
acb0a4ac54 2025-09-28 3804: "syn 2.0.106",
3805: ]