Lines of
Cargo.lock
from check-in 79c91a5357
that are changed by the sequence of edits moving toward
check-in 1c444d34ff:
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",
79c91a5357 2024-08-02 40: "zerocopy 0.7.35",
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"
119: version = "0.4.12"
120: source = "registry+https://github.com/rust-lang/crates.io-index"
121: checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa"
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"
133: version = "1.13.0"
134: source = "registry+https://github.com/rust-lang/crates.io-index"
135: checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
136: dependencies = [
137: "async-task",
138: "concurrent-queue",
79c91a5357 2024-08-02 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",
79c91a5357 2024-08-02 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"
79c91a5357 2024-08-02 182: version = "2.3.3"
183: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 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",
79c91a5357 2024-08-02 192: "polling 3.7.2",
79c91a5357 2024-08-02 193: "rustix 0.38.34",
194: "slab",
195: "tracing",
79c91a5357 2024-08-02 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",
79c91a5357 2024-08-02 232: "rustix 0.38.34",
233: "windows-sys 0.48.0",
234: ]
235:
236: [[package]]
237: name = "async-signal"
79c91a5357 2024-08-02 238: version = "0.2.9"
239: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 240: checksum = "dfb3634b73397aa844481f814fad23bbf07fdb0eabec10f2eb95e58944b1ec32"
241: dependencies = [
79c91a5357 2024-08-02 242: "async-io 2.3.3",
243: "async-lock 3.4.0",
244: "atomic-waker",
245: "cfg-if",
246: "futures-core",
247: "futures-io",
79c91a5357 2024-08-02 248: "rustix 0.38.34",
249: "signal-hook-registry",
250: "slab",
79c91a5357 2024-08-02 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"
79c91a5357 2024-08-02 298: version = "0.12.3"
299: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 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"
324: version = "0.3.73"
325: source = "registry+https://github.com/rust-lang/crates.io-index"
326: checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
327: dependencies = [
328: "addr2line",
329: "cc",
330: "cfg-if",
331: "libc",
79c91a5357 2024-08-02 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"
363: version = "2.6.0"
364: source = "registry+https://github.com/rust-lang/crates.io-index"
365: checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
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"
424: version = "1.7.1"
425: source = "registry+https://github.com/rust-lang/crates.io-index"
426: checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
427:
428: [[package]]
429: name = "cc"
79c91a5357 2024-08-02 430: version = "1.1.7"
431: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 432: checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
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",
452: "windows-targets 0.52.6",
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"
79c91a5357 2024-08-02 489: version = "0.8.6"
490: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 491: checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
492:
493: [[package]]
494: name = "cpufeatures"
79c91a5357 2024-08-02 495: version = "0.2.12"
496: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 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"
553: version = "0.20.10"
554: source = "registry+https://github.com/rust-lang/crates.io-index"
555: checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
556: dependencies = [
557: "darling_core",
558: "darling_macro",
559: ]
560:
561: [[package]]
562: name = "darling_core"
563: version = "0.20.10"
564: source = "registry+https://github.com/rust-lang/crates.io-index"
565: checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
566: dependencies = [
567: "fnv",
568: "ident_case",
569: "proc-macro2",
570: "quote",
571: "strsim",
79c91a5357 2024-08-02 572: "syn 2.0.72",
573: ]
574:
575: [[package]]
576: name = "darling_macro"
577: version = "0.20.10"
578: source = "registry+https://github.com/rust-lang/crates.io-index"
579: checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
580: dependencies = [
581: "darling_core",
582: "quote",
79c91a5357 2024-08-02 583: "syn 2.0.72",
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",
79c91a5357 2024-08-02 604: "syn 2.0.72",
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",
79c91a5357 2024-08-02 614: "syn 2.0.72",
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]]
658: name = "dotenvy"
659: version = "0.15.7"
660: source = "registry+https://github.com/rust-lang/crates.io-index"
661: checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
662:
663: [[package]]
664: name = "either"
665: version = "1.13.0"
666: source = "registry+https://github.com/rust-lang/crates.io-index"
667: checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
668:
669: [[package]]
670: name = "encoding_rs"
671: version = "0.8.34"
672: source = "registry+https://github.com/rust-lang/crates.io-index"
673: checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
674: dependencies = [
675: "cfg-if",
676: ]
677:
678: [[package]]
679: name = "equivalent"
680: version = "1.0.1"
681: source = "registry+https://github.com/rust-lang/crates.io-index"
682: checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
683:
684: [[package]]
685: name = "errno"
686: version = "0.3.9"
687: source = "registry+https://github.com/rust-lang/crates.io-index"
688: checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
689: dependencies = [
690: "libc",
691: "windows-sys 0.52.0",
692: ]
693:
694: [[package]]
695: name = "event-listener"
696: version = "2.5.3"
697: source = "registry+https://github.com/rust-lang/crates.io-index"
698: checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
699:
700: [[package]]
701: name = "event-listener"
702: version = "3.1.0"
703: source = "registry+https://github.com/rust-lang/crates.io-index"
704: checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
705: dependencies = [
706: "concurrent-queue",
707: "parking",
708: "pin-project-lite",
709: ]
710:
711: [[package]]
712: name = "event-listener"
713: version = "5.3.1"
714: source = "registry+https://github.com/rust-lang/crates.io-index"
715: checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
716: dependencies = [
717: "concurrent-queue",
718: "parking",
719: "pin-project-lite",
720: ]
721:
722: [[package]]
723: name = "event-listener-strategy"
724: version = "0.5.2"
725: source = "registry+https://github.com/rust-lang/crates.io-index"
726: checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
727: dependencies = [
728: "event-listener 5.3.1",
729: "pin-project-lite",
730: ]
731:
732: [[package]]
733: name = "fastrand"
734: version = "1.9.0"
735: source = "registry+https://github.com/rust-lang/crates.io-index"
736: checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
737: dependencies = [
738: "instant",
739: ]
740:
741: [[package]]
742: name = "fastrand"
79c91a5357 2024-08-02 743: version = "2.1.0"
744: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 745: checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
746:
747: [[package]]
748: name = "flate2"
79c91a5357 2024-08-02 749: version = "1.0.30"
750: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 751: checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
752: dependencies = [
753: "crc32fast",
79c91a5357 2024-08-02 754: "miniz_oxide",
755: ]
756:
757: [[package]]
758: name = "fnv"
759: version = "1.0.7"
760: source = "registry+https://github.com/rust-lang/crates.io-index"
761: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
762:
763: [[package]]
764: name = "foreign-types"
765: version = "0.3.2"
766: source = "registry+https://github.com/rust-lang/crates.io-index"
767: checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
768: dependencies = [
769: "foreign-types-shared",
770: ]
771:
772: [[package]]
773: name = "foreign-types-shared"
774: version = "0.1.1"
775: source = "registry+https://github.com/rust-lang/crates.io-index"
776: checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
777:
778: [[package]]
779: name = "form_urlencoded"
780: version = "1.2.1"
781: source = "registry+https://github.com/rust-lang/crates.io-index"
782: checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
783: dependencies = [
784: "percent-encoding",
785: ]
786:
787: [[package]]
788: name = "futures"
789: version = "0.3.30"
790: source = "registry+https://github.com/rust-lang/crates.io-index"
791: checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
792: dependencies = [
793: "futures-channel",
794: "futures-core",
795: "futures-executor",
796: "futures-io",
797: "futures-sink",
798: "futures-task",
799: "futures-util",
800: ]
801:
802: [[package]]
803: name = "futures-channel"
804: version = "0.3.30"
805: source = "registry+https://github.com/rust-lang/crates.io-index"
806: checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
807: dependencies = [
808: "futures-core",
809: "futures-sink",
810: ]
811:
812: [[package]]
813: name = "futures-core"
814: version = "0.3.30"
815: source = "registry+https://github.com/rust-lang/crates.io-index"
816: checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
817:
818: [[package]]
819: name = "futures-executor"
820: version = "0.3.30"
821: source = "registry+https://github.com/rust-lang/crates.io-index"
822: checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
823: dependencies = [
824: "futures-core",
825: "futures-task",
826: "futures-util",
827: ]
828:
829: [[package]]
830: name = "futures-intrusive"
831: version = "0.4.2"
832: source = "registry+https://github.com/rust-lang/crates.io-index"
833: checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
834: dependencies = [
835: "futures-core",
836: "lock_api",
837: "parking_lot",
838: ]
839:
840: [[package]]
841: name = "futures-io"
842: version = "0.3.30"
843: source = "registry+https://github.com/rust-lang/crates.io-index"
844: checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
845:
846: [[package]]
847: name = "futures-lite"
848: version = "1.13.0"
849: source = "registry+https://github.com/rust-lang/crates.io-index"
850: checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
851: dependencies = [
852: "fastrand 1.9.0",
853: "futures-core",
854: "futures-io",
855: "memchr",
856: "parking",
857: "pin-project-lite",
858: "waker-fn",
859: ]
860:
861: [[package]]
862: name = "futures-lite"
863: version = "2.3.0"
864: source = "registry+https://github.com/rust-lang/crates.io-index"
865: checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
866: dependencies = [
79c91a5357 2024-08-02 867: "fastrand 2.1.0",
868: "futures-core",
869: "futures-io",
870: "parking",
871: "pin-project-lite",
872: ]
873:
874: [[package]]
875: name = "futures-macro"
876: version = "0.3.30"
877: source = "registry+https://github.com/rust-lang/crates.io-index"
878: checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
879: dependencies = [
880: "proc-macro2",
881: "quote",
79c91a5357 2024-08-02 882: "syn 2.0.72",
883: ]
884:
885: [[package]]
886: name = "futures-rustls"
887: version = "0.22.2"
888: source = "registry+https://github.com/rust-lang/crates.io-index"
889: checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"
890: dependencies = [
891: "futures-io",
892: "rustls 0.20.9",
893: "webpki",
894: ]
895:
896: [[package]]
897: name = "futures-sink"
898: version = "0.3.30"
899: source = "registry+https://github.com/rust-lang/crates.io-index"
900: checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
901:
902: [[package]]
903: name = "futures-task"
904: version = "0.3.30"
905: source = "registry+https://github.com/rust-lang/crates.io-index"
906: checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
907:
908: [[package]]
909: name = "futures-util"
910: version = "0.3.30"
911: source = "registry+https://github.com/rust-lang/crates.io-index"
912: checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
913: dependencies = [
914: "futures-channel",
915: "futures-core",
916: "futures-io",
917: "futures-macro",
918: "futures-sink",
919: "futures-task",
920: "memchr",
921: "pin-project-lite",
922: "pin-utils",
923: "slab",
924: ]
925:
926: [[package]]
927: name = "generic-array"
928: version = "0.14.7"
929: source = "registry+https://github.com/rust-lang/crates.io-index"
930: checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
931: dependencies = [
932: "typenum",
933: "version_check",
934: ]
935:
936: [[package]]
937: name = "getrandom"
938: version = "0.2.15"
939: source = "registry+https://github.com/rust-lang/crates.io-index"
940: checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
941: dependencies = [
942: "cfg-if",
943: "libc",
944: "wasi",
945: ]
946:
947: [[package]]
948: name = "gimli"
949: version = "0.29.0"
950: source = "registry+https://github.com/rust-lang/crates.io-index"
951: checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
952:
953: [[package]]
954: name = "gloo-timers"
955: version = "0.2.6"
956: source = "registry+https://github.com/rust-lang/crates.io-index"
957: checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
958: dependencies = [
959: "futures-channel",
960: "futures-core",
961: "js-sys",
962: "wasm-bindgen",
963: ]
964:
965: [[package]]
966: name = "h2"
967: version = "0.3.26"
968: source = "registry+https://github.com/rust-lang/crates.io-index"
969: checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
970: dependencies = [
971: "bytes",
972: "fnv",
973: "futures-core",
974: "futures-sink",
975: "futures-util",
976: "http 0.2.12",
79c91a5357 2024-08-02 977: "indexmap 2.3.0",
978: "slab",
979: "tokio",
980: "tokio-util",
981: "tracing",
982: ]
983:
984: [[package]]
985: name = "h2"
79c91a5357 2024-08-02 986: version = "0.4.5"
987: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 988: checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
989: dependencies = [
990: "atomic-waker",
991: "bytes",
992: "fnv",
993: "futures-core",
994: "futures-sink",
995: "http 1.1.0",
79c91a5357 2024-08-02 996: "indexmap 2.3.0",
997: "slab",
998: "tokio",
999: "tokio-util",
1000: "tracing",
1001: ]
1002:
1003: [[package]]
1004: name = "hashbrown"
1005: version = "0.12.3"
1006: source = "registry+https://github.com/rust-lang/crates.io-index"
1007: checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1008:
1009: [[package]]
1010: name = "hashbrown"
1011: version = "0.14.5"
1012: source = "registry+https://github.com/rust-lang/crates.io-index"
1013: checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1014: dependencies = [
1015: "ahash 0.8.11",
1016: "allocator-api2",
1017: ]
1018:
1019: [[package]]
1020: name = "hashlink"
1021: version = "0.8.4"
1022: source = "registry+https://github.com/rust-lang/crates.io-index"
1023: checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
1024: dependencies = [
1025: "hashbrown 0.14.5",
1026: ]
1027:
1028: [[package]]
1029: name = "heck"
1030: version = "0.4.1"
1031: source = "registry+https://github.com/rust-lang/crates.io-index"
1032: checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1033: dependencies = [
1034: "unicode-segmentation",
1035: ]
1036:
1037: [[package]]
1038: name = "hermit-abi"
1039: version = "0.3.9"
1040: source = "registry+https://github.com/rust-lang/crates.io-index"
1041: checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1042:
1043: [[package]]
1044: name = "hermit-abi"
1045: version = "0.4.0"
1046: source = "registry+https://github.com/rust-lang/crates.io-index"
1047: checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
1048:
1049: [[package]]
1050: name = "hex"
1051: version = "0.4.3"
1052: source = "registry+https://github.com/rust-lang/crates.io-index"
1053: checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1054:
1055: [[package]]
1056: name = "hkdf"
1057: version = "0.12.4"
1058: source = "registry+https://github.com/rust-lang/crates.io-index"
1059: checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1060: dependencies = [
1061: "hmac",
1062: ]
1063:
1064: [[package]]
1065: name = "hmac"
1066: version = "0.12.1"
1067: source = "registry+https://github.com/rust-lang/crates.io-index"
1068: checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1069: dependencies = [
1070: "digest",
1071: ]
1072:
1073: [[package]]
1074: name = "http"
1075: version = "0.2.12"
1076: source = "registry+https://github.com/rust-lang/crates.io-index"
1077: checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1078: dependencies = [
1079: "bytes",
1080: "fnv",
1081: "itoa",
1082: ]
1083:
1084: [[package]]
1085: name = "http"
1086: version = "1.1.0"
1087: source = "registry+https://github.com/rust-lang/crates.io-index"
1088: checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
1089: dependencies = [
1090: "bytes",
1091: "fnv",
1092: "itoa",
1093: ]
1094:
1095: [[package]]
1096: name = "http-body"
1097: version = "0.4.6"
1098: source = "registry+https://github.com/rust-lang/crates.io-index"
1099: checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1100: dependencies = [
1101: "bytes",
1102: "http 0.2.12",
1103: "pin-project-lite",
1104: ]
1105:
1106: [[package]]
1107: name = "http-body"
1108: version = "1.0.1"
1109: source = "registry+https://github.com/rust-lang/crates.io-index"
1110: checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1111: dependencies = [
1112: "bytes",
1113: "http 1.1.0",
1114: ]
1115:
1116: [[package]]
1117: name = "http-body-util"
1118: version = "0.1.2"
1119: source = "registry+https://github.com/rust-lang/crates.io-index"
1120: checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
1121: dependencies = [
1122: "bytes",
1123: "futures-util",
1124: "http 1.1.0",
1125: "http-body 1.0.1",
1126: "pin-project-lite",
1127: ]
1128:
1129: [[package]]
1130: name = "httparse"
1131: version = "1.9.4"
1132: source = "registry+https://github.com/rust-lang/crates.io-index"
1133: checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
1134:
1135: [[package]]
1136: name = "httpdate"
1137: version = "1.0.3"
1138: source = "registry+https://github.com/rust-lang/crates.io-index"
1139: checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1140:
1141: [[package]]
1142: name = "hyper"
1143: version = "0.14.30"
1144: source = "registry+https://github.com/rust-lang/crates.io-index"
1145: checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
1146: dependencies = [
1147: "bytes",
1148: "futures-channel",
1149: "futures-core",
1150: "futures-util",
1151: "h2 0.3.26",
1152: "http 0.2.12",
1153: "http-body 0.4.6",
1154: "httparse",
1155: "httpdate",
1156: "itoa",
1157: "pin-project-lite",
1158: "socket2 0.5.7",
1159: "tokio",
1160: "tower-service",
1161: "tracing",
1162: "want",
1163: ]
1164:
1165: [[package]]
1166: name = "hyper"
1167: version = "1.4.1"
1168: source = "registry+https://github.com/rust-lang/crates.io-index"
1169: checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
1170: dependencies = [
1171: "bytes",
1172: "futures-channel",
1173: "futures-util",
79c91a5357 2024-08-02 1174: "h2 0.4.5",
1175: "http 1.1.0",
1176: "http-body 1.0.1",
1177: "httparse",
1178: "itoa",
1179: "pin-project-lite",
1180: "smallvec",
1181: "tokio",
1182: "want",
1183: ]
1184:
1185: [[package]]
1186: name = "hyper-rustls"
79c91a5357 2024-08-02 1187: version = "0.23.2"
1188: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1189: checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
1190: dependencies = [
1191: "http 0.2.12",
1192: "hyper 0.14.30",
1193: "log",
79c91a5357 2024-08-02 1194: "rustls 0.20.9",
1195: "rustls-native-certs",
1196: "tokio",
79c91a5357 2024-08-02 1197: "tokio-rustls 0.23.4",
1198: ]
1199:
1200: [[package]]
1201: name = "hyper-rustls"
1202: version = "0.27.2"
1203: source = "registry+https://github.com/rust-lang/crates.io-index"
1204: checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
1205: dependencies = [
1206: "futures-util",
1207: "http 1.1.0",
1208: "hyper 1.4.1",
1209: "hyper-util",
1210: "rustls 0.23.12",
1211: "rustls-pki-types",
1212: "tokio",
1213: "tokio-rustls 0.26.0",
1214: "tower-service",
1215: ]
1216:
1217: [[package]]
1218: name = "hyper-tls"
1219: version = "0.6.0"
1220: source = "registry+https://github.com/rust-lang/crates.io-index"
1221: checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1222: dependencies = [
1223: "bytes",
1224: "http-body-util",
1225: "hyper 1.4.1",
1226: "hyper-util",
1227: "native-tls",
1228: "tokio",
1229: "tokio-native-tls",
1230: "tower-service",
1231: ]
1232:
1233: [[package]]
1234: name = "hyper-util"
79c91a5357 2024-08-02 1235: version = "0.1.6"
1236: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1237: checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
1238: dependencies = [
1239: "bytes",
1240: "futures-channel",
1241: "futures-util",
1242: "http 1.1.0",
1243: "http-body 1.0.1",
1244: "hyper 1.4.1",
1245: "pin-project-lite",
1246: "socket2 0.5.7",
1247: "tokio",
1248: "tower",
1249: "tower-service",
1250: "tracing",
1251: ]
1252:
1253: [[package]]
1254: name = "iana-time-zone"
1255: version = "0.1.60"
1256: source = "registry+https://github.com/rust-lang/crates.io-index"
1257: checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
1258: dependencies = [
1259: "android_system_properties",
1260: "core-foundation-sys",
1261: "iana-time-zone-haiku",
1262: "js-sys",
1263: "wasm-bindgen",
1264: "windows-core",
1265: ]
1266:
1267: [[package]]
1268: name = "iana-time-zone-haiku"
1269: version = "0.1.2"
1270: source = "registry+https://github.com/rust-lang/crates.io-index"
1271: checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1272: dependencies = [
1273: "cc",
1274: ]
1275:
1276: [[package]]
1277: name = "ident_case"
1278: version = "1.0.1"
1279: source = "registry+https://github.com/rust-lang/crates.io-index"
1280: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1281:
1282: [[package]]
1283: name = "idna"
1284: version = "0.5.0"
1285: source = "registry+https://github.com/rust-lang/crates.io-index"
1286: checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1287: dependencies = [
1288: "unicode-bidi",
1289: "unicode-normalization",
1290: ]
1291:
1292: [[package]]
1293: name = "indexmap"
1294: version = "1.9.3"
1295: source = "registry+https://github.com/rust-lang/crates.io-index"
1296: checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1297: dependencies = [
1298: "autocfg",
1299: "hashbrown 0.12.3",
1300: ]
1301:
1302: [[package]]
1303: name = "indexmap"
79c91a5357 2024-08-02 1304: version = "2.3.0"
1305: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1306: checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
1307: dependencies = [
1308: "equivalent",
1309: "hashbrown 0.14.5",
1310: ]
1311:
1312: [[package]]
1313: name = "instant"
1314: version = "0.1.13"
1315: source = "registry+https://github.com/rust-lang/crates.io-index"
1316: checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1317: dependencies = [
1318: "cfg-if",
1319: ]
1320:
1321: [[package]]
1322: name = "io-lifetimes"
1323: version = "1.0.11"
1324: source = "registry+https://github.com/rust-lang/crates.io-index"
1325: checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
1326: dependencies = [
1327: "hermit-abi 0.3.9",
1328: "libc",
1329: "windows-sys 0.48.0",
1330: ]
1331:
1332: [[package]]
1333: name = "ipnet"
1334: version = "2.9.0"
1335: source = "registry+https://github.com/rust-lang/crates.io-index"
1336: checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
1337:
1338: [[package]]
1339: name = "itoa"
1340: version = "1.0.11"
1341: source = "registry+https://github.com/rust-lang/crates.io-index"
1342: checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
1343:
1344: [[package]]
1345: name = "js-sys"
79c91a5357 2024-08-02 1346: version = "0.3.69"
1347: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1348: checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
1349: dependencies = [
1350: "wasm-bindgen",
1351: ]
1352:
1353: [[package]]
1354: name = "kv-log-macro"
1355: version = "1.0.7"
1356: source = "registry+https://github.com/rust-lang/crates.io-index"
1357: checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1358: dependencies = [
1359: "log",
1360: ]
1361:
1362: [[package]]
1363: name = "lazy_static"
1364: version = "1.5.0"
1365: source = "registry+https://github.com/rust-lang/crates.io-index"
1366: checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1367:
1368: [[package]]
1369: name = "libc"
79c91a5357 2024-08-02 1370: version = "0.2.155"
1371: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1372: checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
1373:
1374: [[package]]
1375: name = "libredox"
1376: version = "0.1.3"
1377: source = "registry+https://github.com/rust-lang/crates.io-index"
1378: checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1379: dependencies = [
1380: "bitflags 2.6.0",
1381: "libc",
1382: ]
1383:
1384: [[package]]
1385: name = "linux-raw-sys"
1386: version = "0.3.8"
1387: source = "registry+https://github.com/rust-lang/crates.io-index"
1388: checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
1389:
1390: [[package]]
1391: name = "linux-raw-sys"
1392: version = "0.4.14"
1393: source = "registry+https://github.com/rust-lang/crates.io-index"
1394: checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
1395:
1396: [[package]]
1397: name = "lock_api"
1398: version = "0.4.12"
1399: source = "registry+https://github.com/rust-lang/crates.io-index"
1400: checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1401: dependencies = [
1402: "autocfg",
1403: "scopeguard",
1404: ]
1405:
1406: [[package]]
1407: name = "log"
1408: version = "0.4.22"
1409: source = "registry+https://github.com/rust-lang/crates.io-index"
1410: checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
1411: dependencies = [
1412: "value-bag",
1413: ]
1414:
1415: [[package]]
1416: name = "md-5"
1417: version = "0.10.6"
1418: source = "registry+https://github.com/rust-lang/crates.io-index"
1419: checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1420: dependencies = [
1421: "cfg-if",
1422: "digest",
1423: ]
1424:
1425: [[package]]
1426: name = "memchr"
1427: version = "2.7.4"
1428: source = "registry+https://github.com/rust-lang/crates.io-index"
1429: checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1430:
1431: [[package]]
1432: name = "mime"
1433: version = "0.3.17"
1434: source = "registry+https://github.com/rust-lang/crates.io-index"
1435: checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1436:
1437: [[package]]
1438: name = "mime_guess"
1439: version = "2.0.5"
1440: source = "registry+https://github.com/rust-lang/crates.io-index"
1441: checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1442: dependencies = [
1443: "mime",
1444: "unicase",
1445: ]
1446:
1447: [[package]]
1448: name = "minimal-lexical"
1449: version = "0.2.1"
1450: source = "registry+https://github.com/rust-lang/crates.io-index"
1451: checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1452:
1453: [[package]]
1454: name = "miniz_oxide"
1455: version = "0.7.4"
1456: source = "registry+https://github.com/rust-lang/crates.io-index"
1457: checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
1458: dependencies = [
1459: "adler",
1460: ]
1461:
1462: [[package]]
1463: name = "mio"
79c91a5357 2024-08-02 1464: version = "1.0.1"
1465: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1466: checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
1467: dependencies = [
1468: "hermit-abi 0.3.9",
1469: "libc",
1470: "wasi",
1471: "windows-sys 0.52.0",
1472: ]
1473:
1474: [[package]]
79c91a5357 2024-08-02 1475: name = "multipart"
79c91a5357 2024-08-02 1476: version = "0.18.0"
1477: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1478: checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
1479: dependencies = [
1480: "log",
1481: "mime",
1482: "mime_guess",
1483: "rand",
1484: "tempfile",
1485: ]
1486:
1487: [[package]]
1488: name = "native-tls"
1489: version = "0.2.12"
1490: source = "registry+https://github.com/rust-lang/crates.io-index"
1491: checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
1492: dependencies = [
1493: "libc",
1494: "log",
1495: "openssl",
1496: "openssl-probe",
1497: "openssl-sys",
1498: "schannel",
1499: "security-framework",
1500: "security-framework-sys",
1501: "tempfile",
1502: ]
1503:
1504: [[package]]
1505: name = "never"
1506: version = "0.1.0"
1507: source = "registry+https://github.com/rust-lang/crates.io-index"
1508: checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
1509:
1510: [[package]]
1511: name = "nom"
1512: version = "7.1.3"
1513: source = "registry+https://github.com/rust-lang/crates.io-index"
1514: checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1515: dependencies = [
1516: "memchr",
1517: "minimal-lexical",
1518: ]
1519:
1520: [[package]]
1521: name = "num-traits"
1522: version = "0.2.19"
1523: source = "registry+https://github.com/rust-lang/crates.io-index"
1524: checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1525: dependencies = [
1526: "autocfg",
1527: ]
1528:
1529: [[package]]
1530: name = "object"
79c91a5357 2024-08-02 1531: version = "0.36.2"
1532: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1533: checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
1534: dependencies = [
1535: "memchr",
1536: ]
1537:
1538: [[package]]
1539: name = "once_cell"
1540: version = "1.19.0"
1541: source = "registry+https://github.com/rust-lang/crates.io-index"
1542: checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1543:
1544: [[package]]
1545: name = "openssl"
1546: version = "0.10.66"
1547: source = "registry+https://github.com/rust-lang/crates.io-index"
1548: checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
1549: dependencies = [
1550: "bitflags 2.6.0",
1551: "cfg-if",
1552: "foreign-types",
1553: "libc",
1554: "once_cell",
1555: "openssl-macros",
1556: "openssl-sys",
1557: ]
1558:
1559: [[package]]
1560: name = "openssl-macros"
1561: version = "0.1.1"
1562: source = "registry+https://github.com/rust-lang/crates.io-index"
1563: checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1564: dependencies = [
1565: "proc-macro2",
1566: "quote",
79c91a5357 2024-08-02 1567: "syn 2.0.72",
1568: ]
1569:
1570: [[package]]
1571: name = "openssl-probe"
1572: version = "0.1.5"
1573: source = "registry+https://github.com/rust-lang/crates.io-index"
1574: checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1575:
1576: [[package]]
1577: name = "openssl-sys"
1578: version = "0.9.103"
1579: source = "registry+https://github.com/rust-lang/crates.io-index"
1580: checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
1581: dependencies = [
1582: "cc",
1583: "libc",
1584: "pkg-config",
1585: "vcpkg",
1586: ]
1587:
1588: [[package]]
1589: name = "ordered-float"
1590: version = "2.10.1"
1591: source = "registry+https://github.com/rust-lang/crates.io-index"
1592: checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
1593: dependencies = [
1594: "num-traits",
1595: ]
1596:
1597: [[package]]
1598: name = "parking"
1599: version = "2.2.0"
1600: source = "registry+https://github.com/rust-lang/crates.io-index"
1601: checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
1602:
1603: [[package]]
1604: name = "parking_lot"
1605: version = "0.11.2"
1606: source = "registry+https://github.com/rust-lang/crates.io-index"
1607: checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
1608: dependencies = [
1609: "instant",
1610: "lock_api",
1611: "parking_lot_core",
1612: ]
1613:
1614: [[package]]
1615: name = "parking_lot_core"
1616: version = "0.8.6"
1617: source = "registry+https://github.com/rust-lang/crates.io-index"
1618: checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
1619: dependencies = [
1620: "cfg-if",
1621: "instant",
1622: "libc",
1623: "redox_syscall 0.2.16",
1624: "smallvec",
1625: "winapi",
1626: ]
1627:
1628: [[package]]
1629: name = "paste"
1630: version = "1.0.15"
1631: source = "registry+https://github.com/rust-lang/crates.io-index"
1632: checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1633:
1634: [[package]]
1635: name = "pathdiff"
1636: version = "0.2.1"
1637: source = "registry+https://github.com/rust-lang/crates.io-index"
1638: checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1639:
1640: [[package]]
1641: name = "percent-encoding"
1642: version = "2.3.1"
1643: source = "registry+https://github.com/rust-lang/crates.io-index"
1644: checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1645:
1646: [[package]]
1647: name = "pin-project"
1648: version = "1.1.5"
1649: source = "registry+https://github.com/rust-lang/crates.io-index"
1650: checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
1651: dependencies = [
1652: "pin-project-internal",
1653: ]
1654:
1655: [[package]]
1656: name = "pin-project-internal"
1657: version = "1.1.5"
1658: source = "registry+https://github.com/rust-lang/crates.io-index"
1659: checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
1660: dependencies = [
1661: "proc-macro2",
1662: "quote",
79c91a5357 2024-08-02 1663: "syn 2.0.72",
1664: ]
1665:
1666: [[package]]
1667: name = "pin-project-lite"
1668: version = "0.2.14"
1669: source = "registry+https://github.com/rust-lang/crates.io-index"
1670: checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1671:
1672: [[package]]
1673: name = "pin-utils"
1674: version = "0.1.0"
1675: source = "registry+https://github.com/rust-lang/crates.io-index"
1676: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1677:
1678: [[package]]
1679: name = "piper"
79c91a5357 2024-08-02 1680: version = "0.2.3"
1681: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1682: checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
1683: dependencies = [
1684: "atomic-waker",
79c91a5357 2024-08-02 1685: "fastrand 2.1.0",
1686: "futures-io",
1687: ]
1688:
1689: [[package]]
1690: name = "pkg-config"
1691: version = "0.3.30"
1692: source = "registry+https://github.com/rust-lang/crates.io-index"
1693: checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1694:
1695: [[package]]
1696: name = "polling"
1697: version = "2.8.0"
1698: source = "registry+https://github.com/rust-lang/crates.io-index"
1699: checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1700: dependencies = [
1701: "autocfg",
1702: "bitflags 1.3.2",
1703: "cfg-if",
1704: "concurrent-queue",
1705: "libc",
1706: "log",
1707: "pin-project-lite",
1708: "windows-sys 0.48.0",
1709: ]
1710:
1711: [[package]]
1712: name = "polling"
79c91a5357 2024-08-02 1713: version = "3.7.2"
1714: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1715: checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
1716: dependencies = [
1717: "cfg-if",
1718: "concurrent-queue",
1719: "hermit-abi 0.4.0",
1720: "pin-project-lite",
79c91a5357 2024-08-02 1721: "rustix 0.38.34",
1722: "tracing",
79c91a5357 2024-08-02 1723: "windows-sys 0.52.0",
1724: ]
1725:
1726: [[package]]
1727: name = "ppv-lite86"
79c91a5357 2024-08-02 1728: version = "0.2.18"
1729: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1730: checksum = "dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f"
1731: dependencies = [
79c91a5357 2024-08-02 1732: "zerocopy 0.6.6",
1733: ]
1734:
1735: [[package]]
1736: name = "proc-macro2"
1737: version = "1.0.86"
1738: source = "registry+https://github.com/rust-lang/crates.io-index"
1739: checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
1740: dependencies = [
1741: "unicode-ident",
1742: ]
1743:
1744: [[package]]
1745: name = "quick-xml"
79c91a5357 2024-08-02 1746: version = "0.31.0"
1747: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1748: checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
1749: dependencies = [
1750: "encoding_rs",
1751: "memchr",
1752: ]
1753:
1754: [[package]]
1755: name = "quote"
79c91a5357 2024-08-02 1756: version = "1.0.36"
1757: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1758: checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1759: dependencies = [
1760: "proc-macro2",
1761: ]
1762:
1763: [[package]]
1764: name = "rand"
1765: version = "0.8.5"
1766: source = "registry+https://github.com/rust-lang/crates.io-index"
1767: checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1768: dependencies = [
1769: "libc",
1770: "rand_chacha",
1771: "rand_core",
1772: ]
1773:
1774: [[package]]
1775: name = "rand_chacha"
1776: version = "0.3.1"
1777: source = "registry+https://github.com/rust-lang/crates.io-index"
1778: checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1779: dependencies = [
1780: "ppv-lite86",
1781: "rand_core",
1782: ]
1783:
1784: [[package]]
1785: name = "rand_core"
1786: version = "0.6.4"
1787: source = "registry+https://github.com/rust-lang/crates.io-index"
1788: checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1789: dependencies = [
1790: "getrandom",
1791: ]
1792:
1793: [[package]]
1794: name = "redox_syscall"
1795: version = "0.2.16"
1796: source = "registry+https://github.com/rust-lang/crates.io-index"
1797: checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1798: dependencies = [
1799: "bitflags 1.3.2",
1800: ]
1801:
1802: [[package]]
1803: name = "redox_syscall"
1804: version = "0.4.1"
1805: source = "registry+https://github.com/rust-lang/crates.io-index"
1806: checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1807: dependencies = [
1808: "bitflags 1.3.2",
1809: ]
1810:
1811: [[package]]
1812: name = "redox_users"
79c91a5357 2024-08-02 1813: version = "0.4.5"
1814: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1815: checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
1816: dependencies = [
1817: "getrandom",
1818: "libredox",
1819: "thiserror",
1820: ]
1821:
1822: [[package]]
1823: name = "regex"
79c91a5357 2024-08-02 1824: version = "1.10.5"
1825: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1826: checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
1827: dependencies = [
1828: "aho-corasick",
1829: "memchr",
1830: "regex-automata",
1831: "regex-syntax",
1832: ]
1833:
1834: [[package]]
1835: name = "regex-automata"
1836: version = "0.4.7"
1837: source = "registry+https://github.com/rust-lang/crates.io-index"
1838: checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
1839: dependencies = [
1840: "aho-corasick",
1841: "memchr",
1842: "regex-syntax",
1843: ]
1844:
1845: [[package]]
1846: name = "regex-syntax"
1847: version = "0.8.4"
1848: source = "registry+https://github.com/rust-lang/crates.io-index"
1849: checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
1850:
1851: [[package]]
1852: name = "reqwest"
79c91a5357 2024-08-02 1853: version = "0.12.5"
1854: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1855: checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
1856: dependencies = [
1857: "async-compression",
1858: "base64 0.22.1",
1859: "bytes",
1860: "encoding_rs",
1861: "futures-core",
1862: "futures-util",
79c91a5357 2024-08-02 1863: "h2 0.4.5",
1864: "http 1.1.0",
1865: "http-body 1.0.1",
1866: "http-body-util",
1867: "hyper 1.4.1",
1868: "hyper-rustls 0.27.2",
1869: "hyper-tls",
1870: "hyper-util",
1871: "ipnet",
1872: "js-sys",
1873: "log",
1874: "mime",
1875: "native-tls",
1876: "once_cell",
1877: "percent-encoding",
1878: "pin-project-lite",
79c91a5357 2024-08-02 1879: "rustls-pemfile 2.1.2",
1880: "serde",
1881: "serde_json",
1882: "serde_urlencoded",
1883: "sync_wrapper",
1884: "system-configuration",
1885: "tokio",
1886: "tokio-native-tls",
1887: "tokio-socks",
1888: "tokio-util",
1889: "tower-service",
1890: "url",
1891: "wasm-bindgen",
1892: "wasm-bindgen-futures",
1893: "web-sys",
79c91a5357 2024-08-02 1894: "winreg",
1895: ]
1896:
1897: [[package]]
1898: name = "ring"
1899: version = "0.16.20"
1900: source = "registry+https://github.com/rust-lang/crates.io-index"
1901: checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1902: dependencies = [
1903: "cc",
1904: "libc",
1905: "once_cell",
1906: "spin 0.5.2",
1907: "untrusted 0.7.1",
1908: "web-sys",
1909: "winapi",
1910: ]
1911:
1912: [[package]]
1913: name = "ring"
1914: version = "0.17.8"
1915: source = "registry+https://github.com/rust-lang/crates.io-index"
1916: checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
1917: dependencies = [
1918: "cc",
1919: "cfg-if",
1920: "getrandom",
1921: "libc",
1922: "spin 0.9.8",
1923: "untrusted 0.9.0",
1924: "windows-sys 0.52.0",
1925: ]
1926:
1927: [[package]]
1928: name = "rss"
79c91a5357 2024-08-02 1929: version = "2.0.8"
1930: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1931: checksum = "2f374fd66bb795938b78c021db1662d43a8ffbc42ec1ac25429fc4833b732751"
1932: dependencies = [
1933: "atom_syndication",
1934: "derive_builder",
1935: "never",
1936: "quick-xml",
1937: ]
1938:
1939: [[package]]
1940: name = "rsstg"
79c91a5357 2024-08-02 1941: version = "0.2.22"
1942: dependencies = [
1943: "anyhow",
1944: "async-std",
1945: "atom_syndication",
1946: "chrono",
1947: "config",
1948: "futures",
1949: "futures-util",
1950: "lazy_static",
1951: "regex",
1952: "reqwest",
1953: "rss",
1954: "sedregex",
1955: "sqlx",
1956: "telegram-bot",
1957: ]
1958:
1959: [[package]]
1960: name = "rustc-demangle"
1961: version = "0.1.24"
1962: source = "registry+https://github.com/rust-lang/crates.io-index"
1963: checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1964:
1965: [[package]]
1966: name = "rustix"
1967: version = "0.37.27"
1968: source = "registry+https://github.com/rust-lang/crates.io-index"
1969: checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
1970: dependencies = [
1971: "bitflags 1.3.2",
1972: "errno",
1973: "io-lifetimes",
1974: "libc",
1975: "linux-raw-sys 0.3.8",
1976: "windows-sys 0.48.0",
1977: ]
1978:
1979: [[package]]
1980: name = "rustix"
79c91a5357 2024-08-02 1981: version = "0.38.34"
1982: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1983: checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
1984: dependencies = [
1985: "bitflags 2.6.0",
1986: "errno",
1987: "libc",
1988: "linux-raw-sys 0.4.14",
1989: "windows-sys 0.52.0",
1990: ]
1991:
1992: [[package]]
1993: name = "rustls"
1994: version = "0.20.9"
1995: source = "registry+https://github.com/rust-lang/crates.io-index"
1996: checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
1997: dependencies = [
1998: "log",
1999: "ring 0.16.20",
2000: "sct",
2001: "webpki",
2002: ]
2003:
2004: [[package]]
2005: name = "rustls"
2006: version = "0.23.12"
2007: source = "registry+https://github.com/rust-lang/crates.io-index"
2008: checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
2009: dependencies = [
2010: "once_cell",
2011: "rustls-pki-types",
2012: "rustls-webpki",
2013: "subtle",
2014: "zeroize",
2015: ]
2016:
2017: [[package]]
2018: name = "rustls-native-certs"
79c91a5357 2024-08-02 2019: version = "0.6.3"
2020: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2021: checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
2022: dependencies = [
2023: "openssl-probe",
79c91a5357 2024-08-02 2024: "rustls-pemfile 1.0.4",
2025: "schannel",
2026: "security-framework",
2027: ]
2028:
2029: [[package]]
2030: name = "rustls-pemfile"
2031: version = "1.0.4"
2032: source = "registry+https://github.com/rust-lang/crates.io-index"
2033: checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2034: dependencies = [
2035: "base64 0.21.7",
2036: ]
2037:
2038: [[package]]
2039: name = "rustls-pemfile"
79c91a5357 2024-08-02 2040: version = "2.1.2"
2041: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2042: checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
2043: dependencies = [
2044: "base64 0.22.1",
2045: "rustls-pki-types",
2046: ]
2047:
2048: [[package]]
2049: name = "rustls-pki-types"
79c91a5357 2024-08-02 2050: version = "1.7.0"
2051: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2052: checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
2053:
2054: [[package]]
2055: name = "rustls-webpki"
79c91a5357 2024-08-02 2056: version = "0.102.6"
2057: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2058: checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
2059: dependencies = [
2060: "ring 0.17.8",
2061: "rustls-pki-types",
2062: "untrusted 0.9.0",
2063: ]
2064:
2065: [[package]]
2066: name = "ryu"
2067: version = "1.0.18"
2068: source = "registry+https://github.com/rust-lang/crates.io-index"
2069: checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2070:
2071: [[package]]
2072: name = "schannel"
2073: version = "0.1.23"
2074: source = "registry+https://github.com/rust-lang/crates.io-index"
2075: checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2076: dependencies = [
2077: "windows-sys 0.52.0",
2078: ]
2079:
2080: [[package]]
2081: name = "scopeguard"
2082: version = "1.2.0"
2083: source = "registry+https://github.com/rust-lang/crates.io-index"
2084: checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2085:
2086: [[package]]
2087: name = "sct"
2088: version = "0.7.1"
2089: source = "registry+https://github.com/rust-lang/crates.io-index"
2090: checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
2091: dependencies = [
2092: "ring 0.17.8",
2093: "untrusted 0.9.0",
2094: ]
2095:
2096: [[package]]
2097: name = "security-framework"
2098: version = "2.11.1"
2099: source = "registry+https://github.com/rust-lang/crates.io-index"
2100: checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2101: dependencies = [
2102: "bitflags 2.6.0",
2103: "core-foundation",
2104: "core-foundation-sys",
2105: "libc",
2106: "security-framework-sys",
2107: ]
2108:
2109: [[package]]
2110: name = "security-framework-sys"
2111: version = "2.11.1"
2112: source = "registry+https://github.com/rust-lang/crates.io-index"
2113: checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
2114: dependencies = [
2115: "core-foundation-sys",
2116: "libc",
2117: ]
2118:
2119: [[package]]
2120: name = "sedregex"
2121: version = "0.2.5"
2122: source = "registry+https://github.com/rust-lang/crates.io-index"
2123: checksum = "19411e23596093f03bbd11dc45603b6329bb4bfec77b9fd13e2b9fc9b02efe3e"
2124: dependencies = [
2125: "regex",
2126: ]
2127:
2128: [[package]]
2129: name = "serde"
79c91a5357 2024-08-02 2130: version = "1.0.204"
2131: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2132: checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
2133: dependencies = [
2134: "serde_derive",
2135: ]
2136:
2137: [[package]]
2138: name = "serde-value"
2139: version = "0.7.0"
2140: source = "registry+https://github.com/rust-lang/crates.io-index"
2141: checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
2142: dependencies = [
2143: "ordered-float",
2144: "serde",
2145: ]
2146:
2147: [[package]]
2148: name = "serde_derive"
79c91a5357 2024-08-02 2149: version = "1.0.204"
2150: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2151: checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
2152: dependencies = [
2153: "proc-macro2",
2154: "quote",
79c91a5357 2024-08-02 2155: "syn 2.0.72",
2156: ]
2157:
2158: [[package]]
2159: name = "serde_json"
79c91a5357 2024-08-02 2160: version = "1.0.122"
2161: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2162: checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da"
2163: dependencies = [
2164: "itoa",
2165: "memchr",
2166: "ryu",
2167: "serde",
2168: ]
2169:
2170: [[package]]
2171: name = "serde_spanned"
2172: version = "0.6.7"
2173: source = "registry+https://github.com/rust-lang/crates.io-index"
2174: checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
2175: dependencies = [
2176: "serde",
2177: ]
2178:
2179: [[package]]
2180: name = "serde_urlencoded"
2181: version = "0.7.1"
2182: source = "registry+https://github.com/rust-lang/crates.io-index"
2183: checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2184: dependencies = [
2185: "form_urlencoded",
2186: "itoa",
2187: "ryu",
2188: "serde",
2189: ]
2190:
2191: [[package]]
2192: name = "sha1"
2193: version = "0.10.6"
2194: source = "registry+https://github.com/rust-lang/crates.io-index"
2195: checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2196: dependencies = [
2197: "cfg-if",
2198: "cpufeatures",
2199: "digest",
2200: ]
2201:
2202: [[package]]
2203: name = "sha2"
2204: version = "0.10.8"
2205: source = "registry+https://github.com/rust-lang/crates.io-index"
2206: checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2207: dependencies = [
2208: "cfg-if",
2209: "cpufeatures",
2210: "digest",
2211: ]
2212:
2213: [[package]]
2214: name = "signal-hook-registry"
2215: version = "1.4.2"
2216: source = "registry+https://github.com/rust-lang/crates.io-index"
2217: checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2218: dependencies = [
2219: "libc",
2220: ]
2221:
2222: [[package]]
2223: name = "slab"
2224: version = "0.4.9"
2225: source = "registry+https://github.com/rust-lang/crates.io-index"
2226: checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2227: dependencies = [
2228: "autocfg",
2229: ]
2230:
2231: [[package]]
2232: name = "smallvec"
2233: version = "1.13.2"
2234: source = "registry+https://github.com/rust-lang/crates.io-index"
2235: checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2236:
2237: [[package]]
2238: name = "socket2"
2239: version = "0.4.10"
2240: source = "registry+https://github.com/rust-lang/crates.io-index"
2241: checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2242: dependencies = [
2243: "libc",
2244: "winapi",
2245: ]
2246:
2247: [[package]]
2248: name = "socket2"
2249: version = "0.5.7"
2250: source = "registry+https://github.com/rust-lang/crates.io-index"
2251: checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2252: dependencies = [
2253: "libc",
2254: "windows-sys 0.52.0",
2255: ]
2256:
2257: [[package]]
2258: name = "spin"
2259: version = "0.5.2"
2260: source = "registry+https://github.com/rust-lang/crates.io-index"
2261: checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2262:
2263: [[package]]
2264: name = "spin"
2265: version = "0.9.8"
2266: source = "registry+https://github.com/rust-lang/crates.io-index"
2267: checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2268:
2269: [[package]]
2270: name = "sqlformat"
2271: version = "0.2.4"
2272: source = "registry+https://github.com/rust-lang/crates.io-index"
2273: checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
2274: dependencies = [
2275: "nom",
2276: "unicode_categories",
2277: ]
2278:
2279: [[package]]
2280: name = "sqlx"
2281: version = "0.6.3"
2282: source = "registry+https://github.com/rust-lang/crates.io-index"
2283: checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
2284: dependencies = [
2285: "sqlx-core",
2286: "sqlx-macros",
2287: ]
2288:
2289: [[package]]
2290: name = "sqlx-core"
2291: version = "0.6.3"
2292: source = "registry+https://github.com/rust-lang/crates.io-index"
2293: checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
2294: dependencies = [
2295: "ahash 0.7.8",
2296: "atoi",
2297: "base64 0.13.1",
2298: "bitflags 1.3.2",
2299: "byteorder",
2300: "bytes",
2301: "chrono",
2302: "crc",
2303: "crossbeam-queue",
2304: "dirs",
2305: "dotenvy",
2306: "either",
2307: "event-listener 2.5.3",
2308: "futures-channel",
2309: "futures-core",
2310: "futures-intrusive",
2311: "futures-util",
2312: "hashlink",
2313: "hex",
2314: "hkdf",
2315: "hmac",
2316: "indexmap 1.9.3",
2317: "itoa",
2318: "libc",
2319: "log",
2320: "md-5",
2321: "memchr",
2322: "once_cell",
2323: "paste",
2324: "percent-encoding",
2325: "rand",
2326: "rustls 0.20.9",
2327: "rustls-pemfile 1.0.4",
2328: "serde",
2329: "serde_json",
2330: "sha1",
2331: "sha2",
2332: "smallvec",
2333: "sqlformat",
2334: "sqlx-rt",
2335: "stringprep",
2336: "thiserror",
2337: "url",
2338: "webpki-roots",
2339: "whoami",
2340: ]
2341:
2342: [[package]]
2343: name = "sqlx-macros"
2344: version = "0.6.3"
2345: source = "registry+https://github.com/rust-lang/crates.io-index"
2346: checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
2347: dependencies = [
2348: "dotenvy",
2349: "either",
2350: "heck",
2351: "once_cell",
2352: "proc-macro2",
2353: "quote",
2354: "sha2",
2355: "sqlx-core",
2356: "sqlx-rt",
2357: "syn 1.0.109",
2358: "url",
2359: ]
2360:
2361: [[package]]
2362: name = "sqlx-rt"
2363: version = "0.6.3"
2364: source = "registry+https://github.com/rust-lang/crates.io-index"
2365: checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
2366: dependencies = [
2367: "async-std",
2368: "futures-rustls",
2369: ]
2370:
2371: [[package]]
2372: name = "stringprep"
2373: version = "0.1.5"
2374: source = "registry+https://github.com/rust-lang/crates.io-index"
2375: checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2376: dependencies = [
2377: "unicode-bidi",
2378: "unicode-normalization",
2379: "unicode-properties",
2380: ]
2381:
2382: [[package]]
2383: name = "strsim"
2384: version = "0.11.1"
2385: source = "registry+https://github.com/rust-lang/crates.io-index"
2386: checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2387:
2388: [[package]]
2389: name = "subtle"
2390: version = "2.6.1"
2391: source = "registry+https://github.com/rust-lang/crates.io-index"
2392: checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2393:
2394: [[package]]
2395: name = "syn"
2396: version = "1.0.109"
2397: source = "registry+https://github.com/rust-lang/crates.io-index"
2398: checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2399: dependencies = [
2400: "proc-macro2",
2401: "quote",
2402: "unicode-ident",
2403: ]
2404:
2405: [[package]]
2406: name = "syn"
79c91a5357 2024-08-02 2407: version = "2.0.72"
2408: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2409: checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
2410: dependencies = [
2411: "proc-macro2",
2412: "quote",
2413: "unicode-ident",
2414: ]
2415:
2416: [[package]]
2417: name = "sync_wrapper"
2418: version = "1.0.1"
2419: source = "registry+https://github.com/rust-lang/crates.io-index"
2420: checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2421:
2422: [[package]]
2423: name = "system-configuration"
79c91a5357 2024-08-02 2424: version = "0.5.1"
2425: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2426: checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
2427: dependencies = [
79c91a5357 2024-08-02 2428: "bitflags 1.3.2",
2429: "core-foundation",
2430: "system-configuration-sys",
2431: ]
2432:
2433: [[package]]
2434: name = "system-configuration-sys"
79c91a5357 2024-08-02 2435: version = "0.5.0"
2436: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2437: checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
2438: dependencies = [
2439: "core-foundation-sys",
2440: "libc",
2441: ]
2442:
2443: [[package]]
2444: name = "telegram-bot"
2445: version = "0.9.0"
79c91a5357 2024-08-02 2446: source = "git+https://github.com/altiore/telegram-bot?rev=f60fd77a69#f60fd77a697aa7d6403894eb868a41235e2b17c9"
2447: dependencies = [
2448: "bytes",
2449: "futures",
2450: "hyper 0.14.30",
79c91a5357 2024-08-02 2451: "hyper-rustls 0.23.2",
79c91a5357 2024-08-02 2452: "multipart",
2453: "telegram-bot-raw",
2454: "tokio",
2455: "tracing",
2456: "tracing-futures",
2457: ]
2458:
2459: [[package]]
2460: name = "telegram-bot-raw"
2461: version = "0.9.0"
79c91a5357 2024-08-02 2462: source = "git+https://github.com/altiore/telegram-bot?rev=f60fd77a69#f60fd77a697aa7d6403894eb868a41235e2b17c9"
2463: dependencies = [
2464: "bytes",
2465: "serde",
2466: "serde-value",
2467: "serde_derive",
2468: "serde_json",
2469: ]
2470:
2471: [[package]]
2472: name = "tempfile"
79c91a5357 2024-08-02 2473: version = "3.10.1"
2474: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2475: checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2476: dependencies = [
2477: "cfg-if",
79c91a5357 2024-08-02 2478: "fastrand 2.1.0",
79c91a5357 2024-08-02 2479: "rustix 0.38.34",
79c91a5357 2024-08-02 2480: "windows-sys 0.52.0",
2481: ]
2482:
2483: [[package]]
2484: name = "thiserror"
2485: version = "1.0.63"
2486: source = "registry+https://github.com/rust-lang/crates.io-index"
2487: checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2488: dependencies = [
2489: "thiserror-impl",
2490: ]
2491:
2492: [[package]]
2493: name = "thiserror-impl"
2494: version = "1.0.63"
2495: source = "registry+https://github.com/rust-lang/crates.io-index"
2496: checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
2497: dependencies = [
2498: "proc-macro2",
2499: "quote",
79c91a5357 2024-08-02 2500: "syn 2.0.72",
2501: ]
2502:
2503: [[package]]
2504: name = "tinyvec"
2505: version = "1.8.0"
2506: source = "registry+https://github.com/rust-lang/crates.io-index"
2507: checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2508: dependencies = [
2509: "tinyvec_macros",
2510: ]
2511:
2512: [[package]]
2513: name = "tinyvec_macros"
2514: version = "0.1.1"
2515: source = "registry+https://github.com/rust-lang/crates.io-index"
2516: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2517:
2518: [[package]]
2519: name = "tokio"
79c91a5357 2024-08-02 2520: version = "1.39.2"
2521: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2522: checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
2523: dependencies = [
2524: "backtrace",
2525: "bytes",
2526: "libc",
2527: "mio",
2528: "pin-project-lite",
2529: "socket2 0.5.7",
2530: "windows-sys 0.52.0",
2531: ]
2532:
2533: [[package]]
2534: name = "tokio-native-tls"
2535: version = "0.3.1"
2536: source = "registry+https://github.com/rust-lang/crates.io-index"
2537: checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2538: dependencies = [
2539: "native-tls",
2540: "tokio",
2541: ]
2542:
2543: [[package]]
2544: name = "tokio-rustls"
79c91a5357 2024-08-02 2545: version = "0.23.4"
2546: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2547: checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2548: dependencies = [
79c91a5357 2024-08-02 2549: "rustls 0.20.9",
2550: "tokio",
79c91a5357 2024-08-02 2551: "webpki",
2552: ]
2553:
2554: [[package]]
2555: name = "tokio-rustls"
2556: version = "0.26.0"
2557: source = "registry+https://github.com/rust-lang/crates.io-index"
2558: checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
2559: dependencies = [
2560: "rustls 0.23.12",
2561: "rustls-pki-types",
2562: "tokio",
2563: ]
2564:
2565: [[package]]
2566: name = "tokio-socks"
2567: version = "0.5.2"
2568: source = "registry+https://github.com/rust-lang/crates.io-index"
2569: checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
2570: dependencies = [
2571: "either",
2572: "futures-util",
2573: "thiserror",
2574: "tokio",
2575: ]
2576:
2577: [[package]]
2578: name = "tokio-util"
2579: version = "0.7.11"
2580: source = "registry+https://github.com/rust-lang/crates.io-index"
2581: checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2582: dependencies = [
2583: "bytes",
2584: "futures-core",
2585: "futures-sink",
2586: "pin-project-lite",
2587: "tokio",
2588: ]
2589:
2590: [[package]]
2591: name = "toml"
2592: version = "0.8.19"
2593: source = "registry+https://github.com/rust-lang/crates.io-index"
2594: checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
2595: dependencies = [
2596: "serde",
2597: "serde_spanned",
2598: "toml_datetime",
2599: "toml_edit",
2600: ]
2601:
2602: [[package]]
2603: name = "toml_datetime"
2604: version = "0.6.8"
2605: source = "registry+https://github.com/rust-lang/crates.io-index"
2606: checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2607: dependencies = [
2608: "serde",
2609: ]
2610:
2611: [[package]]
2612: name = "toml_edit"
2613: version = "0.22.20"
2614: source = "registry+https://github.com/rust-lang/crates.io-index"
2615: checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
2616: dependencies = [
79c91a5357 2024-08-02 2617: "indexmap 2.3.0",
2618: "serde",
2619: "serde_spanned",
2620: "toml_datetime",
2621: "winnow",
2622: ]
2623:
2624: [[package]]
2625: name = "tower"
2626: version = "0.4.13"
2627: source = "registry+https://github.com/rust-lang/crates.io-index"
2628: checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2629: dependencies = [
2630: "futures-core",
2631: "futures-util",
2632: "pin-project",
2633: "pin-project-lite",
2634: "tokio",
2635: "tower-layer",
2636: "tower-service",
2637: ]
2638:
2639: [[package]]
2640: name = "tower-layer"
79c91a5357 2024-08-02 2641: version = "0.3.2"
2642: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2643: checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2644:
2645: [[package]]
2646: name = "tower-service"
79c91a5357 2024-08-02 2647: version = "0.3.2"
2648: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2649: checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2650:
2651: [[package]]
2652: name = "tracing"
2653: version = "0.1.40"
2654: source = "registry+https://github.com/rust-lang/crates.io-index"
2655: checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2656: dependencies = [
2657: "pin-project-lite",
2658: "tracing-attributes",
2659: "tracing-core",
2660: ]
2661:
2662: [[package]]
2663: name = "tracing-attributes"
2664: version = "0.1.27"
2665: source = "registry+https://github.com/rust-lang/crates.io-index"
2666: checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2667: dependencies = [
2668: "proc-macro2",
2669: "quote",
79c91a5357 2024-08-02 2670: "syn 2.0.72",
2671: ]
2672:
2673: [[package]]
2674: name = "tracing-core"
2675: version = "0.1.32"
2676: source = "registry+https://github.com/rust-lang/crates.io-index"
2677: checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2678: dependencies = [
2679: "once_cell",
2680: ]
2681:
2682: [[package]]
2683: name = "tracing-futures"
2684: version = "0.2.5"
2685: source = "registry+https://github.com/rust-lang/crates.io-index"
2686: checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
2687: dependencies = [
2688: "pin-project",
2689: "tracing",
2690: ]
2691:
2692: [[package]]
2693: name = "try-lock"
2694: version = "0.2.5"
2695: source = "registry+https://github.com/rust-lang/crates.io-index"
2696: checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2697:
2698: [[package]]
2699: name = "typenum"
2700: version = "1.17.0"
2701: source = "registry+https://github.com/rust-lang/crates.io-index"
2702: checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2703:
2704: [[package]]
2705: name = "unicase"
2706: version = "2.7.0"
2707: source = "registry+https://github.com/rust-lang/crates.io-index"
2708: checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2709: dependencies = [
2710: "version_check",
2711: ]
2712:
2713: [[package]]
2714: name = "unicode-bidi"
2715: version = "0.3.15"
2716: source = "registry+https://github.com/rust-lang/crates.io-index"
2717: checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2718:
2719: [[package]]
2720: name = "unicode-ident"
2721: version = "1.0.12"
2722: source = "registry+https://github.com/rust-lang/crates.io-index"
2723: checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2724:
2725: [[package]]
2726: name = "unicode-normalization"
2727: version = "0.1.23"
2728: source = "registry+https://github.com/rust-lang/crates.io-index"
2729: checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2730: dependencies = [
2731: "tinyvec",
2732: ]
2733:
2734: [[package]]
2735: name = "unicode-properties"
79c91a5357 2024-08-02 2736: version = "0.1.1"
2737: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2738: checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
2739:
2740: [[package]]
2741: name = "unicode-segmentation"
2742: version = "1.11.0"
2743: source = "registry+https://github.com/rust-lang/crates.io-index"
2744: checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2745:
2746: [[package]]
2747: name = "unicode_categories"
2748: version = "0.1.1"
2749: source = "registry+https://github.com/rust-lang/crates.io-index"
2750: checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2751:
2752: [[package]]
2753: name = "untrusted"
2754: version = "0.7.1"
2755: source = "registry+https://github.com/rust-lang/crates.io-index"
2756: checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2757:
2758: [[package]]
2759: name = "untrusted"
2760: version = "0.9.0"
2761: source = "registry+https://github.com/rust-lang/crates.io-index"
2762: checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2763:
2764: [[package]]
2765: name = "url"
2766: version = "2.5.2"
2767: source = "registry+https://github.com/rust-lang/crates.io-index"
2768: checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2769: dependencies = [
2770: "form_urlencoded",
2771: "idna",
2772: "percent-encoding",
2773: ]
2774:
2775: [[package]]
2776: name = "value-bag"
2777: version = "1.9.0"
2778: source = "registry+https://github.com/rust-lang/crates.io-index"
2779: checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
2780:
2781: [[package]]
2782: name = "vcpkg"
2783: version = "0.2.15"
2784: source = "registry+https://github.com/rust-lang/crates.io-index"
2785: checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2786:
2787: [[package]]
2788: name = "version_check"
2789: version = "0.9.5"
2790: source = "registry+https://github.com/rust-lang/crates.io-index"
2791: checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2792:
2793: [[package]]
2794: name = "waker-fn"
2795: version = "1.2.0"
2796: source = "registry+https://github.com/rust-lang/crates.io-index"
2797: checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
2798:
2799: [[package]]
2800: name = "want"
2801: version = "0.3.1"
2802: source = "registry+https://github.com/rust-lang/crates.io-index"
2803: checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2804: dependencies = [
2805: "try-lock",
2806: ]
2807:
2808: [[package]]
2809: name = "wasi"
2810: version = "0.11.0+wasi-snapshot-preview1"
2811: source = "registry+https://github.com/rust-lang/crates.io-index"
2812: checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2813:
2814: [[package]]
2815: name = "wasite"
2816: version = "0.1.0"
2817: source = "registry+https://github.com/rust-lang/crates.io-index"
2818: checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2819:
2820: [[package]]
2821: name = "wasm-bindgen"
79c91a5357 2024-08-02 2822: version = "0.2.92"
2823: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2824: checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2825: dependencies = [
2826: "cfg-if",
2827: "wasm-bindgen-macro",
2828: ]
2829:
2830: [[package]]
2831: name = "wasm-bindgen-backend"
79c91a5357 2024-08-02 2832: version = "0.2.92"
2833: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2834: checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2835: dependencies = [
2836: "bumpalo",
2837: "log",
2838: "once_cell",
2839: "proc-macro2",
2840: "quote",
79c91a5357 2024-08-02 2841: "syn 2.0.72",
2842: "wasm-bindgen-shared",
2843: ]
2844:
2845: [[package]]
2846: name = "wasm-bindgen-futures"
79c91a5357 2024-08-02 2847: version = "0.4.42"
2848: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2849: checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2850: dependencies = [
2851: "cfg-if",
2852: "js-sys",
2853: "wasm-bindgen",
2854: "web-sys",
2855: ]
2856:
2857: [[package]]
2858: name = "wasm-bindgen-macro"
79c91a5357 2024-08-02 2859: version = "0.2.92"
2860: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2861: checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2862: dependencies = [
2863: "quote",
2864: "wasm-bindgen-macro-support",
2865: ]
2866:
2867: [[package]]
2868: name = "wasm-bindgen-macro-support"
79c91a5357 2024-08-02 2869: version = "0.2.92"
2870: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2871: checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2872: dependencies = [
2873: "proc-macro2",
2874: "quote",
79c91a5357 2024-08-02 2875: "syn 2.0.72",
2876: "wasm-bindgen-backend",
2877: "wasm-bindgen-shared",
2878: ]
2879:
2880: [[package]]
2881: name = "wasm-bindgen-shared"
79c91a5357 2024-08-02 2882: version = "0.2.92"
2883: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2884: checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2885:
2886: [[package]]
2887: name = "web-sys"
79c91a5357 2024-08-02 2888: version = "0.3.69"
2889: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2890: checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2891: dependencies = [
2892: "js-sys",
2893: "wasm-bindgen",
2894: ]
2895:
2896: [[package]]
2897: name = "webpki"
2898: version = "0.22.4"
2899: source = "registry+https://github.com/rust-lang/crates.io-index"
2900: checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
2901: dependencies = [
2902: "ring 0.17.8",
2903: "untrusted 0.9.0",
2904: ]
2905:
2906: [[package]]
2907: name = "webpki-roots"
2908: version = "0.22.6"
2909: source = "registry+https://github.com/rust-lang/crates.io-index"
2910: checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2911: dependencies = [
2912: "webpki",
2913: ]
2914:
2915: [[package]]
2916: name = "whoami"
2917: version = "1.5.1"
2918: source = "registry+https://github.com/rust-lang/crates.io-index"
2919: checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
2920: dependencies = [
2921: "redox_syscall 0.4.1",
2922: "wasite",
2923: "web-sys",
2924: ]
2925:
2926: [[package]]
2927: name = "winapi"
2928: version = "0.3.9"
2929: source = "registry+https://github.com/rust-lang/crates.io-index"
2930: checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2931: dependencies = [
2932: "winapi-i686-pc-windows-gnu",
2933: "winapi-x86_64-pc-windows-gnu",
2934: ]
2935:
2936: [[package]]
2937: name = "winapi-i686-pc-windows-gnu"
2938: version = "0.4.0"
2939: source = "registry+https://github.com/rust-lang/crates.io-index"
2940: checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2941:
2942: [[package]]
2943: name = "winapi-x86_64-pc-windows-gnu"
2944: version = "0.4.0"
2945: source = "registry+https://github.com/rust-lang/crates.io-index"
2946: checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2947:
2948: [[package]]
2949: name = "windows-core"
2950: version = "0.52.0"
2951: source = "registry+https://github.com/rust-lang/crates.io-index"
2952: checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2953: dependencies = [
2954: "windows-targets 0.52.6",
2955: ]
2956:
2957: [[package]]
2958: name = "windows-sys"
2959: version = "0.48.0"
2960: source = "registry+https://github.com/rust-lang/crates.io-index"
2961: checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2962: dependencies = [
2963: "windows-targets 0.48.5",
2964: ]
2965:
2966: [[package]]
2967: name = "windows-sys"
2968: version = "0.52.0"
2969: source = "registry+https://github.com/rust-lang/crates.io-index"
2970: checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2971: dependencies = [
2972: "windows-targets 0.52.6",
2973: ]
2974:
2975: [[package]]
2976: name = "windows-targets"
2977: version = "0.48.5"
2978: source = "registry+https://github.com/rust-lang/crates.io-index"
2979: checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2980: dependencies = [
2981: "windows_aarch64_gnullvm 0.48.5",
2982: "windows_aarch64_msvc 0.48.5",
2983: "windows_i686_gnu 0.48.5",
2984: "windows_i686_msvc 0.48.5",
2985: "windows_x86_64_gnu 0.48.5",
2986: "windows_x86_64_gnullvm 0.48.5",
2987: "windows_x86_64_msvc 0.48.5",
2988: ]
2989:
2990: [[package]]
2991: name = "windows-targets"
2992: version = "0.52.6"
2993: source = "registry+https://github.com/rust-lang/crates.io-index"
2994: checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2995: dependencies = [
2996: "windows_aarch64_gnullvm 0.52.6",
2997: "windows_aarch64_msvc 0.52.6",
2998: "windows_i686_gnu 0.52.6",
2999: "windows_i686_gnullvm",
3000: "windows_i686_msvc 0.52.6",
3001: "windows_x86_64_gnu 0.52.6",
3002: "windows_x86_64_gnullvm 0.52.6",
3003: "windows_x86_64_msvc 0.52.6",
3004: ]
3005:
3006: [[package]]
3007: name = "windows_aarch64_gnullvm"
3008: version = "0.48.5"
3009: source = "registry+https://github.com/rust-lang/crates.io-index"
3010: checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3011:
3012: [[package]]
3013: name = "windows_aarch64_gnullvm"
3014: version = "0.52.6"
3015: source = "registry+https://github.com/rust-lang/crates.io-index"
3016: checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3017:
3018: [[package]]
3019: name = "windows_aarch64_msvc"
3020: version = "0.48.5"
3021: source = "registry+https://github.com/rust-lang/crates.io-index"
3022: checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3023:
3024: [[package]]
3025: name = "windows_aarch64_msvc"
3026: version = "0.52.6"
3027: source = "registry+https://github.com/rust-lang/crates.io-index"
3028: checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3029:
3030: [[package]]
3031: name = "windows_i686_gnu"
3032: version = "0.48.5"
3033: source = "registry+https://github.com/rust-lang/crates.io-index"
3034: checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3035:
3036: [[package]]
3037: name = "windows_i686_gnu"
3038: version = "0.52.6"
3039: source = "registry+https://github.com/rust-lang/crates.io-index"
3040: checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3041:
3042: [[package]]
3043: name = "windows_i686_gnullvm"
3044: version = "0.52.6"
3045: source = "registry+https://github.com/rust-lang/crates.io-index"
3046: checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3047:
3048: [[package]]
3049: name = "windows_i686_msvc"
3050: version = "0.48.5"
3051: source = "registry+https://github.com/rust-lang/crates.io-index"
3052: checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3053:
3054: [[package]]
3055: name = "windows_i686_msvc"
3056: version = "0.52.6"
3057: source = "registry+https://github.com/rust-lang/crates.io-index"
3058: checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3059:
3060: [[package]]
3061: name = "windows_x86_64_gnu"
3062: version = "0.48.5"
3063: source = "registry+https://github.com/rust-lang/crates.io-index"
3064: checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3065:
3066: [[package]]
3067: name = "windows_x86_64_gnu"
3068: version = "0.52.6"
3069: source = "registry+https://github.com/rust-lang/crates.io-index"
3070: checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3071:
3072: [[package]]
3073: name = "windows_x86_64_gnullvm"
3074: version = "0.48.5"
3075: source = "registry+https://github.com/rust-lang/crates.io-index"
3076: checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3077:
3078: [[package]]
3079: name = "windows_x86_64_gnullvm"
3080: version = "0.52.6"
3081: source = "registry+https://github.com/rust-lang/crates.io-index"
3082: checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3083:
3084: [[package]]
3085: name = "windows_x86_64_msvc"
3086: version = "0.48.5"
3087: source = "registry+https://github.com/rust-lang/crates.io-index"
3088: checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3089:
3090: [[package]]
3091: name = "windows_x86_64_msvc"
3092: version = "0.52.6"
3093: source = "registry+https://github.com/rust-lang/crates.io-index"
3094: checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3095:
3096: [[package]]
3097: name = "winnow"
3098: version = "0.6.18"
3099: source = "registry+https://github.com/rust-lang/crates.io-index"
3100: checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
3101: dependencies = [
3102: "memchr",
3103: ]
3104:
3105: [[package]]
79c91a5357 2024-08-02 3106: name = "winreg"
79c91a5357 2024-08-02 3107: version = "0.52.0"
79c91a5357 2024-08-02 3108: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3109: checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
79c91a5357 2024-08-02 3110: dependencies = [
79c91a5357 2024-08-02 3111: "cfg-if",
79c91a5357 2024-08-02 3112: "windows-sys 0.48.0",
79c91a5357 2024-08-02 3113: ]
79c91a5357 2024-08-02 3114:
79c91a5357 2024-08-02 3115: [[package]]
79c91a5357 2024-08-02 3116: name = "zerocopy"
79c91a5357 2024-08-02 3117: version = "0.6.6"
79c91a5357 2024-08-02 3118: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3119: checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
79c91a5357 2024-08-02 3120: dependencies = [
79c91a5357 2024-08-02 3121: "byteorder",
79c91a5357 2024-08-02 3122: "zerocopy-derive 0.6.6",
79c91a5357 2024-08-02 3123: ]
79c91a5357 2024-08-02 3124:
79c91a5357 2024-08-02 3125: [[package]]
3126: name = "zerocopy"
3127: version = "0.7.35"
3128: source = "registry+https://github.com/rust-lang/crates.io-index"
3129: checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
3130: dependencies = [
79c91a5357 2024-08-02 3131: "zerocopy-derive 0.7.35",
79c91a5357 2024-08-02 3132: ]
79c91a5357 2024-08-02 3133:
79c91a5357 2024-08-02 3134: [[package]]
79c91a5357 2024-08-02 3135: name = "zerocopy-derive"
79c91a5357 2024-08-02 3136: version = "0.6.6"
79c91a5357 2024-08-02 3137: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3138: checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91"
79c91a5357 2024-08-02 3139: dependencies = [
79c91a5357 2024-08-02 3140: "proc-macro2",
79c91a5357 2024-08-02 3141: "quote",
79c91a5357 2024-08-02 3142: "syn 2.0.72",
3143: ]
3144:
3145: [[package]]
3146: name = "zerocopy-derive"
3147: version = "0.7.35"
3148: source = "registry+https://github.com/rust-lang/crates.io-index"
3149: checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
3150: dependencies = [
3151: "proc-macro2",
3152: "quote",
79c91a5357 2024-08-02 3153: "syn 2.0.72",
3154: ]
3155:
3156: [[package]]
3157: name = "zeroize"
3158: version = "1.8.1"
3159: source = "registry+https://github.com/rust-lang/crates.io-index"
3160: checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"