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