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