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