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