Lines of
Cargo.lock
from check-in 3c5e2bd226
that are changed by the sequence of edits moving toward
check-in aae1b6f580:
1: # This file is automatically @generated by Cargo.
2: # It is not intended for manual editing.
3: version = 3
4:
5: [[package]]
6: name = "addr2line"
7: version = "0.19.0"
8: source = "registry+https://github.com/rust-lang/crates.io-index"
9: checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
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.6"
23: source = "registry+https://github.com/rust-lang/crates.io-index"
24: checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
25: dependencies = [
3c5e2bd226 2023-03-12 26: "getrandom 0.2.8",
27: "once_cell",
28: "version_check",
29: ]
30:
31: [[package]]
32: name = "aho-corasick"
3c5e2bd226 2023-03-12 33: version = "0.7.20"
34: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 35: checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
36: dependencies = [
37: "memchr",
38: ]
39:
40: [[package]]
41: name = "alloc-no-stdlib"
42: version = "2.0.4"
43: source = "registry+https://github.com/rust-lang/crates.io-index"
44: checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
45:
46: [[package]]
47: name = "alloc-stdlib"
48: version = "0.2.2"
49: source = "registry+https://github.com/rust-lang/crates.io-index"
50: checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
51: dependencies = [
52: "alloc-no-stdlib",
53: ]
54:
55: [[package]]
56: name = "android_system_properties"
57: version = "0.1.5"
58: source = "registry+https://github.com/rust-lang/crates.io-index"
59: checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
60: dependencies = [
61: "libc",
62: ]
63:
64: [[package]]
65: name = "anyhow"
3c5e2bd226 2023-03-12 66: version = "1.0.69"
67: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 68: checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
69:
70: [[package]]
71: name = "async-channel"
72: version = "1.8.0"
73: source = "registry+https://github.com/rust-lang/crates.io-index"
74: checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
75: dependencies = [
76: "concurrent-queue",
77: "event-listener",
78: "futures-core",
79: ]
80:
81: [[package]]
82: name = "async-compression"
3c5e2bd226 2023-03-12 83: version = "0.3.15"
84: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 85: checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
86: dependencies = [
87: "brotli",
88: "flate2",
89: "futures-core",
90: "memchr",
91: "pin-project-lite",
3c5e2bd226 2023-03-12 92: "tokio 1.26.0",
93: ]
94:
95: [[package]]
96: name = "async-executor"
3c5e2bd226 2023-03-12 97: version = "1.5.0"
98: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 99: checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
100: dependencies = [
101: "async-lock",
102: "async-task",
103: "concurrent-queue",
104: "fastrand",
105: "futures-lite",
106: "slab",
107: ]
108:
109: [[package]]
110: name = "async-global-executor"
111: version = "2.3.1"
112: source = "registry+https://github.com/rust-lang/crates.io-index"
113: checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
114: dependencies = [
115: "async-channel",
116: "async-executor",
117: "async-io",
118: "async-lock",
119: "blocking",
120: "futures-lite",
121: "once_cell",
3c5e2bd226 2023-03-12 122: "tokio 1.26.0",
123: ]
124:
125: [[package]]
126: name = "async-io"
3c5e2bd226 2023-03-12 127: version = "1.12.0"
128: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 129: checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
130: dependencies = [
131: "async-lock",
132: "autocfg 1.1.0",
133: "concurrent-queue",
134: "futures-lite",
3c5e2bd226 2023-03-12 135: "libc",
136: "log",
137: "parking",
138: "polling",
139: "slab",
140: "socket2",
141: "waker-fn",
3c5e2bd226 2023-03-12 142: "windows-sys 0.42.0",
143: ]
144:
145: [[package]]
146: name = "async-lock"
147: version = "2.7.0"
148: source = "registry+https://github.com/rust-lang/crates.io-index"
149: checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
150: dependencies = [
151: "event-listener",
152: ]
153:
154: [[package]]
155: name = "async-process"
3c5e2bd226 2023-03-12 156: version = "1.6.0"
157: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 158: checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"
159: dependencies = [
160: "async-io",
161: "async-lock",
162: "autocfg 1.1.0",
163: "blocking",
164: "cfg-if 1.0.0",
165: "event-listener",
166: "futures-lite",
3c5e2bd226 2023-03-12 167: "libc",
168: "signal-hook",
3c5e2bd226 2023-03-12 169: "windows-sys 0.42.0",
170: ]
171:
172: [[package]]
173: name = "async-std"
174: version = "1.12.0"
175: source = "registry+https://github.com/rust-lang/crates.io-index"
176: checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
177: dependencies = [
178: "async-channel",
179: "async-global-executor",
180: "async-io",
181: "async-lock",
182: "async-process",
183: "crossbeam-utils 0.8.15",
184: "futures-channel",
185: "futures-core",
186: "futures-io",
187: "futures-lite",
188: "gloo-timers",
189: "kv-log-macro",
190: "log",
191: "memchr",
192: "once_cell",
193: "pin-project-lite",
194: "pin-utils",
195: "slab",
196: "wasm-bindgen-futures",
197: ]
198:
199: [[package]]
200: name = "async-task"
3c5e2bd226 2023-03-12 201: version = "4.3.0"
202: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 203: checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
204:
205: [[package]]
206: name = "async-trait"
3c5e2bd226 2023-03-12 207: version = "0.1.66"
208: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 209: checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"
210: dependencies = [
211: "proc-macro2",
212: "quote",
3c5e2bd226 2023-03-12 213: "syn",
214: ]
215:
216: [[package]]
217: name = "atoi"
218: version = "1.0.0"
219: source = "registry+https://github.com/rust-lang/crates.io-index"
220: checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
221: dependencies = [
222: "num-traits",
223: ]
224:
225: [[package]]
226: name = "atom_syndication"
3c5e2bd226 2023-03-12 227: version = "0.12.0"
228: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 229: checksum = "91a85f2ee28cbd1ecf91288460f6dc74661fd99b4e9a559836a667ccf63aa38c"
230: dependencies = [
231: "chrono",
232: "derive_builder 0.12.0",
233: "diligent-date-parser",
234: "never",
3c5e2bd226 2023-03-12 235: "quick-xml 0.27.1",
236: "serde",
237: ]
238:
239: [[package]]
240: name = "atomic-waker"
3c5e2bd226 2023-03-12 241: version = "1.1.0"
242: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 243: checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
244:
245: [[package]]
246: name = "autocfg"
247: version = "0.1.8"
248: source = "registry+https://github.com/rust-lang/crates.io-index"
249: checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
250: dependencies = [
251: "autocfg 1.1.0",
252: ]
253:
254: [[package]]
255: name = "autocfg"
256: version = "1.1.0"
257: source = "registry+https://github.com/rust-lang/crates.io-index"
258: checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
259:
260: [[package]]
261: name = "backtrace"
262: version = "0.3.67"
263: source = "registry+https://github.com/rust-lang/crates.io-index"
264: checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
265: dependencies = [
266: "addr2line",
267: "cc",
268: "cfg-if 1.0.0",
269: "libc",
3c5e2bd226 2023-03-12 270: "miniz_oxide",
271: "object",
272: "rustc-demangle",
273: ]
274:
275: [[package]]
276: name = "base64"
277: version = "0.10.1"
278: source = "registry+https://github.com/rust-lang/crates.io-index"
279: checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
280: dependencies = [
281: "byteorder",
282: ]
283:
284: [[package]]
285: name = "base64"
286: version = "0.13.1"
287: source = "registry+https://github.com/rust-lang/crates.io-index"
288: checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
289:
290: [[package]]
291: name = "base64"
3c5e2bd226 2023-03-12 292: version = "0.21.0"
293: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 294: checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
295:
296: [[package]]
297: name = "bitflags"
298: version = "1.3.2"
299: source = "registry+https://github.com/rust-lang/crates.io-index"
300: checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
301:
302: [[package]]
303: name = "block-buffer"
304: version = "0.10.4"
305: source = "registry+https://github.com/rust-lang/crates.io-index"
306: checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
307: dependencies = [
308: "generic-array",
309: ]
310:
311: [[package]]
312: name = "blocking"
3c5e2bd226 2023-03-12 313: version = "1.3.0"
314: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 315: checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
316: dependencies = [
317: "async-channel",
318: "async-lock",
319: "async-task",
320: "atomic-waker",
321: "fastrand",
322: "futures-lite",
323: ]
324:
325: [[package]]
326: name = "brotli"
327: version = "3.3.4"
328: source = "registry+https://github.com/rust-lang/crates.io-index"
329: checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
330: dependencies = [
331: "alloc-no-stdlib",
332: "alloc-stdlib",
333: "brotli-decompressor",
334: ]
335:
336: [[package]]
337: name = "brotli-decompressor"
338: version = "2.3.4"
339: source = "registry+https://github.com/rust-lang/crates.io-index"
340: checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
341: dependencies = [
342: "alloc-no-stdlib",
343: "alloc-stdlib",
344: ]
345:
346: [[package]]
347: name = "bumpalo"
3c5e2bd226 2023-03-12 348: version = "3.12.0"
349: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 350: checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
351:
352: [[package]]
353: name = "byteorder"
354: version = "1.4.3"
355: source = "registry+https://github.com/rust-lang/crates.io-index"
356: checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
357:
358: [[package]]
359: name = "bytes"
360: version = "0.4.12"
361: source = "registry+https://github.com/rust-lang/crates.io-index"
362: checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
363: dependencies = [
364: "byteorder",
365: "either",
366: "iovec",
367: ]
368:
369: [[package]]
370: name = "bytes"
371: version = "1.4.0"
372: source = "registry+https://github.com/rust-lang/crates.io-index"
373: checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
374:
375: [[package]]
376: name = "cc"
377: version = "1.0.79"
378: source = "registry+https://github.com/rust-lang/crates.io-index"
379: checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
380:
381: [[package]]
382: name = "cfg-if"
383: version = "0.1.10"
384: source = "registry+https://github.com/rust-lang/crates.io-index"
385: checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
386:
387: [[package]]
388: name = "cfg-if"
389: version = "1.0.0"
390: source = "registry+https://github.com/rust-lang/crates.io-index"
391: checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
392:
393: [[package]]
394: name = "chrono"
3c5e2bd226 2023-03-12 395: version = "0.4.23"
396: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 397: checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
398: dependencies = [
399: "iana-time-zone",
400: "js-sys",
401: "num-integer",
402: "num-traits",
403: "serde",
404: "time",
405: "wasm-bindgen",
406: "winapi 0.3.9",
407: ]
408:
409: [[package]]
410: name = "cloudabi"
411: version = "0.0.3"
412: source = "registry+https://github.com/rust-lang/crates.io-index"
413: checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
414: dependencies = [
415: "bitflags",
416: ]
417:
418: [[package]]
3c5e2bd226 2023-03-12 419: name = "codespan-reporting"
3c5e2bd226 2023-03-12 420: version = "0.11.1"
3c5e2bd226 2023-03-12 421: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 422: checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
3c5e2bd226 2023-03-12 423: dependencies = [
3c5e2bd226 2023-03-12 424: "termcolor",
3c5e2bd226 2023-03-12 425: "unicode-width",
3c5e2bd226 2023-03-12 426: ]
3c5e2bd226 2023-03-12 427:
3c5e2bd226 2023-03-12 428: [[package]]
429: name = "concurrent-queue"
3c5e2bd226 2023-03-12 430: version = "2.1.0"
431: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 432: checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
433: dependencies = [
434: "crossbeam-utils 0.8.15",
435: ]
436:
437: [[package]]
438: name = "config"
439: version = "0.13.3"
440: source = "registry+https://github.com/rust-lang/crates.io-index"
441: checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
442: dependencies = [
443: "async-trait",
444: "lazy_static",
445: "nom",
446: "pathdiff",
447: "serde",
448: "toml",
449: ]
450:
451: [[package]]
452: name = "cookie"
453: version = "0.12.0"
454: source = "registry+https://github.com/rust-lang/crates.io-index"
455: checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
456: dependencies = [
457: "time",
458: "url 1.7.2",
459: ]
460:
461: [[package]]
462: name = "cookie_store"
463: version = "0.7.0"
464: source = "registry+https://github.com/rust-lang/crates.io-index"
465: checksum = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
466: dependencies = [
467: "cookie",
468: "failure",
469: "idna 0.1.5",
470: "log",
471: "publicsuffix",
472: "serde",
473: "serde_json",
474: "time",
475: "try_from",
476: "url 1.7.2",
477: ]
478:
479: [[package]]
480: name = "core-foundation"
481: version = "0.9.3"
482: source = "registry+https://github.com/rust-lang/crates.io-index"
483: checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
484: dependencies = [
485: "core-foundation-sys",
486: "libc",
487: ]
488:
489: [[package]]
490: name = "core-foundation-sys"
3c5e2bd226 2023-03-12 491: version = "0.8.3"
492: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 493: checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
494:
495: [[package]]
496: name = "cpufeatures"
3c5e2bd226 2023-03-12 497: version = "0.2.5"
498: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 499: checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
500: dependencies = [
501: "libc",
502: ]
503:
504: [[package]]
505: name = "crc"
506: version = "3.0.1"
507: source = "registry+https://github.com/rust-lang/crates.io-index"
508: checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
509: dependencies = [
510: "crc-catalog",
511: ]
512:
513: [[package]]
514: name = "crc-catalog"
515: version = "2.2.0"
516: source = "registry+https://github.com/rust-lang/crates.io-index"
517: checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
518:
519: [[package]]
520: name = "crc32fast"
521: version = "1.3.2"
522: source = "registry+https://github.com/rust-lang/crates.io-index"
523: checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
524: dependencies = [
525: "cfg-if 1.0.0",
526: ]
527:
528: [[package]]
529: name = "crossbeam-deque"
530: version = "0.7.4"
531: source = "registry+https://github.com/rust-lang/crates.io-index"
532: checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
533: dependencies = [
534: "crossbeam-epoch",
535: "crossbeam-utils 0.7.2",
536: "maybe-uninit",
537: ]
538:
539: [[package]]
540: name = "crossbeam-epoch"
541: version = "0.8.2"
542: source = "registry+https://github.com/rust-lang/crates.io-index"
543: checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
544: dependencies = [
545: "autocfg 1.1.0",
546: "cfg-if 0.1.10",
547: "crossbeam-utils 0.7.2",
548: "lazy_static",
549: "maybe-uninit",
550: "memoffset",
551: "scopeguard",
552: ]
553:
554: [[package]]
555: name = "crossbeam-queue"
556: version = "0.2.3"
557: source = "registry+https://github.com/rust-lang/crates.io-index"
558: checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
559: dependencies = [
560: "cfg-if 0.1.10",
561: "crossbeam-utils 0.7.2",
562: "maybe-uninit",
563: ]
564:
565: [[package]]
566: name = "crossbeam-queue"
567: version = "0.3.8"
568: source = "registry+https://github.com/rust-lang/crates.io-index"
569: checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
570: dependencies = [
571: "cfg-if 1.0.0",
572: "crossbeam-utils 0.8.15",
573: ]
574:
575: [[package]]
576: name = "crossbeam-utils"
577: version = "0.7.2"
578: source = "registry+https://github.com/rust-lang/crates.io-index"
579: checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
580: dependencies = [
581: "autocfg 1.1.0",
582: "cfg-if 0.1.10",
583: "lazy_static",
584: ]
585:
586: [[package]]
587: name = "crossbeam-utils"
588: version = "0.8.15"
589: source = "registry+https://github.com/rust-lang/crates.io-index"
590: checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
591: dependencies = [
592: "cfg-if 1.0.0",
593: ]
594:
595: [[package]]
596: name = "crypto-common"
597: version = "0.1.6"
598: source = "registry+https://github.com/rust-lang/crates.io-index"
599: checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
600: dependencies = [
601: "generic-array",
602: "typenum",
603: ]
604:
605: [[package]]
606: name = "ctor"
607: version = "0.1.26"
608: source = "registry+https://github.com/rust-lang/crates.io-index"
609: checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
610: dependencies = [
611: "quote",
3c5e2bd226 2023-03-12 612: "syn",
3c5e2bd226 2023-03-12 613: ]
3c5e2bd226 2023-03-12 614:
3c5e2bd226 2023-03-12 615: [[package]]
3c5e2bd226 2023-03-12 616: name = "cxx"
3c5e2bd226 2023-03-12 617: version = "1.0.92"
3c5e2bd226 2023-03-12 618: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 619: checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72"
3c5e2bd226 2023-03-12 620: dependencies = [
3c5e2bd226 2023-03-12 621: "cc",
3c5e2bd226 2023-03-12 622: "cxxbridge-flags",
3c5e2bd226 2023-03-12 623: "cxxbridge-macro",
3c5e2bd226 2023-03-12 624: "link-cplusplus",
3c5e2bd226 2023-03-12 625: ]
3c5e2bd226 2023-03-12 626:
3c5e2bd226 2023-03-12 627: [[package]]
3c5e2bd226 2023-03-12 628: name = "cxx-build"
3c5e2bd226 2023-03-12 629: version = "1.0.92"
3c5e2bd226 2023-03-12 630: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 631: checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613"
3c5e2bd226 2023-03-12 632: dependencies = [
3c5e2bd226 2023-03-12 633: "cc",
3c5e2bd226 2023-03-12 634: "codespan-reporting",
3c5e2bd226 2023-03-12 635: "once_cell",
3c5e2bd226 2023-03-12 636: "proc-macro2",
3c5e2bd226 2023-03-12 637: "quote",
3c5e2bd226 2023-03-12 638: "scratch",
3c5e2bd226 2023-03-12 639: "syn",
3c5e2bd226 2023-03-12 640: ]
3c5e2bd226 2023-03-12 641:
3c5e2bd226 2023-03-12 642: [[package]]
3c5e2bd226 2023-03-12 643: name = "cxxbridge-flags"
3c5e2bd226 2023-03-12 644: version = "1.0.92"
3c5e2bd226 2023-03-12 645: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 646: checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97"
3c5e2bd226 2023-03-12 647:
3c5e2bd226 2023-03-12 648: [[package]]
3c5e2bd226 2023-03-12 649: name = "cxxbridge-macro"
3c5e2bd226 2023-03-12 650: version = "1.0.92"
3c5e2bd226 2023-03-12 651: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 652: checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56"
3c5e2bd226 2023-03-12 653: dependencies = [
3c5e2bd226 2023-03-12 654: "proc-macro2",
3c5e2bd226 2023-03-12 655: "quote",
3c5e2bd226 2023-03-12 656: "syn",
657: ]
658:
659: [[package]]
660: name = "darling"
661: version = "0.10.2"
662: source = "registry+https://github.com/rust-lang/crates.io-index"
663: checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
664: dependencies = [
665: "darling_core 0.10.2",
666: "darling_macro 0.10.2",
667: ]
668:
669: [[package]]
670: name = "darling"
671: version = "0.14.4"
672: source = "registry+https://github.com/rust-lang/crates.io-index"
673: checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
674: dependencies = [
675: "darling_core 0.14.4",
676: "darling_macro 0.14.4",
677: ]
678:
679: [[package]]
680: name = "darling_core"
681: version = "0.10.2"
682: source = "registry+https://github.com/rust-lang/crates.io-index"
683: checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
684: dependencies = [
685: "fnv",
686: "ident_case",
687: "proc-macro2",
688: "quote",
689: "strsim 0.9.3",
3c5e2bd226 2023-03-12 690: "syn",
691: ]
692:
693: [[package]]
694: name = "darling_core"
695: version = "0.14.4"
696: source = "registry+https://github.com/rust-lang/crates.io-index"
697: checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
698: dependencies = [
699: "fnv",
700: "ident_case",
701: "proc-macro2",
702: "quote",
703: "strsim 0.10.0",
3c5e2bd226 2023-03-12 704: "syn",
705: ]
706:
707: [[package]]
708: name = "darling_macro"
709: version = "0.10.2"
710: source = "registry+https://github.com/rust-lang/crates.io-index"
711: checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
712: dependencies = [
713: "darling_core 0.10.2",
714: "quote",
3c5e2bd226 2023-03-12 715: "syn",
716: ]
717:
718: [[package]]
719: name = "darling_macro"
720: version = "0.14.4"
721: source = "registry+https://github.com/rust-lang/crates.io-index"
722: checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
723: dependencies = [
724: "darling_core 0.14.4",
725: "quote",
3c5e2bd226 2023-03-12 726: "syn",
727: ]
728:
729: [[package]]
730: name = "derive_builder"
731: version = "0.9.0"
732: source = "registry+https://github.com/rust-lang/crates.io-index"
733: checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
734: dependencies = [
735: "darling 0.10.2",
736: "derive_builder_core 0.9.0",
737: "proc-macro2",
738: "quote",
3c5e2bd226 2023-03-12 739: "syn",
740: ]
741:
742: [[package]]
743: name = "derive_builder"
744: version = "0.12.0"
745: source = "registry+https://github.com/rust-lang/crates.io-index"
746: checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
747: dependencies = [
748: "derive_builder_macro",
749: ]
750:
751: [[package]]
752: name = "derive_builder_core"
753: version = "0.9.0"
754: source = "registry+https://github.com/rust-lang/crates.io-index"
755: checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
756: dependencies = [
757: "darling 0.10.2",
758: "proc-macro2",
759: "quote",
3c5e2bd226 2023-03-12 760: "syn",
761: ]
762:
763: [[package]]
764: name = "derive_builder_core"
765: version = "0.12.0"
766: source = "registry+https://github.com/rust-lang/crates.io-index"
767: checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
768: dependencies = [
769: "darling 0.14.4",
770: "proc-macro2",
771: "quote",
3c5e2bd226 2023-03-12 772: "syn",
773: ]
774:
775: [[package]]
776: name = "derive_builder_macro"
777: version = "0.12.0"
778: source = "registry+https://github.com/rust-lang/crates.io-index"
779: checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
780: dependencies = [
781: "derive_builder_core 0.12.0",
3c5e2bd226 2023-03-12 782: "syn",
783: ]
784:
785: [[package]]
786: name = "digest"
3c5e2bd226 2023-03-12 787: version = "0.10.6"
788: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 789: checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
790: dependencies = [
791: "block-buffer",
792: "crypto-common",
793: "subtle",
794: ]
795:
796: [[package]]
797: name = "diligent-date-parser"
798: version = "0.1.4"
799: source = "registry+https://github.com/rust-lang/crates.io-index"
800: checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182"
801: dependencies = [
802: "chrono",
803: ]
804:
805: [[package]]
806: name = "dirs"
807: version = "4.0.0"
808: source = "registry+https://github.com/rust-lang/crates.io-index"
809: checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
810: dependencies = [
811: "dirs-sys",
812: ]
813:
814: [[package]]
815: name = "dirs-sys"
816: version = "0.3.7"
817: source = "registry+https://github.com/rust-lang/crates.io-index"
818: checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
819: dependencies = [
820: "libc",
821: "redox_users",
822: "winapi 0.3.9",
823: ]
824:
825: [[package]]
826: name = "dotenvy"
3c5e2bd226 2023-03-12 827: version = "0.15.6"
828: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 829: checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
830:
831: [[package]]
832: name = "dtoa"
833: version = "0.4.8"
834: source = "registry+https://github.com/rust-lang/crates.io-index"
835: checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
836:
837: [[package]]
838: name = "either"
839: version = "1.8.1"
840: source = "registry+https://github.com/rust-lang/crates.io-index"
841: checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
842:
843: [[package]]
844: name = "encoding_rs"
845: version = "0.8.32"
846: source = "registry+https://github.com/rust-lang/crates.io-index"
847: checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
848: dependencies = [
849: "cfg-if 1.0.0",
850: ]
851:
852: [[package]]
853: name = "errno"
3c5e2bd226 2023-03-12 854: version = "0.2.8"
855: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 856: checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
857: dependencies = [
858: "errno-dragonfly",
859: "libc",
3c5e2bd226 2023-03-12 860: "winapi 0.3.9",
861: ]
862:
863: [[package]]
864: name = "errno-dragonfly"
865: version = "0.1.2"
866: source = "registry+https://github.com/rust-lang/crates.io-index"
867: checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
868: dependencies = [
869: "cc",
870: "libc",
871: ]
872:
873: [[package]]
874: name = "event-listener"
875: version = "2.5.3"
876: source = "registry+https://github.com/rust-lang/crates.io-index"
877: checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
878:
879: [[package]]
880: name = "failure"
881: version = "0.1.8"
882: source = "registry+https://github.com/rust-lang/crates.io-index"
883: checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
884: dependencies = [
885: "backtrace",
886: "failure_derive",
887: ]
888:
889: [[package]]
890: name = "failure_derive"
891: version = "0.1.8"
892: source = "registry+https://github.com/rust-lang/crates.io-index"
893: checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
894: dependencies = [
895: "proc-macro2",
896: "quote",
3c5e2bd226 2023-03-12 897: "syn",
898: "synstructure",
899: ]
900:
901: [[package]]
902: name = "fastrand"
903: version = "1.9.0"
904: source = "registry+https://github.com/rust-lang/crates.io-index"
905: checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
906: dependencies = [
907: "instant",
908: ]
909:
910: [[package]]
911: name = "flate2"
3c5e2bd226 2023-03-12 912: version = "1.0.25"
913: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 914: checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
915: dependencies = [
916: "crc32fast",
3c5e2bd226 2023-03-12 917: "miniz_oxide",
918: ]
919:
920: [[package]]
921: name = "fnv"
922: version = "1.0.7"
923: source = "registry+https://github.com/rust-lang/crates.io-index"
924: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
925:
926: [[package]]
927: name = "foreign-types"
928: version = "0.3.2"
929: source = "registry+https://github.com/rust-lang/crates.io-index"
930: checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
931: dependencies = [
932: "foreign-types-shared",
933: ]
934:
935: [[package]]
936: name = "foreign-types-shared"
937: version = "0.1.1"
938: source = "registry+https://github.com/rust-lang/crates.io-index"
939: checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
940:
941: [[package]]
942: name = "form_urlencoded"
943: version = "1.1.0"
944: source = "registry+https://github.com/rust-lang/crates.io-index"
945: checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
946: dependencies = [
947: "percent-encoding 2.2.0",
948: ]
949:
950: [[package]]
951: name = "fuchsia-cprng"
952: version = "0.1.1"
953: source = "registry+https://github.com/rust-lang/crates.io-index"
954: checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
955:
956: [[package]]
957: name = "fuchsia-zircon"
958: version = "0.3.3"
959: source = "registry+https://github.com/rust-lang/crates.io-index"
960: checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
961: dependencies = [
962: "bitflags",
963: "fuchsia-zircon-sys",
964: ]
965:
966: [[package]]
967: name = "fuchsia-zircon-sys"
968: version = "0.3.3"
969: source = "registry+https://github.com/rust-lang/crates.io-index"
970: checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
971:
972: [[package]]
973: name = "futures"
974: version = "0.1.31"
975: source = "registry+https://github.com/rust-lang/crates.io-index"
976: checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
977:
978: [[package]]
979: name = "futures"
3c5e2bd226 2023-03-12 980: version = "0.3.27"
981: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 982: checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
983: dependencies = [
984: "futures-channel",
985: "futures-core",
986: "futures-executor",
987: "futures-io",
988: "futures-sink",
989: "futures-task",
990: "futures-util",
991: ]
992:
993: [[package]]
994: name = "futures-channel"
3c5e2bd226 2023-03-12 995: version = "0.3.27"
996: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 997: checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
998: dependencies = [
999: "futures-core",
1000: "futures-sink",
1001: ]
1002:
1003: [[package]]
1004: name = "futures-core"
3c5e2bd226 2023-03-12 1005: version = "0.3.27"
1006: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1007: checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
1008:
1009: [[package]]
1010: name = "futures-cpupool"
1011: version = "0.1.8"
1012: source = "registry+https://github.com/rust-lang/crates.io-index"
1013: checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
1014: dependencies = [
1015: "futures 0.1.31",
1016: "num_cpus",
1017: ]
1018:
1019: [[package]]
1020: name = "futures-executor"
3c5e2bd226 2023-03-12 1021: version = "0.3.27"
1022: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1023: checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
1024: dependencies = [
1025: "futures-core",
1026: "futures-task",
1027: "futures-util",
1028: ]
1029:
1030: [[package]]
1031: name = "futures-intrusive"
1032: version = "0.4.2"
1033: source = "registry+https://github.com/rust-lang/crates.io-index"
1034: checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
1035: dependencies = [
1036: "futures-core",
1037: "lock_api 0.4.9",
1038: "parking_lot 0.11.2",
1039: ]
1040:
1041: [[package]]
1042: name = "futures-io"
3c5e2bd226 2023-03-12 1043: version = "0.3.27"
1044: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1045: checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
1046:
1047: [[package]]
1048: name = "futures-lite"
3c5e2bd226 2023-03-12 1049: version = "1.12.0"
1050: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1051: checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
1052: dependencies = [
1053: "fastrand",
1054: "futures-core",
1055: "futures-io",
1056: "memchr",
1057: "parking",
1058: "pin-project-lite",
1059: "waker-fn",
1060: ]
1061:
1062: [[package]]
1063: name = "futures-macro"
3c5e2bd226 2023-03-12 1064: version = "0.3.27"
1065: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1066: checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
1067: dependencies = [
1068: "proc-macro2",
1069: "quote",
3c5e2bd226 2023-03-12 1070: "syn",
1071: ]
1072:
1073: [[package]]
1074: name = "futures-rustls"
1075: version = "0.22.2"
1076: source = "registry+https://github.com/rust-lang/crates.io-index"
1077: checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"
1078: dependencies = [
1079: "futures-io",
1080: "rustls",
1081: "webpki",
1082: ]
1083:
1084: [[package]]
1085: name = "futures-sink"
3c5e2bd226 2023-03-12 1086: version = "0.3.27"
1087: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1088: checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
1089:
1090: [[package]]
1091: name = "futures-task"
3c5e2bd226 2023-03-12 1092: version = "0.3.27"
1093: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1094: checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
1095:
1096: [[package]]
1097: name = "futures-util"
3c5e2bd226 2023-03-12 1098: version = "0.3.27"
1099: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1100: checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
1101: dependencies = [
1102: "futures-channel",
1103: "futures-core",
1104: "futures-io",
1105: "futures-macro",
1106: "futures-sink",
1107: "futures-task",
1108: "memchr",
1109: "pin-project-lite",
1110: "pin-utils",
1111: "slab",
1112: ]
1113:
1114: [[package]]
1115: name = "generic-array"
3c5e2bd226 2023-03-12 1116: version = "0.14.6"
1117: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1118: checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
1119: dependencies = [
1120: "typenum",
1121: "version_check",
1122: ]
1123:
1124: [[package]]
1125: name = "getrandom"
1126: version = "0.1.16"
1127: source = "registry+https://github.com/rust-lang/crates.io-index"
1128: checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1129: dependencies = [
1130: "cfg-if 1.0.0",
1131: "libc",
1132: "wasi 0.9.0+wasi-snapshot-preview1",
1133: ]
1134:
1135: [[package]]
1136: name = "getrandom"
3c5e2bd226 2023-03-12 1137: version = "0.2.8"
1138: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1139: checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
1140: dependencies = [
1141: "cfg-if 1.0.0",
1142: "libc",
1143: "wasi 0.11.0+wasi-snapshot-preview1",
1144: ]
1145:
1146: [[package]]
1147: name = "gimli"
1148: version = "0.27.2"
1149: source = "registry+https://github.com/rust-lang/crates.io-index"
1150: checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
1151:
1152: [[package]]
1153: name = "gloo-timers"
1154: version = "0.2.6"
1155: source = "registry+https://github.com/rust-lang/crates.io-index"
1156: checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
1157: dependencies = [
1158: "futures-channel",
1159: "futures-core",
1160: "js-sys",
1161: "wasm-bindgen",
1162: ]
1163:
1164: [[package]]
1165: name = "h2"
1166: version = "0.1.26"
1167: source = "registry+https://github.com/rust-lang/crates.io-index"
1168: checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
1169: dependencies = [
1170: "byteorder",
1171: "bytes 0.4.12",
1172: "fnv",
1173: "futures 0.1.31",
1174: "http 0.1.21",
1175: "indexmap",
1176: "log",
1177: "slab",
1178: "string",
1179: "tokio-io",
1180: ]
1181:
1182: [[package]]
1183: name = "h2"
3c5e2bd226 2023-03-12 1184: version = "0.3.16"
1185: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1186: checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
1187: dependencies = [
1188: "bytes 1.4.0",
1189: "fnv",
1190: "futures-core",
1191: "futures-sink",
1192: "futures-util",
1193: "http 0.2.9",
1194: "indexmap",
1195: "slab",
3c5e2bd226 2023-03-12 1196: "tokio 1.26.0",
1197: "tokio-util",
1198: "tracing",
1199: ]
1200:
1201: [[package]]
1202: name = "hashbrown"
1203: version = "0.12.3"
1204: source = "registry+https://github.com/rust-lang/crates.io-index"
1205: checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1206: dependencies = [
3c5e2bd226 2023-03-12 1207: "ahash",
1208: ]
1209:
1210: [[package]]
1211: name = "hashlink"
3c5e2bd226 2023-03-12 1212: version = "0.8.1"
1213: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1214: checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
1215: dependencies = [
3c5e2bd226 2023-03-12 1216: "hashbrown",
1217: ]
1218:
1219: [[package]]
1220: name = "heck"
1221: version = "0.4.1"
1222: source = "registry+https://github.com/rust-lang/crates.io-index"
1223: checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1224: dependencies = [
1225: "unicode-segmentation",
1226: ]
1227:
1228: [[package]]
1229: name = "hermit-abi"
1230: version = "0.2.6"
1231: source = "registry+https://github.com/rust-lang/crates.io-index"
1232: checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
1233: dependencies = [
1234: "libc",
1235: ]
1236:
1237: [[package]]
1238: name = "hex"
1239: version = "0.4.3"
1240: source = "registry+https://github.com/rust-lang/crates.io-index"
1241: checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1242:
1243: [[package]]
1244: name = "hkdf"
1245: version = "0.12.3"
1246: source = "registry+https://github.com/rust-lang/crates.io-index"
1247: checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
1248: dependencies = [
1249: "hmac",
1250: ]
1251:
1252: [[package]]
1253: name = "hmac"
1254: version = "0.12.1"
1255: source = "registry+https://github.com/rust-lang/crates.io-index"
1256: checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1257: dependencies = [
1258: "digest",
1259: ]
1260:
1261: [[package]]
1262: name = "http"
1263: version = "0.1.21"
1264: source = "registry+https://github.com/rust-lang/crates.io-index"
1265: checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
1266: dependencies = [
1267: "bytes 0.4.12",
1268: "fnv",
1269: "itoa 0.4.8",
1270: ]
1271:
1272: [[package]]
1273: name = "http"
1274: version = "0.2.9"
1275: source = "registry+https://github.com/rust-lang/crates.io-index"
1276: checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1277: dependencies = [
1278: "bytes 1.4.0",
1279: "fnv",
1280: "itoa 1.0.6",
1281: ]
1282:
1283: [[package]]
1284: name = "http-body"
1285: version = "0.1.0"
1286: source = "registry+https://github.com/rust-lang/crates.io-index"
1287: checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
1288: dependencies = [
1289: "bytes 0.4.12",
1290: "futures 0.1.31",
1291: "http 0.1.21",
1292: "tokio-buf",
1293: ]
1294:
1295: [[package]]
1296: name = "http-body"
1297: version = "0.4.5"
1298: source = "registry+https://github.com/rust-lang/crates.io-index"
1299: checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1300: dependencies = [
1301: "bytes 1.4.0",
1302: "http 0.2.9",
1303: "pin-project-lite",
1304: ]
1305:
1306: [[package]]
1307: name = "httparse"
1308: version = "1.8.0"
1309: source = "registry+https://github.com/rust-lang/crates.io-index"
1310: checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1311:
1312: [[package]]
1313: name = "httpdate"
1314: version = "1.0.2"
1315: source = "registry+https://github.com/rust-lang/crates.io-index"
1316: checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1317:
1318: [[package]]
1319: name = "hyper"
1320: version = "0.12.36"
1321: source = "registry+https://github.com/rust-lang/crates.io-index"
1322: checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"
1323: dependencies = [
1324: "bytes 0.4.12",
1325: "futures 0.1.31",
1326: "futures-cpupool",
1327: "h2 0.1.26",
1328: "http 0.1.21",
1329: "http-body 0.1.0",
1330: "httparse",
1331: "iovec",
1332: "itoa 0.4.8",
1333: "log",
1334: "net2",
1335: "rustc_version",
1336: "time",
1337: "tokio 0.1.22",
1338: "tokio-buf",
1339: "tokio-executor",
1340: "tokio-io",
1341: "tokio-reactor",
1342: "tokio-tcp",
1343: "tokio-threadpool",
1344: "tokio-timer",
1345: "want 0.2.0",
1346: ]
1347:
1348: [[package]]
1349: name = "hyper"
3c5e2bd226 2023-03-12 1350: version = "0.14.25"
1351: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1352: checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
1353: dependencies = [
1354: "bytes 1.4.0",
1355: "futures-channel",
1356: "futures-core",
1357: "futures-util",
3c5e2bd226 2023-03-12 1358: "h2 0.3.16",
1359: "http 0.2.9",
1360: "http-body 0.4.5",
1361: "httparse",
1362: "httpdate",
1363: "itoa 1.0.6",
1364: "pin-project-lite",
1365: "socket2",
3c5e2bd226 2023-03-12 1366: "tokio 1.26.0",
1367: "tower-service",
1368: "tracing",
1369: "want 0.3.0",
1370: ]
1371:
1372: [[package]]
1373: name = "hyper-tls"
1374: version = "0.3.2"
1375: source = "registry+https://github.com/rust-lang/crates.io-index"
1376: checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
1377: dependencies = [
1378: "bytes 0.4.12",
1379: "futures 0.1.31",
1380: "hyper 0.12.36",
1381: "native-tls",
1382: "tokio-io",
1383: ]
1384:
1385: [[package]]
1386: name = "hyper-tls"
1387: version = "0.5.0"
1388: source = "registry+https://github.com/rust-lang/crates.io-index"
1389: checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1390: dependencies = [
1391: "bytes 1.4.0",
3c5e2bd226 2023-03-12 1392: "hyper 0.14.25",
1393: "native-tls",
3c5e2bd226 2023-03-12 1394: "tokio 1.26.0",
1395: "tokio-native-tls",
1396: ]
1397:
1398: [[package]]
1399: name = "iana-time-zone"
3c5e2bd226 2023-03-12 1400: version = "0.1.53"
1401: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1402: checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
1403: dependencies = [
1404: "android_system_properties",
1405: "core-foundation-sys",
1406: "iana-time-zone-haiku",
1407: "js-sys",
1408: "wasm-bindgen",
3c5e2bd226 2023-03-12 1409: "winapi 0.3.9",
1410: ]
1411:
1412: [[package]]
1413: name = "iana-time-zone-haiku"
3c5e2bd226 2023-03-12 1414: version = "0.1.1"
1415: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1416: checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
1417: dependencies = [
3c5e2bd226 2023-03-12 1418: "cxx",
3c5e2bd226 2023-03-12 1419: "cxx-build",
1420: ]
1421:
1422: [[package]]
1423: name = "ident_case"
1424: version = "1.0.1"
1425: source = "registry+https://github.com/rust-lang/crates.io-index"
1426: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1427:
1428: [[package]]
1429: name = "idna"
1430: version = "0.1.5"
1431: source = "registry+https://github.com/rust-lang/crates.io-index"
1432: checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1433: dependencies = [
1434: "matches",
1435: "unicode-bidi",
1436: "unicode-normalization",
1437: ]
1438:
1439: [[package]]
1440: name = "idna"
1441: version = "0.2.3"
1442: source = "registry+https://github.com/rust-lang/crates.io-index"
1443: checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
1444: dependencies = [
1445: "matches",
1446: "unicode-bidi",
1447: "unicode-normalization",
1448: ]
1449:
1450: [[package]]
1451: name = "idna"
1452: version = "0.3.0"
1453: source = "registry+https://github.com/rust-lang/crates.io-index"
1454: checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
1455: dependencies = [
1456: "unicode-bidi",
1457: "unicode-normalization",
1458: ]
1459:
1460: [[package]]
1461: name = "indexmap"
3c5e2bd226 2023-03-12 1462: version = "1.9.2"
1463: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1464: checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
1465: dependencies = [
1466: "autocfg 1.1.0",
3c5e2bd226 2023-03-12 1467: "hashbrown",
1468: ]
1469:
1470: [[package]]
1471: name = "instant"
1472: version = "0.1.12"
1473: source = "registry+https://github.com/rust-lang/crates.io-index"
1474: checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1475: dependencies = [
1476: "cfg-if 1.0.0",
1477: ]
1478:
1479: [[package]]
1480: name = "io-lifetimes"
3c5e2bd226 2023-03-12 1481: version = "1.0.6"
1482: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1483: checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3"
1484: dependencies = [
1485: "libc",
3c5e2bd226 2023-03-12 1486: "windows-sys 0.45.0",
1487: ]
1488:
1489: [[package]]
1490: name = "iovec"
1491: version = "0.1.4"
1492: source = "registry+https://github.com/rust-lang/crates.io-index"
1493: checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1494: dependencies = [
1495: "libc",
1496: ]
1497:
1498: [[package]]
1499: name = "ipnet"
3c5e2bd226 2023-03-12 1500: version = "2.7.1"
1501: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1502: checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
1503:
1504: [[package]]
1505: name = "itertools"
1506: version = "0.10.5"
1507: source = "registry+https://github.com/rust-lang/crates.io-index"
1508: checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1509: dependencies = [
1510: "either",
1511: ]
1512:
1513: [[package]]
1514: name = "itoa"
1515: version = "0.4.8"
1516: source = "registry+https://github.com/rust-lang/crates.io-index"
1517: checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
1518:
1519: [[package]]
1520: name = "itoa"
1521: version = "1.0.6"
1522: source = "registry+https://github.com/rust-lang/crates.io-index"
1523: checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
1524:
1525: [[package]]
1526: name = "js-sys"
3c5e2bd226 2023-03-12 1527: version = "0.3.61"
1528: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1529: checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
1530: dependencies = [
1531: "wasm-bindgen",
1532: ]
1533:
1534: [[package]]
1535: name = "kernel32-sys"
1536: version = "0.2.2"
1537: source = "registry+https://github.com/rust-lang/crates.io-index"
1538: checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1539: dependencies = [
1540: "winapi 0.2.8",
1541: "winapi-build",
1542: ]
1543:
1544: [[package]]
1545: name = "kv-log-macro"
1546: version = "1.0.7"
1547: source = "registry+https://github.com/rust-lang/crates.io-index"
1548: checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1549: dependencies = [
1550: "log",
1551: ]
1552:
1553: [[package]]
1554: name = "lazy_static"
1555: version = "1.4.0"
1556: source = "registry+https://github.com/rust-lang/crates.io-index"
1557: checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1558:
1559: [[package]]
1560: name = "libc"
3c5e2bd226 2023-03-12 1561: version = "0.2.140"
1562: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1563: checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
3c5e2bd226 2023-03-12 1564:
3c5e2bd226 2023-03-12 1565: [[package]]
3c5e2bd226 2023-03-12 1566: name = "link-cplusplus"
3c5e2bd226 2023-03-12 1567: version = "1.0.8"
3c5e2bd226 2023-03-12 1568: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1569: checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
3c5e2bd226 2023-03-12 1570: dependencies = [
3c5e2bd226 2023-03-12 1571: "cc",
3c5e2bd226 2023-03-12 1572: ]
1573:
1574: [[package]]
1575: name = "linux-raw-sys"
3c5e2bd226 2023-03-12 1576: version = "0.1.4"
1577: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1578: checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
1579:
1580: [[package]]
1581: name = "lock_api"
1582: version = "0.3.4"
1583: source = "registry+https://github.com/rust-lang/crates.io-index"
1584: checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1585: dependencies = [
1586: "scopeguard",
1587: ]
1588:
1589: [[package]]
1590: name = "lock_api"
1591: version = "0.4.9"
1592: source = "registry+https://github.com/rust-lang/crates.io-index"
1593: checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
1594: dependencies = [
1595: "autocfg 1.1.0",
1596: "scopeguard",
1597: ]
1598:
1599: [[package]]
1600: name = "log"
1601: version = "0.4.17"
1602: source = "registry+https://github.com/rust-lang/crates.io-index"
1603: checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1604: dependencies = [
1605: "cfg-if 1.0.0",
1606: "value-bag",
1607: ]
1608:
1609: [[package]]
1610: name = "matches"
1611: version = "0.1.10"
1612: source = "registry+https://github.com/rust-lang/crates.io-index"
1613: checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1614:
1615: [[package]]
1616: name = "maybe-uninit"
1617: version = "2.0.0"
1618: source = "registry+https://github.com/rust-lang/crates.io-index"
1619: checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
1620:
1621: [[package]]
1622: name = "md-5"
1623: version = "0.10.5"
1624: source = "registry+https://github.com/rust-lang/crates.io-index"
1625: checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
1626: dependencies = [
1627: "digest",
1628: ]
1629:
1630: [[package]]
1631: name = "memchr"
1632: version = "2.5.0"
1633: source = "registry+https://github.com/rust-lang/crates.io-index"
1634: checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1635:
1636: [[package]]
1637: name = "memoffset"
1638: version = "0.5.6"
1639: source = "registry+https://github.com/rust-lang/crates.io-index"
1640: checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
1641: dependencies = [
1642: "autocfg 1.1.0",
1643: ]
1644:
1645: [[package]]
1646: name = "mime"
3c5e2bd226 2023-03-12 1647: version = "0.3.16"
1648: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1649: checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
1650:
1651: [[package]]
1652: name = "mime_guess"
1653: version = "2.0.4"
1654: source = "registry+https://github.com/rust-lang/crates.io-index"
1655: checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
1656: dependencies = [
1657: "mime",
1658: "unicase",
1659: ]
1660:
1661: [[package]]
1662: name = "minimal-lexical"
1663: version = "0.2.1"
1664: source = "registry+https://github.com/rust-lang/crates.io-index"
1665: checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1666:
1667: [[package]]
1668: name = "miniz_oxide"
1669: version = "0.6.2"
1670: source = "registry+https://github.com/rust-lang/crates.io-index"
1671: checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
1672: dependencies = [
1673: "adler",
1674: ]
1675:
1676: [[package]]
1677: name = "mio"
1678: version = "0.6.23"
1679: source = "registry+https://github.com/rust-lang/crates.io-index"
1680: checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
1681: dependencies = [
1682: "cfg-if 0.1.10",
1683: "fuchsia-zircon",
1684: "fuchsia-zircon-sys",
1685: "iovec",
1686: "kernel32-sys",
1687: "libc",
1688: "log",
1689: "miow",
1690: "net2",
1691: "slab",
1692: "winapi 0.2.8",
1693: ]
1694:
1695: [[package]]
1696: name = "mio"
1697: version = "0.8.6"
1698: source = "registry+https://github.com/rust-lang/crates.io-index"
1699: checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
1700: dependencies = [
1701: "libc",
1702: "log",
1703: "wasi 0.11.0+wasi-snapshot-preview1",
1704: "windows-sys 0.45.0",
1705: ]
1706:
1707: [[package]]
1708: name = "miow"
1709: version = "0.2.2"
1710: source = "registry+https://github.com/rust-lang/crates.io-index"
1711: checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1712: dependencies = [
1713: "kernel32-sys",
1714: "net2",
1715: "winapi 0.2.8",
1716: "ws2_32-sys",
1717: ]
1718:
1719: [[package]]
1720: name = "multipart"
1721: version = "0.17.1"
1722: source = "registry+https://github.com/rust-lang/crates.io-index"
1723: checksum = "d050aeedc89243f5347c3e237e3e13dc76fbe4ae3742a57b94dc14f69acf76d4"
1724: dependencies = [
1725: "log",
1726: "mime",
1727: "mime_guess",
1728: "rand 0.7.3",
1729: "tempfile",
1730: ]
1731:
1732: [[package]]
1733: name = "native-tls"
1734: version = "0.2.11"
1735: source = "registry+https://github.com/rust-lang/crates.io-index"
1736: checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1737: dependencies = [
1738: "lazy_static",
1739: "libc",
1740: "log",
1741: "openssl",
1742: "openssl-probe",
1743: "openssl-sys",
1744: "schannel",
1745: "security-framework",
1746: "security-framework-sys",
1747: "tempfile",
1748: ]
1749:
1750: [[package]]
1751: name = "net2"
1752: version = "0.2.38"
1753: source = "registry+https://github.com/rust-lang/crates.io-index"
1754: checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
1755: dependencies = [
1756: "cfg-if 0.1.10",
1757: "libc",
1758: "winapi 0.3.9",
1759: ]
1760:
1761: [[package]]
1762: name = "never"
1763: version = "0.1.0"
1764: source = "registry+https://github.com/rust-lang/crates.io-index"
1765: checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
1766:
1767: [[package]]
1768: name = "nom"
1769: version = "7.1.3"
1770: source = "registry+https://github.com/rust-lang/crates.io-index"
1771: checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1772: dependencies = [
1773: "memchr",
1774: "minimal-lexical",
1775: ]
1776:
1777: [[package]]
1778: name = "num-integer"
1779: version = "0.1.45"
1780: source = "registry+https://github.com/rust-lang/crates.io-index"
1781: checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1782: dependencies = [
1783: "autocfg 1.1.0",
1784: "num-traits",
1785: ]
1786:
1787: [[package]]
1788: name = "num-traits"
1789: version = "0.2.15"
1790: source = "registry+https://github.com/rust-lang/crates.io-index"
1791: checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1792: dependencies = [
1793: "autocfg 1.1.0",
1794: ]
1795:
1796: [[package]]
1797: name = "num_cpus"
1798: version = "1.15.0"
1799: source = "registry+https://github.com/rust-lang/crates.io-index"
1800: checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1801: dependencies = [
3c5e2bd226 2023-03-12 1802: "hermit-abi",
1803: "libc",
1804: ]
1805:
1806: [[package]]
1807: name = "object"
1808: version = "0.30.3"
1809: source = "registry+https://github.com/rust-lang/crates.io-index"
1810: checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
1811: dependencies = [
1812: "memchr",
1813: ]
1814:
1815: [[package]]
1816: name = "once_cell"
1817: version = "1.17.1"
1818: source = "registry+https://github.com/rust-lang/crates.io-index"
1819: checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
1820:
1821: [[package]]
1822: name = "openssl"
3c5e2bd226 2023-03-12 1823: version = "0.10.45"
1824: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1825: checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
1826: dependencies = [
1827: "bitflags",
1828: "cfg-if 1.0.0",
1829: "foreign-types",
1830: "libc",
1831: "once_cell",
1832: "openssl-macros",
1833: "openssl-sys",
1834: ]
1835:
1836: [[package]]
1837: name = "openssl-macros"
3c5e2bd226 2023-03-12 1838: version = "0.1.0"
1839: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1840: checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
1841: dependencies = [
1842: "proc-macro2",
1843: "quote",
3c5e2bd226 2023-03-12 1844: "syn",
1845: ]
1846:
1847: [[package]]
1848: name = "openssl-probe"
1849: version = "0.1.5"
1850: source = "registry+https://github.com/rust-lang/crates.io-index"
1851: checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1852:
1853: [[package]]
1854: name = "openssl-sys"
3c5e2bd226 2023-03-12 1855: version = "0.9.80"
1856: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1857: checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
1858: dependencies = [
3c5e2bd226 2023-03-12 1859: "autocfg 1.1.0",
1860: "cc",
1861: "libc",
1862: "pkg-config",
1863: "vcpkg",
1864: ]
1865:
1866: [[package]]
1867: name = "ordered-float"
1868: version = "2.10.0"
1869: source = "registry+https://github.com/rust-lang/crates.io-index"
1870: checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
1871: dependencies = [
1872: "num-traits",
1873: ]
1874:
1875: [[package]]
1876: name = "parking"
3c5e2bd226 2023-03-12 1877: version = "2.0.0"
1878: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1879: checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
1880:
1881: [[package]]
1882: name = "parking_lot"
1883: version = "0.9.0"
1884: source = "registry+https://github.com/rust-lang/crates.io-index"
1885: checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
1886: dependencies = [
1887: "lock_api 0.3.4",
1888: "parking_lot_core 0.6.3",
1889: "rustc_version",
1890: ]
1891:
1892: [[package]]
1893: name = "parking_lot"
1894: version = "0.11.2"
1895: source = "registry+https://github.com/rust-lang/crates.io-index"
1896: checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
1897: dependencies = [
1898: "instant",
1899: "lock_api 0.4.9",
1900: "parking_lot_core 0.8.6",
1901: ]
1902:
1903: [[package]]
1904: name = "parking_lot_core"
1905: version = "0.6.3"
1906: source = "registry+https://github.com/rust-lang/crates.io-index"
1907: checksum = "bda66b810a62be75176a80873726630147a5ca780cd33921e0b5709033e66b0a"
1908: dependencies = [
1909: "cfg-if 0.1.10",
1910: "cloudabi",
1911: "libc",
1912: "redox_syscall 0.1.57",
1913: "rustc_version",
1914: "smallvec 0.6.14",
1915: "winapi 0.3.9",
1916: ]
1917:
1918: [[package]]
1919: name = "parking_lot_core"
1920: version = "0.8.6"
1921: source = "registry+https://github.com/rust-lang/crates.io-index"
1922: checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
1923: dependencies = [
1924: "cfg-if 1.0.0",
1925: "instant",
1926: "libc",
1927: "redox_syscall 0.2.16",
1928: "smallvec 1.10.0",
1929: "winapi 0.3.9",
1930: ]
1931:
1932: [[package]]
1933: name = "paste"
1934: version = "1.0.12"
1935: source = "registry+https://github.com/rust-lang/crates.io-index"
1936: checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
1937:
1938: [[package]]
1939: name = "pathdiff"
1940: version = "0.2.1"
1941: source = "registry+https://github.com/rust-lang/crates.io-index"
1942: checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1943:
1944: [[package]]
1945: name = "percent-encoding"
1946: version = "1.0.1"
1947: source = "registry+https://github.com/rust-lang/crates.io-index"
1948: checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
1949:
1950: [[package]]
1951: name = "percent-encoding"
1952: version = "2.2.0"
1953: source = "registry+https://github.com/rust-lang/crates.io-index"
1954: checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1955:
1956: [[package]]
1957: name = "pin-project"
3c5e2bd226 2023-03-12 1958: version = "1.0.12"
1959: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1960: checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
1961: dependencies = [
1962: "pin-project-internal",
1963: ]
1964:
1965: [[package]]
1966: name = "pin-project-internal"
3c5e2bd226 2023-03-12 1967: version = "1.0.12"
1968: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1969: checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
1970: dependencies = [
1971: "proc-macro2",
1972: "quote",
3c5e2bd226 2023-03-12 1973: "syn",
1974: ]
1975:
1976: [[package]]
1977: name = "pin-project-lite"
1978: version = "0.2.9"
1979: source = "registry+https://github.com/rust-lang/crates.io-index"
1980: checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1981:
1982: [[package]]
1983: name = "pin-utils"
1984: version = "0.1.0"
1985: source = "registry+https://github.com/rust-lang/crates.io-index"
1986: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1987:
1988: [[package]]
1989: name = "pkg-config"
3c5e2bd226 2023-03-12 1990: version = "0.3.26"
1991: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1992: checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
1993:
1994: [[package]]
1995: name = "polling"
3c5e2bd226 2023-03-12 1996: version = "2.6.0"
1997: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 1998: checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa"
1999: dependencies = [
2000: "autocfg 1.1.0",
2001: "bitflags",
2002: "cfg-if 1.0.0",
2003: "concurrent-queue",
2004: "libc",
2005: "log",
2006: "pin-project-lite",
3c5e2bd226 2023-03-12 2007: "windows-sys 0.45.0",
2008: ]
2009:
2010: [[package]]
2011: name = "ppv-lite86"
2012: version = "0.2.17"
2013: source = "registry+https://github.com/rust-lang/crates.io-index"
2014: checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2015:
2016: [[package]]
2017: name = "proc-macro2"
3c5e2bd226 2023-03-12 2018: version = "1.0.51"
2019: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2020: checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
2021: dependencies = [
2022: "unicode-ident",
2023: ]
2024:
2025: [[package]]
2026: name = "publicsuffix"
2027: version = "1.5.6"
2028: source = "registry+https://github.com/rust-lang/crates.io-index"
2029: checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
2030: dependencies = [
2031: "idna 0.2.3",
2032: "url 2.3.1",
2033: ]
2034:
2035: [[package]]
2036: name = "quick-xml"
2037: version = "0.17.2"
2038: source = "registry+https://github.com/rust-lang/crates.io-index"
2039: checksum = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0"
2040: dependencies = [
2041: "encoding_rs",
2042: "memchr",
2043: ]
2044:
2045: [[package]]
2046: name = "quick-xml"
3c5e2bd226 2023-03-12 2047: version = "0.27.1"
2048: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2049: checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
2050: dependencies = [
2051: "encoding_rs",
2052: "memchr",
2053: ]
2054:
2055: [[package]]
2056: name = "quote"
3c5e2bd226 2023-03-12 2057: version = "1.0.23"
2058: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2059: checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
2060: dependencies = [
2061: "proc-macro2",
2062: ]
2063:
2064: [[package]]
2065: name = "rand"
2066: version = "0.6.5"
2067: source = "registry+https://github.com/rust-lang/crates.io-index"
2068: checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2069: dependencies = [
2070: "autocfg 0.1.8",
2071: "libc",
2072: "rand_chacha 0.1.1",
2073: "rand_core 0.4.2",
2074: "rand_hc 0.1.0",
2075: "rand_isaac",
2076: "rand_jitter",
2077: "rand_os",
2078: "rand_pcg",
2079: "rand_xorshift",
2080: "winapi 0.3.9",
2081: ]
2082:
2083: [[package]]
2084: name = "rand"
2085: version = "0.7.3"
2086: source = "registry+https://github.com/rust-lang/crates.io-index"
2087: checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2088: dependencies = [
2089: "getrandom 0.1.16",
2090: "libc",
2091: "rand_chacha 0.2.2",
2092: "rand_core 0.5.1",
2093: "rand_hc 0.2.0",
2094: ]
2095:
2096: [[package]]
2097: name = "rand"
2098: version = "0.8.5"
2099: source = "registry+https://github.com/rust-lang/crates.io-index"
2100: checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2101: dependencies = [
2102: "libc",
2103: "rand_chacha 0.3.1",
2104: "rand_core 0.6.4",
2105: ]
2106:
2107: [[package]]
2108: name = "rand_chacha"
2109: version = "0.1.1"
2110: source = "registry+https://github.com/rust-lang/crates.io-index"
2111: checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
2112: dependencies = [
2113: "autocfg 0.1.8",
2114: "rand_core 0.3.1",
2115: ]
2116:
2117: [[package]]
2118: name = "rand_chacha"
2119: version = "0.2.2"
2120: source = "registry+https://github.com/rust-lang/crates.io-index"
2121: checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2122: dependencies = [
2123: "ppv-lite86",
2124: "rand_core 0.5.1",
2125: ]
2126:
2127: [[package]]
2128: name = "rand_chacha"
2129: version = "0.3.1"
2130: source = "registry+https://github.com/rust-lang/crates.io-index"
2131: checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2132: dependencies = [
2133: "ppv-lite86",
2134: "rand_core 0.6.4",
2135: ]
2136:
2137: [[package]]
2138: name = "rand_core"
2139: version = "0.3.1"
2140: source = "registry+https://github.com/rust-lang/crates.io-index"
2141: checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2142: dependencies = [
2143: "rand_core 0.4.2",
2144: ]
2145:
2146: [[package]]
2147: name = "rand_core"
2148: version = "0.4.2"
2149: source = "registry+https://github.com/rust-lang/crates.io-index"
2150: checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2151:
2152: [[package]]
2153: name = "rand_core"
2154: version = "0.5.1"
2155: source = "registry+https://github.com/rust-lang/crates.io-index"
2156: checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2157: dependencies = [
2158: "getrandom 0.1.16",
2159: ]
2160:
2161: [[package]]
2162: name = "rand_core"
2163: version = "0.6.4"
2164: source = "registry+https://github.com/rust-lang/crates.io-index"
2165: checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2166: dependencies = [
3c5e2bd226 2023-03-12 2167: "getrandom 0.2.8",
2168: ]
2169:
2170: [[package]]
2171: name = "rand_hc"
2172: version = "0.1.0"
2173: source = "registry+https://github.com/rust-lang/crates.io-index"
2174: checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2175: dependencies = [
2176: "rand_core 0.3.1",
2177: ]
2178:
2179: [[package]]
2180: name = "rand_hc"
2181: version = "0.2.0"
2182: source = "registry+https://github.com/rust-lang/crates.io-index"
2183: checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2184: dependencies = [
2185: "rand_core 0.5.1",
2186: ]
2187:
2188: [[package]]
2189: name = "rand_isaac"
2190: version = "0.1.1"
2191: source = "registry+https://github.com/rust-lang/crates.io-index"
2192: checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2193: dependencies = [
2194: "rand_core 0.3.1",
2195: ]
2196:
2197: [[package]]
2198: name = "rand_jitter"
2199: version = "0.1.4"
2200: source = "registry+https://github.com/rust-lang/crates.io-index"
2201: checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
2202: dependencies = [
2203: "libc",
2204: "rand_core 0.4.2",
2205: "winapi 0.3.9",
2206: ]
2207:
2208: [[package]]
2209: name = "rand_os"
2210: version = "0.1.3"
2211: source = "registry+https://github.com/rust-lang/crates.io-index"
2212: checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2213: dependencies = [
2214: "cloudabi",
2215: "fuchsia-cprng",
2216: "libc",
2217: "rand_core 0.4.2",
2218: "rdrand",
2219: "winapi 0.3.9",
2220: ]
2221:
2222: [[package]]
2223: name = "rand_pcg"
2224: version = "0.1.2"
2225: source = "registry+https://github.com/rust-lang/crates.io-index"
2226: checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
2227: dependencies = [
2228: "autocfg 0.1.8",
2229: "rand_core 0.4.2",
2230: ]
2231:
2232: [[package]]
2233: name = "rand_xorshift"
2234: version = "0.1.1"
2235: source = "registry+https://github.com/rust-lang/crates.io-index"
2236: checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
2237: dependencies = [
2238: "rand_core 0.3.1",
2239: ]
2240:
2241: [[package]]
2242: name = "rdrand"
2243: version = "0.4.0"
2244: source = "registry+https://github.com/rust-lang/crates.io-index"
2245: checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2246: dependencies = [
2247: "rand_core 0.3.1",
2248: ]
2249:
2250: [[package]]
2251: name = "redox_syscall"
2252: version = "0.1.57"
2253: source = "registry+https://github.com/rust-lang/crates.io-index"
2254: checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2255:
2256: [[package]]
2257: name = "redox_syscall"
2258: version = "0.2.16"
2259: source = "registry+https://github.com/rust-lang/crates.io-index"
2260: checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2261: dependencies = [
2262: "bitflags",
2263: ]
2264:
2265: [[package]]
2266: name = "redox_users"
2267: version = "0.4.3"
2268: source = "registry+https://github.com/rust-lang/crates.io-index"
2269: checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2270: dependencies = [
3c5e2bd226 2023-03-12 2271: "getrandom 0.2.8",
2272: "redox_syscall 0.2.16",
2273: "thiserror",
2274: ]
2275:
2276: [[package]]
2277: name = "regex"
3c5e2bd226 2023-03-12 2278: version = "1.7.1"
2279: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2280: checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
2281: dependencies = [
2282: "aho-corasick",
2283: "memchr",
2284: "regex-syntax",
2285: ]
2286:
2287: [[package]]
2288: name = "regex-syntax"
3c5e2bd226 2023-03-12 2289: version = "0.6.28"
2290: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2291: checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2292:
2293: [[package]]
2294: name = "reqwest"
2295: version = "0.9.24"
2296: source = "registry+https://github.com/rust-lang/crates.io-index"
2297: checksum = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab"
2298: dependencies = [
2299: "base64 0.10.1",
2300: "bytes 0.4.12",
2301: "cookie",
2302: "cookie_store",
2303: "encoding_rs",
2304: "flate2",
2305: "futures 0.1.31",
2306: "http 0.1.21",
2307: "hyper 0.12.36",
2308: "hyper-tls 0.3.2",
2309: "log",
2310: "mime",
2311: "mime_guess",
2312: "native-tls",
2313: "serde",
2314: "serde_json",
2315: "serde_urlencoded 0.5.5",
2316: "time",
2317: "tokio 0.1.22",
2318: "tokio-executor",
2319: "tokio-io",
2320: "tokio-threadpool",
2321: "tokio-timer",
2322: "url 1.7.2",
2323: "uuid",
2324: "winreg 0.6.2",
2325: ]
2326:
2327: [[package]]
2328: name = "reqwest"
3c5e2bd226 2023-03-12 2329: version = "0.11.14"
2330: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2331: checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
2332: dependencies = [
2333: "async-compression",
3c5e2bd226 2023-03-12 2334: "base64 0.21.0",
2335: "bytes 1.4.0",
2336: "encoding_rs",
2337: "futures-core",
2338: "futures-util",
3c5e2bd226 2023-03-12 2339: "h2 0.3.16",
2340: "http 0.2.9",
2341: "http-body 0.4.5",
3c5e2bd226 2023-03-12 2342: "hyper 0.14.25",
2343: "hyper-tls 0.5.0",
2344: "ipnet",
2345: "js-sys",
2346: "log",
2347: "mime",
2348: "native-tls",
2349: "once_cell",
2350: "percent-encoding 2.2.0",
2351: "pin-project-lite",
2352: "serde",
2353: "serde_json",
2354: "serde_urlencoded 0.7.1",
3c5e2bd226 2023-03-12 2355: "tokio 1.26.0",
2356: "tokio-native-tls",
2357: "tokio-util",
2358: "tower-service",
2359: "url 2.3.1",
2360: "wasm-bindgen",
2361: "wasm-bindgen-futures",
2362: "web-sys",
2363: "winreg 0.10.1",
2364: ]
2365:
2366: [[package]]
2367: name = "ring"
2368: version = "0.16.20"
2369: source = "registry+https://github.com/rust-lang/crates.io-index"
2370: checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2371: dependencies = [
2372: "cc",
2373: "libc",
2374: "once_cell",
2375: "spin",
2376: "untrusted",
2377: "web-sys",
2378: "winapi 0.3.9",
2379: ]
2380:
2381: [[package]]
2382: name = "rss"
2383: version = "1.9.0"
2384: source = "registry+https://github.com/rust-lang/crates.io-index"
2385: checksum = "99979205510c60f80a119dedbabd0b8426517384edf205322f8bcd51796bcef9"
2386: dependencies = [
2387: "derive_builder 0.9.0",
2388: "quick-xml 0.17.2",
2389: "reqwest 0.9.24",
2390: ]
2391:
2392: [[package]]
2393: name = "rsstg"
2394: version = "0.2.17"
2395: dependencies = [
2396: "anyhow",
2397: "async-std",
2398: "atom_syndication",
2399: "chrono",
2400: "config",
3c5e2bd226 2023-03-12 2401: "futures 0.3.27",
2402: "futures-util",
2403: "lazy_static",
2404: "regex",
3c5e2bd226 2023-03-12 2405: "reqwest 0.11.14",
2406: "rss",
2407: "sedregex",
2408: "sqlx",
2409: "telegram-bot",
2410: ]
2411:
2412: [[package]]
2413: name = "rustc-demangle"
3c5e2bd226 2023-03-12 2414: version = "0.1.21"
2415: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2416: checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2417:
2418: [[package]]
2419: name = "rustc_version"
2420: version = "0.2.3"
2421: source = "registry+https://github.com/rust-lang/crates.io-index"
2422: checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2423: dependencies = [
2424: "semver",
2425: ]
2426:
2427: [[package]]
2428: name = "rustix"
3c5e2bd226 2023-03-12 2429: version = "0.36.9"
2430: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2431: checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
2432: dependencies = [
2433: "bitflags",
2434: "errno",
2435: "io-lifetimes",
2436: "libc",
2437: "linux-raw-sys",
3c5e2bd226 2023-03-12 2438: "windows-sys 0.45.0",
2439: ]
2440:
2441: [[package]]
2442: name = "rustls"
2443: version = "0.20.8"
2444: source = "registry+https://github.com/rust-lang/crates.io-index"
2445: checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
2446: dependencies = [
2447: "log",
2448: "ring",
2449: "sct",
2450: "webpki",
2451: ]
2452:
2453: [[package]]
2454: name = "rustls-pemfile"
2455: version = "1.0.2"
2456: source = "registry+https://github.com/rust-lang/crates.io-index"
2457: checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
2458: dependencies = [
3c5e2bd226 2023-03-12 2459: "base64 0.21.0",
2460: ]
2461:
2462: [[package]]
2463: name = "ryu"
2464: version = "1.0.13"
2465: source = "registry+https://github.com/rust-lang/crates.io-index"
2466: checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2467:
2468: [[package]]
2469: name = "schannel"
2470: version = "0.1.21"
2471: source = "registry+https://github.com/rust-lang/crates.io-index"
2472: checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2473: dependencies = [
2474: "windows-sys 0.42.0",
2475: ]
2476:
2477: [[package]]
2478: name = "scopeguard"
2479: version = "1.1.0"
2480: source = "registry+https://github.com/rust-lang/crates.io-index"
2481: checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2482:
2483: [[package]]
3c5e2bd226 2023-03-12 2484: name = "scratch"
3c5e2bd226 2023-03-12 2485: version = "1.0.5"
3c5e2bd226 2023-03-12 2486: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2487: checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
3c5e2bd226 2023-03-12 2488:
3c5e2bd226 2023-03-12 2489: [[package]]
2490: name = "sct"
2491: version = "0.7.0"
2492: source = "registry+https://github.com/rust-lang/crates.io-index"
2493: checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2494: dependencies = [
2495: "ring",
2496: "untrusted",
2497: ]
2498:
2499: [[package]]
2500: name = "security-framework"
3c5e2bd226 2023-03-12 2501: version = "2.8.2"
2502: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2503: checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
2504: dependencies = [
2505: "bitflags",
2506: "core-foundation",
2507: "core-foundation-sys",
2508: "libc",
2509: "security-framework-sys",
2510: ]
2511:
2512: [[package]]
2513: name = "security-framework-sys"
3c5e2bd226 2023-03-12 2514: version = "2.8.0"
2515: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2516: checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
2517: dependencies = [
2518: "core-foundation-sys",
2519: "libc",
2520: ]
2521:
2522: [[package]]
2523: name = "sedregex"
2524: version = "0.2.5"
2525: source = "registry+https://github.com/rust-lang/crates.io-index"
2526: checksum = "19411e23596093f03bbd11dc45603b6329bb4bfec77b9fd13e2b9fc9b02efe3e"
2527: dependencies = [
2528: "regex",
2529: ]
2530:
2531: [[package]]
2532: name = "semver"
2533: version = "0.9.0"
2534: source = "registry+https://github.com/rust-lang/crates.io-index"
2535: checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2536: dependencies = [
2537: "semver-parser",
2538: ]
2539:
2540: [[package]]
2541: name = "semver-parser"
2542: version = "0.7.0"
2543: source = "registry+https://github.com/rust-lang/crates.io-index"
2544: checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2545:
2546: [[package]]
2547: name = "serde"
3c5e2bd226 2023-03-12 2548: version = "1.0.155"
2549: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2550: checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8"
2551: dependencies = [
2552: "serde_derive",
2553: ]
2554:
2555: [[package]]
2556: name = "serde-value"
2557: version = "0.7.0"
2558: source = "registry+https://github.com/rust-lang/crates.io-index"
2559: checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
2560: dependencies = [
2561: "ordered-float",
2562: "serde",
2563: ]
2564:
2565: [[package]]
2566: name = "serde_derive"
3c5e2bd226 2023-03-12 2567: version = "1.0.155"
2568: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2569: checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630"
2570: dependencies = [
2571: "proc-macro2",
2572: "quote",
3c5e2bd226 2023-03-12 2573: "syn",
2574: ]
2575:
2576: [[package]]
2577: name = "serde_json"
3c5e2bd226 2023-03-12 2578: version = "1.0.94"
2579: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2580: checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
2581: dependencies = [
2582: "itoa 1.0.6",
2583: "ryu",
2584: "serde",
2585: ]
2586:
2587: [[package]]
2588: name = "serde_urlencoded"
2589: version = "0.5.5"
2590: source = "registry+https://github.com/rust-lang/crates.io-index"
2591: checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
2592: dependencies = [
2593: "dtoa",
2594: "itoa 0.4.8",
2595: "serde",
2596: "url 1.7.2",
2597: ]
2598:
2599: [[package]]
2600: name = "serde_urlencoded"
2601: version = "0.7.1"
2602: source = "registry+https://github.com/rust-lang/crates.io-index"
2603: checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2604: dependencies = [
2605: "form_urlencoded",
2606: "itoa 1.0.6",
2607: "ryu",
2608: "serde",
2609: ]
2610:
2611: [[package]]
2612: name = "sha1"
2613: version = "0.10.5"
2614: source = "registry+https://github.com/rust-lang/crates.io-index"
2615: checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2616: dependencies = [
2617: "cfg-if 1.0.0",
2618: "cpufeatures",
2619: "digest",
2620: ]
2621:
2622: [[package]]
2623: name = "sha2"
2624: version = "0.10.6"
2625: source = "registry+https://github.com/rust-lang/crates.io-index"
2626: checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2627: dependencies = [
2628: "cfg-if 1.0.0",
2629: "cpufeatures",
2630: "digest",
2631: ]
2632:
2633: [[package]]
2634: name = "signal-hook"
2635: version = "0.3.15"
2636: source = "registry+https://github.com/rust-lang/crates.io-index"
2637: checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
2638: dependencies = [
2639: "libc",
2640: "signal-hook-registry",
2641: ]
2642:
2643: [[package]]
2644: name = "signal-hook-registry"
2645: version = "1.4.1"
2646: source = "registry+https://github.com/rust-lang/crates.io-index"
2647: checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2648: dependencies = [
2649: "libc",
2650: ]
2651:
2652: [[package]]
2653: name = "slab"
2654: version = "0.4.8"
2655: source = "registry+https://github.com/rust-lang/crates.io-index"
2656: checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2657: dependencies = [
2658: "autocfg 1.1.0",
2659: ]
2660:
2661: [[package]]
2662: name = "smallvec"
2663: version = "0.6.14"
2664: source = "registry+https://github.com/rust-lang/crates.io-index"
2665: checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
2666: dependencies = [
2667: "maybe-uninit",
2668: ]
2669:
2670: [[package]]
2671: name = "smallvec"
2672: version = "1.10.0"
2673: source = "registry+https://github.com/rust-lang/crates.io-index"
2674: checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2675:
2676: [[package]]
2677: name = "socket2"
2678: version = "0.4.9"
2679: source = "registry+https://github.com/rust-lang/crates.io-index"
2680: checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2681: dependencies = [
2682: "libc",
2683: "winapi 0.3.9",
2684: ]
2685:
2686: [[package]]
2687: name = "spin"
2688: version = "0.5.2"
2689: source = "registry+https://github.com/rust-lang/crates.io-index"
2690: checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2691:
2692: [[package]]
2693: name = "sqlformat"
2694: version = "0.2.1"
2695: source = "registry+https://github.com/rust-lang/crates.io-index"
2696: checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
2697: dependencies = [
2698: "itertools",
2699: "nom",
2700: "unicode_categories",
2701: ]
2702:
2703: [[package]]
2704: name = "sqlx"
3c5e2bd226 2023-03-12 2705: version = "0.6.2"
2706: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2707: checksum = "9249290c05928352f71c077cc44a464d880c63f26f7534728cca008e135c0428"
2708: dependencies = [
2709: "sqlx-core",
2710: "sqlx-macros",
2711: ]
2712:
2713: [[package]]
2714: name = "sqlx-core"
3c5e2bd226 2023-03-12 2715: version = "0.6.2"
2716: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2717: checksum = "dcbc16ddba161afc99e14d1713a453747a2b07fc097d2009f4c300ec99286105"
2718: dependencies = [
3c5e2bd226 2023-03-12 2719: "ahash",
2720: "atoi",
2721: "base64 0.13.1",
2722: "bitflags",
2723: "byteorder",
2724: "bytes 1.4.0",
2725: "chrono",
2726: "crc",
2727: "crossbeam-queue 0.3.8",
2728: "dirs",
2729: "dotenvy",
2730: "either",
2731: "event-listener",
2732: "futures-channel",
2733: "futures-core",
2734: "futures-intrusive",
2735: "futures-util",
2736: "hashlink",
2737: "hex",
2738: "hkdf",
2739: "hmac",
2740: "indexmap",
2741: "itoa 1.0.6",
2742: "libc",
2743: "log",
2744: "md-5",
2745: "memchr",
2746: "once_cell",
2747: "paste",
2748: "percent-encoding 2.2.0",
2749: "rand 0.8.5",
2750: "rustls",
2751: "rustls-pemfile",
2752: "serde",
2753: "serde_json",
2754: "sha1",
2755: "sha2",
2756: "smallvec 1.10.0",
2757: "sqlformat",
2758: "sqlx-rt",
2759: "stringprep",
2760: "thiserror",
2761: "url 2.3.1",
2762: "webpki-roots",
2763: "whoami",
2764: ]
2765:
2766: [[package]]
2767: name = "sqlx-macros"
3c5e2bd226 2023-03-12 2768: version = "0.6.2"
2769: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2770: checksum = "b850fa514dc11f2ee85be9d055c512aa866746adfacd1cb42d867d68e6a5b0d9"
2771: dependencies = [
2772: "dotenvy",
2773: "either",
2774: "heck",
2775: "once_cell",
2776: "proc-macro2",
2777: "quote",
2778: "sha2",
2779: "sqlx-core",
2780: "sqlx-rt",
3c5e2bd226 2023-03-12 2781: "syn",
2782: "url 2.3.1",
2783: ]
2784:
2785: [[package]]
2786: name = "sqlx-rt"
3c5e2bd226 2023-03-12 2787: version = "0.6.2"
2788: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2789: checksum = "24c5b2d25fa654cc5f841750b8e1cdedbe21189bf9a9382ee90bfa9dd3562396"
2790: dependencies = [
2791: "async-std",
2792: "futures-rustls",
2793: ]
2794:
2795: [[package]]
2796: name = "string"
2797: version = "0.2.1"
2798: source = "registry+https://github.com/rust-lang/crates.io-index"
2799: checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
2800: dependencies = [
2801: "bytes 0.4.12",
2802: ]
2803:
2804: [[package]]
2805: name = "stringprep"
2806: version = "0.1.2"
2807: source = "registry+https://github.com/rust-lang/crates.io-index"
2808: checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
2809: dependencies = [
2810: "unicode-bidi",
2811: "unicode-normalization",
2812: ]
2813:
2814: [[package]]
2815: name = "strsim"
2816: version = "0.9.3"
2817: source = "registry+https://github.com/rust-lang/crates.io-index"
2818: checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
2819:
2820: [[package]]
2821: name = "strsim"
2822: version = "0.10.0"
2823: source = "registry+https://github.com/rust-lang/crates.io-index"
2824: checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2825:
2826: [[package]]
2827: name = "subtle"
3c5e2bd226 2023-03-12 2828: version = "2.4.1"
2829: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2830: checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2831:
2832: [[package]]
2833: name = "syn"
2834: version = "1.0.109"
2835: source = "registry+https://github.com/rust-lang/crates.io-index"
2836: checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2837: dependencies = [
2838: "proc-macro2",
2839: "quote",
2840: "unicode-ident",
2841: ]
2842:
2843: [[package]]
2844: name = "synstructure"
2845: version = "0.12.6"
2846: source = "registry+https://github.com/rust-lang/crates.io-index"
2847: checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2848: dependencies = [
2849: "proc-macro2",
2850: "quote",
3c5e2bd226 2023-03-12 2851: "syn",
2852: "unicode-xid",
2853: ]
2854:
2855: [[package]]
2856: name = "telegram-bot"
2857: version = "0.9.0"
2858: source = "git+https://github.com/telegram-rs/telegram-bot#65ad5cfd578e9a1260ce6daac714eb2153c0bec7"
2859: dependencies = [
2860: "bytes 1.4.0",
3c5e2bd226 2023-03-12 2861: "futures 0.3.27",
3c5e2bd226 2023-03-12 2862: "hyper 0.14.25",
2863: "hyper-tls 0.5.0",
2864: "multipart",
2865: "telegram-bot-raw",
3c5e2bd226 2023-03-12 2866: "tokio 1.26.0",
2867: "tracing",
2868: "tracing-futures",
2869: ]
2870:
2871: [[package]]
2872: name = "telegram-bot-raw"
2873: version = "0.9.0"
2874: source = "git+https://github.com/telegram-rs/telegram-bot#65ad5cfd578e9a1260ce6daac714eb2153c0bec7"
2875: dependencies = [
2876: "bytes 1.4.0",
2877: "serde",
2878: "serde-value",
2879: "serde_derive",
2880: "serde_json",
2881: ]
2882:
2883: [[package]]
2884: name = "tempfile"
3c5e2bd226 2023-03-12 2885: version = "3.4.0"
2886: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2887: checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
2888: dependencies = [
2889: "cfg-if 1.0.0",
2890: "fastrand",
3c5e2bd226 2023-03-12 2891: "redox_syscall 0.2.16",
2892: "rustix",
3c5e2bd226 2023-03-12 2893: "windows-sys 0.42.0",
3c5e2bd226 2023-03-12 2894: ]
3c5e2bd226 2023-03-12 2895:
3c5e2bd226 2023-03-12 2896: [[package]]
3c5e2bd226 2023-03-12 2897: name = "termcolor"
3c5e2bd226 2023-03-12 2898: version = "1.2.0"
3c5e2bd226 2023-03-12 2899: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2900: checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
3c5e2bd226 2023-03-12 2901: dependencies = [
3c5e2bd226 2023-03-12 2902: "winapi-util",
2903: ]
2904:
2905: [[package]]
2906: name = "thiserror"
3c5e2bd226 2023-03-12 2907: version = "1.0.39"
2908: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2909: checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
2910: dependencies = [
2911: "thiserror-impl",
2912: ]
2913:
2914: [[package]]
2915: name = "thiserror-impl"
3c5e2bd226 2023-03-12 2916: version = "1.0.39"
2917: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2918: checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
2919: dependencies = [
2920: "proc-macro2",
2921: "quote",
3c5e2bd226 2023-03-12 2922: "syn",
2923: ]
2924:
2925: [[package]]
2926: name = "time"
2927: version = "0.1.45"
2928: source = "registry+https://github.com/rust-lang/crates.io-index"
2929: checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2930: dependencies = [
2931: "libc",
2932: "wasi 0.10.0+wasi-snapshot-preview1",
2933: "winapi 0.3.9",
2934: ]
2935:
2936: [[package]]
2937: name = "tinyvec"
2938: version = "1.6.0"
2939: source = "registry+https://github.com/rust-lang/crates.io-index"
2940: checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2941: dependencies = [
2942: "tinyvec_macros",
2943: ]
2944:
2945: [[package]]
2946: name = "tinyvec_macros"
2947: version = "0.1.1"
2948: source = "registry+https://github.com/rust-lang/crates.io-index"
2949: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2950:
2951: [[package]]
2952: name = "tokio"
2953: version = "0.1.22"
2954: source = "registry+https://github.com/rust-lang/crates.io-index"
2955: checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
2956: dependencies = [
2957: "bytes 0.4.12",
2958: "futures 0.1.31",
2959: "mio 0.6.23",
2960: "num_cpus",
2961: "tokio-current-thread",
2962: "tokio-executor",
2963: "tokio-io",
2964: "tokio-reactor",
2965: "tokio-tcp",
2966: "tokio-threadpool",
2967: "tokio-timer",
2968: ]
2969:
2970: [[package]]
2971: name = "tokio"
3c5e2bd226 2023-03-12 2972: version = "1.26.0"
2973: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2974: checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
2975: dependencies = [
2976: "autocfg 1.1.0",
2977: "bytes 1.4.0",
2978: "libc",
3c5e2bd226 2023-03-12 2979: "memchr",
2980: "mio 0.8.6",
2981: "num_cpus",
2982: "pin-project-lite",
2983: "socket2",
3c5e2bd226 2023-03-12 2984: "windows-sys 0.45.0",
2985: ]
2986:
2987: [[package]]
2988: name = "tokio-buf"
2989: version = "0.1.1"
2990: source = "registry+https://github.com/rust-lang/crates.io-index"
2991: checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
2992: dependencies = [
2993: "bytes 0.4.12",
2994: "either",
2995: "futures 0.1.31",
2996: ]
2997:
2998: [[package]]
2999: name = "tokio-current-thread"
3000: version = "0.1.7"
3001: source = "registry+https://github.com/rust-lang/crates.io-index"
3002: checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
3003: dependencies = [
3004: "futures 0.1.31",
3005: "tokio-executor",
3006: ]
3007:
3008: [[package]]
3009: name = "tokio-executor"
3010: version = "0.1.10"
3011: source = "registry+https://github.com/rust-lang/crates.io-index"
3012: checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
3013: dependencies = [
3014: "crossbeam-utils 0.7.2",
3015: "futures 0.1.31",
3016: ]
3017:
3018: [[package]]
3019: name = "tokio-io"
3020: version = "0.1.13"
3021: source = "registry+https://github.com/rust-lang/crates.io-index"
3022: checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
3023: dependencies = [
3024: "bytes 0.4.12",
3025: "futures 0.1.31",
3026: "log",
3027: ]
3028:
3029: [[package]]
3030: name = "tokio-native-tls"
3031: version = "0.3.1"
3032: source = "registry+https://github.com/rust-lang/crates.io-index"
3033: checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3034: dependencies = [
3035: "native-tls",
3c5e2bd226 2023-03-12 3036: "tokio 1.26.0",
3037: ]
3038:
3039: [[package]]
3040: name = "tokio-reactor"
3041: version = "0.1.12"
3042: source = "registry+https://github.com/rust-lang/crates.io-index"
3043: checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
3044: dependencies = [
3045: "crossbeam-utils 0.7.2",
3046: "futures 0.1.31",
3047: "lazy_static",
3048: "log",
3049: "mio 0.6.23",
3050: "num_cpus",
3051: "parking_lot 0.9.0",
3052: "slab",
3053: "tokio-executor",
3054: "tokio-io",
3055: "tokio-sync",
3056: ]
3057:
3058: [[package]]
3059: name = "tokio-sync"
3060: version = "0.1.8"
3061: source = "registry+https://github.com/rust-lang/crates.io-index"
3062: checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
3063: dependencies = [
3064: "fnv",
3065: "futures 0.1.31",
3066: ]
3067:
3068: [[package]]
3069: name = "tokio-tcp"
3070: version = "0.1.4"
3071: source = "registry+https://github.com/rust-lang/crates.io-index"
3072: checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
3073: dependencies = [
3074: "bytes 0.4.12",
3075: "futures 0.1.31",
3076: "iovec",
3077: "mio 0.6.23",
3078: "tokio-io",
3079: "tokio-reactor",
3080: ]
3081:
3082: [[package]]
3083: name = "tokio-threadpool"
3084: version = "0.1.18"
3085: source = "registry+https://github.com/rust-lang/crates.io-index"
3086: checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
3087: dependencies = [
3088: "crossbeam-deque",
3089: "crossbeam-queue 0.2.3",
3090: "crossbeam-utils 0.7.2",
3091: "futures 0.1.31",
3092: "lazy_static",
3093: "log",
3094: "num_cpus",
3095: "slab",
3096: "tokio-executor",
3097: ]
3098:
3099: [[package]]
3100: name = "tokio-timer"
3101: version = "0.2.13"
3102: source = "registry+https://github.com/rust-lang/crates.io-index"
3103: checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
3104: dependencies = [
3105: "crossbeam-utils 0.7.2",
3106: "futures 0.1.31",
3107: "slab",
3108: "tokio-executor",
3109: ]
3110:
3111: [[package]]
3112: name = "tokio-util"
3c5e2bd226 2023-03-12 3113: version = "0.7.7"
3114: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3115: checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
3116: dependencies = [
3117: "bytes 1.4.0",
3118: "futures-core",
3119: "futures-sink",
3120: "pin-project-lite",
3c5e2bd226 2023-03-12 3121: "tokio 1.26.0",
3122: "tracing",
3123: ]
3124:
3125: [[package]]
3126: name = "toml"
3127: version = "0.5.11"
3128: source = "registry+https://github.com/rust-lang/crates.io-index"
3129: checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
3130: dependencies = [
3131: "serde",
3132: ]
3133:
3134: [[package]]
3135: name = "tower-service"
3136: version = "0.3.2"
3137: source = "registry+https://github.com/rust-lang/crates.io-index"
3138: checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
3139:
3140: [[package]]
3141: name = "tracing"
3142: version = "0.1.37"
3143: source = "registry+https://github.com/rust-lang/crates.io-index"
3144: checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
3145: dependencies = [
3146: "cfg-if 1.0.0",
3147: "pin-project-lite",
3148: "tracing-attributes",
3149: "tracing-core",
3150: ]
3151:
3152: [[package]]
3153: name = "tracing-attributes"
3c5e2bd226 2023-03-12 3154: version = "0.1.23"
3155: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3156: checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
3157: dependencies = [
3158: "proc-macro2",
3159: "quote",
3c5e2bd226 2023-03-12 3160: "syn",
3161: ]
3162:
3163: [[package]]
3164: name = "tracing-core"
3c5e2bd226 2023-03-12 3165: version = "0.1.30"
3166: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3167: checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
3168: dependencies = [
3169: "once_cell",
3170: ]
3171:
3172: [[package]]
3173: name = "tracing-futures"
3174: version = "0.2.5"
3175: source = "registry+https://github.com/rust-lang/crates.io-index"
3176: checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
3177: dependencies = [
3178: "pin-project",
3179: "tracing",
3180: ]
3181:
3182: [[package]]
3183: name = "try-lock"
3184: version = "0.2.4"
3185: source = "registry+https://github.com/rust-lang/crates.io-index"
3186: checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
3187:
3188: [[package]]
3189: name = "try_from"
3190: version = "0.3.2"
3191: source = "registry+https://github.com/rust-lang/crates.io-index"
3192: checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
3193: dependencies = [
3194: "cfg-if 0.1.10",
3195: ]
3196:
3197: [[package]]
3198: name = "typenum"
3199: version = "1.16.0"
3200: source = "registry+https://github.com/rust-lang/crates.io-index"
3201: checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
3202:
3203: [[package]]
3204: name = "unicase"
3205: version = "2.6.0"
3206: source = "registry+https://github.com/rust-lang/crates.io-index"
3207: checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
3208: dependencies = [
3209: "version_check",
3210: ]
3211:
3212: [[package]]
3213: name = "unicode-bidi"
3c5e2bd226 2023-03-12 3214: version = "0.3.11"
3215: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3216: checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c"
3217:
3218: [[package]]
3219: name = "unicode-ident"
3c5e2bd226 2023-03-12 3220: version = "1.0.8"
3221: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3222: checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
3223:
3224: [[package]]
3225: name = "unicode-normalization"
3226: version = "0.1.22"
3227: source = "registry+https://github.com/rust-lang/crates.io-index"
3228: checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
3229: dependencies = [
3230: "tinyvec",
3231: ]
3232:
3233: [[package]]
3234: name = "unicode-segmentation"
3235: version = "1.10.1"
3236: source = "registry+https://github.com/rust-lang/crates.io-index"
3237: checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
3c5e2bd226 2023-03-12 3238:
3c5e2bd226 2023-03-12 3239: [[package]]
3c5e2bd226 2023-03-12 3240: name = "unicode-width"
3c5e2bd226 2023-03-12 3241: version = "0.1.10"
3c5e2bd226 2023-03-12 3242: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3243: checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
3244:
3245: [[package]]
3246: name = "unicode-xid"
3247: version = "0.2.4"
3248: source = "registry+https://github.com/rust-lang/crates.io-index"
3249: checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
3250:
3251: [[package]]
3252: name = "unicode_categories"
3253: version = "0.1.1"
3254: source = "registry+https://github.com/rust-lang/crates.io-index"
3255: checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
3256:
3257: [[package]]
3258: name = "untrusted"
3259: version = "0.7.1"
3260: source = "registry+https://github.com/rust-lang/crates.io-index"
3261: checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
3262:
3263: [[package]]
3264: name = "url"
3265: version = "1.7.2"
3266: source = "registry+https://github.com/rust-lang/crates.io-index"
3267: checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
3268: dependencies = [
3269: "idna 0.1.5",
3270: "matches",
3271: "percent-encoding 1.0.1",
3272: ]
3273:
3274: [[package]]
3275: name = "url"
3276: version = "2.3.1"
3277: source = "registry+https://github.com/rust-lang/crates.io-index"
3278: checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
3279: dependencies = [
3280: "form_urlencoded",
3281: "idna 0.3.0",
3282: "percent-encoding 2.2.0",
3283: ]
3284:
3285: [[package]]
3286: name = "uuid"
3287: version = "0.7.4"
3288: source = "registry+https://github.com/rust-lang/crates.io-index"
3289: checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
3290: dependencies = [
3291: "rand 0.6.5",
3292: ]
3293:
3294: [[package]]
3295: name = "value-bag"
3296: version = "1.0.0-alpha.9"
3297: source = "registry+https://github.com/rust-lang/crates.io-index"
3298: checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
3299: dependencies = [
3300: "ctor",
3301: "version_check",
3302: ]
3303:
3304: [[package]]
3305: name = "vcpkg"
3306: version = "0.2.15"
3307: source = "registry+https://github.com/rust-lang/crates.io-index"
3308: checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3309:
3310: [[package]]
3311: name = "version_check"
3312: version = "0.9.4"
3313: source = "registry+https://github.com/rust-lang/crates.io-index"
3314: checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3315:
3316: [[package]]
3317: name = "waker-fn"
3318: version = "1.1.0"
3319: source = "registry+https://github.com/rust-lang/crates.io-index"
3320: checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
3321:
3322: [[package]]
3323: name = "want"
3324: version = "0.2.0"
3325: source = "registry+https://github.com/rust-lang/crates.io-index"
3326: checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
3327: dependencies = [
3328: "futures 0.1.31",
3329: "log",
3330: "try-lock",
3331: ]
3332:
3333: [[package]]
3334: name = "want"
3335: version = "0.3.0"
3336: source = "registry+https://github.com/rust-lang/crates.io-index"
3337: checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
3338: dependencies = [
3339: "log",
3340: "try-lock",
3341: ]
3342:
3343: [[package]]
3344: name = "wasi"
3345: version = "0.9.0+wasi-snapshot-preview1"
3346: source = "registry+https://github.com/rust-lang/crates.io-index"
3347: checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
3348:
3349: [[package]]
3350: name = "wasi"
3351: version = "0.10.0+wasi-snapshot-preview1"
3352: source = "registry+https://github.com/rust-lang/crates.io-index"
3353: checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
3354:
3355: [[package]]
3356: name = "wasi"
3357: version = "0.11.0+wasi-snapshot-preview1"
3358: source = "registry+https://github.com/rust-lang/crates.io-index"
3359: checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3360:
3361: [[package]]
3362: name = "wasm-bindgen"
3c5e2bd226 2023-03-12 3363: version = "0.2.84"
3364: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3365: checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
3366: dependencies = [
3367: "cfg-if 1.0.0",
3368: "wasm-bindgen-macro",
3369: ]
3370:
3371: [[package]]
3372: name = "wasm-bindgen-backend"
3c5e2bd226 2023-03-12 3373: version = "0.2.84"
3374: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3375: checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
3376: dependencies = [
3377: "bumpalo",
3378: "log",
3379: "once_cell",
3380: "proc-macro2",
3381: "quote",
3c5e2bd226 2023-03-12 3382: "syn",
3383: "wasm-bindgen-shared",
3384: ]
3385:
3386: [[package]]
3387: name = "wasm-bindgen-futures"
3c5e2bd226 2023-03-12 3388: version = "0.4.34"
3389: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3390: checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
3391: dependencies = [
3392: "cfg-if 1.0.0",
3393: "js-sys",
3394: "wasm-bindgen",
3395: "web-sys",
3396: ]
3397:
3398: [[package]]
3399: name = "wasm-bindgen-macro"
3c5e2bd226 2023-03-12 3400: version = "0.2.84"
3401: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3402: checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
3403: dependencies = [
3404: "quote",
3405: "wasm-bindgen-macro-support",
3406: ]
3407:
3408: [[package]]
3409: name = "wasm-bindgen-macro-support"
3c5e2bd226 2023-03-12 3410: version = "0.2.84"
3411: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3412: checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
3413: dependencies = [
3414: "proc-macro2",
3415: "quote",
3c5e2bd226 2023-03-12 3416: "syn",
3417: "wasm-bindgen-backend",
3418: "wasm-bindgen-shared",
3419: ]
3420:
3421: [[package]]
3422: name = "wasm-bindgen-shared"
3c5e2bd226 2023-03-12 3423: version = "0.2.84"
3424: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3425: checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
3426:
3427: [[package]]
3428: name = "web-sys"
3c5e2bd226 2023-03-12 3429: version = "0.3.61"
3430: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3431: checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
3432: dependencies = [
3433: "js-sys",
3434: "wasm-bindgen",
3435: ]
3436:
3437: [[package]]
3438: name = "webpki"
3439: version = "0.22.0"
3440: source = "registry+https://github.com/rust-lang/crates.io-index"
3441: checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
3442: dependencies = [
3443: "ring",
3444: "untrusted",
3445: ]
3446:
3447: [[package]]
3448: name = "webpki-roots"
3449: version = "0.22.6"
3450: source = "registry+https://github.com/rust-lang/crates.io-index"
3451: checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
3452: dependencies = [
3453: "webpki",
3454: ]
3455:
3456: [[package]]
3457: name = "whoami"
3c5e2bd226 2023-03-12 3458: version = "1.3.0"
3459: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3460: checksum = "45dbc71f0cdca27dc261a9bd37ddec174e4a0af2b900b890f378460f745426e3"
3461: dependencies = [
3462: "wasm-bindgen",
3463: "web-sys",
3464: ]
3465:
3466: [[package]]
3467: name = "winapi"
3468: version = "0.2.8"
3469: source = "registry+https://github.com/rust-lang/crates.io-index"
3470: checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
3471:
3472: [[package]]
3473: name = "winapi"
3474: version = "0.3.9"
3475: source = "registry+https://github.com/rust-lang/crates.io-index"
3476: checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3477: dependencies = [
3478: "winapi-i686-pc-windows-gnu",
3479: "winapi-x86_64-pc-windows-gnu",
3480: ]
3481:
3482: [[package]]
3483: name = "winapi-build"
3484: version = "0.1.1"
3485: source = "registry+https://github.com/rust-lang/crates.io-index"
3486: checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
3487:
3488: [[package]]
3489: name = "winapi-i686-pc-windows-gnu"
3490: version = "0.4.0"
3491: source = "registry+https://github.com/rust-lang/crates.io-index"
3492: checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3493:
3494: [[package]]
3c5e2bd226 2023-03-12 3495: name = "winapi-util"
3c5e2bd226 2023-03-12 3496: version = "0.1.5"
3c5e2bd226 2023-03-12 3497: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3498: checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
3c5e2bd226 2023-03-12 3499: dependencies = [
3c5e2bd226 2023-03-12 3500: "winapi 0.3.9",
3c5e2bd226 2023-03-12 3501: ]
3c5e2bd226 2023-03-12 3502:
3c5e2bd226 2023-03-12 3503: [[package]]
3504: name = "winapi-x86_64-pc-windows-gnu"
3505: version = "0.4.0"
3506: source = "registry+https://github.com/rust-lang/crates.io-index"
3507: checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3508:
3509: [[package]]
3510: name = "windows-sys"
3511: version = "0.42.0"
3512: source = "registry+https://github.com/rust-lang/crates.io-index"
3513: checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
3514: dependencies = [
3c5e2bd226 2023-03-12 3515: "windows_aarch64_gnullvm",
3c5e2bd226 2023-03-12 3516: "windows_aarch64_msvc",
3c5e2bd226 2023-03-12 3517: "windows_i686_gnu",
3c5e2bd226 2023-03-12 3518: "windows_i686_msvc",
3c5e2bd226 2023-03-12 3519: "windows_x86_64_gnu",
3c5e2bd226 2023-03-12 3520: "windows_x86_64_gnullvm",
3c5e2bd226 2023-03-12 3521: "windows_x86_64_msvc",
3522: ]
3523:
3524: [[package]]
3525: name = "windows-sys"
3526: version = "0.45.0"
3527: source = "registry+https://github.com/rust-lang/crates.io-index"
3528: checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
3529: dependencies = [
3c5e2bd226 2023-03-12 3530: "windows-targets",
3c5e2bd226 2023-03-12 3531: ]
3c5e2bd226 2023-03-12 3532:
3c5e2bd226 2023-03-12 3533: [[package]]
3c5e2bd226 2023-03-12 3534: name = "windows-targets"
3c5e2bd226 2023-03-12 3535: version = "0.42.1"
3c5e2bd226 2023-03-12 3536: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3537: checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
3c5e2bd226 2023-03-12 3538: dependencies = [
3c5e2bd226 2023-03-12 3539: "windows_aarch64_gnullvm",
3c5e2bd226 2023-03-12 3540: "windows_aarch64_msvc",
3c5e2bd226 2023-03-12 3541: "windows_i686_gnu",
3c5e2bd226 2023-03-12 3542: "windows_i686_msvc",
3c5e2bd226 2023-03-12 3543: "windows_x86_64_gnu",
3c5e2bd226 2023-03-12 3544: "windows_x86_64_gnullvm",
3c5e2bd226 2023-03-12 3545: "windows_x86_64_msvc",
3c5e2bd226 2023-03-12 3546: ]
3c5e2bd226 2023-03-12 3547:
3c5e2bd226 2023-03-12 3548: [[package]]
3c5e2bd226 2023-03-12 3549: name = "windows_aarch64_gnullvm"
3c5e2bd226 2023-03-12 3550: version = "0.42.1"
3c5e2bd226 2023-03-12 3551: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3552: checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
3c5e2bd226 2023-03-12 3553:
3c5e2bd226 2023-03-12 3554: [[package]]
3c5e2bd226 2023-03-12 3555: name = "windows_aarch64_msvc"
3c5e2bd226 2023-03-12 3556: version = "0.42.1"
3c5e2bd226 2023-03-12 3557: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3558: checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
3c5e2bd226 2023-03-12 3559:
3c5e2bd226 2023-03-12 3560: [[package]]
3c5e2bd226 2023-03-12 3561: name = "windows_i686_gnu"
3c5e2bd226 2023-03-12 3562: version = "0.42.1"
3c5e2bd226 2023-03-12 3563: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3564: checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
3c5e2bd226 2023-03-12 3565:
3c5e2bd226 2023-03-12 3566: [[package]]
3c5e2bd226 2023-03-12 3567: name = "windows_i686_msvc"
3c5e2bd226 2023-03-12 3568: version = "0.42.1"
3c5e2bd226 2023-03-12 3569: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3570: checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
3c5e2bd226 2023-03-12 3571:
3c5e2bd226 2023-03-12 3572: [[package]]
3c5e2bd226 2023-03-12 3573: name = "windows_x86_64_gnu"
3c5e2bd226 2023-03-12 3574: version = "0.42.1"
3c5e2bd226 2023-03-12 3575: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3576: checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
3c5e2bd226 2023-03-12 3577:
3c5e2bd226 2023-03-12 3578: [[package]]
3c5e2bd226 2023-03-12 3579: name = "windows_x86_64_gnullvm"
3c5e2bd226 2023-03-12 3580: version = "0.42.1"
3c5e2bd226 2023-03-12 3581: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3582: checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
3c5e2bd226 2023-03-12 3583:
3c5e2bd226 2023-03-12 3584: [[package]]
3c5e2bd226 2023-03-12 3585: name = "windows_x86_64_msvc"
3c5e2bd226 2023-03-12 3586: version = "0.42.1"
3c5e2bd226 2023-03-12 3587: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 3588: checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
3589:
3590: [[package]]
3591: name = "winreg"
3592: version = "0.6.2"
3593: source = "registry+https://github.com/rust-lang/crates.io-index"
3594: checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
3595: dependencies = [
3596: "winapi 0.3.9",
3597: ]
3598:
3599: [[package]]
3600: name = "winreg"
3601: version = "0.10.1"
3602: source = "registry+https://github.com/rust-lang/crates.io-index"
3603: checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
3604: dependencies = [
3605: "winapi 0.3.9",
3606: ]
3607:
3608: [[package]]
3609: name = "ws2_32-sys"
3610: version = "0.2.1"
3611: source = "registry+https://github.com/rust-lang/crates.io-index"
3612: checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
3613: dependencies = [
3614: "winapi 0.2.8",
3615: "winapi-build",
3616: ]