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