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