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