Lines of
Cargo.lock
from check-in 3846369ee6
that are changed by the sequence of edits moving toward
check-in c4797b7b7c:
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.22.0"
8: source = "registry+https://github.com/rust-lang/crates.io-index"
9: checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10: dependencies = [
11: "gimli",
12: ]
13:
14: [[package]]
15: name = "adler"
16: version = "1.0.2"
17: source = "registry+https://github.com/rust-lang/crates.io-index"
18: checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19:
20: [[package]]
21: name = "anyhow"
22: version = "1.0.86"
23: source = "registry+https://github.com/rust-lang/crates.io-index"
24: checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
25:
26: [[package]]
27: name = "aquamarine"
28: version = "0.1.12"
29: source = "registry+https://github.com/rust-lang/crates.io-index"
30: checksum = "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f"
31: dependencies = [
32: "itertools",
33: "proc-macro-error",
34: "proc-macro2",
35: "quote",
36: "syn 1.0.109",
37: ]
38:
39: [[package]]
40: name = "arrayvec"
41: version = "0.5.2"
42: source = "registry+https://github.com/rust-lang/crates.io-index"
43: checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
44:
45: [[package]]
46: name = "ascii_utils"
47: version = "0.9.3"
48: source = "registry+https://github.com/rust-lang/crates.io-index"
49: checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a"
50:
51: [[package]]
52: name = "async-attributes"
53: version = "1.1.2"
54: source = "registry+https://github.com/rust-lang/crates.io-index"
55: checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
56: dependencies = [
57: "quote",
58: "syn 1.0.109",
59: ]
60:
61: [[package]]
62: name = "async-channel"
63: version = "1.9.0"
64: source = "registry+https://github.com/rust-lang/crates.io-index"
65: checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
66: dependencies = [
67: "concurrent-queue",
68: "event-listener 2.5.3",
69: "futures-core",
70: ]
71:
72: [[package]]
73: name = "async-channel"
74: version = "2.3.1"
75: source = "registry+https://github.com/rust-lang/crates.io-index"
76: checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
77: dependencies = [
78: "concurrent-queue",
79: "event-listener-strategy",
80: "futures-core",
81: "pin-project-lite 0.2.14",
82: ]
83:
84: [[package]]
85: name = "async-executor"
86: version = "1.13.0"
87: source = "registry+https://github.com/rust-lang/crates.io-index"
88: checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
89: dependencies = [
90: "async-task",
91: "concurrent-queue",
92: "fastrand 2.1.0",
93: "futures-lite 2.3.0",
94: "slab",
95: ]
96:
97: [[package]]
98: name = "async-global-executor"
99: version = "2.4.1"
100: source = "registry+https://github.com/rust-lang/crates.io-index"
101: checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
102: dependencies = [
103: "async-channel 2.3.1",
104: "async-executor",
3846369ee6 2024-07-23 105: "async-io 2.3.3",
106: "async-lock 3.4.0",
107: "blocking",
108: "futures-lite 2.3.0",
109: "once_cell",
110: "tokio",
111: ]
112:
113: [[package]]
114: name = "async-io"
115: version = "1.13.0"
116: source = "registry+https://github.com/rust-lang/crates.io-index"
117: checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
118: dependencies = [
119: "async-lock 2.8.0",
120: "autocfg",
121: "cfg-if",
122: "concurrent-queue",
123: "futures-lite 1.13.0",
124: "log",
125: "parking",
126: "polling 2.8.0",
127: "rustix 0.37.27",
128: "slab",
129: "socket2 0.4.10",
130: "waker-fn",
131: ]
132:
133: [[package]]
134: name = "async-io"
3846369ee6 2024-07-23 135: version = "2.3.3"
136: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 137: checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
138: dependencies = [
139: "async-lock 3.4.0",
140: "cfg-if",
141: "concurrent-queue",
142: "futures-io",
143: "futures-lite 2.3.0",
144: "parking",
3846369ee6 2024-07-23 145: "polling 3.7.2",
146: "rustix 0.38.34",
147: "slab",
148: "tracing",
3846369ee6 2024-07-23 149: "windows-sys 0.52.0",
150: ]
151:
152: [[package]]
153: name = "async-lock"
154: version = "2.8.0"
155: source = "registry+https://github.com/rust-lang/crates.io-index"
156: checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
157: dependencies = [
158: "event-listener 2.5.3",
159: ]
160:
161: [[package]]
162: name = "async-lock"
163: version = "3.4.0"
164: source = "registry+https://github.com/rust-lang/crates.io-index"
165: checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
166: dependencies = [
167: "event-listener 5.3.1",
168: "event-listener-strategy",
169: "pin-project-lite 0.2.14",
170: ]
171:
172: [[package]]
173: name = "async-process"
174: version = "1.8.1"
175: source = "registry+https://github.com/rust-lang/crates.io-index"
176: checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
177: dependencies = [
178: "async-io 1.13.0",
179: "async-lock 2.8.0",
180: "async-signal",
181: "blocking",
182: "cfg-if",
183: "event-listener 3.1.0",
184: "futures-lite 1.13.0",
185: "rustix 0.38.34",
186: "windows-sys 0.48.0",
187: ]
188:
189: [[package]]
190: name = "async-signal"
3846369ee6 2024-07-23 191: version = "0.2.9"
192: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 193: checksum = "dfb3634b73397aa844481f814fad23bbf07fdb0eabec10f2eb95e58944b1ec32"
194: dependencies = [
3846369ee6 2024-07-23 195: "async-io 2.3.3",
196: "async-lock 3.4.0",
197: "atomic-waker",
198: "cfg-if",
199: "futures-core",
200: "futures-io",
201: "rustix 0.38.34",
202: "signal-hook-registry",
203: "slab",
3846369ee6 2024-07-23 204: "windows-sys 0.52.0",
205: ]
206:
207: [[package]]
208: name = "async-std"
209: version = "1.12.0"
210: source = "registry+https://github.com/rust-lang/crates.io-index"
211: checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
212: dependencies = [
213: "async-attributes",
214: "async-channel 1.9.0",
215: "async-global-executor",
216: "async-io 1.13.0",
217: "async-lock 2.8.0",
218: "async-process",
219: "crossbeam-utils",
220: "futures-channel",
221: "futures-core",
222: "futures-io",
223: "futures-lite 1.13.0",
224: "gloo-timers",
225: "kv-log-macro",
226: "log",
227: "memchr",
228: "once_cell",
229: "pin-project-lite 0.2.14",
230: "pin-utils",
231: "slab",
232: "wasm-bindgen-futures",
233: ]
234:
235: [[package]]
236: name = "async-task"
237: version = "4.7.1"
238: source = "registry+https://github.com/rust-lang/crates.io-index"
239: checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
240:
241: [[package]]
242: name = "atomic-waker"
243: version = "1.1.2"
244: source = "registry+https://github.com/rust-lang/crates.io-index"
245: checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
246:
247: [[package]]
248: name = "autocfg"
249: version = "1.3.0"
250: source = "registry+https://github.com/rust-lang/crates.io-index"
251: checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
252:
253: [[package]]
254: name = "backtrace"
255: version = "0.3.73"
256: source = "registry+https://github.com/rust-lang/crates.io-index"
257: checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
258: dependencies = [
259: "addr2line",
260: "cc",
261: "cfg-if",
262: "libc",
263: "miniz_oxide",
264: "object",
265: "rustc-demangle",
266: ]
267:
268: [[package]]
269: name = "base64"
270: version = "0.13.1"
271: source = "registry+https://github.com/rust-lang/crates.io-index"
272: checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
273:
274: [[package]]
275: name = "base64"
276: version = "0.21.7"
277: source = "registry+https://github.com/rust-lang/crates.io-index"
278: checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
279:
280: [[package]]
281: name = "bitflags"
282: version = "1.3.2"
283: source = "registry+https://github.com/rust-lang/crates.io-index"
284: checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
285:
286: [[package]]
287: name = "bitflags"
288: version = "2.6.0"
289: source = "registry+https://github.com/rust-lang/crates.io-index"
290: checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
291:
292: [[package]]
293: name = "bitvec"
294: version = "0.19.6"
295: source = "registry+https://github.com/rust-lang/crates.io-index"
296: checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
297: dependencies = [
298: "funty",
299: "radium",
300: "tap",
301: "wyz",
302: ]
303:
304: [[package]]
305: name = "blocking"
306: version = "1.6.1"
307: source = "registry+https://github.com/rust-lang/crates.io-index"
308: checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
309: dependencies = [
310: "async-channel 2.3.1",
311: "async-task",
312: "futures-io",
313: "futures-lite 2.3.0",
314: "piper",
315: ]
316:
317: [[package]]
318: name = "bumpalo"
319: version = "3.16.0"
320: source = "registry+https://github.com/rust-lang/crates.io-index"
321: checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
322:
323: [[package]]
324: name = "bytes"
3846369ee6 2024-07-23 325: version = "1.6.1"
326: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 327: checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
328:
329: [[package]]
330: name = "cc"
3846369ee6 2024-07-23 331: version = "1.1.6"
332: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 333: checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
334:
335: [[package]]
336: name = "cfg-if"
337: version = "1.0.0"
338: source = "registry+https://github.com/rust-lang/crates.io-index"
339: checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
340:
341: [[package]]
342: name = "chrono"
343: version = "0.4.38"
344: source = "registry+https://github.com/rust-lang/crates.io-index"
345: checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
346: dependencies = [
347: "num-traits",
348: ]
349:
350: [[package]]
351: name = "concurrent-queue"
352: version = "2.5.0"
353: source = "registry+https://github.com/rust-lang/crates.io-index"
354: checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
355: dependencies = [
356: "crossbeam-utils",
357: ]
358:
359: [[package]]
360: name = "config"
361: version = "0.14.0"
362: source = "registry+https://github.com/rust-lang/crates.io-index"
363: checksum = "7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be"
364: dependencies = [
365: "lazy_static",
366: "nom 7.1.3",
367: "pathdiff",
368: "serde",
369: "toml",
370: ]
371:
372: [[package]]
373: name = "convert_case"
374: version = "0.4.0"
375: source = "registry+https://github.com/rust-lang/crates.io-index"
376: checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
377:
378: [[package]]
379: name = "core-foundation"
380: version = "0.9.4"
381: source = "registry+https://github.com/rust-lang/crates.io-index"
382: checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
383: dependencies = [
384: "core-foundation-sys",
385: "libc",
386: ]
387:
388: [[package]]
389: name = "core-foundation-sys"
3846369ee6 2024-07-23 390: version = "0.8.6"
391: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 392: checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
393:
394: [[package]]
395: name = "crossbeam-utils"
396: version = "0.8.20"
397: source = "registry+https://github.com/rust-lang/crates.io-index"
398: checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
399:
400: [[package]]
401: name = "darling"
402: version = "0.13.4"
403: source = "registry+https://github.com/rust-lang/crates.io-index"
404: checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
405: dependencies = [
406: "darling_core",
407: "darling_macro",
408: ]
409:
410: [[package]]
411: name = "darling_core"
412: version = "0.13.4"
413: source = "registry+https://github.com/rust-lang/crates.io-index"
414: checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
415: dependencies = [
416: "fnv",
417: "ident_case",
418: "proc-macro2",
419: "quote",
420: "strsim",
421: "syn 1.0.109",
422: ]
423:
424: [[package]]
425: name = "darling_macro"
426: version = "0.13.4"
427: source = "registry+https://github.com/rust-lang/crates.io-index"
428: checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
429: dependencies = [
430: "darling_core",
431: "quote",
432: "syn 1.0.109",
433: ]
434:
435: [[package]]
436: name = "derive_more"
437: version = "0.99.18"
438: source = "registry+https://github.com/rust-lang/crates.io-index"
439: checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
440: dependencies = [
441: "convert_case",
442: "proc-macro2",
443: "quote",
444: "rustc_version",
3846369ee6 2024-07-23 445: "syn 2.0.72",
446: ]
447:
448: [[package]]
449: name = "dptree"
450: version = "0.3.0"
451: source = "registry+https://github.com/rust-lang/crates.io-index"
452: checksum = "d81175dab5ec79c30e0576df2ed2c244e1721720c302000bb321b107e82e265c"
453: dependencies = [
454: "futures",
455: ]
456:
457: [[package]]
458: name = "either"
459: version = "1.13.0"
460: source = "registry+https://github.com/rust-lang/crates.io-index"
461: checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
462:
463: [[package]]
464: name = "encoding_rs"
465: version = "0.8.34"
466: source = "registry+https://github.com/rust-lang/crates.io-index"
467: checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
468: dependencies = [
469: "cfg-if",
470: ]
471:
472: [[package]]
473: name = "equivalent"
474: version = "1.0.1"
475: source = "registry+https://github.com/rust-lang/crates.io-index"
476: checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
477:
478: [[package]]
479: name = "erasable"
480: version = "1.2.1"
481: source = "registry+https://github.com/rust-lang/crates.io-index"
482: checksum = "5f11890ce181d47a64e5d1eb4b6caba0e7bae911a356723740d058a5d0340b7d"
483: dependencies = [
484: "autocfg",
485: "scopeguard",
486: ]
487:
488: [[package]]
489: name = "errno"
490: version = "0.3.9"
491: source = "registry+https://github.com/rust-lang/crates.io-index"
492: checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
493: dependencies = [
494: "libc",
495: "windows-sys 0.52.0",
496: ]
497:
498: [[package]]
499: name = "event-listener"
500: version = "2.5.3"
501: source = "registry+https://github.com/rust-lang/crates.io-index"
502: checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
503:
504: [[package]]
505: name = "event-listener"
506: version = "3.1.0"
507: source = "registry+https://github.com/rust-lang/crates.io-index"
508: checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
509: dependencies = [
510: "concurrent-queue",
511: "parking",
512: "pin-project-lite 0.2.14",
513: ]
514:
515: [[package]]
516: name = "event-listener"
517: version = "5.3.1"
518: source = "registry+https://github.com/rust-lang/crates.io-index"
519: checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
520: dependencies = [
521: "concurrent-queue",
522: "parking",
523: "pin-project-lite 0.2.14",
524: ]
525:
526: [[package]]
527: name = "event-listener-strategy"
528: version = "0.5.2"
529: source = "registry+https://github.com/rust-lang/crates.io-index"
530: checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
531: dependencies = [
532: "event-listener 5.3.1",
533: "pin-project-lite 0.2.14",
534: ]
535:
536: [[package]]
537: name = "fast_chemail"
538: version = "0.9.6"
539: source = "registry+https://github.com/rust-lang/crates.io-index"
540: checksum = "495a39d30d624c2caabe6312bfead73e7717692b44e0b32df168c275a2e8e9e4"
541: dependencies = [
542: "ascii_utils",
543: ]
544:
545: [[package]]
546: name = "fastrand"
547: version = "1.9.0"
548: source = "registry+https://github.com/rust-lang/crates.io-index"
549: checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
550: dependencies = [
551: "instant",
552: ]
553:
554: [[package]]
555: name = "fastrand"
556: version = "2.1.0"
557: source = "registry+https://github.com/rust-lang/crates.io-index"
558: checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
559:
560: [[package]]
561: name = "fnv"
562: version = "1.0.7"
563: source = "registry+https://github.com/rust-lang/crates.io-index"
564: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
565:
566: [[package]]
567: name = "foreign-types"
568: version = "0.3.2"
569: source = "registry+https://github.com/rust-lang/crates.io-index"
570: checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
571: dependencies = [
572: "foreign-types-shared",
573: ]
574:
575: [[package]]
576: name = "foreign-types-shared"
577: version = "0.1.1"
578: source = "registry+https://github.com/rust-lang/crates.io-index"
579: checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
580:
581: [[package]]
582: name = "form_urlencoded"
583: version = "1.2.1"
584: source = "registry+https://github.com/rust-lang/crates.io-index"
585: checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
586: dependencies = [
587: "percent-encoding",
588: ]
589:
590: [[package]]
591: name = "funty"
592: version = "1.1.0"
593: source = "registry+https://github.com/rust-lang/crates.io-index"
594: checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
595:
596: [[package]]
597: name = "futures"
598: version = "0.3.30"
599: source = "registry+https://github.com/rust-lang/crates.io-index"
600: checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
601: dependencies = [
602: "futures-channel",
603: "futures-core",
604: "futures-executor",
605: "futures-io",
606: "futures-sink",
607: "futures-task",
608: "futures-util",
609: ]
610:
611: [[package]]
612: name = "futures-channel"
613: version = "0.3.30"
614: source = "registry+https://github.com/rust-lang/crates.io-index"
615: checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
616: dependencies = [
617: "futures-core",
618: "futures-sink",
619: ]
620:
621: [[package]]
622: name = "futures-core"
623: version = "0.3.30"
624: source = "registry+https://github.com/rust-lang/crates.io-index"
625: checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
626:
627: [[package]]
628: name = "futures-executor"
629: version = "0.3.30"
630: source = "registry+https://github.com/rust-lang/crates.io-index"
631: checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
632: dependencies = [
633: "futures-core",
634: "futures-task",
635: "futures-util",
636: ]
637:
638: [[package]]
639: name = "futures-io"
640: version = "0.3.30"
641: source = "registry+https://github.com/rust-lang/crates.io-index"
642: checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
643:
644: [[package]]
645: name = "futures-lite"
646: version = "1.13.0"
647: source = "registry+https://github.com/rust-lang/crates.io-index"
648: checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
649: dependencies = [
650: "fastrand 1.9.0",
651: "futures-core",
652: "futures-io",
653: "memchr",
654: "parking",
655: "pin-project-lite 0.2.14",
656: "waker-fn",
657: ]
658:
659: [[package]]
660: name = "futures-lite"
661: version = "2.3.0"
662: source = "registry+https://github.com/rust-lang/crates.io-index"
663: checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
664: dependencies = [
665: "fastrand 2.1.0",
666: "futures-core",
667: "futures-io",
668: "parking",
669: "pin-project-lite 0.2.14",
670: ]
671:
672: [[package]]
673: name = "futures-macro"
674: version = "0.3.30"
675: source = "registry+https://github.com/rust-lang/crates.io-index"
676: checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
677: dependencies = [
678: "proc-macro2",
679: "quote",
3846369ee6 2024-07-23 680: "syn 2.0.72",
681: ]
682:
683: [[package]]
684: name = "futures-sink"
685: version = "0.3.30"
686: source = "registry+https://github.com/rust-lang/crates.io-index"
687: checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
688:
689: [[package]]
690: name = "futures-task"
691: version = "0.3.30"
692: source = "registry+https://github.com/rust-lang/crates.io-index"
693: checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
694:
695: [[package]]
696: name = "futures-util"
697: version = "0.3.30"
698: source = "registry+https://github.com/rust-lang/crates.io-index"
699: checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
700: dependencies = [
701: "futures-channel",
702: "futures-core",
703: "futures-io",
704: "futures-macro",
705: "futures-sink",
706: "futures-task",
707: "memchr",
708: "pin-project-lite 0.2.14",
709: "pin-utils",
710: "slab",
711: ]
712:
713: [[package]]
714: name = "getrandom"
715: version = "0.2.15"
716: source = "registry+https://github.com/rust-lang/crates.io-index"
717: checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
718: dependencies = [
719: "cfg-if",
720: "libc",
721: "wasi",
722: ]
723:
724: [[package]]
725: name = "gimli"
726: version = "0.29.0"
727: source = "registry+https://github.com/rust-lang/crates.io-index"
728: checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
729:
730: [[package]]
731: name = "gloo-timers"
732: version = "0.2.6"
733: source = "registry+https://github.com/rust-lang/crates.io-index"
734: checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
735: dependencies = [
736: "futures-channel",
737: "futures-core",
738: "js-sys",
739: "wasm-bindgen",
740: ]
741:
742: [[package]]
743: name = "h2"
744: version = "0.3.26"
745: source = "registry+https://github.com/rust-lang/crates.io-index"
746: checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
747: dependencies = [
748: "bytes",
749: "fnv",
750: "futures-core",
751: "futures-sink",
752: "futures-util",
753: "http",
754: "indexmap",
755: "slab",
756: "tokio",
757: "tokio-util",
758: "tracing",
759: ]
760:
761: [[package]]
762: name = "hashbrown"
763: version = "0.14.5"
764: source = "registry+https://github.com/rust-lang/crates.io-index"
765: checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
766:
767: [[package]]
768: name = "hermit-abi"
769: version = "0.3.9"
770: source = "registry+https://github.com/rust-lang/crates.io-index"
771: checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
772:
773: [[package]]
774: name = "hermit-abi"
775: version = "0.4.0"
776: source = "registry+https://github.com/rust-lang/crates.io-index"
777: checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
778:
779: [[package]]
780: name = "hex"
781: version = "0.4.3"
782: source = "registry+https://github.com/rust-lang/crates.io-index"
783: checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
784:
785: [[package]]
786: name = "hostname"
787: version = "0.3.1"
788: source = "registry+https://github.com/rust-lang/crates.io-index"
789: checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
790: dependencies = [
791: "libc",
792: "match_cfg",
793: "winapi",
794: ]
795:
796: [[package]]
797: name = "http"
798: version = "0.2.12"
799: source = "registry+https://github.com/rust-lang/crates.io-index"
800: checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
801: dependencies = [
802: "bytes",
803: "fnv",
804: "itoa",
805: ]
806:
807: [[package]]
808: name = "http-body"
809: version = "0.4.6"
810: source = "registry+https://github.com/rust-lang/crates.io-index"
811: checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
812: dependencies = [
813: "bytes",
814: "http",
815: "pin-project-lite 0.2.14",
816: ]
817:
818: [[package]]
819: name = "httparse"
820: version = "1.9.4"
821: source = "registry+https://github.com/rust-lang/crates.io-index"
822: checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
823:
824: [[package]]
825: name = "httpdate"
826: version = "1.0.3"
827: source = "registry+https://github.com/rust-lang/crates.io-index"
828: checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
829:
830: [[package]]
831: name = "hyper"
832: version = "0.14.30"
833: source = "registry+https://github.com/rust-lang/crates.io-index"
834: checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
835: dependencies = [
836: "bytes",
837: "futures-channel",
838: "futures-core",
839: "futures-util",
840: "h2",
841: "http",
842: "http-body",
843: "httparse",
844: "httpdate",
845: "itoa",
846: "pin-project-lite 0.2.14",
847: "socket2 0.5.7",
848: "tokio",
849: "tower-service",
850: "tracing",
851: "want",
852: ]
853:
854: [[package]]
855: name = "hyper-rustls"
856: version = "0.24.2"
857: source = "registry+https://github.com/rust-lang/crates.io-index"
858: checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
859: dependencies = [
860: "futures-util",
861: "http",
862: "hyper",
863: "rustls",
864: "tokio",
865: "tokio-rustls",
866: ]
867:
868: [[package]]
869: name = "hyper-tls"
870: version = "0.5.0"
871: source = "registry+https://github.com/rust-lang/crates.io-index"
872: checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
873: dependencies = [
874: "bytes",
875: "hyper",
876: "native-tls",
877: "tokio",
878: "tokio-native-tls",
879: ]
880:
881: [[package]]
882: name = "ident_case"
883: version = "1.0.1"
884: source = "registry+https://github.com/rust-lang/crates.io-index"
885: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
886:
887: [[package]]
888: name = "idna"
889: version = "0.5.0"
890: source = "registry+https://github.com/rust-lang/crates.io-index"
891: checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
892: dependencies = [
893: "unicode-bidi",
894: "unicode-normalization",
895: ]
896:
897: [[package]]
898: name = "indexmap"
3846369ee6 2024-07-23 899: version = "2.2.6"
900: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 901: checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
902: dependencies = [
903: "equivalent",
904: "hashbrown",
905: ]
906:
907: [[package]]
908: name = "instant"
909: version = "0.1.13"
910: source = "registry+https://github.com/rust-lang/crates.io-index"
911: checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
912: dependencies = [
913: "cfg-if",
914: ]
915:
916: [[package]]
917: name = "io-lifetimes"
918: version = "1.0.11"
919: source = "registry+https://github.com/rust-lang/crates.io-index"
920: checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
921: dependencies = [
922: "hermit-abi 0.3.9",
923: "libc",
924: "windows-sys 0.48.0",
925: ]
926:
927: [[package]]
928: name = "ipnet"
929: version = "2.9.0"
930: source = "registry+https://github.com/rust-lang/crates.io-index"
931: checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
932:
933: [[package]]
934: name = "itertools"
935: version = "0.9.0"
936: source = "registry+https://github.com/rust-lang/crates.io-index"
937: checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
938: dependencies = [
939: "either",
940: ]
941:
942: [[package]]
943: name = "itoa"
944: version = "1.0.11"
945: source = "registry+https://github.com/rust-lang/crates.io-index"
946: checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
947:
948: [[package]]
949: name = "js-sys"
950: version = "0.3.69"
951: source = "registry+https://github.com/rust-lang/crates.io-index"
952: checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
953: dependencies = [
954: "wasm-bindgen",
955: ]
956:
957: [[package]]
958: name = "kv-log-macro"
959: version = "1.0.7"
960: source = "registry+https://github.com/rust-lang/crates.io-index"
961: checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
962: dependencies = [
963: "log",
964: ]
965:
966: [[package]]
967: name = "lazy_static"
968: version = "1.5.0"
969: source = "registry+https://github.com/rust-lang/crates.io-index"
970: checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
971:
972: [[package]]
973: name = "lexical-core"
974: version = "0.7.6"
975: source = "registry+https://github.com/rust-lang/crates.io-index"
976: checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
977: dependencies = [
978: "arrayvec",
979: "bitflags 1.3.2",
980: "cfg-if",
981: "ryu",
982: "static_assertions",
983: ]
984:
985: [[package]]
986: name = "libc"
987: version = "0.2.155"
988: source = "registry+https://github.com/rust-lang/crates.io-index"
989: checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
990:
991: [[package]]
992: name = "linux-raw-sys"
993: version = "0.3.8"
994: source = "registry+https://github.com/rust-lang/crates.io-index"
995: checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
996:
997: [[package]]
998: name = "linux-raw-sys"
999: version = "0.4.14"
1000: source = "registry+https://github.com/rust-lang/crates.io-index"
1001: checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
1002:
1003: [[package]]
1004: name = "log"
1005: version = "0.4.22"
1006: source = "registry+https://github.com/rust-lang/crates.io-index"
1007: checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
1008: dependencies = [
1009: "value-bag",
1010: ]
1011:
1012: [[package]]
1013: name = "lozizol"
1014: version = "0.5.3-dev"
1015: source = "registry+https://github.com/rust-lang/crates.io-index"
1016: checksum = "7f1de289e1fa0dc1455520ce7bf80970ce57a5c7f091e55a371af48f307581d6"
1017: dependencies = [
1018: "async-std",
1019: "bytes",
1020: "hex",
1021: "log",
1022: "memchr",
1023: "num-traits",
1024: ]
1025:
1026: [[package]]
1027: name = "mail-parser"
1028: version = "0.9.3"
1029: source = "registry+https://github.com/rust-lang/crates.io-index"
1030: checksum = "ed5a1335c3a964788c90cb42ae04a34b5f2628e89566949ce3bd4ada695c0bcd"
1031: dependencies = [
1032: "encoding_rs",
1033: "serde",
1034: ]
1035:
1036: [[package]]
1037: name = "match_cfg"
1038: version = "0.1.0"
1039: source = "registry+https://github.com/rust-lang/crates.io-index"
1040: checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
1041:
1042: [[package]]
1043: name = "memchr"
1044: version = "2.7.4"
1045: source = "registry+https://github.com/rust-lang/crates.io-index"
1046: checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1047:
1048: [[package]]
1049: name = "mime"
1050: version = "0.3.17"
1051: source = "registry+https://github.com/rust-lang/crates.io-index"
1052: checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1053:
1054: [[package]]
1055: name = "mime_guess"
1056: version = "2.0.5"
1057: source = "registry+https://github.com/rust-lang/crates.io-index"
1058: checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1059: dependencies = [
1060: "mime",
1061: "unicase",
1062: ]
1063:
1064: [[package]]
1065: name = "minimal-lexical"
1066: version = "0.2.1"
1067: source = "registry+https://github.com/rust-lang/crates.io-index"
1068: checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1069:
1070: [[package]]
1071: name = "miniz_oxide"
1072: version = "0.7.4"
1073: source = "registry+https://github.com/rust-lang/crates.io-index"
1074: checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
1075: dependencies = [
1076: "adler",
1077: ]
1078:
1079: [[package]]
1080: name = "mio"
3846369ee6 2024-07-23 1081: version = "0.8.11"
1082: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1083: checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1084: dependencies = [
1085: "libc",
1086: "wasi",
3846369ee6 2024-07-23 1087: "windows-sys 0.48.0",
1088: ]
1089:
1090: [[package]]
1091: name = "native-tls"
1092: version = "0.2.12"
1093: source = "registry+https://github.com/rust-lang/crates.io-index"
1094: checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
1095: dependencies = [
1096: "libc",
1097: "log",
1098: "openssl",
1099: "openssl-probe",
1100: "openssl-sys",
1101: "schannel",
1102: "security-framework",
1103: "security-framework-sys",
1104: "tempfile",
1105: ]
1106:
1107: [[package]]
1108: name = "never"
1109: version = "0.1.0"
1110: source = "registry+https://github.com/rust-lang/crates.io-index"
1111: checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
1112:
1113: [[package]]
1114: name = "nom"
1115: version = "6.1.2"
1116: source = "registry+https://github.com/rust-lang/crates.io-index"
1117: checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
1118: dependencies = [
1119: "bitvec",
1120: "funty",
1121: "lexical-core",
1122: "memchr",
1123: "version_check",
1124: ]
1125:
1126: [[package]]
1127: name = "nom"
1128: version = "7.1.3"
1129: source = "registry+https://github.com/rust-lang/crates.io-index"
1130: checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1131: dependencies = [
1132: "memchr",
1133: "minimal-lexical",
1134: ]
1135:
1136: [[package]]
1137: name = "num-traits"
1138: version = "0.2.19"
1139: source = "registry+https://github.com/rust-lang/crates.io-index"
1140: checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1141: dependencies = [
1142: "autocfg",
1143: ]
1144:
1145: [[package]]
3846369ee6 2024-07-23 1146: name = "num_cpus"
3846369ee6 2024-07-23 1147: version = "1.16.0"
3846369ee6 2024-07-23 1148: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1149: checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
3846369ee6 2024-07-23 1150: dependencies = [
3846369ee6 2024-07-23 1151: "hermit-abi 0.3.9",
3846369ee6 2024-07-23 1152: "libc",
3846369ee6 2024-07-23 1153: ]
3846369ee6 2024-07-23 1154:
3846369ee6 2024-07-23 1155: [[package]]
1156: name = "object"
3846369ee6 2024-07-23 1157: version = "0.36.1"
1158: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1159: checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
1160: dependencies = [
1161: "memchr",
1162: ]
1163:
1164: [[package]]
1165: name = "once_cell"
1166: version = "1.19.0"
1167: source = "registry+https://github.com/rust-lang/crates.io-index"
1168: checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1169:
1170: [[package]]
1171: name = "openssl"
1172: version = "0.10.66"
1173: source = "registry+https://github.com/rust-lang/crates.io-index"
1174: checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
1175: dependencies = [
1176: "bitflags 2.6.0",
1177: "cfg-if",
1178: "foreign-types",
1179: "libc",
1180: "once_cell",
1181: "openssl-macros",
1182: "openssl-sys",
1183: ]
1184:
1185: [[package]]
1186: name = "openssl-macros"
1187: version = "0.1.1"
1188: source = "registry+https://github.com/rust-lang/crates.io-index"
1189: checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1190: dependencies = [
1191: "proc-macro2",
1192: "quote",
3846369ee6 2024-07-23 1193: "syn 2.0.72",
1194: ]
1195:
1196: [[package]]
1197: name = "openssl-probe"
1198: version = "0.1.5"
1199: source = "registry+https://github.com/rust-lang/crates.io-index"
1200: checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1201:
1202: [[package]]
1203: name = "openssl-sys"
1204: version = "0.9.103"
1205: source = "registry+https://github.com/rust-lang/crates.io-index"
1206: checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
1207: dependencies = [
1208: "cc",
1209: "libc",
1210: "pkg-config",
1211: "vcpkg",
1212: ]
1213:
1214: [[package]]
1215: name = "parking"
1216: version = "2.2.0"
1217: source = "registry+https://github.com/rust-lang/crates.io-index"
1218: checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
1219:
1220: [[package]]
1221: name = "pathdiff"
1222: version = "0.2.1"
1223: source = "registry+https://github.com/rust-lang/crates.io-index"
1224: checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1225:
1226: [[package]]
1227: name = "peg"
1228: version = "0.7.0"
1229: source = "registry+https://github.com/rust-lang/crates.io-index"
1230: checksum = "07c0b841ea54f523f7aa556956fbd293bcbe06f2e67d2eb732b7278aaf1d166a"
1231: dependencies = [
1232: "peg-macros",
1233: "peg-runtime",
1234: ]
1235:
1236: [[package]]
1237: name = "peg-macros"
1238: version = "0.7.0"
1239: source = "registry+https://github.com/rust-lang/crates.io-index"
1240: checksum = "b5aa52829b8decbef693af90202711348ab001456803ba2a98eb4ec8fb70844c"
1241: dependencies = [
1242: "peg-runtime",
1243: "proc-macro2",
1244: "quote",
1245: ]
1246:
1247: [[package]]
1248: name = "peg-runtime"
1249: version = "0.7.0"
1250: source = "registry+https://github.com/rust-lang/crates.io-index"
1251: checksum = "c719dcf55f09a3a7e764c6649ab594c18a177e3599c467983cdf644bfc0a4088"
1252:
1253: [[package]]
1254: name = "percent-encoding"
1255: version = "2.3.1"
1256: source = "registry+https://github.com/rust-lang/crates.io-index"
1257: checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1258:
1259: [[package]]
1260: name = "pin-project"
1261: version = "1.1.5"
1262: source = "registry+https://github.com/rust-lang/crates.io-index"
1263: checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
1264: dependencies = [
1265: "pin-project-internal",
1266: ]
1267:
1268: [[package]]
1269: name = "pin-project-internal"
1270: version = "1.1.5"
1271: source = "registry+https://github.com/rust-lang/crates.io-index"
1272: checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
1273: dependencies = [
1274: "proc-macro2",
1275: "quote",
3846369ee6 2024-07-23 1276: "syn 2.0.72",
1277: ]
1278:
1279: [[package]]
1280: name = "pin-project-lite"
1281: version = "0.1.12"
1282: source = "registry+https://github.com/rust-lang/crates.io-index"
1283: checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
1284:
1285: [[package]]
1286: name = "pin-project-lite"
1287: version = "0.2.14"
1288: source = "registry+https://github.com/rust-lang/crates.io-index"
1289: checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1290:
1291: [[package]]
1292: name = "pin-utils"
1293: version = "0.1.0"
1294: source = "registry+https://github.com/rust-lang/crates.io-index"
1295: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1296:
1297: [[package]]
1298: name = "piper"
3846369ee6 2024-07-23 1299: version = "0.2.3"
1300: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1301: checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
1302: dependencies = [
1303: "atomic-waker",
1304: "fastrand 2.1.0",
1305: "futures-io",
1306: ]
1307:
1308: [[package]]
1309: name = "pkg-config"
1310: version = "0.3.30"
1311: source = "registry+https://github.com/rust-lang/crates.io-index"
1312: checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1313:
1314: [[package]]
1315: name = "polling"
1316: version = "2.8.0"
1317: source = "registry+https://github.com/rust-lang/crates.io-index"
1318: checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1319: dependencies = [
1320: "autocfg",
1321: "bitflags 1.3.2",
1322: "cfg-if",
1323: "concurrent-queue",
1324: "libc",
1325: "log",
1326: "pin-project-lite 0.2.14",
1327: "windows-sys 0.48.0",
1328: ]
1329:
1330: [[package]]
1331: name = "polling"
3846369ee6 2024-07-23 1332: version = "3.7.2"
1333: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1334: checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
1335: dependencies = [
1336: "cfg-if",
1337: "concurrent-queue",
1338: "hermit-abi 0.4.0",
1339: "pin-project-lite 0.2.14",
1340: "rustix 0.38.34",
1341: "tracing",
3846369ee6 2024-07-23 1342: "windows-sys 0.52.0",
1343: ]
1344:
1345: [[package]]
1346: name = "potential"
1347: version = "2.2.1"
1348: source = "registry+https://github.com/rust-lang/crates.io-index"
1349: checksum = "502a584b16465645760f83692eb99092c3d55dffcd8c961fd6522d19cc2222dc"
1350: dependencies = [
1351: "futures-channel",
1352: "futures-util",
1353: "log",
1354: ]
1355:
1356: [[package]]
1357: name = "proc-macro-error"
1358: version = "1.0.4"
1359: source = "registry+https://github.com/rust-lang/crates.io-index"
1360: checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1361: dependencies = [
1362: "proc-macro-error-attr",
1363: "proc-macro2",
1364: "quote",
1365: "syn 1.0.109",
1366: "version_check",
1367: ]
1368:
1369: [[package]]
1370: name = "proc-macro-error-attr"
1371: version = "1.0.4"
1372: source = "registry+https://github.com/rust-lang/crates.io-index"
1373: checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1374: dependencies = [
1375: "proc-macro2",
1376: "quote",
1377: "version_check",
1378: ]
1379:
1380: [[package]]
1381: name = "proc-macro2"
1382: version = "1.0.86"
1383: source = "registry+https://github.com/rust-lang/crates.io-index"
1384: checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
1385: dependencies = [
1386: "unicode-ident",
1387: ]
1388:
1389: [[package]]
1390: name = "quote"
1391: version = "1.0.36"
1392: source = "registry+https://github.com/rust-lang/crates.io-index"
1393: checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1394: dependencies = [
1395: "proc-macro2",
1396: ]
1397:
1398: [[package]]
1399: name = "radium"
1400: version = "0.5.3"
1401: source = "registry+https://github.com/rust-lang/crates.io-index"
1402: checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
1403:
1404: [[package]]
1405: name = "rc-box"
1406: version = "1.2.0"
1407: source = "registry+https://github.com/rust-lang/crates.io-index"
1408: checksum = "e0690759eabf094030c2cdabc25ade1395bac02210d920d655053c1d49583fd8"
1409: dependencies = [
1410: "erasable",
1411: ]
1412:
1413: [[package]]
1414: name = "reqwest"
1415: version = "0.11.27"
1416: source = "registry+https://github.com/rust-lang/crates.io-index"
1417: checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
1418: dependencies = [
1419: "base64 0.21.7",
1420: "bytes",
1421: "encoding_rs",
1422: "futures-core",
1423: "futures-util",
1424: "h2",
1425: "http",
1426: "http-body",
1427: "hyper",
1428: "hyper-rustls",
1429: "hyper-tls",
1430: "ipnet",
1431: "js-sys",
1432: "log",
1433: "mime",
1434: "mime_guess",
1435: "native-tls",
1436: "once_cell",
1437: "percent-encoding",
1438: "pin-project-lite 0.2.14",
1439: "rustls",
1440: "rustls-pemfile",
1441: "serde",
1442: "serde_json",
1443: "serde_urlencoded",
1444: "sync_wrapper",
1445: "system-configuration",
1446: "tokio",
1447: "tokio-native-tls",
1448: "tokio-rustls",
1449: "tokio-util",
1450: "tower-service",
1451: "url",
1452: "wasm-bindgen",
1453: "wasm-bindgen-futures",
1454: "wasm-streams",
1455: "web-sys",
1456: "webpki-roots",
1457: "winreg",
1458: ]
1459:
1460: [[package]]
1461: name = "ring"
1462: version = "0.17.8"
1463: source = "registry+https://github.com/rust-lang/crates.io-index"
1464: checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
1465: dependencies = [
1466: "cc",
1467: "cfg-if",
1468: "getrandom",
1469: "libc",
1470: "spin",
1471: "untrusted",
1472: "windows-sys 0.52.0",
1473: ]
1474:
1475: [[package]]
1476: name = "rustc-demangle"
1477: version = "0.1.24"
1478: source = "registry+https://github.com/rust-lang/crates.io-index"
1479: checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1480:
1481: [[package]]
1482: name = "rustc_version"
1483: version = "0.4.0"
1484: source = "registry+https://github.com/rust-lang/crates.io-index"
1485: checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1486: dependencies = [
1487: "semver",
1488: ]
1489:
1490: [[package]]
1491: name = "rustix"
1492: version = "0.37.27"
1493: source = "registry+https://github.com/rust-lang/crates.io-index"
1494: checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
1495: dependencies = [
1496: "bitflags 1.3.2",
1497: "errno",
1498: "io-lifetimes",
1499: "libc",
1500: "linux-raw-sys 0.3.8",
1501: "windows-sys 0.48.0",
1502: ]
1503:
1504: [[package]]
1505: name = "rustix"
1506: version = "0.38.34"
1507: source = "registry+https://github.com/rust-lang/crates.io-index"
1508: checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
1509: dependencies = [
1510: "bitflags 2.6.0",
1511: "errno",
1512: "libc",
1513: "linux-raw-sys 0.4.14",
1514: "windows-sys 0.52.0",
1515: ]
1516:
1517: [[package]]
1518: name = "rustls"
1519: version = "0.21.12"
1520: source = "registry+https://github.com/rust-lang/crates.io-index"
1521: checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
1522: dependencies = [
1523: "log",
1524: "ring",
1525: "rustls-webpki",
1526: "sct",
1527: ]
1528:
1529: [[package]]
1530: name = "rustls-pemfile"
1531: version = "1.0.4"
1532: source = "registry+https://github.com/rust-lang/crates.io-index"
1533: checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
1534: dependencies = [
1535: "base64 0.21.7",
1536: ]
1537:
1538: [[package]]
1539: name = "rustls-webpki"
1540: version = "0.101.7"
1541: source = "registry+https://github.com/rust-lang/crates.io-index"
1542: checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
1543: dependencies = [
1544: "ring",
1545: "untrusted",
1546: ]
1547:
1548: [[package]]
1549: name = "ryu"
1550: version = "1.0.18"
1551: source = "registry+https://github.com/rust-lang/crates.io-index"
1552: checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
1553:
1554: [[package]]
1555: name = "samotop"
1556: version = "0.13.2"
1557: source = "registry+https://github.com/rust-lang/crates.io-index"
1558: checksum = "6eb682bb98a1f3f2a909e292c0e08293e541bdf2854b2b61449cffdc085374e9"
1559: dependencies = [
1560: "log",
1561: "samotop-core",
1562: "samotop-delivery",
1563: "samotop-parser",
1564: ]
1565:
1566: [[package]]
1567: name = "samotop-core"
1568: version = "0.13.1+smtp"
1569: source = "registry+https://github.com/rust-lang/crates.io-index"
1570: checksum = "30fbe4107fd9f80333f487d3adc417e9aabe9cbee488e1e4d528e7eadc251bcd"
1571: dependencies = [
1572: "async-std",
1573: "futures-core",
1574: "futures-io",
1575: "futures-util",
1576: "log",
1577: "smol-timeout",
1578: ]
1579:
1580: [[package]]
1581: name = "samotop-delivery"
1582: version = "0.13.1"
1583: source = "registry+https://github.com/rust-lang/crates.io-index"
1584: checksum = "ab4e67cec86eeac28c314613364338904eafead04f8c280e0c982530572ec1e9"
1585: dependencies = [
1586: "async-std",
1587: "base64 0.13.1",
1588: "bytes",
1589: "fast_chemail",
1590: "hostname",
1591: "log",
1592: "lozizol",
1593: "memchr",
1594: "nom 6.1.2",
1595: "pin-project",
1596: "pin-utils",
1597: "potential",
1598: "samotop-core",
1599: "serde",
1600: "serde_derive",
1601: "serde_json",
1602: "thiserror",
1603: "uuid 0.8.2",
1604: ]
1605:
1606: [[package]]
1607: name = "samotop-parser"
1608: version = "0.13.0"
1609: source = "registry+https://github.com/rust-lang/crates.io-index"
1610: checksum = "cdf2e91d7da63ae0e700a75c2e40b0d837cd9fe404a5b5fca39c5be7a4a918c1"
1611: dependencies = [
1612: "log",
1613: "peg",
1614: "samotop-core",
1615: ]
1616:
1617: [[package]]
1618: name = "schannel"
1619: version = "0.1.23"
1620: source = "registry+https://github.com/rust-lang/crates.io-index"
1621: checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1622: dependencies = [
1623: "windows-sys 0.52.0",
1624: ]
1625:
1626: [[package]]
1627: name = "scopeguard"
1628: version = "1.2.0"
1629: source = "registry+https://github.com/rust-lang/crates.io-index"
1630: checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1631:
1632: [[package]]
1633: name = "sct"
1634: version = "0.7.1"
1635: source = "registry+https://github.com/rust-lang/crates.io-index"
1636: checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
1637: dependencies = [
1638: "ring",
1639: "untrusted",
1640: ]
1641:
1642: [[package]]
1643: name = "security-framework"
1644: version = "2.11.1"
1645: source = "registry+https://github.com/rust-lang/crates.io-index"
1646: checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1647: dependencies = [
1648: "bitflags 2.6.0",
1649: "core-foundation",
1650: "core-foundation-sys",
1651: "libc",
1652: "security-framework-sys",
1653: ]
1654:
1655: [[package]]
1656: name = "security-framework-sys"
1657: version = "2.11.1"
1658: source = "registry+https://github.com/rust-lang/crates.io-index"
1659: checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
1660: dependencies = [
1661: "core-foundation-sys",
1662: "libc",
1663: ]
1664:
1665: [[package]]
1666: name = "semver"
1667: version = "1.0.23"
1668: source = "registry+https://github.com/rust-lang/crates.io-index"
1669: checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
1670:
1671: [[package]]
1672: name = "serde"
3846369ee6 2024-07-23 1673: version = "1.0.204"
1674: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1675: checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
1676: dependencies = [
1677: "serde_derive",
1678: ]
1679:
1680: [[package]]
1681: name = "serde_derive"
3846369ee6 2024-07-23 1682: version = "1.0.204"
1683: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1684: checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
1685: dependencies = [
1686: "proc-macro2",
1687: "quote",
3846369ee6 2024-07-23 1688: "syn 2.0.72",
1689: ]
1690:
1691: [[package]]
1692: name = "serde_json"
3846369ee6 2024-07-23 1693: version = "1.0.120"
1694: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1695: checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
1696: dependencies = [
1697: "itoa",
1698: "ryu",
1699: "serde",
1700: ]
1701:
1702: [[package]]
1703: name = "serde_spanned"
3846369ee6 2024-07-23 1704: version = "0.6.6"
1705: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1706: checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
1707: dependencies = [
1708: "serde",
1709: ]
1710:
1711: [[package]]
1712: name = "serde_urlencoded"
1713: version = "0.7.1"
1714: source = "registry+https://github.com/rust-lang/crates.io-index"
1715: checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1716: dependencies = [
1717: "form_urlencoded",
1718: "itoa",
1719: "ryu",
1720: "serde",
1721: ]
1722:
1723: [[package]]
1724: name = "serde_with_macros"
1725: version = "1.5.2"
1726: source = "registry+https://github.com/rust-lang/crates.io-index"
1727: checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
1728: dependencies = [
1729: "darling",
1730: "proc-macro2",
1731: "quote",
1732: "syn 1.0.109",
1733: ]
1734:
1735: [[package]]
1736: name = "signal-hook-registry"
1737: version = "1.4.2"
1738: source = "registry+https://github.com/rust-lang/crates.io-index"
1739: checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
1740: dependencies = [
1741: "libc",
1742: ]
1743:
1744: [[package]]
1745: name = "slab"
1746: version = "0.4.9"
1747: source = "registry+https://github.com/rust-lang/crates.io-index"
1748: checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1749: dependencies = [
1750: "autocfg",
1751: ]
1752:
1753: [[package]]
1754: name = "smol-timeout"
1755: version = "0.6.0"
1756: source = "registry+https://github.com/rust-lang/crates.io-index"
1757: checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
1758: dependencies = [
1759: "async-io 1.13.0",
1760: "pin-project-lite 0.1.12",
1761: ]
1762:
1763: [[package]]
1764: name = "smtp2tg"
1765: version = "0.2.5"
1766: dependencies = [
1767: "anyhow",
1768: "async-std",
1769: "config",
1770: "mail-parser",
1771: "samotop",
1772: "teloxide",
1773: ]
1774:
1775: [[package]]
1776: name = "socket2"
1777: version = "0.4.10"
1778: source = "registry+https://github.com/rust-lang/crates.io-index"
1779: checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
1780: dependencies = [
1781: "libc",
1782: "winapi",
1783: ]
1784:
1785: [[package]]
1786: name = "socket2"
1787: version = "0.5.7"
1788: source = "registry+https://github.com/rust-lang/crates.io-index"
1789: checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
1790: dependencies = [
1791: "libc",
1792: "windows-sys 0.52.0",
1793: ]
1794:
1795: [[package]]
1796: name = "spin"
1797: version = "0.9.8"
1798: source = "registry+https://github.com/rust-lang/crates.io-index"
1799: checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1800:
1801: [[package]]
1802: name = "static_assertions"
1803: version = "1.1.0"
1804: source = "registry+https://github.com/rust-lang/crates.io-index"
1805: checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1806:
1807: [[package]]
1808: name = "strsim"
1809: version = "0.10.0"
1810: source = "registry+https://github.com/rust-lang/crates.io-index"
1811: checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1812:
1813: [[package]]
1814: name = "syn"
1815: version = "1.0.109"
1816: source = "registry+https://github.com/rust-lang/crates.io-index"
1817: checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1818: dependencies = [
1819: "proc-macro2",
1820: "quote",
1821: "unicode-ident",
1822: ]
1823:
1824: [[package]]
1825: name = "syn"
3846369ee6 2024-07-23 1826: version = "2.0.72"
1827: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1828: checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
1829: dependencies = [
1830: "proc-macro2",
1831: "quote",
1832: "unicode-ident",
1833: ]
1834:
1835: [[package]]
1836: name = "sync_wrapper"
1837: version = "0.1.2"
1838: source = "registry+https://github.com/rust-lang/crates.io-index"
1839: checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
1840:
1841: [[package]]
1842: name = "system-configuration"
1843: version = "0.5.1"
1844: source = "registry+https://github.com/rust-lang/crates.io-index"
1845: checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
1846: dependencies = [
1847: "bitflags 1.3.2",
1848: "core-foundation",
1849: "system-configuration-sys",
1850: ]
1851:
1852: [[package]]
1853: name = "system-configuration-sys"
1854: version = "0.5.0"
1855: source = "registry+https://github.com/rust-lang/crates.io-index"
1856: checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
1857: dependencies = [
1858: "core-foundation-sys",
1859: "libc",
1860: ]
1861:
1862: [[package]]
1863: name = "take_mut"
1864: version = "0.2.2"
1865: source = "registry+https://github.com/rust-lang/crates.io-index"
1866: checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
1867:
1868: [[package]]
1869: name = "takecell"
1870: version = "0.1.1"
1871: source = "registry+https://github.com/rust-lang/crates.io-index"
1872: checksum = "20f34339676cdcab560c9a82300c4c2581f68b9369aedf0fae86f2ff9565ff3e"
1873:
1874: [[package]]
1875: name = "tap"
1876: version = "1.0.1"
1877: source = "registry+https://github.com/rust-lang/crates.io-index"
1878: checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1879:
1880: [[package]]
1881: name = "teloxide"
1882: version = "0.12.2"
1883: source = "registry+https://github.com/rust-lang/crates.io-index"
1884: checksum = "c63345cf32a8850ebddcdd769dc2d5193d5e231262d5dada264b79da01a664da"
1885: dependencies = [
1886: "aquamarine",
1887: "bytes",
1888: "derive_more",
1889: "dptree",
1890: "futures",
1891: "log",
1892: "mime",
1893: "pin-project",
1894: "serde",
1895: "serde_json",
1896: "serde_with_macros",
1897: "teloxide-core",
1898: "thiserror",
1899: "tokio",
1900: "tokio-stream",
1901: "tokio-util",
1902: "url",
1903: ]
1904:
1905: [[package]]
1906: name = "teloxide-core"
1907: version = "0.9.1"
1908: source = "registry+https://github.com/rust-lang/crates.io-index"
1909: checksum = "303db260110c238e3af77bb9dff18bf7a5b5196f783059b0852aab75f91d5a16"
1910: dependencies = [
1911: "bitflags 1.3.2",
1912: "bytes",
1913: "chrono",
1914: "derive_more",
1915: "either",
1916: "futures",
1917: "log",
1918: "mime",
1919: "never",
1920: "once_cell",
1921: "pin-project",
1922: "rc-box",
1923: "reqwest",
1924: "serde",
1925: "serde_json",
1926: "serde_with_macros",
1927: "take_mut",
1928: "takecell",
1929: "thiserror",
1930: "tokio",
1931: "tokio-util",
1932: "url",
1933: "uuid 1.10.0",
1934: "vecrem",
1935: ]
1936:
1937: [[package]]
1938: name = "tempfile"
3846369ee6 2024-07-23 1939: version = "3.10.1"
1940: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1941: checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
1942: dependencies = [
1943: "cfg-if",
1944: "fastrand 2.1.0",
1945: "rustix 0.38.34",
3846369ee6 2024-07-23 1946: "windows-sys 0.52.0",
1947: ]
1948:
1949: [[package]]
1950: name = "thiserror"
1951: version = "1.0.63"
1952: source = "registry+https://github.com/rust-lang/crates.io-index"
1953: checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
1954: dependencies = [
1955: "thiserror-impl",
1956: ]
1957:
1958: [[package]]
1959: name = "thiserror-impl"
1960: version = "1.0.63"
1961: source = "registry+https://github.com/rust-lang/crates.io-index"
1962: checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
1963: dependencies = [
1964: "proc-macro2",
1965: "quote",
3846369ee6 2024-07-23 1966: "syn 2.0.72",
1967: ]
1968:
1969: [[package]]
1970: name = "tinyvec"
1971: version = "1.8.0"
1972: source = "registry+https://github.com/rust-lang/crates.io-index"
1973: checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
1974: dependencies = [
1975: "tinyvec_macros",
1976: ]
1977:
1978: [[package]]
1979: name = "tinyvec_macros"
1980: version = "0.1.1"
1981: source = "registry+https://github.com/rust-lang/crates.io-index"
1982: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1983:
1984: [[package]]
1985: name = "tokio"
3846369ee6 2024-07-23 1986: version = "1.38.1"
1987: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 1988: checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df"
1989: dependencies = [
1990: "backtrace",
1991: "bytes",
1992: "libc",
1993: "mio",
3846369ee6 2024-07-23 1994: "num_cpus",
1995: "pin-project-lite 0.2.14",
1996: "signal-hook-registry",
1997: "socket2 0.5.7",
1998: "tokio-macros",
3846369ee6 2024-07-23 1999: "windows-sys 0.48.0",
2000: ]
2001:
2002: [[package]]
2003: name = "tokio-macros"
3846369ee6 2024-07-23 2004: version = "2.3.0"
2005: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 2006: checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
2007: dependencies = [
2008: "proc-macro2",
2009: "quote",
3846369ee6 2024-07-23 2010: "syn 2.0.72",
2011: ]
2012:
2013: [[package]]
2014: name = "tokio-native-tls"
2015: version = "0.3.1"
2016: source = "registry+https://github.com/rust-lang/crates.io-index"
2017: checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2018: dependencies = [
2019: "native-tls",
2020: "tokio",
2021: ]
2022:
2023: [[package]]
2024: name = "tokio-rustls"
2025: version = "0.24.1"
2026: source = "registry+https://github.com/rust-lang/crates.io-index"
2027: checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2028: dependencies = [
2029: "rustls",
2030: "tokio",
2031: ]
2032:
2033: [[package]]
2034: name = "tokio-stream"
2035: version = "0.1.15"
2036: source = "registry+https://github.com/rust-lang/crates.io-index"
2037: checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
2038: dependencies = [
2039: "futures-core",
2040: "pin-project-lite 0.2.14",
2041: "tokio",
2042: ]
2043:
2044: [[package]]
2045: name = "tokio-util"
2046: version = "0.7.11"
2047: source = "registry+https://github.com/rust-lang/crates.io-index"
2048: checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2049: dependencies = [
2050: "bytes",
2051: "futures-core",
2052: "futures-sink",
2053: "pin-project-lite 0.2.14",
2054: "tokio",
2055: ]
2056:
2057: [[package]]
2058: name = "toml"
3846369ee6 2024-07-23 2059: version = "0.8.15"
2060: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 2061: checksum = "ac2caab0bf757388c6c0ae23b3293fdb463fee59434529014f85e3263b995c28"
2062: dependencies = [
2063: "serde",
2064: "serde_spanned",
2065: "toml_datetime",
2066: "toml_edit",
2067: ]
2068:
2069: [[package]]
2070: name = "toml_datetime"
3846369ee6 2024-07-23 2071: version = "0.6.6"
2072: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 2073: checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
2074: dependencies = [
2075: "serde",
2076: ]
2077:
2078: [[package]]
2079: name = "toml_edit"
3846369ee6 2024-07-23 2080: version = "0.22.16"
2081: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 2082: checksum = "278f3d518e152219c994ce877758516bca5e118eaed6996192a774fb9fbf0788"
2083: dependencies = [
2084: "indexmap",
2085: "serde",
2086: "serde_spanned",
2087: "toml_datetime",
2088: "winnow",
2089: ]
2090:
2091: [[package]]
2092: name = "tower-service"
2093: version = "0.3.2"
2094: source = "registry+https://github.com/rust-lang/crates.io-index"
2095: checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2096:
2097: [[package]]
2098: name = "tracing"
2099: version = "0.1.40"
2100: source = "registry+https://github.com/rust-lang/crates.io-index"
2101: checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2102: dependencies = [
2103: "pin-project-lite 0.2.14",
2104: "tracing-core",
2105: ]
2106:
2107: [[package]]
2108: name = "tracing-core"
2109: version = "0.1.32"
2110: source = "registry+https://github.com/rust-lang/crates.io-index"
2111: checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2112: dependencies = [
2113: "once_cell",
2114: ]
2115:
2116: [[package]]
2117: name = "try-lock"
2118: version = "0.2.5"
2119: source = "registry+https://github.com/rust-lang/crates.io-index"
2120: checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2121:
2122: [[package]]
2123: name = "unicase"
2124: version = "2.7.0"
2125: source = "registry+https://github.com/rust-lang/crates.io-index"
2126: checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2127: dependencies = [
2128: "version_check",
2129: ]
2130:
2131: [[package]]
2132: name = "unicode-bidi"
2133: version = "0.3.15"
2134: source = "registry+https://github.com/rust-lang/crates.io-index"
2135: checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2136:
2137: [[package]]
2138: name = "unicode-ident"
2139: version = "1.0.12"
2140: source = "registry+https://github.com/rust-lang/crates.io-index"
2141: checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2142:
2143: [[package]]
2144: name = "unicode-normalization"
2145: version = "0.1.23"
2146: source = "registry+https://github.com/rust-lang/crates.io-index"
2147: checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2148: dependencies = [
2149: "tinyvec",
2150: ]
2151:
2152: [[package]]
2153: name = "untrusted"
2154: version = "0.9.0"
2155: source = "registry+https://github.com/rust-lang/crates.io-index"
2156: checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2157:
2158: [[package]]
2159: name = "url"
2160: version = "2.5.2"
2161: source = "registry+https://github.com/rust-lang/crates.io-index"
2162: checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2163: dependencies = [
2164: "form_urlencoded",
2165: "idna",
2166: "percent-encoding",
2167: "serde",
2168: ]
2169:
2170: [[package]]
2171: name = "uuid"
2172: version = "0.8.2"
2173: source = "registry+https://github.com/rust-lang/crates.io-index"
2174: checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
2175: dependencies = [
2176: "getrandom",
2177: ]
2178:
2179: [[package]]
2180: name = "uuid"
2181: version = "1.10.0"
2182: source = "registry+https://github.com/rust-lang/crates.io-index"
2183: checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
2184: dependencies = [
2185: "getrandom",
2186: ]
2187:
2188: [[package]]
2189: name = "value-bag"
2190: version = "1.9.0"
2191: source = "registry+https://github.com/rust-lang/crates.io-index"
2192: checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
2193:
2194: [[package]]
2195: name = "vcpkg"
2196: version = "0.2.15"
2197: source = "registry+https://github.com/rust-lang/crates.io-index"
2198: checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2199:
2200: [[package]]
2201: name = "vecrem"
2202: version = "0.1.0"
2203: source = "registry+https://github.com/rust-lang/crates.io-index"
2204: checksum = "c4808a28789238714a29163e4cb8031f0f050dd670f7a0cc74b6d80f3ce343fa"
2205:
2206: [[package]]
2207: name = "version_check"
3846369ee6 2024-07-23 2208: version = "0.9.4"
2209: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 2210: checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2211:
2212: [[package]]
2213: name = "waker-fn"
2214: version = "1.2.0"
2215: source = "registry+https://github.com/rust-lang/crates.io-index"
2216: checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
2217:
2218: [[package]]
2219: name = "want"
2220: version = "0.3.1"
2221: source = "registry+https://github.com/rust-lang/crates.io-index"
2222: checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2223: dependencies = [
2224: "try-lock",
2225: ]
2226:
2227: [[package]]
2228: name = "wasi"
2229: version = "0.11.0+wasi-snapshot-preview1"
2230: source = "registry+https://github.com/rust-lang/crates.io-index"
2231: checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2232:
2233: [[package]]
2234: name = "wasm-bindgen"
2235: version = "0.2.92"
2236: source = "registry+https://github.com/rust-lang/crates.io-index"
2237: checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2238: dependencies = [
2239: "cfg-if",
2240: "wasm-bindgen-macro",
2241: ]
2242:
2243: [[package]]
2244: name = "wasm-bindgen-backend"
2245: version = "0.2.92"
2246: source = "registry+https://github.com/rust-lang/crates.io-index"
2247: checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2248: dependencies = [
2249: "bumpalo",
2250: "log",
2251: "once_cell",
2252: "proc-macro2",
2253: "quote",
3846369ee6 2024-07-23 2254: "syn 2.0.72",
2255: "wasm-bindgen-shared",
2256: ]
2257:
2258: [[package]]
2259: name = "wasm-bindgen-futures"
2260: version = "0.4.42"
2261: source = "registry+https://github.com/rust-lang/crates.io-index"
2262: checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2263: dependencies = [
2264: "cfg-if",
2265: "js-sys",
2266: "wasm-bindgen",
2267: "web-sys",
2268: ]
2269:
2270: [[package]]
2271: name = "wasm-bindgen-macro"
2272: version = "0.2.92"
2273: source = "registry+https://github.com/rust-lang/crates.io-index"
2274: checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2275: dependencies = [
2276: "quote",
2277: "wasm-bindgen-macro-support",
2278: ]
2279:
2280: [[package]]
2281: name = "wasm-bindgen-macro-support"
2282: version = "0.2.92"
2283: source = "registry+https://github.com/rust-lang/crates.io-index"
2284: checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2285: dependencies = [
2286: "proc-macro2",
2287: "quote",
3846369ee6 2024-07-23 2288: "syn 2.0.72",
2289: "wasm-bindgen-backend",
2290: "wasm-bindgen-shared",
2291: ]
2292:
2293: [[package]]
2294: name = "wasm-bindgen-shared"
2295: version = "0.2.92"
2296: source = "registry+https://github.com/rust-lang/crates.io-index"
2297: checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2298:
2299: [[package]]
2300: name = "wasm-streams"
2301: version = "0.4.0"
2302: source = "registry+https://github.com/rust-lang/crates.io-index"
2303: checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
2304: dependencies = [
2305: "futures-util",
2306: "js-sys",
2307: "wasm-bindgen",
2308: "wasm-bindgen-futures",
2309: "web-sys",
2310: ]
2311:
2312: [[package]]
2313: name = "web-sys"
2314: version = "0.3.69"
2315: source = "registry+https://github.com/rust-lang/crates.io-index"
2316: checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2317: dependencies = [
2318: "js-sys",
2319: "wasm-bindgen",
2320: ]
2321:
2322: [[package]]
2323: name = "webpki-roots"
2324: version = "0.25.4"
2325: source = "registry+https://github.com/rust-lang/crates.io-index"
2326: checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
2327:
2328: [[package]]
2329: name = "winapi"
2330: version = "0.3.9"
2331: source = "registry+https://github.com/rust-lang/crates.io-index"
2332: checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2333: dependencies = [
2334: "winapi-i686-pc-windows-gnu",
2335: "winapi-x86_64-pc-windows-gnu",
2336: ]
2337:
2338: [[package]]
2339: name = "winapi-i686-pc-windows-gnu"
2340: version = "0.4.0"
2341: source = "registry+https://github.com/rust-lang/crates.io-index"
2342: checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2343:
2344: [[package]]
2345: name = "winapi-x86_64-pc-windows-gnu"
2346: version = "0.4.0"
2347: source = "registry+https://github.com/rust-lang/crates.io-index"
2348: checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2349:
2350: [[package]]
2351: name = "windows-sys"
2352: version = "0.48.0"
2353: source = "registry+https://github.com/rust-lang/crates.io-index"
2354: checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2355: dependencies = [
2356: "windows-targets 0.48.5",
2357: ]
2358:
2359: [[package]]
2360: name = "windows-sys"
2361: version = "0.52.0"
2362: source = "registry+https://github.com/rust-lang/crates.io-index"
2363: checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2364: dependencies = [
2365: "windows-targets 0.52.6",
2366: ]
2367:
2368: [[package]]
2369: name = "windows-targets"
2370: version = "0.48.5"
2371: source = "registry+https://github.com/rust-lang/crates.io-index"
2372: checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2373: dependencies = [
2374: "windows_aarch64_gnullvm 0.48.5",
2375: "windows_aarch64_msvc 0.48.5",
2376: "windows_i686_gnu 0.48.5",
2377: "windows_i686_msvc 0.48.5",
2378: "windows_x86_64_gnu 0.48.5",
2379: "windows_x86_64_gnullvm 0.48.5",
2380: "windows_x86_64_msvc 0.48.5",
2381: ]
2382:
2383: [[package]]
2384: name = "windows-targets"
2385: version = "0.52.6"
2386: source = "registry+https://github.com/rust-lang/crates.io-index"
2387: checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2388: dependencies = [
2389: "windows_aarch64_gnullvm 0.52.6",
2390: "windows_aarch64_msvc 0.52.6",
2391: "windows_i686_gnu 0.52.6",
2392: "windows_i686_gnullvm",
2393: "windows_i686_msvc 0.52.6",
2394: "windows_x86_64_gnu 0.52.6",
2395: "windows_x86_64_gnullvm 0.52.6",
2396: "windows_x86_64_msvc 0.52.6",
2397: ]
2398:
2399: [[package]]
2400: name = "windows_aarch64_gnullvm"
2401: version = "0.48.5"
2402: source = "registry+https://github.com/rust-lang/crates.io-index"
2403: checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2404:
2405: [[package]]
2406: name = "windows_aarch64_gnullvm"
2407: version = "0.52.6"
2408: source = "registry+https://github.com/rust-lang/crates.io-index"
2409: checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2410:
2411: [[package]]
2412: name = "windows_aarch64_msvc"
2413: version = "0.48.5"
2414: source = "registry+https://github.com/rust-lang/crates.io-index"
2415: checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2416:
2417: [[package]]
2418: name = "windows_aarch64_msvc"
2419: version = "0.52.6"
2420: source = "registry+https://github.com/rust-lang/crates.io-index"
2421: checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2422:
2423: [[package]]
2424: name = "windows_i686_gnu"
2425: version = "0.48.5"
2426: source = "registry+https://github.com/rust-lang/crates.io-index"
2427: checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2428:
2429: [[package]]
2430: name = "windows_i686_gnu"
2431: version = "0.52.6"
2432: source = "registry+https://github.com/rust-lang/crates.io-index"
2433: checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2434:
2435: [[package]]
2436: name = "windows_i686_gnullvm"
2437: version = "0.52.6"
2438: source = "registry+https://github.com/rust-lang/crates.io-index"
2439: checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2440:
2441: [[package]]
2442: name = "windows_i686_msvc"
2443: version = "0.48.5"
2444: source = "registry+https://github.com/rust-lang/crates.io-index"
2445: checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2446:
2447: [[package]]
2448: name = "windows_i686_msvc"
2449: version = "0.52.6"
2450: source = "registry+https://github.com/rust-lang/crates.io-index"
2451: checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2452:
2453: [[package]]
2454: name = "windows_x86_64_gnu"
2455: version = "0.48.5"
2456: source = "registry+https://github.com/rust-lang/crates.io-index"
2457: checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2458:
2459: [[package]]
2460: name = "windows_x86_64_gnu"
2461: version = "0.52.6"
2462: source = "registry+https://github.com/rust-lang/crates.io-index"
2463: checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2464:
2465: [[package]]
2466: name = "windows_x86_64_gnullvm"
2467: version = "0.48.5"
2468: source = "registry+https://github.com/rust-lang/crates.io-index"
2469: checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2470:
2471: [[package]]
2472: name = "windows_x86_64_gnullvm"
2473: version = "0.52.6"
2474: source = "registry+https://github.com/rust-lang/crates.io-index"
2475: checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2476:
2477: [[package]]
2478: name = "windows_x86_64_msvc"
2479: version = "0.48.5"
2480: source = "registry+https://github.com/rust-lang/crates.io-index"
2481: checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2482:
2483: [[package]]
2484: name = "windows_x86_64_msvc"
2485: version = "0.52.6"
2486: source = "registry+https://github.com/rust-lang/crates.io-index"
2487: checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2488:
2489: [[package]]
2490: name = "winnow"
3846369ee6 2024-07-23 2491: version = "0.6.15"
2492: source = "registry+https://github.com/rust-lang/crates.io-index"
3846369ee6 2024-07-23 2493: checksum = "557404e450152cd6795bb558bca69e43c585055f4606e3bcae5894fc6dac9ba0"
2494: dependencies = [
2495: "memchr",
2496: ]
2497:
2498: [[package]]
2499: name = "winreg"
2500: version = "0.50.0"
2501: source = "registry+https://github.com/rust-lang/crates.io-index"
2502: checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2503: dependencies = [
2504: "cfg-if",
2505: "windows-sys 0.48.0",
2506: ]
2507:
2508: [[package]]
2509: name = "wyz"
2510: version = "0.2.0"
2511: source = "registry+https://github.com/rust-lang/crates.io-index"
2512: checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"