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