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