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