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