Lines of
Cargo.lock
from check-in ec2eac7ea2
that are changed by the sequence of edits moving toward
check-in db4d4df8f3:
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"
ec2eac7ea2 2024-05-14 7: version = "0.21.0"
8: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 9: checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
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 = [
ec2eac7ea2 2024-05-14 26: "getrandom 0.2.15",
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 1.0.0",
38: "once_cell",
39: "version_check",
40: "zerocopy",
41: ]
42:
43: [[package]]
44: name = "aho-corasick"
45: version = "1.1.3"
46: source = "registry+https://github.com/rust-lang/crates.io-index"
47: checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
48: dependencies = [
49: "memchr",
50: ]
51:
52: [[package]]
53: name = "alloc-no-stdlib"
54: version = "2.0.4"
55: source = "registry+https://github.com/rust-lang/crates.io-index"
56: checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
57:
58: [[package]]
59: name = "alloc-stdlib"
60: version = "0.2.2"
61: source = "registry+https://github.com/rust-lang/crates.io-index"
62: checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
63: dependencies = [
64: "alloc-no-stdlib",
65: ]
66:
67: [[package]]
68: name = "allocator-api2"
69: version = "0.2.18"
70: source = "registry+https://github.com/rust-lang/crates.io-index"
71: checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
72:
73: [[package]]
74: name = "android-tzdata"
75: version = "0.1.1"
76: source = "registry+https://github.com/rust-lang/crates.io-index"
77: checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
78:
79: [[package]]
80: name = "android_system_properties"
81: version = "0.1.5"
82: source = "registry+https://github.com/rust-lang/crates.io-index"
83: checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
84: dependencies = [
85: "libc",
86: ]
87:
88: [[package]]
89: name = "anyhow"
ec2eac7ea2 2024-05-14 90: version = "1.0.83"
91: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 92: checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
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"
ec2eac7ea2 2024-05-14 107: version = "2.3.0"
108: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 109: checksum = "9f2776ead772134d55b62dd45e59a79e21612d85d0af729b8b7d3967d601a62a"
110: dependencies = [
111: "concurrent-queue",
ec2eac7ea2 2024-05-14 112: "event-listener 5.3.0",
ec2eac7ea2 2024-05-14 113: "event-listener-strategy 0.5.2",
114: "futures-core",
115: "pin-project-lite",
116: ]
117:
118: [[package]]
119: name = "async-compression"
ec2eac7ea2 2024-05-14 120: version = "0.4.10"
121: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 122: checksum = "9c90a406b4495d129f00461241616194cb8a032c8d1c53c657f0961d5f8e0498"
123: dependencies = [
124: "brotli",
125: "flate2",
126: "futures-core",
127: "memchr",
128: "pin-project-lite",
ec2eac7ea2 2024-05-14 129: "tokio 1.37.0",
130: ]
131:
132: [[package]]
133: name = "async-executor"
ec2eac7ea2 2024-05-14 134: version = "1.11.0"
135: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 136: checksum = "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a"
137: dependencies = [
138: "async-task",
139: "concurrent-queue",
140: "fastrand 2.1.0",
141: "futures-lite 2.3.0",
142: "slab",
143: ]
144:
145: [[package]]
146: name = "async-global-executor"
147: version = "2.4.1"
148: source = "registry+https://github.com/rust-lang/crates.io-index"
149: checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
150: dependencies = [
ec2eac7ea2 2024-05-14 151: "async-channel 2.3.0",
152: "async-executor",
ec2eac7ea2 2024-05-14 153: "async-io 2.3.2",
ec2eac7ea2 2024-05-14 154: "async-lock 3.3.0",
155: "blocking",
156: "futures-lite 2.3.0",
157: "once_cell",
ec2eac7ea2 2024-05-14 158: "tokio 1.37.0",
159: ]
160:
161: [[package]]
162: name = "async-io"
163: version = "1.13.0"
164: source = "registry+https://github.com/rust-lang/crates.io-index"
165: checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
166: dependencies = [
167: "async-lock 2.8.0",
168: "autocfg 1.3.0",
169: "cfg-if 1.0.0",
170: "concurrent-queue",
171: "futures-lite 1.13.0",
172: "log",
173: "parking",
174: "polling 2.8.0",
175: "rustix 0.37.27",
176: "slab",
177: "socket2 0.4.10",
178: "waker-fn",
179: ]
180:
181: [[package]]
182: name = "async-io"
ec2eac7ea2 2024-05-14 183: version = "2.3.2"
184: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 185: checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
186: dependencies = [
ec2eac7ea2 2024-05-14 187: "async-lock 3.3.0",
188: "cfg-if 1.0.0",
189: "concurrent-queue",
190: "futures-io",
191: "futures-lite 2.3.0",
192: "parking",
ec2eac7ea2 2024-05-14 193: "polling 3.7.0",
194: "rustix 0.38.34",
195: "slab",
196: "tracing",
197: "windows-sys 0.52.0",
198: ]
199:
200: [[package]]
201: name = "async-lock"
202: version = "2.8.0"
203: source = "registry+https://github.com/rust-lang/crates.io-index"
204: checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
205: dependencies = [
206: "event-listener 2.5.3",
207: ]
208:
209: [[package]]
210: name = "async-lock"
ec2eac7ea2 2024-05-14 211: version = "3.3.0"
212: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 213: checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
214: dependencies = [
ec2eac7ea2 2024-05-14 215: "event-listener 4.0.3",
ec2eac7ea2 2024-05-14 216: "event-listener-strategy 0.4.0",
217: "pin-project-lite",
218: ]
219:
220: [[package]]
221: name = "async-process"
222: version = "1.8.1"
223: source = "registry+https://github.com/rust-lang/crates.io-index"
224: checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
225: dependencies = [
226: "async-io 1.13.0",
227: "async-lock 2.8.0",
228: "async-signal",
229: "blocking",
230: "cfg-if 1.0.0",
231: "event-listener 3.1.0",
232: "futures-lite 1.13.0",
233: "rustix 0.38.34",
234: "windows-sys 0.48.0",
235: ]
236:
237: [[package]]
238: name = "async-signal"
ec2eac7ea2 2024-05-14 239: version = "0.2.6"
240: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 241: checksum = "afe66191c335039c7bb78f99dc7520b0cbb166b3a1cb33a03f53d8a1c6f2afda"
242: dependencies = [
ec2eac7ea2 2024-05-14 243: "async-io 2.3.2",
ec2eac7ea2 2024-05-14 244: "async-lock 3.3.0",
245: "atomic-waker",
246: "cfg-if 1.0.0",
247: "futures-core",
248: "futures-io",
249: "rustix 0.38.34",
250: "signal-hook-registry",
251: "slab",
252: "windows-sys 0.52.0",
253: ]
254:
255: [[package]]
256: name = "async-std"
257: version = "1.12.0"
258: source = "registry+https://github.com/rust-lang/crates.io-index"
259: checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
260: dependencies = [
261: "async-channel 1.9.0",
262: "async-global-executor",
263: "async-io 1.13.0",
264: "async-lock 2.8.0",
265: "async-process",
ec2eac7ea2 2024-05-14 266: "crossbeam-utils 0.8.19",
267: "futures-channel",
268: "futures-core",
269: "futures-io",
270: "futures-lite 1.13.0",
271: "gloo-timers",
272: "kv-log-macro",
273: "log",
274: "memchr",
275: "once_cell",
276: "pin-project-lite",
277: "pin-utils",
278: "slab",
279: "wasm-bindgen-futures",
280: ]
281:
282: [[package]]
283: name = "async-task"
284: version = "4.7.1"
285: source = "registry+https://github.com/rust-lang/crates.io-index"
286: checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
287:
288: [[package]]
289: name = "atoi"
290: version = "1.0.0"
291: source = "registry+https://github.com/rust-lang/crates.io-index"
292: checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
293: dependencies = [
294: "num-traits",
295: ]
296:
297: [[package]]
298: name = "atom_syndication"
299: version = "0.12.3"
300: source = "registry+https://github.com/rust-lang/crates.io-index"
301: checksum = "f2f34613907f31c9dbef0240156db3c9263f34842b6e1a8999d2304ea62c8a30"
302: dependencies = [
303: "chrono",
304: "derive_builder 0.20.0",
305: "diligent-date-parser",
306: "never",
307: "quick-xml 0.31.0",
308: "serde",
309: ]
310:
311: [[package]]
312: name = "atomic-waker"
313: version = "1.1.2"
314: source = "registry+https://github.com/rust-lang/crates.io-index"
315: checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
316:
317: [[package]]
318: name = "autocfg"
319: version = "0.1.8"
320: source = "registry+https://github.com/rust-lang/crates.io-index"
321: checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
322: dependencies = [
323: "autocfg 1.3.0",
324: ]
325:
326: [[package]]
327: name = "autocfg"
328: version = "1.3.0"
329: source = "registry+https://github.com/rust-lang/crates.io-index"
330: checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
331:
332: [[package]]
333: name = "backtrace"
ec2eac7ea2 2024-05-14 334: version = "0.3.71"
335: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 336: checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
337: dependencies = [
338: "addr2line",
339: "cc",
340: "cfg-if 1.0.0",
341: "libc",
342: "miniz_oxide",
343: "object",
344: "rustc-demangle",
345: ]
346:
347: [[package]]
348: name = "base64"
349: version = "0.10.1"
350: source = "registry+https://github.com/rust-lang/crates.io-index"
351: checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
352: dependencies = [
353: "byteorder",
354: ]
355:
356: [[package]]
357: name = "base64"
358: version = "0.13.1"
359: source = "registry+https://github.com/rust-lang/crates.io-index"
360: checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
361:
362: [[package]]
363: name = "base64"
364: version = "0.21.7"
365: source = "registry+https://github.com/rust-lang/crates.io-index"
366: checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
367:
368: [[package]]
369: name = "bitflags"
370: version = "1.3.2"
371: source = "registry+https://github.com/rust-lang/crates.io-index"
372: checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
373:
374: [[package]]
375: name = "bitflags"
376: version = "2.5.0"
377: source = "registry+https://github.com/rust-lang/crates.io-index"
378: checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
379:
380: [[package]]
381: name = "block-buffer"
382: version = "0.10.4"
383: source = "registry+https://github.com/rust-lang/crates.io-index"
384: checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
385: dependencies = [
386: "generic-array",
387: ]
388:
389: [[package]]
390: name = "blocking"
ec2eac7ea2 2024-05-14 391: version = "1.6.0"
392: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 393: checksum = "495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88"
394: dependencies = [
ec2eac7ea2 2024-05-14 395: "async-channel 2.3.0",
ec2eac7ea2 2024-05-14 396: "async-lock 3.3.0",
397: "async-task",
398: "futures-io",
399: "futures-lite 2.3.0",
400: "piper",
401: ]
402:
403: [[package]]
404: name = "brotli"
405: version = "6.0.0"
406: source = "registry+https://github.com/rust-lang/crates.io-index"
407: checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
408: dependencies = [
409: "alloc-no-stdlib",
410: "alloc-stdlib",
411: "brotli-decompressor",
412: ]
413:
414: [[package]]
415: name = "brotli-decompressor"
ec2eac7ea2 2024-05-14 416: version = "4.0.0"
417: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 418: checksum = "e6221fe77a248b9117d431ad93761222e1cf8ff282d9d1d5d9f53d6299a1cf76"
419: dependencies = [
420: "alloc-no-stdlib",
421: "alloc-stdlib",
422: ]
423:
424: [[package]]
425: name = "bumpalo"
426: version = "3.16.0"
427: source = "registry+https://github.com/rust-lang/crates.io-index"
428: checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
429:
430: [[package]]
431: name = "byteorder"
432: version = "1.5.0"
433: source = "registry+https://github.com/rust-lang/crates.io-index"
434: checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
435:
436: [[package]]
437: name = "bytes"
438: version = "0.4.12"
439: source = "registry+https://github.com/rust-lang/crates.io-index"
440: checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
441: dependencies = [
442: "byteorder",
443: "either",
444: "iovec",
445: ]
446:
447: [[package]]
448: name = "bytes"
449: version = "1.6.0"
450: source = "registry+https://github.com/rust-lang/crates.io-index"
451: checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
452:
453: [[package]]
454: name = "cc"
ec2eac7ea2 2024-05-14 455: version = "1.0.97"
456: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 457: checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
458:
459: [[package]]
460: name = "cfg-if"
461: version = "0.1.10"
462: source = "registry+https://github.com/rust-lang/crates.io-index"
463: checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
464:
465: [[package]]
466: name = "cfg-if"
467: version = "1.0.0"
468: source = "registry+https://github.com/rust-lang/crates.io-index"
469: checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
470:
471: [[package]]
472: name = "chrono"
473: version = "0.4.38"
474: source = "registry+https://github.com/rust-lang/crates.io-index"
475: checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
476: dependencies = [
477: "android-tzdata",
478: "iana-time-zone",
479: "js-sys",
480: "num-traits",
481: "serde",
482: "wasm-bindgen",
483: "windows-targets 0.52.5",
484: ]
485:
486: [[package]]
487: name = "cloudabi"
488: version = "0.0.3"
489: source = "registry+https://github.com/rust-lang/crates.io-index"
490: checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
491: dependencies = [
492: "bitflags 1.3.2",
493: ]
494:
495: [[package]]
496: name = "concurrent-queue"
497: version = "2.5.0"
498: source = "registry+https://github.com/rust-lang/crates.io-index"
499: checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
500: dependencies = [
ec2eac7ea2 2024-05-14 501: "crossbeam-utils 0.8.19",
502: ]
503:
504: [[package]]
505: name = "config"
506: version = "0.14.0"
507: source = "registry+https://github.com/rust-lang/crates.io-index"
508: checksum = "7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be"
509: dependencies = [
510: "lazy_static",
511: "nom",
512: "pathdiff",
513: "serde",
514: "toml",
515: ]
516:
517: [[package]]
518: name = "cookie"
519: version = "0.12.0"
520: source = "registry+https://github.com/rust-lang/crates.io-index"
521: checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
522: dependencies = [
523: "time",
524: "url 1.7.2",
525: ]
526:
527: [[package]]
528: name = "cookie_store"
529: version = "0.7.0"
530: source = "registry+https://github.com/rust-lang/crates.io-index"
531: checksum = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
532: dependencies = [
533: "cookie",
534: "failure",
535: "idna 0.1.5",
536: "log",
537: "publicsuffix",
538: "serde",
539: "serde_json",
540: "time",
541: "try_from",
542: "url 1.7.2",
543: ]
544:
545: [[package]]
546: name = "core-foundation"
547: version = "0.9.4"
548: source = "registry+https://github.com/rust-lang/crates.io-index"
549: checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
550: dependencies = [
551: "core-foundation-sys",
552: "libc",
553: ]
554:
555: [[package]]
556: name = "core-foundation-sys"
557: version = "0.8.6"
558: source = "registry+https://github.com/rust-lang/crates.io-index"
559: checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
560:
561: [[package]]
562: name = "cpufeatures"
563: version = "0.2.12"
564: source = "registry+https://github.com/rust-lang/crates.io-index"
565: checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
566: dependencies = [
567: "libc",
568: ]
569:
570: [[package]]
571: name = "crc"
572: version = "3.2.1"
573: source = "registry+https://github.com/rust-lang/crates.io-index"
574: checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
575: dependencies = [
576: "crc-catalog",
577: ]
578:
579: [[package]]
580: name = "crc-catalog"
581: version = "2.4.0"
582: source = "registry+https://github.com/rust-lang/crates.io-index"
583: checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
584:
585: [[package]]
586: name = "crc32fast"
ec2eac7ea2 2024-05-14 587: version = "1.4.0"
588: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 589: checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
590: dependencies = [
591: "cfg-if 1.0.0",
592: ]
593:
594: [[package]]
595: name = "crossbeam-deque"
596: version = "0.7.4"
597: source = "registry+https://github.com/rust-lang/crates.io-index"
598: checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
599: dependencies = [
600: "crossbeam-epoch",
601: "crossbeam-utils 0.7.2",
602: "maybe-uninit",
603: ]
604:
605: [[package]]
606: name = "crossbeam-epoch"
607: version = "0.8.2"
608: source = "registry+https://github.com/rust-lang/crates.io-index"
609: checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
610: dependencies = [
611: "autocfg 1.3.0",
612: "cfg-if 0.1.10",
613: "crossbeam-utils 0.7.2",
614: "lazy_static",
615: "maybe-uninit",
616: "memoffset",
617: "scopeguard",
618: ]
619:
620: [[package]]
621: name = "crossbeam-queue"
622: version = "0.2.3"
623: source = "registry+https://github.com/rust-lang/crates.io-index"
624: checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
625: dependencies = [
626: "cfg-if 0.1.10",
627: "crossbeam-utils 0.7.2",
628: "maybe-uninit",
629: ]
630:
631: [[package]]
632: name = "crossbeam-queue"
633: version = "0.3.11"
634: source = "registry+https://github.com/rust-lang/crates.io-index"
635: checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
636: dependencies = [
ec2eac7ea2 2024-05-14 637: "crossbeam-utils 0.8.19",
638: ]
639:
640: [[package]]
641: name = "crossbeam-utils"
642: version = "0.7.2"
643: source = "registry+https://github.com/rust-lang/crates.io-index"
644: checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
645: dependencies = [
646: "autocfg 1.3.0",
647: "cfg-if 0.1.10",
648: "lazy_static",
649: ]
650:
651: [[package]]
652: name = "crossbeam-utils"
ec2eac7ea2 2024-05-14 653: version = "0.8.19"
654: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 655: checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
656:
657: [[package]]
658: name = "crypto-common"
659: version = "0.1.6"
660: source = "registry+https://github.com/rust-lang/crates.io-index"
661: checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
662: dependencies = [
663: "generic-array",
664: "typenum",
665: ]
666:
667: [[package]]
668: name = "darling"
669: version = "0.10.2"
670: source = "registry+https://github.com/rust-lang/crates.io-index"
671: checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
672: dependencies = [
673: "darling_core 0.10.2",
674: "darling_macro 0.10.2",
675: ]
676:
677: [[package]]
678: name = "darling"
ec2eac7ea2 2024-05-14 679: version = "0.20.8"
680: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 681: checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
682: dependencies = [
ec2eac7ea2 2024-05-14 683: "darling_core 0.20.8",
ec2eac7ea2 2024-05-14 684: "darling_macro 0.20.8",
685: ]
686:
687: [[package]]
688: name = "darling_core"
689: version = "0.10.2"
690: source = "registry+https://github.com/rust-lang/crates.io-index"
691: checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
692: dependencies = [
693: "fnv",
694: "ident_case",
695: "proc-macro2",
696: "quote",
697: "strsim 0.9.3",
698: "syn 1.0.109",
699: ]
700:
701: [[package]]
702: name = "darling_core"
ec2eac7ea2 2024-05-14 703: version = "0.20.8"
704: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 705: checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
706: dependencies = [
707: "fnv",
708: "ident_case",
709: "proc-macro2",
710: "quote",
ec2eac7ea2 2024-05-14 711: "strsim 0.10.0",
ec2eac7ea2 2024-05-14 712: "syn 2.0.63",
713: ]
714:
715: [[package]]
716: name = "darling_macro"
717: version = "0.10.2"
718: source = "registry+https://github.com/rust-lang/crates.io-index"
719: checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
720: dependencies = [
721: "darling_core 0.10.2",
722: "quote",
723: "syn 1.0.109",
724: ]
725:
726: [[package]]
727: name = "darling_macro"
ec2eac7ea2 2024-05-14 728: version = "0.20.8"
729: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 730: checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
731: dependencies = [
ec2eac7ea2 2024-05-14 732: "darling_core 0.20.8",
733: "quote",
ec2eac7ea2 2024-05-14 734: "syn 2.0.63",
735: ]
736:
737: [[package]]
738: name = "derive_builder"
739: version = "0.9.0"
740: source = "registry+https://github.com/rust-lang/crates.io-index"
741: checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
742: dependencies = [
743: "darling 0.10.2",
744: "derive_builder_core 0.9.0",
745: "proc-macro2",
746: "quote",
747: "syn 1.0.109",
748: ]
749:
750: [[package]]
751: name = "derive_builder"
752: version = "0.20.0"
753: source = "registry+https://github.com/rust-lang/crates.io-index"
754: checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
755: dependencies = [
756: "derive_builder_macro",
757: ]
758:
759: [[package]]
760: name = "derive_builder_core"
761: version = "0.9.0"
762: source = "registry+https://github.com/rust-lang/crates.io-index"
763: checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
764: dependencies = [
765: "darling 0.10.2",
766: "proc-macro2",
767: "quote",
768: "syn 1.0.109",
769: ]
770:
771: [[package]]
772: name = "derive_builder_core"
773: version = "0.20.0"
774: source = "registry+https://github.com/rust-lang/crates.io-index"
775: checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
776: dependencies = [
ec2eac7ea2 2024-05-14 777: "darling 0.20.8",
778: "proc-macro2",
779: "quote",
ec2eac7ea2 2024-05-14 780: "syn 2.0.63",
781: ]
782:
783: [[package]]
784: name = "derive_builder_macro"
785: version = "0.20.0"
786: source = "registry+https://github.com/rust-lang/crates.io-index"
787: checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
788: dependencies = [
789: "derive_builder_core 0.20.0",
ec2eac7ea2 2024-05-14 790: "syn 2.0.63",
791: ]
792:
793: [[package]]
794: name = "digest"
795: version = "0.10.7"
796: source = "registry+https://github.com/rust-lang/crates.io-index"
797: checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
798: dependencies = [
799: "block-buffer",
800: "crypto-common",
801: "subtle",
802: ]
803:
804: [[package]]
805: name = "diligent-date-parser"
806: version = "0.1.4"
807: source = "registry+https://github.com/rust-lang/crates.io-index"
808: checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182"
809: dependencies = [
810: "chrono",
811: ]
812:
813: [[package]]
814: name = "dirs"
815: version = "4.0.0"
816: source = "registry+https://github.com/rust-lang/crates.io-index"
817: checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
818: dependencies = [
819: "dirs-sys",
820: ]
821:
822: [[package]]
823: name = "dirs-sys"
824: version = "0.3.7"
825: source = "registry+https://github.com/rust-lang/crates.io-index"
826: checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
827: dependencies = [
828: "libc",
829: "redox_users",
830: "winapi 0.3.9",
831: ]
832:
833: [[package]]
834: name = "dotenvy"
835: version = "0.15.7"
836: source = "registry+https://github.com/rust-lang/crates.io-index"
837: checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
838:
839: [[package]]
840: name = "dtoa"
841: version = "0.4.8"
842: source = "registry+https://github.com/rust-lang/crates.io-index"
843: checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
844:
845: [[package]]
846: name = "either"
ec2eac7ea2 2024-05-14 847: version = "1.11.0"
848: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 849: checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
850:
851: [[package]]
852: name = "encoding_rs"
853: version = "0.8.34"
854: source = "registry+https://github.com/rust-lang/crates.io-index"
855: checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
856: dependencies = [
857: "cfg-if 1.0.0",
858: ]
859:
860: [[package]]
861: name = "equivalent"
862: version = "1.0.1"
863: source = "registry+https://github.com/rust-lang/crates.io-index"
864: checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
865:
866: [[package]]
867: name = "errno"
868: version = "0.3.9"
869: source = "registry+https://github.com/rust-lang/crates.io-index"
870: checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
871: dependencies = [
872: "libc",
873: "windows-sys 0.52.0",
874: ]
875:
876: [[package]]
877: name = "event-listener"
878: version = "2.5.3"
879: source = "registry+https://github.com/rust-lang/crates.io-index"
880: checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
881:
882: [[package]]
883: name = "event-listener"
884: version = "3.1.0"
885: source = "registry+https://github.com/rust-lang/crates.io-index"
886: checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
887: dependencies = [
888: "concurrent-queue",
889: "parking",
890: "pin-project-lite",
891: ]
892:
893: [[package]]
894: name = "event-listener"
ec2eac7ea2 2024-05-14 895: version = "4.0.3"
896: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 897: checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
ec2eac7ea2 2024-05-14 898: dependencies = [
ec2eac7ea2 2024-05-14 899: "concurrent-queue",
ec2eac7ea2 2024-05-14 900: "parking",
ec2eac7ea2 2024-05-14 901: "pin-project-lite",
ec2eac7ea2 2024-05-14 902: ]
ec2eac7ea2 2024-05-14 903:
ec2eac7ea2 2024-05-14 904: [[package]]
ec2eac7ea2 2024-05-14 905: name = "event-listener"
ec2eac7ea2 2024-05-14 906: version = "5.3.0"
ec2eac7ea2 2024-05-14 907: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 908: checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24"
909: dependencies = [
910: "concurrent-queue",
911: "parking",
ec2eac7ea2 2024-05-14 912: "pin-project-lite",
ec2eac7ea2 2024-05-14 913: ]
ec2eac7ea2 2024-05-14 914:
ec2eac7ea2 2024-05-14 915: [[package]]
ec2eac7ea2 2024-05-14 916: name = "event-listener-strategy"
ec2eac7ea2 2024-05-14 917: version = "0.4.0"
ec2eac7ea2 2024-05-14 918: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 919: checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
ec2eac7ea2 2024-05-14 920: dependencies = [
ec2eac7ea2 2024-05-14 921: "event-listener 4.0.3",
922: "pin-project-lite",
923: ]
924:
925: [[package]]
926: name = "event-listener-strategy"
927: version = "0.5.2"
928: source = "registry+https://github.com/rust-lang/crates.io-index"
929: checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
930: dependencies = [
ec2eac7ea2 2024-05-14 931: "event-listener 5.3.0",
932: "pin-project-lite",
933: ]
934:
935: [[package]]
936: name = "failure"
937: version = "0.1.8"
938: source = "registry+https://github.com/rust-lang/crates.io-index"
939: checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
940: dependencies = [
941: "backtrace",
942: "failure_derive",
943: ]
944:
945: [[package]]
946: name = "failure_derive"
947: version = "0.1.8"
948: source = "registry+https://github.com/rust-lang/crates.io-index"
949: checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
950: dependencies = [
951: "proc-macro2",
952: "quote",
953: "syn 1.0.109",
ec2eac7ea2 2024-05-14 954: "synstructure",
955: ]
956:
957: [[package]]
958: name = "fastrand"
959: version = "1.9.0"
960: source = "registry+https://github.com/rust-lang/crates.io-index"
961: checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
962: dependencies = [
963: "instant",
964: ]
965:
966: [[package]]
967: name = "fastrand"
968: version = "2.1.0"
969: source = "registry+https://github.com/rust-lang/crates.io-index"
970: checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
ec2eac7ea2 2024-05-14 971:
ec2eac7ea2 2024-05-14 972: [[package]]
ec2eac7ea2 2024-05-14 973: name = "finl_unicode"
ec2eac7ea2 2024-05-14 974: version = "1.2.0"
ec2eac7ea2 2024-05-14 975: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 976: checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
977:
978: [[package]]
979: name = "flate2"
980: version = "1.0.30"
981: source = "registry+https://github.com/rust-lang/crates.io-index"
982: checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
983: dependencies = [
984: "crc32fast",
985: "miniz_oxide",
986: ]
987:
988: [[package]]
989: name = "fnv"
990: version = "1.0.7"
991: source = "registry+https://github.com/rust-lang/crates.io-index"
992: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
993:
994: [[package]]
995: name = "foreign-types"
996: version = "0.3.2"
997: source = "registry+https://github.com/rust-lang/crates.io-index"
998: checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
999: dependencies = [
1000: "foreign-types-shared",
1001: ]
1002:
1003: [[package]]
1004: name = "foreign-types-shared"
1005: version = "0.1.1"
1006: source = "registry+https://github.com/rust-lang/crates.io-index"
1007: checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1008:
1009: [[package]]
1010: name = "form_urlencoded"
1011: version = "1.2.1"
1012: source = "registry+https://github.com/rust-lang/crates.io-index"
1013: checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1014: dependencies = [
1015: "percent-encoding 2.3.1",
1016: ]
1017:
1018: [[package]]
1019: name = "fuchsia-cprng"
1020: version = "0.1.1"
1021: source = "registry+https://github.com/rust-lang/crates.io-index"
1022: checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1023:
1024: [[package]]
1025: name = "fuchsia-zircon"
1026: version = "0.3.3"
1027: source = "registry+https://github.com/rust-lang/crates.io-index"
1028: checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
1029: dependencies = [
1030: "bitflags 1.3.2",
1031: "fuchsia-zircon-sys",
1032: ]
1033:
1034: [[package]]
1035: name = "fuchsia-zircon-sys"
1036: version = "0.3.3"
1037: source = "registry+https://github.com/rust-lang/crates.io-index"
1038: checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
1039:
1040: [[package]]
1041: name = "futures"
1042: version = "0.1.31"
1043: source = "registry+https://github.com/rust-lang/crates.io-index"
1044: checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
1045:
1046: [[package]]
1047: name = "futures"
1048: version = "0.3.30"
1049: source = "registry+https://github.com/rust-lang/crates.io-index"
1050: checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
1051: dependencies = [
1052: "futures-channel",
1053: "futures-core",
1054: "futures-executor",
1055: "futures-io",
1056: "futures-sink",
1057: "futures-task",
1058: "futures-util",
1059: ]
1060:
1061: [[package]]
1062: name = "futures-channel"
1063: version = "0.3.30"
1064: source = "registry+https://github.com/rust-lang/crates.io-index"
1065: checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
1066: dependencies = [
1067: "futures-core",
1068: "futures-sink",
1069: ]
1070:
1071: [[package]]
1072: name = "futures-core"
1073: version = "0.3.30"
1074: source = "registry+https://github.com/rust-lang/crates.io-index"
1075: checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
1076:
1077: [[package]]
1078: name = "futures-cpupool"
1079: version = "0.1.8"
1080: source = "registry+https://github.com/rust-lang/crates.io-index"
1081: checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
1082: dependencies = [
1083: "futures 0.1.31",
1084: "num_cpus",
1085: ]
1086:
1087: [[package]]
1088: name = "futures-executor"
1089: version = "0.3.30"
1090: source = "registry+https://github.com/rust-lang/crates.io-index"
1091: checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
1092: dependencies = [
1093: "futures-core",
1094: "futures-task",
1095: "futures-util",
1096: ]
1097:
1098: [[package]]
1099: name = "futures-intrusive"
1100: version = "0.4.2"
1101: source = "registry+https://github.com/rust-lang/crates.io-index"
1102: checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
1103: dependencies = [
1104: "futures-core",
1105: "lock_api 0.4.12",
1106: "parking_lot 0.11.2",
1107: ]
1108:
1109: [[package]]
1110: name = "futures-io"
1111: version = "0.3.30"
1112: source = "registry+https://github.com/rust-lang/crates.io-index"
1113: checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
1114:
1115: [[package]]
1116: name = "futures-lite"
1117: version = "1.13.0"
1118: source = "registry+https://github.com/rust-lang/crates.io-index"
1119: checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
1120: dependencies = [
1121: "fastrand 1.9.0",
1122: "futures-core",
1123: "futures-io",
1124: "memchr",
1125: "parking",
1126: "pin-project-lite",
1127: "waker-fn",
1128: ]
1129:
1130: [[package]]
1131: name = "futures-lite"
1132: version = "2.3.0"
1133: source = "registry+https://github.com/rust-lang/crates.io-index"
1134: checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
1135: dependencies = [
1136: "fastrand 2.1.0",
1137: "futures-core",
1138: "futures-io",
1139: "parking",
1140: "pin-project-lite",
1141: ]
1142:
1143: [[package]]
1144: name = "futures-macro"
1145: version = "0.3.30"
1146: source = "registry+https://github.com/rust-lang/crates.io-index"
1147: checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
1148: dependencies = [
1149: "proc-macro2",
1150: "quote",
ec2eac7ea2 2024-05-14 1151: "syn 2.0.63",
1152: ]
1153:
1154: [[package]]
1155: name = "futures-rustls"
1156: version = "0.22.2"
1157: source = "registry+https://github.com/rust-lang/crates.io-index"
1158: checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"
1159: dependencies = [
1160: "futures-io",
1161: "rustls",
1162: "webpki",
1163: ]
1164:
1165: [[package]]
1166: name = "futures-sink"
1167: version = "0.3.30"
1168: source = "registry+https://github.com/rust-lang/crates.io-index"
1169: checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
1170:
1171: [[package]]
1172: name = "futures-task"
1173: version = "0.3.30"
1174: source = "registry+https://github.com/rust-lang/crates.io-index"
1175: checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
1176:
1177: [[package]]
1178: name = "futures-util"
1179: version = "0.3.30"
1180: source = "registry+https://github.com/rust-lang/crates.io-index"
1181: checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
1182: dependencies = [
1183: "futures-channel",
1184: "futures-core",
1185: "futures-io",
1186: "futures-macro",
1187: "futures-sink",
1188: "futures-task",
1189: "memchr",
1190: "pin-project-lite",
1191: "pin-utils",
1192: "slab",
1193: ]
1194:
1195: [[package]]
1196: name = "generic-array"
1197: version = "0.14.7"
1198: source = "registry+https://github.com/rust-lang/crates.io-index"
1199: checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1200: dependencies = [
1201: "typenum",
1202: "version_check",
1203: ]
1204:
1205: [[package]]
1206: name = "getrandom"
ec2eac7ea2 2024-05-14 1207: version = "0.1.16"
ec2eac7ea2 2024-05-14 1208: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1209: checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
ec2eac7ea2 2024-05-14 1210: dependencies = [
ec2eac7ea2 2024-05-14 1211: "cfg-if 1.0.0",
ec2eac7ea2 2024-05-14 1212: "libc",
ec2eac7ea2 2024-05-14 1213: "wasi 0.9.0+wasi-snapshot-preview1",
ec2eac7ea2 2024-05-14 1214: ]
ec2eac7ea2 2024-05-14 1215:
ec2eac7ea2 2024-05-14 1216: [[package]]
ec2eac7ea2 2024-05-14 1217: name = "getrandom"
1218: version = "0.2.15"
1219: source = "registry+https://github.com/rust-lang/crates.io-index"
1220: checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1221: dependencies = [
1222: "cfg-if 1.0.0",
1223: "libc",
1224: "wasi 0.11.0+wasi-snapshot-preview1",
1225: ]
1226:
1227: [[package]]
1228: name = "gimli"
ec2eac7ea2 2024-05-14 1229: version = "0.28.1"
1230: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1231: checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
1232:
1233: [[package]]
1234: name = "gloo-timers"
1235: version = "0.2.6"
1236: source = "registry+https://github.com/rust-lang/crates.io-index"
1237: checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
1238: dependencies = [
1239: "futures-channel",
1240: "futures-core",
1241: "js-sys",
1242: "wasm-bindgen",
1243: ]
1244:
1245: [[package]]
1246: name = "h2"
1247: version = "0.1.26"
1248: source = "registry+https://github.com/rust-lang/crates.io-index"
1249: checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
1250: dependencies = [
1251: "byteorder",
1252: "bytes 0.4.12",
1253: "fnv",
1254: "futures 0.1.31",
1255: "http 0.1.21",
1256: "indexmap 1.9.3",
1257: "log",
1258: "slab",
1259: "string",
1260: "tokio-io",
1261: ]
1262:
1263: [[package]]
1264: name = "h2"
1265: version = "0.3.26"
1266: source = "registry+https://github.com/rust-lang/crates.io-index"
1267: checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
1268: dependencies = [
1269: "bytes 1.6.0",
1270: "fnv",
1271: "futures-core",
1272: "futures-sink",
1273: "futures-util",
1274: "http 0.2.12",
1275: "indexmap 2.2.6",
1276: "slab",
ec2eac7ea2 2024-05-14 1277: "tokio 1.37.0",
1278: "tokio-util",
1279: "tracing",
1280: ]
1281:
1282: [[package]]
1283: name = "hashbrown"
1284: version = "0.12.3"
1285: source = "registry+https://github.com/rust-lang/crates.io-index"
1286: checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1287:
1288: [[package]]
1289: name = "hashbrown"
1290: version = "0.14.5"
1291: source = "registry+https://github.com/rust-lang/crates.io-index"
1292: checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1293: dependencies = [
1294: "ahash 0.8.11",
1295: "allocator-api2",
1296: ]
1297:
1298: [[package]]
1299: name = "hashlink"
1300: version = "0.8.4"
1301: source = "registry+https://github.com/rust-lang/crates.io-index"
1302: checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
1303: dependencies = [
1304: "hashbrown 0.14.5",
1305: ]
1306:
1307: [[package]]
1308: name = "heck"
1309: version = "0.4.1"
1310: source = "registry+https://github.com/rust-lang/crates.io-index"
1311: checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1312: dependencies = [
1313: "unicode-segmentation",
1314: ]
1315:
1316: [[package]]
1317: name = "hermit-abi"
1318: version = "0.3.9"
1319: source = "registry+https://github.com/rust-lang/crates.io-index"
1320: checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1321:
1322: [[package]]
1323: name = "hex"
1324: version = "0.4.3"
1325: source = "registry+https://github.com/rust-lang/crates.io-index"
1326: checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1327:
1328: [[package]]
1329: name = "hkdf"
1330: version = "0.12.4"
1331: source = "registry+https://github.com/rust-lang/crates.io-index"
1332: checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1333: dependencies = [
1334: "hmac",
1335: ]
1336:
1337: [[package]]
1338: name = "hmac"
1339: version = "0.12.1"
1340: source = "registry+https://github.com/rust-lang/crates.io-index"
1341: checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1342: dependencies = [
1343: "digest",
1344: ]
1345:
1346: [[package]]
1347: name = "http"
1348: version = "0.1.21"
1349: source = "registry+https://github.com/rust-lang/crates.io-index"
1350: checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
1351: dependencies = [
1352: "bytes 0.4.12",
1353: "fnv",
1354: "itoa 0.4.8",
1355: ]
1356:
1357: [[package]]
1358: name = "http"
1359: version = "0.2.12"
1360: source = "registry+https://github.com/rust-lang/crates.io-index"
1361: checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1362: dependencies = [
1363: "bytes 1.6.0",
1364: "fnv",
1365: "itoa 1.0.11",
1366: ]
1367:
1368: [[package]]
1369: name = "http-body"
1370: version = "0.1.0"
1371: source = "registry+https://github.com/rust-lang/crates.io-index"
1372: checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
1373: dependencies = [
1374: "bytes 0.4.12",
1375: "futures 0.1.31",
1376: "http 0.1.21",
1377: "tokio-buf",
1378: ]
1379:
1380: [[package]]
1381: name = "http-body"
1382: version = "0.4.6"
1383: source = "registry+https://github.com/rust-lang/crates.io-index"
1384: checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1385: dependencies = [
1386: "bytes 1.6.0",
1387: "http 0.2.12",
1388: "pin-project-lite",
1389: ]
1390:
1391: [[package]]
1392: name = "httparse"
ec2eac7ea2 2024-05-14 1393: version = "1.8.0"
1394: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1395: checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1396:
1397: [[package]]
1398: name = "httpdate"
1399: version = "1.0.3"
1400: source = "registry+https://github.com/rust-lang/crates.io-index"
1401: checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1402:
1403: [[package]]
1404: name = "hyper"
1405: version = "0.12.36"
1406: source = "registry+https://github.com/rust-lang/crates.io-index"
1407: checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"
1408: dependencies = [
1409: "bytes 0.4.12",
1410: "futures 0.1.31",
1411: "futures-cpupool",
1412: "h2 0.1.26",
1413: "http 0.1.21",
1414: "http-body 0.1.0",
1415: "httparse",
1416: "iovec",
1417: "itoa 0.4.8",
1418: "log",
1419: "net2",
1420: "rustc_version",
1421: "time",
1422: "tokio 0.1.22",
1423: "tokio-buf",
1424: "tokio-executor",
1425: "tokio-io",
1426: "tokio-reactor",
1427: "tokio-tcp",
1428: "tokio-threadpool",
1429: "tokio-timer",
1430: "want 0.2.0",
1431: ]
1432:
1433: [[package]]
1434: name = "hyper"
ec2eac7ea2 2024-05-14 1435: version = "0.14.28"
1436: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1437: checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
1438: dependencies = [
1439: "bytes 1.6.0",
1440: "futures-channel",
1441: "futures-core",
1442: "futures-util",
1443: "h2 0.3.26",
1444: "http 0.2.12",
1445: "http-body 0.4.6",
1446: "httparse",
1447: "httpdate",
1448: "itoa 1.0.11",
1449: "pin-project-lite",
1450: "socket2 0.5.7",
ec2eac7ea2 2024-05-14 1451: "tokio 1.37.0",
1452: "tower-service",
1453: "tracing",
1454: "want 0.3.1",
1455: ]
1456:
1457: [[package]]
1458: name = "hyper-tls"
1459: version = "0.3.2"
1460: source = "registry+https://github.com/rust-lang/crates.io-index"
1461: checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
1462: dependencies = [
1463: "bytes 0.4.12",
1464: "futures 0.1.31",
1465: "hyper 0.12.36",
1466: "native-tls",
1467: "tokio-io",
1468: ]
1469:
1470: [[package]]
1471: name = "hyper-tls"
1472: version = "0.5.0"
1473: source = "registry+https://github.com/rust-lang/crates.io-index"
1474: checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1475: dependencies = [
1476: "bytes 1.6.0",
ec2eac7ea2 2024-05-14 1477: "hyper 0.14.28",
1478: "native-tls",
ec2eac7ea2 2024-05-14 1479: "tokio 1.37.0",
1480: "tokio-native-tls",
1481: ]
1482:
1483: [[package]]
1484: name = "iana-time-zone"
1485: version = "0.1.60"
1486: source = "registry+https://github.com/rust-lang/crates.io-index"
1487: checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
1488: dependencies = [
1489: "android_system_properties",
1490: "core-foundation-sys",
1491: "iana-time-zone-haiku",
1492: "js-sys",
1493: "wasm-bindgen",
1494: "windows-core",
1495: ]
1496:
1497: [[package]]
1498: name = "iana-time-zone-haiku"
1499: version = "0.1.2"
1500: source = "registry+https://github.com/rust-lang/crates.io-index"
1501: checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1502: dependencies = [
1503: "cc",
1504: ]
1505:
1506: [[package]]
1507: name = "ident_case"
1508: version = "1.0.1"
1509: source = "registry+https://github.com/rust-lang/crates.io-index"
1510: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1511:
1512: [[package]]
1513: name = "idna"
1514: version = "0.1.5"
1515: source = "registry+https://github.com/rust-lang/crates.io-index"
1516: checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1517: dependencies = [
1518: "matches",
1519: "unicode-bidi",
1520: "unicode-normalization",
1521: ]
1522:
1523: [[package]]
1524: name = "idna"
1525: version = "0.2.3"
1526: source = "registry+https://github.com/rust-lang/crates.io-index"
1527: checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
1528: dependencies = [
1529: "matches",
1530: "unicode-bidi",
1531: "unicode-normalization",
1532: ]
1533:
1534: [[package]]
1535: name = "idna"
ec2eac7ea2 2024-05-14 1536: version = "0.5.0"
1537: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1538: checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1539: dependencies = [
ec2eac7ea2 2024-05-14 1540: "unicode-bidi",
ec2eac7ea2 2024-05-14 1541: "unicode-normalization",
1542: ]
1543:
1544: [[package]]
1545: name = "indexmap"
1546: version = "1.9.3"
1547: source = "registry+https://github.com/rust-lang/crates.io-index"
1548: checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1549: dependencies = [
1550: "autocfg 1.3.0",
1551: "hashbrown 0.12.3",
1552: ]
1553:
1554: [[package]]
1555: name = "indexmap"
1556: version = "2.2.6"
1557: source = "registry+https://github.com/rust-lang/crates.io-index"
1558: checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
1559: dependencies = [
1560: "equivalent",
1561: "hashbrown 0.14.5",
1562: ]
1563:
1564: [[package]]
1565: name = "instant"
ec2eac7ea2 2024-05-14 1566: version = "0.1.12"
1567: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1568: checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1569: dependencies = [
1570: "cfg-if 1.0.0",
1571: ]
1572:
1573: [[package]]
1574: name = "io-lifetimes"
1575: version = "1.0.11"
1576: source = "registry+https://github.com/rust-lang/crates.io-index"
1577: checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
1578: dependencies = [
1579: "hermit-abi",
1580: "libc",
1581: "windows-sys 0.48.0",
1582: ]
1583:
1584: [[package]]
1585: name = "iovec"
1586: version = "0.1.4"
1587: source = "registry+https://github.com/rust-lang/crates.io-index"
1588: checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1589: dependencies = [
1590: "libc",
1591: ]
1592:
1593: [[package]]
1594: name = "ipnet"
1595: version = "2.9.0"
1596: source = "registry+https://github.com/rust-lang/crates.io-index"
1597: checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
1598:
1599: [[package]]
1600: name = "itertools"
1601: version = "0.12.1"
1602: source = "registry+https://github.com/rust-lang/crates.io-index"
1603: checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1604: dependencies = [
1605: "either",
1606: ]
1607:
1608: [[package]]
1609: name = "itoa"
1610: version = "0.4.8"
1611: source = "registry+https://github.com/rust-lang/crates.io-index"
1612: checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
1613:
1614: [[package]]
1615: name = "itoa"
1616: version = "1.0.11"
1617: source = "registry+https://github.com/rust-lang/crates.io-index"
1618: checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
1619:
1620: [[package]]
1621: name = "js-sys"
1622: version = "0.3.69"
1623: source = "registry+https://github.com/rust-lang/crates.io-index"
1624: checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
1625: dependencies = [
1626: "wasm-bindgen",
1627: ]
1628:
1629: [[package]]
1630: name = "kernel32-sys"
1631: version = "0.2.2"
1632: source = "registry+https://github.com/rust-lang/crates.io-index"
1633: checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1634: dependencies = [
1635: "winapi 0.2.8",
1636: "winapi-build",
1637: ]
1638:
1639: [[package]]
1640: name = "kv-log-macro"
1641: version = "1.0.7"
1642: source = "registry+https://github.com/rust-lang/crates.io-index"
1643: checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1644: dependencies = [
1645: "log",
1646: ]
1647:
1648: [[package]]
1649: name = "lazy_static"
1650: version = "1.4.0"
1651: source = "registry+https://github.com/rust-lang/crates.io-index"
1652: checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1653:
1654: [[package]]
1655: name = "libc"
ec2eac7ea2 2024-05-14 1656: version = "0.2.154"
1657: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1658: checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
1659:
1660: [[package]]
1661: name = "libredox"
1662: version = "0.1.3"
1663: source = "registry+https://github.com/rust-lang/crates.io-index"
1664: checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1665: dependencies = [
1666: "bitflags 2.5.0",
1667: "libc",
1668: ]
1669:
1670: [[package]]
1671: name = "linux-raw-sys"
1672: version = "0.3.8"
1673: source = "registry+https://github.com/rust-lang/crates.io-index"
1674: checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
1675:
1676: [[package]]
1677: name = "linux-raw-sys"
ec2eac7ea2 2024-05-14 1678: version = "0.4.13"
ec2eac7ea2 2024-05-14 1679: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1680: checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
1681:
1682: [[package]]
1683: name = "lock_api"
1684: version = "0.3.4"
1685: source = "registry+https://github.com/rust-lang/crates.io-index"
1686: checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1687: dependencies = [
1688: "scopeguard",
1689: ]
1690:
1691: [[package]]
1692: name = "lock_api"
1693: version = "0.4.12"
1694: source = "registry+https://github.com/rust-lang/crates.io-index"
1695: checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1696: dependencies = [
1697: "autocfg 1.3.0",
1698: "scopeguard",
1699: ]
1700:
1701: [[package]]
1702: name = "log"
1703: version = "0.4.21"
1704: source = "registry+https://github.com/rust-lang/crates.io-index"
1705: checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
1706: dependencies = [
1707: "value-bag",
1708: ]
1709:
1710: [[package]]
1711: name = "matches"
1712: version = "0.1.10"
1713: source = "registry+https://github.com/rust-lang/crates.io-index"
1714: checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1715:
1716: [[package]]
1717: name = "maybe-uninit"
1718: version = "2.0.0"
1719: source = "registry+https://github.com/rust-lang/crates.io-index"
1720: checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
1721:
1722: [[package]]
1723: name = "md-5"
1724: version = "0.10.6"
1725: source = "registry+https://github.com/rust-lang/crates.io-index"
1726: checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1727: dependencies = [
1728: "cfg-if 1.0.0",
1729: "digest",
1730: ]
1731:
1732: [[package]]
1733: name = "memchr"
1734: version = "2.7.2"
1735: source = "registry+https://github.com/rust-lang/crates.io-index"
1736: checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
1737:
1738: [[package]]
1739: name = "memoffset"
1740: version = "0.5.6"
1741: source = "registry+https://github.com/rust-lang/crates.io-index"
1742: checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
1743: dependencies = [
1744: "autocfg 1.3.0",
1745: ]
1746:
1747: [[package]]
1748: name = "mime"
1749: version = "0.3.17"
1750: source = "registry+https://github.com/rust-lang/crates.io-index"
1751: checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1752:
1753: [[package]]
1754: name = "mime_guess"
1755: version = "2.0.4"
1756: source = "registry+https://github.com/rust-lang/crates.io-index"
1757: checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
1758: dependencies = [
1759: "mime",
1760: "unicase",
1761: ]
1762:
1763: [[package]]
1764: name = "minimal-lexical"
1765: version = "0.2.1"
1766: source = "registry+https://github.com/rust-lang/crates.io-index"
1767: checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1768:
1769: [[package]]
1770: name = "miniz_oxide"
ec2eac7ea2 2024-05-14 1771: version = "0.7.2"
1772: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1773: checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
1774: dependencies = [
1775: "adler",
1776: ]
1777:
1778: [[package]]
1779: name = "mio"
1780: version = "0.6.23"
1781: source = "registry+https://github.com/rust-lang/crates.io-index"
1782: checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
1783: dependencies = [
1784: "cfg-if 0.1.10",
1785: "fuchsia-zircon",
1786: "fuchsia-zircon-sys",
1787: "iovec",
1788: "kernel32-sys",
1789: "libc",
1790: "log",
1791: "miow",
1792: "net2",
1793: "slab",
1794: "winapi 0.2.8",
1795: ]
1796:
1797: [[package]]
1798: name = "mio"
1799: version = "0.8.11"
1800: source = "registry+https://github.com/rust-lang/crates.io-index"
1801: checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1802: dependencies = [
1803: "libc",
1804: "wasi 0.11.0+wasi-snapshot-preview1",
1805: "windows-sys 0.48.0",
1806: ]
1807:
1808: [[package]]
1809: name = "miow"
1810: version = "0.2.2"
1811: source = "registry+https://github.com/rust-lang/crates.io-index"
1812: checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1813: dependencies = [
1814: "kernel32-sys",
1815: "net2",
1816: "winapi 0.2.8",
1817: "ws2_32-sys",
1818: ]
1819:
1820: [[package]]
1821: name = "multipart"
ec2eac7ea2 2024-05-14 1822: version = "0.17.1"
1823: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1824: checksum = "d050aeedc89243f5347c3e237e3e13dc76fbe4ae3742a57b94dc14f69acf76d4"
1825: dependencies = [
1826: "log",
1827: "mime",
1828: "mime_guess",
ec2eac7ea2 2024-05-14 1829: "rand 0.7.3",
1830: "tempfile",
1831: ]
1832:
1833: [[package]]
1834: name = "native-tls"
ec2eac7ea2 2024-05-14 1835: version = "0.2.11"
1836: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1837: checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1838: dependencies = [
ec2eac7ea2 2024-05-14 1839: "lazy_static",
1840: "libc",
1841: "log",
1842: "openssl",
1843: "openssl-probe",
1844: "openssl-sys",
1845: "schannel",
1846: "security-framework",
1847: "security-framework-sys",
1848: "tempfile",
1849: ]
1850:
1851: [[package]]
1852: name = "net2"
1853: version = "0.2.39"
1854: source = "registry+https://github.com/rust-lang/crates.io-index"
1855: checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
1856: dependencies = [
1857: "cfg-if 0.1.10",
1858: "libc",
1859: "winapi 0.3.9",
1860: ]
1861:
1862: [[package]]
1863: name = "never"
1864: version = "0.1.0"
1865: source = "registry+https://github.com/rust-lang/crates.io-index"
1866: checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
1867:
1868: [[package]]
1869: name = "nom"
1870: version = "7.1.3"
1871: source = "registry+https://github.com/rust-lang/crates.io-index"
1872: checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1873: dependencies = [
1874: "memchr",
1875: "minimal-lexical",
1876: ]
1877:
1878: [[package]]
1879: name = "num-traits"
1880: version = "0.2.19"
1881: source = "registry+https://github.com/rust-lang/crates.io-index"
1882: checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1883: dependencies = [
1884: "autocfg 1.3.0",
1885: ]
1886:
1887: [[package]]
1888: name = "num_cpus"
1889: version = "1.16.0"
1890: source = "registry+https://github.com/rust-lang/crates.io-index"
1891: checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1892: dependencies = [
1893: "hermit-abi",
1894: "libc",
1895: ]
1896:
1897: [[package]]
1898: name = "object"
ec2eac7ea2 2024-05-14 1899: version = "0.32.2"
1900: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1901: checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
1902: dependencies = [
1903: "memchr",
1904: ]
1905:
1906: [[package]]
1907: name = "once_cell"
1908: version = "1.19.0"
1909: source = "registry+https://github.com/rust-lang/crates.io-index"
1910: checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1911:
1912: [[package]]
1913: name = "openssl"
1914: version = "0.10.64"
1915: source = "registry+https://github.com/rust-lang/crates.io-index"
1916: checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
1917: dependencies = [
1918: "bitflags 2.5.0",
1919: "cfg-if 1.0.0",
1920: "foreign-types",
1921: "libc",
1922: "once_cell",
1923: "openssl-macros",
1924: "openssl-sys",
1925: ]
1926:
1927: [[package]]
1928: name = "openssl-macros"
1929: version = "0.1.1"
1930: source = "registry+https://github.com/rust-lang/crates.io-index"
1931: checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1932: dependencies = [
1933: "proc-macro2",
1934: "quote",
ec2eac7ea2 2024-05-14 1935: "syn 2.0.63",
1936: ]
1937:
1938: [[package]]
1939: name = "openssl-probe"
1940: version = "0.1.5"
1941: source = "registry+https://github.com/rust-lang/crates.io-index"
1942: checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1943:
1944: [[package]]
1945: name = "openssl-sys"
1946: version = "0.9.102"
1947: source = "registry+https://github.com/rust-lang/crates.io-index"
1948: checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
1949: dependencies = [
1950: "cc",
1951: "libc",
1952: "pkg-config",
1953: "vcpkg",
1954: ]
1955:
1956: [[package]]
1957: name = "ordered-float"
1958: version = "2.10.1"
1959: source = "registry+https://github.com/rust-lang/crates.io-index"
1960: checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
1961: dependencies = [
1962: "num-traits",
1963: ]
1964:
1965: [[package]]
1966: name = "parking"
1967: version = "2.2.0"
1968: source = "registry+https://github.com/rust-lang/crates.io-index"
1969: checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
1970:
1971: [[package]]
1972: name = "parking_lot"
1973: version = "0.9.0"
1974: source = "registry+https://github.com/rust-lang/crates.io-index"
1975: checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
1976: dependencies = [
1977: "lock_api 0.3.4",
1978: "parking_lot_core 0.6.3",
1979: "rustc_version",
1980: ]
1981:
1982: [[package]]
1983: name = "parking_lot"
1984: version = "0.11.2"
1985: source = "registry+https://github.com/rust-lang/crates.io-index"
1986: checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
1987: dependencies = [
1988: "instant",
1989: "lock_api 0.4.12",
1990: "parking_lot_core 0.8.6",
1991: ]
1992:
1993: [[package]]
1994: name = "parking_lot_core"
1995: version = "0.6.3"
1996: source = "registry+https://github.com/rust-lang/crates.io-index"
1997: checksum = "bda66b810a62be75176a80873726630147a5ca780cd33921e0b5709033e66b0a"
1998: dependencies = [
1999: "cfg-if 0.1.10",
2000: "cloudabi",
2001: "libc",
2002: "redox_syscall 0.1.57",
2003: "rustc_version",
2004: "smallvec 0.6.14",
2005: "winapi 0.3.9",
2006: ]
2007:
2008: [[package]]
2009: name = "parking_lot_core"
2010: version = "0.8.6"
2011: source = "registry+https://github.com/rust-lang/crates.io-index"
2012: checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2013: dependencies = [
2014: "cfg-if 1.0.0",
2015: "instant",
2016: "libc",
2017: "redox_syscall 0.2.16",
2018: "smallvec 1.13.2",
2019: "winapi 0.3.9",
2020: ]
2021:
2022: [[package]]
2023: name = "paste"
2024: version = "1.0.15"
2025: source = "registry+https://github.com/rust-lang/crates.io-index"
2026: checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2027:
2028: [[package]]
2029: name = "pathdiff"
2030: version = "0.2.1"
2031: source = "registry+https://github.com/rust-lang/crates.io-index"
2032: checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2033:
2034: [[package]]
2035: name = "percent-encoding"
2036: version = "1.0.1"
2037: source = "registry+https://github.com/rust-lang/crates.io-index"
2038: checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2039:
2040: [[package]]
2041: name = "percent-encoding"
2042: version = "2.3.1"
2043: source = "registry+https://github.com/rust-lang/crates.io-index"
2044: checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2045:
2046: [[package]]
2047: name = "pin-project"
2048: version = "1.1.5"
2049: source = "registry+https://github.com/rust-lang/crates.io-index"
2050: checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2051: dependencies = [
2052: "pin-project-internal",
2053: ]
2054:
2055: [[package]]
2056: name = "pin-project-internal"
2057: version = "1.1.5"
2058: source = "registry+https://github.com/rust-lang/crates.io-index"
2059: checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2060: dependencies = [
2061: "proc-macro2",
2062: "quote",
ec2eac7ea2 2024-05-14 2063: "syn 2.0.63",
2064: ]
2065:
2066: [[package]]
2067: name = "pin-project-lite"
2068: version = "0.2.14"
2069: source = "registry+https://github.com/rust-lang/crates.io-index"
2070: checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2071:
2072: [[package]]
2073: name = "pin-utils"
2074: version = "0.1.0"
2075: source = "registry+https://github.com/rust-lang/crates.io-index"
2076: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2077:
2078: [[package]]
2079: name = "piper"
ec2eac7ea2 2024-05-14 2080: version = "0.2.2"
2081: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2082: checksum = "464db0c665917b13ebb5d453ccdec4add5658ee1adc7affc7677615356a8afaf"
2083: dependencies = [
2084: "atomic-waker",
2085: "fastrand 2.1.0",
2086: "futures-io",
2087: ]
2088:
2089: [[package]]
2090: name = "pkg-config"
2091: version = "0.3.30"
2092: source = "registry+https://github.com/rust-lang/crates.io-index"
2093: checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2094:
2095: [[package]]
2096: name = "polling"
2097: version = "2.8.0"
2098: source = "registry+https://github.com/rust-lang/crates.io-index"
2099: checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
2100: dependencies = [
2101: "autocfg 1.3.0",
2102: "bitflags 1.3.2",
2103: "cfg-if 1.0.0",
2104: "concurrent-queue",
2105: "libc",
2106: "log",
2107: "pin-project-lite",
2108: "windows-sys 0.48.0",
2109: ]
2110:
2111: [[package]]
2112: name = "polling"
ec2eac7ea2 2024-05-14 2113: version = "3.7.0"
2114: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2115: checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3"
2116: dependencies = [
2117: "cfg-if 1.0.0",
2118: "concurrent-queue",
2119: "hermit-abi",
2120: "pin-project-lite",
2121: "rustix 0.38.34",
2122: "tracing",
2123: "windows-sys 0.52.0",
2124: ]
2125:
2126: [[package]]
2127: name = "ppv-lite86"
2128: version = "0.2.17"
2129: source = "registry+https://github.com/rust-lang/crates.io-index"
2130: checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2131:
2132: [[package]]
2133: name = "proc-macro2"
ec2eac7ea2 2024-05-14 2134: version = "1.0.82"
2135: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2136: checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
2137: dependencies = [
2138: "unicode-ident",
2139: ]
2140:
2141: [[package]]
2142: name = "publicsuffix"
2143: version = "1.5.6"
2144: source = "registry+https://github.com/rust-lang/crates.io-index"
2145: checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
2146: dependencies = [
2147: "idna 0.2.3",
ec2eac7ea2 2024-05-14 2148: "url 2.5.0",
2149: ]
2150:
2151: [[package]]
2152: name = "quick-xml"
2153: version = "0.17.2"
2154: source = "registry+https://github.com/rust-lang/crates.io-index"
2155: checksum = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0"
2156: dependencies = [
2157: "encoding_rs",
2158: "memchr",
2159: ]
2160:
2161: [[package]]
2162: name = "quick-xml"
2163: version = "0.31.0"
2164: source = "registry+https://github.com/rust-lang/crates.io-index"
2165: checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
2166: dependencies = [
2167: "encoding_rs",
2168: "memchr",
2169: ]
2170:
2171: [[package]]
2172: name = "quote"
2173: version = "1.0.36"
2174: source = "registry+https://github.com/rust-lang/crates.io-index"
2175: checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2176: dependencies = [
2177: "proc-macro2",
2178: ]
2179:
2180: [[package]]
2181: name = "rand"
2182: version = "0.6.5"
2183: source = "registry+https://github.com/rust-lang/crates.io-index"
2184: checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2185: dependencies = [
2186: "autocfg 0.1.8",
2187: "libc",
2188: "rand_chacha 0.1.1",
2189: "rand_core 0.4.2",
ec2eac7ea2 2024-05-14 2190: "rand_hc 0.1.0",
2191: "rand_isaac",
2192: "rand_jitter",
2193: "rand_os",
2194: "rand_pcg",
2195: "rand_xorshift",
2196: "winapi 0.3.9",
ec2eac7ea2 2024-05-14 2197: ]
ec2eac7ea2 2024-05-14 2198:
ec2eac7ea2 2024-05-14 2199: [[package]]
ec2eac7ea2 2024-05-14 2200: name = "rand"
ec2eac7ea2 2024-05-14 2201: version = "0.7.3"
ec2eac7ea2 2024-05-14 2202: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2203: checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
ec2eac7ea2 2024-05-14 2204: dependencies = [
ec2eac7ea2 2024-05-14 2205: "getrandom 0.1.16",
ec2eac7ea2 2024-05-14 2206: "libc",
ec2eac7ea2 2024-05-14 2207: "rand_chacha 0.2.2",
ec2eac7ea2 2024-05-14 2208: "rand_core 0.5.1",
ec2eac7ea2 2024-05-14 2209: "rand_hc 0.2.0",
2210: ]
2211:
2212: [[package]]
2213: name = "rand"
2214: version = "0.8.5"
2215: source = "registry+https://github.com/rust-lang/crates.io-index"
2216: checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2217: dependencies = [
2218: "libc",
2219: "rand_chacha 0.3.1",
2220: "rand_core 0.6.4",
2221: ]
2222:
2223: [[package]]
2224: name = "rand_chacha"
2225: version = "0.1.1"
2226: source = "registry+https://github.com/rust-lang/crates.io-index"
2227: checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
2228: dependencies = [
2229: "autocfg 0.1.8",
2230: "rand_core 0.3.1",
ec2eac7ea2 2024-05-14 2231: ]
ec2eac7ea2 2024-05-14 2232:
ec2eac7ea2 2024-05-14 2233: [[package]]
ec2eac7ea2 2024-05-14 2234: name = "rand_chacha"
ec2eac7ea2 2024-05-14 2235: version = "0.2.2"
ec2eac7ea2 2024-05-14 2236: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2237: checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
ec2eac7ea2 2024-05-14 2238: dependencies = [
ec2eac7ea2 2024-05-14 2239: "ppv-lite86",
ec2eac7ea2 2024-05-14 2240: "rand_core 0.5.1",
2241: ]
2242:
2243: [[package]]
2244: name = "rand_chacha"
2245: version = "0.3.1"
2246: source = "registry+https://github.com/rust-lang/crates.io-index"
2247: checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2248: dependencies = [
2249: "ppv-lite86",
2250: "rand_core 0.6.4",
2251: ]
2252:
2253: [[package]]
2254: name = "rand_core"
2255: version = "0.3.1"
2256: source = "registry+https://github.com/rust-lang/crates.io-index"
2257: checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2258: dependencies = [
2259: "rand_core 0.4.2",
2260: ]
2261:
2262: [[package]]
2263: name = "rand_core"
2264: version = "0.4.2"
2265: source = "registry+https://github.com/rust-lang/crates.io-index"
2266: checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2267:
2268: [[package]]
2269: name = "rand_core"
ec2eac7ea2 2024-05-14 2270: version = "0.5.1"
ec2eac7ea2 2024-05-14 2271: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2272: checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
ec2eac7ea2 2024-05-14 2273: dependencies = [
ec2eac7ea2 2024-05-14 2274: "getrandom 0.1.16",
ec2eac7ea2 2024-05-14 2275: ]
ec2eac7ea2 2024-05-14 2276:
ec2eac7ea2 2024-05-14 2277: [[package]]
ec2eac7ea2 2024-05-14 2278: name = "rand_core"
2279: version = "0.6.4"
2280: source = "registry+https://github.com/rust-lang/crates.io-index"
2281: checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2282: dependencies = [
ec2eac7ea2 2024-05-14 2283: "getrandom 0.2.15",
2284: ]
2285:
2286: [[package]]
2287: name = "rand_hc"
2288: version = "0.1.0"
2289: source = "registry+https://github.com/rust-lang/crates.io-index"
2290: checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2291: dependencies = [
2292: "rand_core 0.3.1",
ec2eac7ea2 2024-05-14 2293: ]
ec2eac7ea2 2024-05-14 2294:
ec2eac7ea2 2024-05-14 2295: [[package]]
ec2eac7ea2 2024-05-14 2296: name = "rand_hc"
ec2eac7ea2 2024-05-14 2297: version = "0.2.0"
ec2eac7ea2 2024-05-14 2298: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2299: checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
ec2eac7ea2 2024-05-14 2300: dependencies = [
ec2eac7ea2 2024-05-14 2301: "rand_core 0.5.1",
2302: ]
2303:
2304: [[package]]
2305: name = "rand_isaac"
2306: version = "0.1.1"
2307: source = "registry+https://github.com/rust-lang/crates.io-index"
2308: checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2309: dependencies = [
2310: "rand_core 0.3.1",
2311: ]
2312:
2313: [[package]]
2314: name = "rand_jitter"
2315: version = "0.1.4"
2316: source = "registry+https://github.com/rust-lang/crates.io-index"
2317: checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
2318: dependencies = [
2319: "libc",
2320: "rand_core 0.4.2",
2321: "winapi 0.3.9",
2322: ]
2323:
2324: [[package]]
2325: name = "rand_os"
2326: version = "0.1.3"
2327: source = "registry+https://github.com/rust-lang/crates.io-index"
2328: checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2329: dependencies = [
2330: "cloudabi",
2331: "fuchsia-cprng",
2332: "libc",
2333: "rand_core 0.4.2",
2334: "rdrand",
2335: "winapi 0.3.9",
2336: ]
2337:
2338: [[package]]
2339: name = "rand_pcg"
2340: version = "0.1.2"
2341: source = "registry+https://github.com/rust-lang/crates.io-index"
2342: checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
2343: dependencies = [
2344: "autocfg 0.1.8",
2345: "rand_core 0.4.2",
2346: ]
2347:
2348: [[package]]
2349: name = "rand_xorshift"
2350: version = "0.1.1"
2351: source = "registry+https://github.com/rust-lang/crates.io-index"
2352: checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
2353: dependencies = [
2354: "rand_core 0.3.1",
2355: ]
2356:
2357: [[package]]
2358: name = "rdrand"
2359: version = "0.4.0"
2360: source = "registry+https://github.com/rust-lang/crates.io-index"
2361: checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2362: dependencies = [
2363: "rand_core 0.3.1",
2364: ]
2365:
2366: [[package]]
2367: name = "redox_syscall"
2368: version = "0.1.57"
2369: source = "registry+https://github.com/rust-lang/crates.io-index"
2370: checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2371:
2372: [[package]]
2373: name = "redox_syscall"
2374: version = "0.2.16"
2375: source = "registry+https://github.com/rust-lang/crates.io-index"
2376: checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2377: dependencies = [
2378: "bitflags 1.3.2",
2379: ]
2380:
2381: [[package]]
2382: name = "redox_syscall"
2383: version = "0.4.1"
2384: source = "registry+https://github.com/rust-lang/crates.io-index"
2385: checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2386: dependencies = [
2387: "bitflags 1.3.2",
2388: ]
2389:
2390: [[package]]
2391: name = "redox_users"
2392: version = "0.4.5"
2393: source = "registry+https://github.com/rust-lang/crates.io-index"
2394: checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
2395: dependencies = [
ec2eac7ea2 2024-05-14 2396: "getrandom 0.2.15",
2397: "libredox",
2398: "thiserror",
2399: ]
2400:
2401: [[package]]
2402: name = "regex"
ec2eac7ea2 2024-05-14 2403: version = "1.10.4"
2404: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2405: checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
2406: dependencies = [
2407: "aho-corasick",
2408: "memchr",
2409: "regex-automata",
2410: "regex-syntax",
2411: ]
2412:
2413: [[package]]
2414: name = "regex-automata"
ec2eac7ea2 2024-05-14 2415: version = "0.4.6"
2416: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2417: checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2418: dependencies = [
2419: "aho-corasick",
2420: "memchr",
2421: "regex-syntax",
2422: ]
2423:
2424: [[package]]
2425: name = "regex-syntax"
ec2eac7ea2 2024-05-14 2426: version = "0.8.3"
2427: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2428: checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2429:
2430: [[package]]
2431: name = "reqwest"
2432: version = "0.9.24"
2433: source = "registry+https://github.com/rust-lang/crates.io-index"
2434: checksum = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab"
2435: dependencies = [
2436: "base64 0.10.1",
2437: "bytes 0.4.12",
2438: "cookie",
2439: "cookie_store",
2440: "encoding_rs",
2441: "flate2",
2442: "futures 0.1.31",
2443: "http 0.1.21",
2444: "hyper 0.12.36",
2445: "hyper-tls 0.3.2",
2446: "log",
2447: "mime",
2448: "mime_guess",
2449: "native-tls",
2450: "serde",
2451: "serde_json",
2452: "serde_urlencoded 0.5.5",
2453: "time",
2454: "tokio 0.1.22",
2455: "tokio-executor",
2456: "tokio-io",
2457: "tokio-threadpool",
2458: "tokio-timer",
2459: "url 1.7.2",
2460: "uuid",
2461: "winreg 0.6.2",
2462: ]
2463:
2464: [[package]]
2465: name = "reqwest"
2466: version = "0.11.27"
2467: source = "registry+https://github.com/rust-lang/crates.io-index"
2468: checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2469: dependencies = [
2470: "async-compression",
2471: "base64 0.21.7",
2472: "bytes 1.6.0",
2473: "encoding_rs",
2474: "futures-core",
2475: "futures-util",
2476: "h2 0.3.26",
2477: "http 0.2.12",
2478: "http-body 0.4.6",
ec2eac7ea2 2024-05-14 2479: "hyper 0.14.28",
2480: "hyper-tls 0.5.0",
2481: "ipnet",
2482: "js-sys",
2483: "log",
2484: "mime",
2485: "native-tls",
2486: "once_cell",
2487: "percent-encoding 2.3.1",
2488: "pin-project-lite",
2489: "rustls-pemfile",
2490: "serde",
2491: "serde_json",
2492: "serde_urlencoded 0.7.1",
2493: "sync_wrapper",
2494: "system-configuration",
ec2eac7ea2 2024-05-14 2495: "tokio 1.37.0",
2496: "tokio-native-tls",
2497: "tokio-socks",
2498: "tokio-util",
2499: "tower-service",
ec2eac7ea2 2024-05-14 2500: "url 2.5.0",
2501: "wasm-bindgen",
2502: "wasm-bindgen-futures",
2503: "web-sys",
2504: "winreg 0.50.0",
2505: ]
2506:
2507: [[package]]
2508: name = "ring"
2509: version = "0.16.20"
2510: source = "registry+https://github.com/rust-lang/crates.io-index"
2511: checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2512: dependencies = [
2513: "cc",
2514: "libc",
2515: "once_cell",
2516: "spin 0.5.2",
2517: "untrusted 0.7.1",
2518: "web-sys",
2519: "winapi 0.3.9",
2520: ]
2521:
2522: [[package]]
2523: name = "ring"
2524: version = "0.17.8"
2525: source = "registry+https://github.com/rust-lang/crates.io-index"
2526: checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2527: dependencies = [
2528: "cc",
2529: "cfg-if 1.0.0",
ec2eac7ea2 2024-05-14 2530: "getrandom 0.2.15",
2531: "libc",
2532: "spin 0.9.8",
2533: "untrusted 0.9.0",
2534: "windows-sys 0.52.0",
2535: ]
2536:
2537: [[package]]
2538: name = "rss"
2539: version = "1.9.0"
2540: source = "registry+https://github.com/rust-lang/crates.io-index"
2541: checksum = "99979205510c60f80a119dedbabd0b8426517384edf205322f8bcd51796bcef9"
2542: dependencies = [
2543: "derive_builder 0.9.0",
2544: "quick-xml 0.17.2",
2545: "reqwest 0.9.24",
2546: ]
2547:
2548: [[package]]
2549: name = "rsstg"
ec2eac7ea2 2024-05-14 2550: version = "0.2.20"
2551: dependencies = [
2552: "anyhow",
2553: "async-std",
2554: "atom_syndication",
2555: "chrono",
2556: "config",
2557: "futures 0.3.30",
2558: "futures-util",
2559: "lazy_static",
2560: "regex",
2561: "reqwest 0.11.27",
2562: "rss",
2563: "sedregex",
2564: "sqlx",
2565: "telegram-bot",
2566: ]
2567:
2568: [[package]]
2569: name = "rustc-demangle"
2570: version = "0.1.24"
2571: source = "registry+https://github.com/rust-lang/crates.io-index"
2572: checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2573:
2574: [[package]]
2575: name = "rustc_version"
2576: version = "0.2.3"
2577: source = "registry+https://github.com/rust-lang/crates.io-index"
2578: checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2579: dependencies = [
2580: "semver",
2581: ]
2582:
2583: [[package]]
2584: name = "rustix"
2585: version = "0.37.27"
2586: source = "registry+https://github.com/rust-lang/crates.io-index"
2587: checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
2588: dependencies = [
2589: "bitflags 1.3.2",
2590: "errno",
2591: "io-lifetimes",
2592: "libc",
2593: "linux-raw-sys 0.3.8",
2594: "windows-sys 0.48.0",
2595: ]
2596:
2597: [[package]]
2598: name = "rustix"
2599: version = "0.38.34"
2600: source = "registry+https://github.com/rust-lang/crates.io-index"
2601: checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2602: dependencies = [
2603: "bitflags 2.5.0",
2604: "errno",
2605: "libc",
ec2eac7ea2 2024-05-14 2606: "linux-raw-sys 0.4.13",
2607: "windows-sys 0.52.0",
2608: ]
2609:
2610: [[package]]
2611: name = "rustls"
2612: version = "0.20.9"
2613: source = "registry+https://github.com/rust-lang/crates.io-index"
2614: checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
2615: dependencies = [
2616: "log",
2617: "ring 0.16.20",
2618: "sct",
2619: "webpki",
2620: ]
2621:
2622: [[package]]
2623: name = "rustls-pemfile"
2624: version = "1.0.4"
2625: source = "registry+https://github.com/rust-lang/crates.io-index"
2626: checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2627: dependencies = [
2628: "base64 0.21.7",
2629: ]
2630:
2631: [[package]]
2632: name = "ryu"
2633: version = "1.0.18"
2634: source = "registry+https://github.com/rust-lang/crates.io-index"
2635: checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2636:
2637: [[package]]
2638: name = "schannel"
2639: version = "0.1.23"
2640: source = "registry+https://github.com/rust-lang/crates.io-index"
2641: checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2642: dependencies = [
2643: "windows-sys 0.52.0",
2644: ]
2645:
2646: [[package]]
2647: name = "scopeguard"
2648: version = "1.2.0"
2649: source = "registry+https://github.com/rust-lang/crates.io-index"
2650: checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2651:
2652: [[package]]
2653: name = "sct"
2654: version = "0.7.1"
2655: source = "registry+https://github.com/rust-lang/crates.io-index"
2656: checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
2657: dependencies = [
2658: "ring 0.17.8",
2659: "untrusted 0.9.0",
2660: ]
2661:
2662: [[package]]
2663: name = "security-framework"
2664: version = "2.11.0"
2665: source = "registry+https://github.com/rust-lang/crates.io-index"
2666: checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
2667: dependencies = [
2668: "bitflags 2.5.0",
2669: "core-foundation",
2670: "core-foundation-sys",
2671: "libc",
2672: "security-framework-sys",
2673: ]
2674:
2675: [[package]]
2676: name = "security-framework-sys"
2677: version = "2.11.0"
2678: source = "registry+https://github.com/rust-lang/crates.io-index"
2679: checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
2680: dependencies = [
2681: "core-foundation-sys",
2682: "libc",
2683: ]
2684:
2685: [[package]]
2686: name = "sedregex"
2687: version = "0.2.5"
2688: source = "registry+https://github.com/rust-lang/crates.io-index"
2689: checksum = "19411e23596093f03bbd11dc45603b6329bb4bfec77b9fd13e2b9fc9b02efe3e"
2690: dependencies = [
2691: "regex",
2692: ]
2693:
2694: [[package]]
2695: name = "semver"
2696: version = "0.9.0"
2697: source = "registry+https://github.com/rust-lang/crates.io-index"
2698: checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2699: dependencies = [
2700: "semver-parser",
2701: ]
2702:
2703: [[package]]
2704: name = "semver-parser"
2705: version = "0.7.0"
2706: source = "registry+https://github.com/rust-lang/crates.io-index"
2707: checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2708:
2709: [[package]]
2710: name = "serde"
ec2eac7ea2 2024-05-14 2711: version = "1.0.201"
2712: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2713: checksum = "780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c"
2714: dependencies = [
2715: "serde_derive",
2716: ]
2717:
2718: [[package]]
2719: name = "serde-value"
2720: version = "0.7.0"
2721: source = "registry+https://github.com/rust-lang/crates.io-index"
2722: checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
2723: dependencies = [
2724: "ordered-float",
2725: "serde",
2726: ]
2727:
2728: [[package]]
2729: name = "serde_derive"
ec2eac7ea2 2024-05-14 2730: version = "1.0.201"
2731: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2732: checksum = "c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865"
2733: dependencies = [
2734: "proc-macro2",
2735: "quote",
ec2eac7ea2 2024-05-14 2736: "syn 2.0.63",
2737: ]
2738:
2739: [[package]]
2740: name = "serde_json"
2741: version = "1.0.117"
2742: source = "registry+https://github.com/rust-lang/crates.io-index"
2743: checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
2744: dependencies = [
2745: "itoa 1.0.11",
2746: "ryu",
2747: "serde",
2748: ]
2749:
2750: [[package]]
2751: name = "serde_spanned"
ec2eac7ea2 2024-05-14 2752: version = "0.6.5"
2753: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2754: checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
2755: dependencies = [
2756: "serde",
2757: ]
2758:
2759: [[package]]
2760: name = "serde_urlencoded"
2761: version = "0.5.5"
2762: source = "registry+https://github.com/rust-lang/crates.io-index"
2763: checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
2764: dependencies = [
2765: "dtoa",
2766: "itoa 0.4.8",
2767: "serde",
2768: "url 1.7.2",
2769: ]
2770:
2771: [[package]]
2772: name = "serde_urlencoded"
2773: version = "0.7.1"
2774: source = "registry+https://github.com/rust-lang/crates.io-index"
2775: checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2776: dependencies = [
2777: "form_urlencoded",
2778: "itoa 1.0.11",
2779: "ryu",
2780: "serde",
2781: ]
2782:
2783: [[package]]
2784: name = "sha1"
2785: version = "0.10.6"
2786: source = "registry+https://github.com/rust-lang/crates.io-index"
2787: checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2788: dependencies = [
2789: "cfg-if 1.0.0",
2790: "cpufeatures",
2791: "digest",
2792: ]
2793:
2794: [[package]]
2795: name = "sha2"
2796: version = "0.10.8"
2797: source = "registry+https://github.com/rust-lang/crates.io-index"
2798: checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2799: dependencies = [
2800: "cfg-if 1.0.0",
2801: "cpufeatures",
2802: "digest",
2803: ]
2804:
2805: [[package]]
2806: name = "signal-hook-registry"
2807: version = "1.4.2"
2808: source = "registry+https://github.com/rust-lang/crates.io-index"
2809: checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2810: dependencies = [
2811: "libc",
2812: ]
2813:
2814: [[package]]
2815: name = "slab"
2816: version = "0.4.9"
2817: source = "registry+https://github.com/rust-lang/crates.io-index"
2818: checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2819: dependencies = [
2820: "autocfg 1.3.0",
2821: ]
2822:
2823: [[package]]
2824: name = "smallvec"
2825: version = "0.6.14"
2826: source = "registry+https://github.com/rust-lang/crates.io-index"
2827: checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
2828: dependencies = [
2829: "maybe-uninit",
2830: ]
2831:
2832: [[package]]
2833: name = "smallvec"
2834: version = "1.13.2"
2835: source = "registry+https://github.com/rust-lang/crates.io-index"
2836: checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2837:
2838: [[package]]
2839: name = "socket2"
2840: version = "0.4.10"
2841: source = "registry+https://github.com/rust-lang/crates.io-index"
2842: checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2843: dependencies = [
2844: "libc",
2845: "winapi 0.3.9",
2846: ]
2847:
2848: [[package]]
2849: name = "socket2"
2850: version = "0.5.7"
2851: source = "registry+https://github.com/rust-lang/crates.io-index"
2852: checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2853: dependencies = [
2854: "libc",
2855: "windows-sys 0.52.0",
2856: ]
2857:
2858: [[package]]
2859: name = "spin"
2860: version = "0.5.2"
2861: source = "registry+https://github.com/rust-lang/crates.io-index"
2862: checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2863:
2864: [[package]]
2865: name = "spin"
2866: version = "0.9.8"
2867: source = "registry+https://github.com/rust-lang/crates.io-index"
2868: checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2869:
2870: [[package]]
2871: name = "sqlformat"
2872: version = "0.2.3"
2873: source = "registry+https://github.com/rust-lang/crates.io-index"
2874: checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c"
2875: dependencies = [
2876: "itertools",
2877: "nom",
2878: "unicode_categories",
2879: ]
2880:
2881: [[package]]
2882: name = "sqlx"
2883: version = "0.6.3"
2884: source = "registry+https://github.com/rust-lang/crates.io-index"
2885: checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
2886: dependencies = [
2887: "sqlx-core",
2888: "sqlx-macros",
2889: ]
2890:
2891: [[package]]
2892: name = "sqlx-core"
2893: version = "0.6.3"
2894: source = "registry+https://github.com/rust-lang/crates.io-index"
2895: checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
2896: dependencies = [
2897: "ahash 0.7.8",
2898: "atoi",
2899: "base64 0.13.1",
2900: "bitflags 1.3.2",
2901: "byteorder",
2902: "bytes 1.6.0",
2903: "chrono",
2904: "crc",
2905: "crossbeam-queue 0.3.11",
2906: "dirs",
2907: "dotenvy",
2908: "either",
2909: "event-listener 2.5.3",
2910: "futures-channel",
2911: "futures-core",
2912: "futures-intrusive",
2913: "futures-util",
2914: "hashlink",
2915: "hex",
2916: "hkdf",
2917: "hmac",
2918: "indexmap 1.9.3",
2919: "itoa 1.0.11",
2920: "libc",
2921: "log",
2922: "md-5",
2923: "memchr",
2924: "once_cell",
2925: "paste",
2926: "percent-encoding 2.3.1",
2927: "rand 0.8.5",
2928: "rustls",
2929: "rustls-pemfile",
2930: "serde",
2931: "serde_json",
2932: "sha1",
2933: "sha2",
2934: "smallvec 1.13.2",
2935: "sqlformat",
2936: "sqlx-rt",
2937: "stringprep",
2938: "thiserror",
ec2eac7ea2 2024-05-14 2939: "url 2.5.0",
2940: "webpki-roots",
2941: "whoami",
2942: ]
2943:
2944: [[package]]
2945: name = "sqlx-macros"
2946: version = "0.6.3"
2947: source = "registry+https://github.com/rust-lang/crates.io-index"
2948: checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
2949: dependencies = [
2950: "dotenvy",
2951: "either",
2952: "heck",
2953: "once_cell",
2954: "proc-macro2",
2955: "quote",
2956: "sha2",
2957: "sqlx-core",
2958: "sqlx-rt",
2959: "syn 1.0.109",
ec2eac7ea2 2024-05-14 2960: "url 2.5.0",
2961: ]
2962:
2963: [[package]]
2964: name = "sqlx-rt"
2965: version = "0.6.3"
2966: source = "registry+https://github.com/rust-lang/crates.io-index"
2967: checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
2968: dependencies = [
2969: "async-std",
2970: "futures-rustls",
2971: ]
2972:
2973: [[package]]
2974: name = "string"
2975: version = "0.2.1"
2976: source = "registry+https://github.com/rust-lang/crates.io-index"
2977: checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
2978: dependencies = [
2979: "bytes 0.4.12",
2980: ]
2981:
2982: [[package]]
2983: name = "stringprep"
ec2eac7ea2 2024-05-14 2984: version = "0.1.4"
2985: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2986: checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
2987: dependencies = [
ec2eac7ea2 2024-05-14 2988: "finl_unicode",
2989: "unicode-bidi",
2990: "unicode-normalization",
2991: ]
2992:
2993: [[package]]
2994: name = "strsim"
2995: version = "0.9.3"
2996: source = "registry+https://github.com/rust-lang/crates.io-index"
2997: checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
2998:
2999: [[package]]
3000: name = "strsim"
ec2eac7ea2 2024-05-14 3001: version = "0.10.0"
3002: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3003: checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
3004:
3005: [[package]]
3006: name = "subtle"
3007: version = "2.5.0"
3008: source = "registry+https://github.com/rust-lang/crates.io-index"
3009: checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
3010:
3011: [[package]]
3012: name = "syn"
3013: version = "1.0.109"
3014: source = "registry+https://github.com/rust-lang/crates.io-index"
3015: checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3016: dependencies = [
3017: "proc-macro2",
3018: "quote",
3019: "unicode-ident",
3020: ]
3021:
3022: [[package]]
3023: name = "syn"
ec2eac7ea2 2024-05-14 3024: version = "2.0.63"
3025: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3026: checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704"
3027: dependencies = [
3028: "proc-macro2",
3029: "quote",
3030: "unicode-ident",
3031: ]
3032:
3033: [[package]]
3034: name = "sync_wrapper"
3035: version = "0.1.2"
3036: source = "registry+https://github.com/rust-lang/crates.io-index"
3037: checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
3038:
3039: [[package]]
3040: name = "synstructure"
3041: version = "0.12.6"
3042: source = "registry+https://github.com/rust-lang/crates.io-index"
3043: checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
3044: dependencies = [
3045: "proc-macro2",
3046: "quote",
3047: "syn 1.0.109",
3048: "unicode-xid",
3049: ]
3050:
3051: [[package]]
3052: name = "system-configuration"
3053: version = "0.5.1"
3054: source = "registry+https://github.com/rust-lang/crates.io-index"
3055: checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
3056: dependencies = [
3057: "bitflags 1.3.2",
3058: "core-foundation",
3059: "system-configuration-sys",
3060: ]
3061:
3062: [[package]]
3063: name = "system-configuration-sys"
3064: version = "0.5.0"
3065: source = "registry+https://github.com/rust-lang/crates.io-index"
3066: checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
3067: dependencies = [
3068: "core-foundation-sys",
3069: "libc",
3070: ]
3071:
3072: [[package]]
3073: name = "telegram-bot"
3074: version = "0.9.0"
3075: source = "git+https://github.com/telegram-rs/telegram-bot#65ad5cfd578e9a1260ce6daac714eb2153c0bec7"
3076: dependencies = [
3077: "bytes 1.6.0",
3078: "futures 0.3.30",
ec2eac7ea2 2024-05-14 3079: "hyper 0.14.28",
3080: "hyper-tls 0.5.0",
3081: "multipart",
3082: "telegram-bot-raw",
ec2eac7ea2 2024-05-14 3083: "tokio 1.37.0",
3084: "tracing",
3085: "tracing-futures",
3086: ]
3087:
3088: [[package]]
3089: name = "telegram-bot-raw"
3090: version = "0.9.0"
3091: source = "git+https://github.com/telegram-rs/telegram-bot#65ad5cfd578e9a1260ce6daac714eb2153c0bec7"
3092: dependencies = [
3093: "bytes 1.6.0",
3094: "serde",
3095: "serde-value",
3096: "serde_derive",
3097: "serde_json",
3098: ]
3099:
3100: [[package]]
3101: name = "tempfile"
3102: version = "3.10.1"
3103: source = "registry+https://github.com/rust-lang/crates.io-index"
3104: checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
3105: dependencies = [
3106: "cfg-if 1.0.0",
3107: "fastrand 2.1.0",
3108: "rustix 0.38.34",
3109: "windows-sys 0.52.0",
3110: ]
3111:
3112: [[package]]
3113: name = "thiserror"
ec2eac7ea2 2024-05-14 3114: version = "1.0.60"
3115: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3116: checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
3117: dependencies = [
3118: "thiserror-impl",
3119: ]
3120:
3121: [[package]]
3122: name = "thiserror-impl"
ec2eac7ea2 2024-05-14 3123: version = "1.0.60"
3124: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3125: checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
3126: dependencies = [
3127: "proc-macro2",
3128: "quote",
ec2eac7ea2 2024-05-14 3129: "syn 2.0.63",
3130: ]
3131:
3132: [[package]]
3133: name = "time"
3134: version = "0.1.45"
3135: source = "registry+https://github.com/rust-lang/crates.io-index"
3136: checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
3137: dependencies = [
3138: "libc",
3139: "wasi 0.10.0+wasi-snapshot-preview1",
3140: "winapi 0.3.9",
3141: ]
3142:
3143: [[package]]
3144: name = "tinyvec"
3145: version = "1.6.0"
3146: source = "registry+https://github.com/rust-lang/crates.io-index"
3147: checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
3148: dependencies = [
3149: "tinyvec_macros",
3150: ]
3151:
3152: [[package]]
3153: name = "tinyvec_macros"
3154: version = "0.1.1"
3155: source = "registry+https://github.com/rust-lang/crates.io-index"
3156: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3157:
3158: [[package]]
3159: name = "tokio"
3160: version = "0.1.22"
3161: source = "registry+https://github.com/rust-lang/crates.io-index"
3162: checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
3163: dependencies = [
3164: "bytes 0.4.12",
3165: "futures 0.1.31",
3166: "mio 0.6.23",
3167: "num_cpus",
3168: "tokio-current-thread",
3169: "tokio-executor",
3170: "tokio-io",
3171: "tokio-reactor",
3172: "tokio-tcp",
3173: "tokio-threadpool",
3174: "tokio-timer",
3175: ]
3176:
3177: [[package]]
3178: name = "tokio"
ec2eac7ea2 2024-05-14 3179: version = "1.37.0"
3180: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3181: checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
3182: dependencies = [
3183: "backtrace",
3184: "bytes 1.6.0",
3185: "libc",
3186: "mio 0.8.11",
3187: "num_cpus",
3188: "pin-project-lite",
3189: "socket2 0.5.7",
3190: "windows-sys 0.48.0",
3191: ]
3192:
3193: [[package]]
3194: name = "tokio-buf"
3195: version = "0.1.1"
3196: source = "registry+https://github.com/rust-lang/crates.io-index"
3197: checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
3198: dependencies = [
3199: "bytes 0.4.12",
3200: "either",
3201: "futures 0.1.31",
3202: ]
3203:
3204: [[package]]
3205: name = "tokio-current-thread"
3206: version = "0.1.7"
3207: source = "registry+https://github.com/rust-lang/crates.io-index"
3208: checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
3209: dependencies = [
3210: "futures 0.1.31",
3211: "tokio-executor",
3212: ]
3213:
3214: [[package]]
3215: name = "tokio-executor"
3216: version = "0.1.10"
3217: source = "registry+https://github.com/rust-lang/crates.io-index"
3218: checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
3219: dependencies = [
3220: "crossbeam-utils 0.7.2",
3221: "futures 0.1.31",
3222: ]
3223:
3224: [[package]]
3225: name = "tokio-io"
3226: version = "0.1.13"
3227: source = "registry+https://github.com/rust-lang/crates.io-index"
3228: checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
3229: dependencies = [
3230: "bytes 0.4.12",
3231: "futures 0.1.31",
3232: "log",
3233: ]
3234:
3235: [[package]]
3236: name = "tokio-native-tls"
3237: version = "0.3.1"
3238: source = "registry+https://github.com/rust-lang/crates.io-index"
3239: checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3240: dependencies = [
3241: "native-tls",
ec2eac7ea2 2024-05-14 3242: "tokio 1.37.0",
3243: ]
3244:
3245: [[package]]
3246: name = "tokio-reactor"
3247: version = "0.1.12"
3248: source = "registry+https://github.com/rust-lang/crates.io-index"
3249: checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
3250: dependencies = [
3251: "crossbeam-utils 0.7.2",
3252: "futures 0.1.31",
3253: "lazy_static",
3254: "log",
3255: "mio 0.6.23",
3256: "num_cpus",
3257: "parking_lot 0.9.0",
3258: "slab",
3259: "tokio-executor",
3260: "tokio-io",
3261: "tokio-sync",
3262: ]
3263:
3264: [[package]]
3265: name = "tokio-socks"
3266: version = "0.5.1"
3267: source = "registry+https://github.com/rust-lang/crates.io-index"
3268: checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0"
3269: dependencies = [
3270: "either",
3271: "futures-util",
3272: "thiserror",
ec2eac7ea2 2024-05-14 3273: "tokio 1.37.0",
3274: ]
3275:
3276: [[package]]
3277: name = "tokio-sync"
3278: version = "0.1.8"
3279: source = "registry+https://github.com/rust-lang/crates.io-index"
3280: checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
3281: dependencies = [
3282: "fnv",
3283: "futures 0.1.31",
3284: ]
3285:
3286: [[package]]
3287: name = "tokio-tcp"
3288: version = "0.1.4"
3289: source = "registry+https://github.com/rust-lang/crates.io-index"
3290: checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
3291: dependencies = [
3292: "bytes 0.4.12",
3293: "futures 0.1.31",
3294: "iovec",
3295: "mio 0.6.23",
3296: "tokio-io",
3297: "tokio-reactor",
3298: ]
3299:
3300: [[package]]
3301: name = "tokio-threadpool"
3302: version = "0.1.18"
3303: source = "registry+https://github.com/rust-lang/crates.io-index"
3304: checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
3305: dependencies = [
3306: "crossbeam-deque",
3307: "crossbeam-queue 0.2.3",
3308: "crossbeam-utils 0.7.2",
3309: "futures 0.1.31",
3310: "lazy_static",
3311: "log",
3312: "num_cpus",
3313: "slab",
3314: "tokio-executor",
3315: ]
3316:
3317: [[package]]
3318: name = "tokio-timer"
3319: version = "0.2.13"
3320: source = "registry+https://github.com/rust-lang/crates.io-index"
3321: checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
3322: dependencies = [
3323: "crossbeam-utils 0.7.2",
3324: "futures 0.1.31",
3325: "slab",
3326: "tokio-executor",
3327: ]
3328:
3329: [[package]]
3330: name = "tokio-util"
3331: version = "0.7.11"
3332: source = "registry+https://github.com/rust-lang/crates.io-index"
3333: checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
3334: dependencies = [
3335: "bytes 1.6.0",
3336: "futures-core",
3337: "futures-sink",
3338: "pin-project-lite",
ec2eac7ea2 2024-05-14 3339: "tokio 1.37.0",
3340: ]
3341:
3342: [[package]]
3343: name = "toml"
ec2eac7ea2 2024-05-14 3344: version = "0.8.12"
3345: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3346: checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
3347: dependencies = [
3348: "serde",
3349: "serde_spanned",
3350: "toml_datetime",
3351: "toml_edit",
3352: ]
3353:
3354: [[package]]
3355: name = "toml_datetime"
ec2eac7ea2 2024-05-14 3356: version = "0.6.5"
3357: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3358: checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
3359: dependencies = [
3360: "serde",
3361: ]
3362:
3363: [[package]]
3364: name = "toml_edit"
ec2eac7ea2 2024-05-14 3365: version = "0.22.12"
3366: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3367: checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef"
3368: dependencies = [
3369: "indexmap 2.2.6",
3370: "serde",
3371: "serde_spanned",
3372: "toml_datetime",
3373: "winnow",
3374: ]
3375:
3376: [[package]]
3377: name = "tower-service"
3378: version = "0.3.2"
3379: source = "registry+https://github.com/rust-lang/crates.io-index"
3380: checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
3381:
3382: [[package]]
3383: name = "tracing"
3384: version = "0.1.40"
3385: source = "registry+https://github.com/rust-lang/crates.io-index"
3386: checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
3387: dependencies = [
3388: "pin-project-lite",
3389: "tracing-attributes",
3390: "tracing-core",
3391: ]
3392:
3393: [[package]]
3394: name = "tracing-attributes"
3395: version = "0.1.27"
3396: source = "registry+https://github.com/rust-lang/crates.io-index"
3397: checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
3398: dependencies = [
3399: "proc-macro2",
3400: "quote",
ec2eac7ea2 2024-05-14 3401: "syn 2.0.63",
3402: ]
3403:
3404: [[package]]
3405: name = "tracing-core"
3406: version = "0.1.32"
3407: source = "registry+https://github.com/rust-lang/crates.io-index"
3408: checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
3409: dependencies = [
3410: "once_cell",
3411: ]
3412:
3413: [[package]]
3414: name = "tracing-futures"
3415: version = "0.2.5"
3416: source = "registry+https://github.com/rust-lang/crates.io-index"
3417: checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
3418: dependencies = [
3419: "pin-project",
3420: "tracing",
3421: ]
3422:
3423: [[package]]
3424: name = "try-lock"
3425: version = "0.2.5"
3426: source = "registry+https://github.com/rust-lang/crates.io-index"
3427: checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3428:
3429: [[package]]
3430: name = "try_from"
3431: version = "0.3.2"
3432: source = "registry+https://github.com/rust-lang/crates.io-index"
3433: checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
3434: dependencies = [
3435: "cfg-if 0.1.10",
3436: ]
3437:
3438: [[package]]
3439: name = "typenum"
3440: version = "1.17.0"
3441: source = "registry+https://github.com/rust-lang/crates.io-index"
3442: checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
3443:
3444: [[package]]
3445: name = "unicase"
3446: version = "2.7.0"
3447: source = "registry+https://github.com/rust-lang/crates.io-index"
3448: checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
3449: dependencies = [
3450: "version_check",
3451: ]
3452:
3453: [[package]]
3454: name = "unicode-bidi"
3455: version = "0.3.15"
3456: source = "registry+https://github.com/rust-lang/crates.io-index"
3457: checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
3458:
3459: [[package]]
3460: name = "unicode-ident"
3461: version = "1.0.12"
3462: source = "registry+https://github.com/rust-lang/crates.io-index"
3463: checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
3464:
3465: [[package]]
3466: name = "unicode-normalization"
3467: version = "0.1.23"
3468: source = "registry+https://github.com/rust-lang/crates.io-index"
3469: checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
3470: dependencies = [
3471: "tinyvec",
3472: ]
3473:
3474: [[package]]
3475: name = "unicode-segmentation"
3476: version = "1.11.0"
3477: source = "registry+https://github.com/rust-lang/crates.io-index"
3478: checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
3479:
3480: [[package]]
3481: name = "unicode-xid"
3482: version = "0.2.4"
3483: source = "registry+https://github.com/rust-lang/crates.io-index"
3484: checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
3485:
3486: [[package]]
3487: name = "unicode_categories"
3488: version = "0.1.1"
3489: source = "registry+https://github.com/rust-lang/crates.io-index"
3490: checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
3491:
3492: [[package]]
3493: name = "untrusted"
3494: version = "0.7.1"
3495: source = "registry+https://github.com/rust-lang/crates.io-index"
3496: checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
3497:
3498: [[package]]
3499: name = "untrusted"
3500: version = "0.9.0"
3501: source = "registry+https://github.com/rust-lang/crates.io-index"
3502: checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3503:
3504: [[package]]
3505: name = "url"
3506: version = "1.7.2"
3507: source = "registry+https://github.com/rust-lang/crates.io-index"
3508: checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
3509: dependencies = [
3510: "idna 0.1.5",
3511: "matches",
3512: "percent-encoding 1.0.1",
3513: ]
3514:
3515: [[package]]
3516: name = "url"
ec2eac7ea2 2024-05-14 3517: version = "2.5.0"
3518: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3519: checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
3520: dependencies = [
3521: "form_urlencoded",
ec2eac7ea2 2024-05-14 3522: "idna 0.5.0",
3523: "percent-encoding 2.3.1",
3524: ]
3525:
3526: [[package]]
3527: name = "uuid"
3528: version = "0.7.4"
3529: source = "registry+https://github.com/rust-lang/crates.io-index"
3530: checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
3531: dependencies = [
3532: "rand 0.6.5",
3533: ]
3534:
3535: [[package]]
3536: name = "value-bag"
3537: version = "1.9.0"
3538: source = "registry+https://github.com/rust-lang/crates.io-index"
3539: checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
3540:
3541: [[package]]
3542: name = "vcpkg"
3543: version = "0.2.15"
3544: source = "registry+https://github.com/rust-lang/crates.io-index"
3545: checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3546:
3547: [[package]]
3548: name = "version_check"
3549: version = "0.9.4"
3550: source = "registry+https://github.com/rust-lang/crates.io-index"
3551: checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3552:
3553: [[package]]
3554: name = "waker-fn"
3555: version = "1.2.0"
3556: source = "registry+https://github.com/rust-lang/crates.io-index"
3557: checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
3558:
3559: [[package]]
3560: name = "want"
3561: version = "0.2.0"
3562: source = "registry+https://github.com/rust-lang/crates.io-index"
3563: checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
3564: dependencies = [
3565: "futures 0.1.31",
3566: "log",
3567: "try-lock",
3568: ]
3569:
3570: [[package]]
3571: name = "want"
3572: version = "0.3.1"
3573: source = "registry+https://github.com/rust-lang/crates.io-index"
3574: checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3575: dependencies = [
3576: "try-lock",
3577: ]
3578:
3579: [[package]]
3580: name = "wasi"
ec2eac7ea2 2024-05-14 3581: version = "0.9.0+wasi-snapshot-preview1"
ec2eac7ea2 2024-05-14 3582: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3583: checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
ec2eac7ea2 2024-05-14 3584:
ec2eac7ea2 2024-05-14 3585: [[package]]
ec2eac7ea2 2024-05-14 3586: name = "wasi"
3587: version = "0.10.0+wasi-snapshot-preview1"
3588: source = "registry+https://github.com/rust-lang/crates.io-index"
3589: checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
3590:
3591: [[package]]
3592: name = "wasi"
3593: version = "0.11.0+wasi-snapshot-preview1"
3594: source = "registry+https://github.com/rust-lang/crates.io-index"
3595: checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3596:
3597: [[package]]
3598: name = "wasite"
3599: version = "0.1.0"
3600: source = "registry+https://github.com/rust-lang/crates.io-index"
3601: checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3602:
3603: [[package]]
3604: name = "wasm-bindgen"
3605: version = "0.2.92"
3606: source = "registry+https://github.com/rust-lang/crates.io-index"
3607: checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
3608: dependencies = [
3609: "cfg-if 1.0.0",
3610: "wasm-bindgen-macro",
3611: ]
3612:
3613: [[package]]
3614: name = "wasm-bindgen-backend"
3615: version = "0.2.92"
3616: source = "registry+https://github.com/rust-lang/crates.io-index"
3617: checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
3618: dependencies = [
3619: "bumpalo",
3620: "log",
3621: "once_cell",
3622: "proc-macro2",
3623: "quote",
ec2eac7ea2 2024-05-14 3624: "syn 2.0.63",
3625: "wasm-bindgen-shared",
3626: ]
3627:
3628: [[package]]
3629: name = "wasm-bindgen-futures"
3630: version = "0.4.42"
3631: source = "registry+https://github.com/rust-lang/crates.io-index"
3632: checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
3633: dependencies = [
3634: "cfg-if 1.0.0",
3635: "js-sys",
3636: "wasm-bindgen",
3637: "web-sys",
3638: ]
3639:
3640: [[package]]
3641: name = "wasm-bindgen-macro"
3642: version = "0.2.92"
3643: source = "registry+https://github.com/rust-lang/crates.io-index"
3644: checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
3645: dependencies = [
3646: "quote",
3647: "wasm-bindgen-macro-support",
3648: ]
3649:
3650: [[package]]
3651: name = "wasm-bindgen-macro-support"
3652: version = "0.2.92"
3653: source = "registry+https://github.com/rust-lang/crates.io-index"
3654: checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
3655: dependencies = [
3656: "proc-macro2",
3657: "quote",
ec2eac7ea2 2024-05-14 3658: "syn 2.0.63",
3659: "wasm-bindgen-backend",
3660: "wasm-bindgen-shared",
3661: ]
3662:
3663: [[package]]
3664: name = "wasm-bindgen-shared"
3665: version = "0.2.92"
3666: source = "registry+https://github.com/rust-lang/crates.io-index"
3667: checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
3668:
3669: [[package]]
3670: name = "web-sys"
3671: version = "0.3.69"
3672: source = "registry+https://github.com/rust-lang/crates.io-index"
3673: checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
3674: dependencies = [
3675: "js-sys",
3676: "wasm-bindgen",
3677: ]
3678:
3679: [[package]]
3680: name = "webpki"
3681: version = "0.22.4"
3682: source = "registry+https://github.com/rust-lang/crates.io-index"
3683: checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
3684: dependencies = [
3685: "ring 0.17.8",
3686: "untrusted 0.9.0",
3687: ]
3688:
3689: [[package]]
3690: name = "webpki-roots"
3691: version = "0.22.6"
3692: source = "registry+https://github.com/rust-lang/crates.io-index"
3693: checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
3694: dependencies = [
3695: "webpki",
3696: ]
3697:
3698: [[package]]
3699: name = "whoami"
3700: version = "1.5.1"
3701: source = "registry+https://github.com/rust-lang/crates.io-index"
3702: checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
3703: dependencies = [
3704: "redox_syscall 0.4.1",
3705: "wasite",
3706: "web-sys",
3707: ]
3708:
3709: [[package]]
3710: name = "winapi"
3711: version = "0.2.8"
3712: source = "registry+https://github.com/rust-lang/crates.io-index"
3713: checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
3714:
3715: [[package]]
3716: name = "winapi"
3717: version = "0.3.9"
3718: source = "registry+https://github.com/rust-lang/crates.io-index"
3719: checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3720: dependencies = [
3721: "winapi-i686-pc-windows-gnu",
3722: "winapi-x86_64-pc-windows-gnu",
3723: ]
3724:
3725: [[package]]
3726: name = "winapi-build"
3727: version = "0.1.1"
3728: source = "registry+https://github.com/rust-lang/crates.io-index"
3729: checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
3730:
3731: [[package]]
3732: name = "winapi-i686-pc-windows-gnu"
3733: version = "0.4.0"
3734: source = "registry+https://github.com/rust-lang/crates.io-index"
3735: checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3736:
3737: [[package]]
3738: name = "winapi-x86_64-pc-windows-gnu"
3739: version = "0.4.0"
3740: source = "registry+https://github.com/rust-lang/crates.io-index"
3741: checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3742:
3743: [[package]]
3744: name = "windows-core"
3745: version = "0.52.0"
3746: source = "registry+https://github.com/rust-lang/crates.io-index"
3747: checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
3748: dependencies = [
3749: "windows-targets 0.52.5",
3750: ]
3751:
3752: [[package]]
3753: name = "windows-sys"
3754: version = "0.48.0"
3755: source = "registry+https://github.com/rust-lang/crates.io-index"
3756: checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3757: dependencies = [
3758: "windows-targets 0.48.5",
3759: ]
3760:
3761: [[package]]
3762: name = "windows-sys"
3763: version = "0.52.0"
3764: source = "registry+https://github.com/rust-lang/crates.io-index"
3765: checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3766: dependencies = [
3767: "windows-targets 0.52.5",
3768: ]
3769:
3770: [[package]]
3771: name = "windows-targets"
3772: version = "0.48.5"
3773: source = "registry+https://github.com/rust-lang/crates.io-index"
3774: checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3775: dependencies = [
3776: "windows_aarch64_gnullvm 0.48.5",
3777: "windows_aarch64_msvc 0.48.5",
3778: "windows_i686_gnu 0.48.5",
3779: "windows_i686_msvc 0.48.5",
3780: "windows_x86_64_gnu 0.48.5",
3781: "windows_x86_64_gnullvm 0.48.5",
3782: "windows_x86_64_msvc 0.48.5",
3783: ]
3784:
3785: [[package]]
3786: name = "windows-targets"
3787: version = "0.52.5"
3788: source = "registry+https://github.com/rust-lang/crates.io-index"
3789: checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
3790: dependencies = [
3791: "windows_aarch64_gnullvm 0.52.5",
3792: "windows_aarch64_msvc 0.52.5",
3793: "windows_i686_gnu 0.52.5",
3794: "windows_i686_gnullvm",
3795: "windows_i686_msvc 0.52.5",
3796: "windows_x86_64_gnu 0.52.5",
3797: "windows_x86_64_gnullvm 0.52.5",
3798: "windows_x86_64_msvc 0.52.5",
3799: ]
3800:
3801: [[package]]
3802: name = "windows_aarch64_gnullvm"
3803: version = "0.48.5"
3804: source = "registry+https://github.com/rust-lang/crates.io-index"
3805: checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3806:
3807: [[package]]
3808: name = "windows_aarch64_gnullvm"
3809: version = "0.52.5"
3810: source = "registry+https://github.com/rust-lang/crates.io-index"
3811: checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
3812:
3813: [[package]]
3814: name = "windows_aarch64_msvc"
3815: version = "0.48.5"
3816: source = "registry+https://github.com/rust-lang/crates.io-index"
3817: checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3818:
3819: [[package]]
3820: name = "windows_aarch64_msvc"
3821: version = "0.52.5"
3822: source = "registry+https://github.com/rust-lang/crates.io-index"
3823: checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
3824:
3825: [[package]]
3826: name = "windows_i686_gnu"
3827: version = "0.48.5"
3828: source = "registry+https://github.com/rust-lang/crates.io-index"
3829: checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3830:
3831: [[package]]
3832: name = "windows_i686_gnu"
3833: version = "0.52.5"
3834: source = "registry+https://github.com/rust-lang/crates.io-index"
3835: checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
3836:
3837: [[package]]
3838: name = "windows_i686_gnullvm"
3839: version = "0.52.5"
3840: source = "registry+https://github.com/rust-lang/crates.io-index"
3841: checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
3842:
3843: [[package]]
3844: name = "windows_i686_msvc"
3845: version = "0.48.5"
3846: source = "registry+https://github.com/rust-lang/crates.io-index"
3847: checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3848:
3849: [[package]]
3850: name = "windows_i686_msvc"
3851: version = "0.52.5"
3852: source = "registry+https://github.com/rust-lang/crates.io-index"
3853: checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
3854:
3855: [[package]]
3856: name = "windows_x86_64_gnu"
3857: version = "0.48.5"
3858: source = "registry+https://github.com/rust-lang/crates.io-index"
3859: checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3860:
3861: [[package]]
3862: name = "windows_x86_64_gnu"
3863: version = "0.52.5"
3864: source = "registry+https://github.com/rust-lang/crates.io-index"
3865: checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
3866:
3867: [[package]]
3868: name = "windows_x86_64_gnullvm"
3869: version = "0.48.5"
3870: source = "registry+https://github.com/rust-lang/crates.io-index"
3871: checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3872:
3873: [[package]]
3874: name = "windows_x86_64_gnullvm"
3875: version = "0.52.5"
3876: source = "registry+https://github.com/rust-lang/crates.io-index"
3877: checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
3878:
3879: [[package]]
3880: name = "windows_x86_64_msvc"
3881: version = "0.48.5"
3882: source = "registry+https://github.com/rust-lang/crates.io-index"
3883: checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3884:
3885: [[package]]
3886: name = "windows_x86_64_msvc"
3887: version = "0.52.5"
3888: source = "registry+https://github.com/rust-lang/crates.io-index"
3889: checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
3890:
3891: [[package]]
3892: name = "winnow"
ec2eac7ea2 2024-05-14 3893: version = "0.6.8"
3894: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3895: checksum = "c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d"
3896: dependencies = [
3897: "memchr",
3898: ]
3899:
3900: [[package]]
3901: name = "winreg"
3902: version = "0.6.2"
3903: source = "registry+https://github.com/rust-lang/crates.io-index"
3904: checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
3905: dependencies = [
3906: "winapi 0.3.9",
3907: ]
3908:
3909: [[package]]
3910: name = "winreg"
3911: version = "0.50.0"
3912: source = "registry+https://github.com/rust-lang/crates.io-index"
3913: checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
3914: dependencies = [
3915: "cfg-if 1.0.0",
3916: "windows-sys 0.48.0",
3917: ]
3918:
3919: [[package]]
3920: name = "ws2_32-sys"
3921: version = "0.2.1"
3922: source = "registry+https://github.com/rust-lang/crates.io-index"
3923: checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
3924: dependencies = [
3925: "winapi 0.2.8",
3926: "winapi-build",
3927: ]
3928:
3929: [[package]]
3930: name = "zerocopy"
3931: version = "0.7.34"
3932: source = "registry+https://github.com/rust-lang/crates.io-index"
3933: checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
3934: dependencies = [
3935: "zerocopy-derive",
3936: ]
3937:
3938: [[package]]
3939: name = "zerocopy-derive"
3940: version = "0.7.34"
3941: source = "registry+https://github.com/rust-lang/crates.io-index"
3942: checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
3943: dependencies = [
3944: "proc-macro2",
3945: "quote",
ec2eac7ea2 2024-05-14 3946: "syn 2.0.63",
3947: ]