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