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