Lines of
Cargo.lock
from check-in f5365bf71c
that are changed by the sequence of edits moving toward
check-in 5609487b23:
1: # This file is automatically @generated by Cargo.
2: # It is not intended for manual editing.
3: [[package]]
4: name = "addr2line"
f5365bf71c 2021-01-22 5: version = "0.14.1"
6: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 7: checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
8: dependencies = [
9: "gimli",
10: ]
11:
12: [[package]]
13: name = "adler"
f5365bf71c 2021-01-22 14: version = "0.2.3"
15: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 16: checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
f5365bf71c 2021-01-22 17:
f5365bf71c 2021-01-22 18: [[package]]
f5365bf71c 2021-01-22 19: name = "ahash"
f5365bf71c 2021-01-22 20: version = "0.4.7"
f5365bf71c 2021-01-22 21: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 22: checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
23:
24: [[package]]
25: name = "ahash"
f5365bf71c 2021-01-22 26: version = "0.6.3"
27: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 28: checksum = "796540673305a66d127804eef19ad696f1f204b8c1025aaca4958c17eab32877"
29: dependencies = [
f5365bf71c 2021-01-22 30: "getrandom 0.2.2",
31: "once_cell",
f5365bf71c 2021-01-22 32: "version_check 0.9.2",
33: ]
34:
35: [[package]]
36: name = "aho-corasick"
f5365bf71c 2021-01-22 37: version = "0.7.15"
38: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 39: checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
40: dependencies = [
41: "memchr",
42: ]
43:
44: [[package]]
45: name = "anyhow"
f5365bf71c 2021-01-22 46: version = "1.0.38"
47: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 48: checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
49:
50: [[package]]
51: name = "arrayvec"
52: version = "0.5.2"
53: source = "registry+https://github.com/rust-lang/crates.io-index"
54: checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
55:
56: [[package]]
57: name = "atoi"
58: version = "0.4.0"
59: source = "registry+https://github.com/rust-lang/crates.io-index"
60: checksum = "616896e05fc0e2649463a93a15183c6a16bf03413a7af88ef1285ddedfa9cda5"
61: dependencies = [
62: "num-traits 0.2.14",
63: ]
64:
65: [[package]]
66: name = "autocfg"
67: version = "0.1.7"
68: source = "registry+https://github.com/rust-lang/crates.io-index"
69: checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
70:
71: [[package]]
72: name = "autocfg"
73: version = "1.0.1"
74: source = "registry+https://github.com/rust-lang/crates.io-index"
75: checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
76:
77: [[package]]
78: name = "backtrace"
f5365bf71c 2021-01-22 79: version = "0.3.56"
80: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 81: checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
82: dependencies = [
83: "addr2line",
84: "cfg-if 1.0.0",
85: "libc",
86: "miniz_oxide",
87: "object",
88: "rustc-demangle",
89: ]
90:
91: [[package]]
92: name = "base64"
93: version = "0.10.1"
94: source = "registry+https://github.com/rust-lang/crates.io-index"
95: checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
96: dependencies = [
97: "byteorder",
98: ]
99:
100: [[package]]
101: name = "base64"
102: version = "0.13.0"
103: source = "registry+https://github.com/rust-lang/crates.io-index"
104: checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
105:
106: [[package]]
107: name = "bitflags"
108: version = "1.2.1"
109: source = "registry+https://github.com/rust-lang/crates.io-index"
110: checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
111:
112: [[package]]
113: name = "bitvec"
f5365bf71c 2021-01-22 114: version = "0.19.4"
115: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 116: checksum = "a7ba35e9565969edb811639dbebfe34edc0368e472c5018474c8eb2543397f81"
117: dependencies = [
118: "funty",
119: "radium",
120: "tap",
121: "wyz",
122: ]
123:
124: [[package]]
125: name = "block-buffer"
126: version = "0.9.0"
127: source = "registry+https://github.com/rust-lang/crates.io-index"
128: checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
129: dependencies = [
130: "generic-array",
131: ]
132:
133: [[package]]
134: name = "build_const"
f5365bf71c 2021-01-22 135: version = "0.2.1"
136: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 137: checksum = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
138:
139: [[package]]
140: name = "bumpalo"
f5365bf71c 2021-01-22 141: version = "3.4.0"
142: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 143: checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
144:
145: [[package]]
146: name = "byteorder"
f5365bf71c 2021-01-22 147: version = "1.4.2"
148: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 149: checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
150:
151: [[package]]
152: name = "bytes"
153: version = "0.4.12"
154: source = "registry+https://github.com/rust-lang/crates.io-index"
155: checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
156: dependencies = [
157: "byteorder",
158: "either",
159: "iovec",
160: ]
161:
162: [[package]]
163: name = "bytes"
164: version = "0.5.6"
165: source = "registry+https://github.com/rust-lang/crates.io-index"
166: checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
167:
168: [[package]]
169: name = "bytes"
170: version = "1.0.1"
171: source = "registry+https://github.com/rust-lang/crates.io-index"
172: checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
173:
174: [[package]]
f5365bf71c 2021-01-22 175: name = "cargo-platform"
f5365bf71c 2021-01-22 176: version = "0.1.1"
177: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 178: checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"
f5365bf71c 2021-01-22 179: dependencies = [
f5365bf71c 2021-01-22 180: "serde 1.0.120",
f5365bf71c 2021-01-22 181: ]
f5365bf71c 2021-01-22 182:
f5365bf71c 2021-01-22 183: [[package]]
f5365bf71c 2021-01-22 184: name = "cargo_metadata"
f5365bf71c 2021-01-22 185: version = "0.12.3"
f5365bf71c 2021-01-22 186: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 187: checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"
f5365bf71c 2021-01-22 188: dependencies = [
f5365bf71c 2021-01-22 189: "cargo-platform",
f5365bf71c 2021-01-22 190: "semver 0.11.0",
f5365bf71c 2021-01-22 191: "semver-parser 0.10.2",
f5365bf71c 2021-01-22 192: "serde 1.0.120",
f5365bf71c 2021-01-22 193: "serde_json",
f5365bf71c 2021-01-22 194: ]
195:
196: [[package]]
197: name = "cc"
f5365bf71c 2021-01-22 198: version = "1.0.66"
199: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 200: checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
201:
202: [[package]]
203: name = "cfg-if"
204: version = "0.1.10"
205: source = "registry+https://github.com/rust-lang/crates.io-index"
206: checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
207:
208: [[package]]
209: name = "cfg-if"
210: version = "1.0.0"
211: source = "registry+https://github.com/rust-lang/crates.io-index"
212: checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
213:
214: [[package]]
215: name = "chrono"
216: version = "0.4.19"
217: source = "registry+https://github.com/rust-lang/crates.io-index"
218: checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
219: dependencies = [
220: "libc",
221: "num-integer",
222: "num-traits 0.2.14",
223: "time",
224: "winapi 0.3.9",
225: ]
226:
227: [[package]]
228: name = "cloudabi"
229: version = "0.0.3"
230: source = "registry+https://github.com/rust-lang/crates.io-index"
231: checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
232: dependencies = [
233: "bitflags",
234: ]
235:
236: [[package]]
237: name = "config"
f5365bf71c 2021-01-22 238: version = "0.10.1"
239: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 240: checksum = "19b076e143e1d9538dde65da30f8481c2a6c44040edb8e02b9bf1351edb92ce3"
241: dependencies = [
242: "lazy_static",
243: "nom 5.1.2",
244: "rust-ini",
f5365bf71c 2021-01-22 245: "serde 1.0.120",
246: "serde-hjson",
247: "serde_json",
248: "toml",
249: "yaml-rust",
250: ]
251:
252: [[package]]
253: name = "cookie"
254: version = "0.12.0"
255: source = "registry+https://github.com/rust-lang/crates.io-index"
256: checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
257: dependencies = [
258: "time",
259: "url 1.7.2",
260: ]
261:
262: [[package]]
263: name = "cookie_store"
264: version = "0.7.0"
265: source = "registry+https://github.com/rust-lang/crates.io-index"
266: checksum = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
267: dependencies = [
268: "cookie",
269: "failure",
270: "idna 0.1.5",
f5365bf71c 2021-01-22 271: "log 0.4.13",
272: "publicsuffix",
f5365bf71c 2021-01-22 273: "serde 1.0.120",
274: "serde_json",
275: "time",
276: "try_from",
277: "url 1.7.2",
278: ]
279:
280: [[package]]
281: name = "core-foundation"
282: version = "0.9.1"
283: source = "registry+https://github.com/rust-lang/crates.io-index"
284: checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
285: dependencies = [
286: "core-foundation-sys",
287: "libc",
288: ]
289:
290: [[package]]
291: name = "core-foundation-sys"
292: version = "0.8.2"
293: source = "registry+https://github.com/rust-lang/crates.io-index"
294: checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
295:
296: [[package]]
f5365bf71c 2021-01-22 297: name = "cpuid-bool"
f5365bf71c 2021-01-22 298: version = "0.1.2"
299: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 300: checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
301:
302: [[package]]
303: name = "crc"
304: version = "1.8.1"
305: source = "registry+https://github.com/rust-lang/crates.io-index"
306: checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
307: dependencies = [
308: "build_const",
309: ]
310:
311: [[package]]
312: name = "crc32fast"
313: version = "1.2.1"
314: source = "registry+https://github.com/rust-lang/crates.io-index"
315: checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
316: dependencies = [
317: "cfg-if 1.0.0",
318: ]
319:
320: [[package]]
321: name = "crossbeam-channel"
f5365bf71c 2021-01-22 322: version = "0.5.0"
323: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 324: checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
325: dependencies = [
326: "cfg-if 1.0.0",
f5365bf71c 2021-01-22 327: "crossbeam-utils 0.8.1",
328: ]
329:
330: [[package]]
331: name = "crossbeam-deque"
332: version = "0.7.3"
333: source = "registry+https://github.com/rust-lang/crates.io-index"
334: checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
335: dependencies = [
336: "crossbeam-epoch",
337: "crossbeam-utils 0.7.2",
338: "maybe-uninit",
339: ]
340:
341: [[package]]
342: name = "crossbeam-epoch"
343: version = "0.8.2"
344: source = "registry+https://github.com/rust-lang/crates.io-index"
345: checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
346: dependencies = [
347: "autocfg 1.0.1",
348: "cfg-if 0.1.10",
349: "crossbeam-utils 0.7.2",
350: "lazy_static",
351: "maybe-uninit",
352: "memoffset",
353: "scopeguard",
354: ]
355:
356: [[package]]
357: name = "crossbeam-queue"
358: version = "0.2.3"
359: source = "registry+https://github.com/rust-lang/crates.io-index"
360: checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
361: dependencies = [
362: "cfg-if 0.1.10",
363: "crossbeam-utils 0.7.2",
364: "maybe-uninit",
365: ]
366:
367: [[package]]
368: name = "crossbeam-queue"
f5365bf71c 2021-01-22 369: version = "0.3.1"
370: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 371: checksum = "0f6cb3c7f5b8e51bc3ebb73a2327ad4abdbd119dc13223f14f961d2f38486756"
372: dependencies = [
373: "cfg-if 1.0.0",
f5365bf71c 2021-01-22 374: "crossbeam-utils 0.8.1",
375: ]
376:
377: [[package]]
378: name = "crossbeam-utils"
379: version = "0.7.2"
380: source = "registry+https://github.com/rust-lang/crates.io-index"
381: checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
382: dependencies = [
383: "autocfg 1.0.1",
384: "cfg-if 0.1.10",
385: "lazy_static",
386: ]
387:
388: [[package]]
389: name = "crossbeam-utils"
f5365bf71c 2021-01-22 390: version = "0.8.1"
391: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 392: checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
393: dependencies = [
f5365bf71c 2021-01-22 394: "autocfg 1.0.1",
395: "cfg-if 1.0.0",
396: "lazy_static",
397: ]
398:
399: [[package]]
400: name = "crypto-mac"
401: version = "0.10.0"
402: source = "registry+https://github.com/rust-lang/crates.io-index"
403: checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6"
404: dependencies = [
405: "generic-array",
406: "subtle",
407: ]
408:
409: [[package]]
410: name = "darling"
411: version = "0.10.2"
412: source = "registry+https://github.com/rust-lang/crates.io-index"
413: checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
414: dependencies = [
415: "darling_core",
416: "darling_macro",
417: ]
418:
419: [[package]]
420: name = "darling_core"
421: version = "0.10.2"
422: source = "registry+https://github.com/rust-lang/crates.io-index"
423: checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
424: dependencies = [
425: "fnv",
426: "ident_case",
427: "proc-macro2",
428: "quote",
429: "strsim",
430: "syn",
431: ]
432:
433: [[package]]
434: name = "darling_macro"
435: version = "0.10.2"
436: source = "registry+https://github.com/rust-lang/crates.io-index"
437: checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
438: dependencies = [
439: "darling_core",
440: "quote",
441: "syn",
442: ]
443:
444: [[package]]
445: name = "derive_builder"
446: version = "0.9.0"
447: source = "registry+https://github.com/rust-lang/crates.io-index"
448: checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
449: dependencies = [
450: "darling",
451: "derive_builder_core",
452: "proc-macro2",
453: "quote",
454: "syn",
455: ]
456:
457: [[package]]
458: name = "derive_builder_core"
459: version = "0.9.0"
460: source = "registry+https://github.com/rust-lang/crates.io-index"
461: checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
462: dependencies = [
463: "darling",
464: "proc-macro2",
465: "quote",
466: "syn",
467: ]
468:
469: [[package]]
470: name = "digest"
471: version = "0.9.0"
472: source = "registry+https://github.com/rust-lang/crates.io-index"
473: checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
474: dependencies = [
475: "generic-array",
476: ]
477:
478: [[package]]
479: name = "dotenv"
480: version = "0.15.0"
481: source = "registry+https://github.com/rust-lang/crates.io-index"
482: checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
483:
484: [[package]]
485: name = "dtoa"
f5365bf71c 2021-01-22 486: version = "0.4.7"
487: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 488: checksum = "88d7ed2934d741c6b37e33e3832298e8850b53fd2d2bea03873375596c7cea4e"
489:
490: [[package]]
491: name = "either"
492: version = "1.6.1"
493: source = "registry+https://github.com/rust-lang/crates.io-index"
494: checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
495:
496: [[package]]
497: name = "encoding_rs"
f5365bf71c 2021-01-22 498: version = "0.8.26"
499: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 500: checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283"
501: dependencies = [
502: "cfg-if 1.0.0",
503: ]
504:
505: [[package]]
f5365bf71c 2021-01-22 506: name = "error-chain"
f5365bf71c 2021-01-22 507: version = "0.12.4"
508: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 509: checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
f5365bf71c 2021-01-22 510: dependencies = [
f5365bf71c 2021-01-22 511: "version_check 0.9.2",
f5365bf71c 2021-01-22 512: ]
513:
514: [[package]]
515: name = "failure"
516: version = "0.1.8"
517: source = "registry+https://github.com/rust-lang/crates.io-index"
518: checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
519: dependencies = [
520: "backtrace",
521: "failure_derive",
522: ]
523:
524: [[package]]
525: name = "failure_derive"
526: version = "0.1.8"
527: source = "registry+https://github.com/rust-lang/crates.io-index"
528: checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
529: dependencies = [
530: "proc-macro2",
531: "quote",
532: "syn",
533: "synstructure",
534: ]
535:
536: [[package]]
537: name = "flate2"
f5365bf71c 2021-01-22 538: version = "1.0.19"
539: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 540: checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
541: dependencies = [
542: "cfg-if 1.0.0",
543: "crc32fast",
544: "libc",
545: "miniz_oxide",
546: ]
547:
548: [[package]]
549: name = "fnv"
550: version = "1.0.7"
551: source = "registry+https://github.com/rust-lang/crates.io-index"
552: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
553:
554: [[package]]
555: name = "foreign-types"
556: version = "0.3.2"
557: source = "registry+https://github.com/rust-lang/crates.io-index"
558: checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
559: dependencies = [
560: "foreign-types-shared",
561: ]
562:
563: [[package]]
564: name = "foreign-types-shared"
565: version = "0.1.1"
566: source = "registry+https://github.com/rust-lang/crates.io-index"
567: checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
568:
569: [[package]]
570: name = "form_urlencoded"
f5365bf71c 2021-01-22 571: version = "1.0.0"
572: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 573: checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
574: dependencies = [
575: "matches",
576: "percent-encoding 2.1.0",
577: ]
578:
579: [[package]]
580: name = "fuchsia-cprng"
581: version = "0.1.1"
582: source = "registry+https://github.com/rust-lang/crates.io-index"
583: checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
584:
585: [[package]]
586: name = "fuchsia-zircon"
587: version = "0.3.3"
588: source = "registry+https://github.com/rust-lang/crates.io-index"
589: checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
590: dependencies = [
591: "bitflags",
592: "fuchsia-zircon-sys",
593: ]
594:
595: [[package]]
596: name = "fuchsia-zircon-sys"
597: version = "0.3.3"
598: source = "registry+https://github.com/rust-lang/crates.io-index"
599: checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
600:
601: [[package]]
602: name = "funty"
603: version = "1.1.0"
604: source = "registry+https://github.com/rust-lang/crates.io-index"
605: checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
606:
607: [[package]]
608: name = "futures"
f5365bf71c 2021-01-22 609: version = "0.1.30"
610: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 611: checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed"
612:
613: [[package]]
614: name = "futures"
f5365bf71c 2021-01-22 615: version = "0.3.12"
616: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 617: checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
618: dependencies = [
619: "futures-channel",
620: "futures-core",
621: "futures-executor",
622: "futures-io",
623: "futures-sink",
624: "futures-task",
625: "futures-util",
626: ]
627:
628: [[package]]
629: name = "futures-channel"
f5365bf71c 2021-01-22 630: version = "0.3.12"
631: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 632: checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
633: dependencies = [
634: "futures-core",
635: "futures-sink",
636: ]
637:
638: [[package]]
639: name = "futures-core"
f5365bf71c 2021-01-22 640: version = "0.3.12"
641: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 642: checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
643:
644: [[package]]
645: name = "futures-cpupool"
646: version = "0.1.8"
647: source = "registry+https://github.com/rust-lang/crates.io-index"
648: checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
649: dependencies = [
f5365bf71c 2021-01-22 650: "futures 0.1.30",
651: "num_cpus",
652: ]
653:
654: [[package]]
655: name = "futures-executor"
f5365bf71c 2021-01-22 656: version = "0.3.12"
657: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 658: checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
659: dependencies = [
660: "futures-core",
661: "futures-task",
662: "futures-util",
663: ]
664:
665: [[package]]
666: name = "futures-io"
f5365bf71c 2021-01-22 667: version = "0.3.12"
f5365bf71c 2021-01-22 668: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 669: checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
670:
671: [[package]]
672: name = "futures-macro"
f5365bf71c 2021-01-22 673: version = "0.3.12"
674: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 675: checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
676: dependencies = [
677: "proc-macro-hack",
678: "proc-macro2",
679: "quote",
680: "syn",
681: ]
682:
683: [[package]]
684: name = "futures-sink"
f5365bf71c 2021-01-22 685: version = "0.3.12"
686: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 687: checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
688:
689: [[package]]
690: name = "futures-task"
f5365bf71c 2021-01-22 691: version = "0.3.12"
692: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 693: checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
f5365bf71c 2021-01-22 694: dependencies = [
f5365bf71c 2021-01-22 695: "once_cell",
f5365bf71c 2021-01-22 696: ]
697:
698: [[package]]
699: name = "futures-util"
f5365bf71c 2021-01-22 700: version = "0.3.12"
701: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 702: checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
703: dependencies = [
704: "futures-channel",
705: "futures-core",
706: "futures-io",
707: "futures-macro",
708: "futures-sink",
709: "futures-task",
710: "memchr",
f5365bf71c 2021-01-22 711: "pin-project-lite 0.2.4",
712: "pin-utils",
713: "proc-macro-hack",
714: "proc-macro-nested",
715: "slab",
716: ]
717:
718: [[package]]
719: name = "generic-array"
720: version = "0.14.4"
721: source = "registry+https://github.com/rust-lang/crates.io-index"
722: checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
723: dependencies = [
724: "typenum",
f5365bf71c 2021-01-22 725: "version_check 0.9.2",
f5365bf71c 2021-01-22 726: ]
f5365bf71c 2021-01-22 727:
f5365bf71c 2021-01-22 728: [[package]]
f5365bf71c 2021-01-22 729: name = "getrandom"
f5365bf71c 2021-01-22 730: version = "0.1.16"
f5365bf71c 2021-01-22 731: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 732: checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
f5365bf71c 2021-01-22 733: dependencies = [
f5365bf71c 2021-01-22 734: "cfg-if 1.0.0",
f5365bf71c 2021-01-22 735: "libc",
f5365bf71c 2021-01-22 736: "wasi 0.9.0+wasi-snapshot-preview1",
737: ]
738:
739: [[package]]
740: name = "getrandom"
f5365bf71c 2021-01-22 741: version = "0.2.2"
742: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 743: checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
744: dependencies = [
745: "cfg-if 1.0.0",
746: "libc",
f5365bf71c 2021-01-22 747: "wasi 0.10.1+wasi-snapshot-preview1",
748: ]
749:
750: [[package]]
751: name = "gimli"
f5365bf71c 2021-01-22 752: version = "0.23.0"
f5365bf71c 2021-01-22 753: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 754: checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
755:
756: [[package]]
757: name = "h2"
758: version = "0.1.26"
759: source = "registry+https://github.com/rust-lang/crates.io-index"
760: checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
761: dependencies = [
762: "byteorder",
763: "bytes 0.4.12",
764: "fnv",
f5365bf71c 2021-01-22 765: "futures 0.1.30",
766: "http 0.1.21",
767: "indexmap",
f5365bf71c 2021-01-22 768: "log 0.4.13",
769: "slab",
770: "string",
771: "tokio-io",
772: ]
773:
774: [[package]]
775: name = "h2"
776: version = "0.2.7"
777: source = "registry+https://github.com/rust-lang/crates.io-index"
778: checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
779: dependencies = [
780: "bytes 0.5.6",
781: "fnv",
782: "futures-core",
783: "futures-sink",
784: "futures-util",
f5365bf71c 2021-01-22 785: "http 0.2.3",
786: "indexmap",
787: "slab",
f5365bf71c 2021-01-22 788: "tokio 0.2.24",
789: "tokio-util",
790: "tracing",
791: "tracing-futures",
792: ]
793:
794: [[package]]
795: name = "hashbrown"
796: version = "0.9.1"
797: source = "registry+https://github.com/rust-lang/crates.io-index"
798: checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
799: dependencies = [
f5365bf71c 2021-01-22 800: "ahash 0.4.7",
801: ]
802:
803: [[package]]
804: name = "hashlink"
f5365bf71c 2021-01-22 805: version = "0.6.0"
806: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 807: checksum = "d99cf782f0dc4372d26846bec3de7804ceb5df083c2d4462c0b8d2330e894fa8"
808: dependencies = [
f5365bf71c 2021-01-22 809: "hashbrown",
810: ]
811:
812: [[package]]
813: name = "heck"
f5365bf71c 2021-01-22 814: version = "0.3.2"
815: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 816: checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
817: dependencies = [
818: "unicode-segmentation",
819: ]
820:
821: [[package]]
822: name = "hermit-abi"
f5365bf71c 2021-01-22 823: version = "0.1.18"
824: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 825: checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
826: dependencies = [
827: "libc",
828: ]
829:
830: [[package]]
831: name = "hex"
f5365bf71c 2021-01-22 832: version = "0.4.2"
833: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 834: checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
835:
836: [[package]]
837: name = "hmac"
838: version = "0.10.1"
839: source = "registry+https://github.com/rust-lang/crates.io-index"
840: checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
841: dependencies = [
842: "crypto-mac",
843: "digest",
844: ]
845:
846: [[package]]
847: name = "http"
848: version = "0.1.21"
849: source = "registry+https://github.com/rust-lang/crates.io-index"
850: checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
851: dependencies = [
852: "bytes 0.4.12",
853: "fnv",
854: "itoa",
855: ]
856:
857: [[package]]
858: name = "http"
f5365bf71c 2021-01-22 859: version = "0.2.3"
860: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 861: checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
862: dependencies = [
863: "bytes 1.0.1",
864: "fnv",
865: "itoa",
866: ]
867:
868: [[package]]
869: name = "http-body"
870: version = "0.1.0"
871: source = "registry+https://github.com/rust-lang/crates.io-index"
872: checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
873: dependencies = [
874: "bytes 0.4.12",
f5365bf71c 2021-01-22 875: "futures 0.1.30",
876: "http 0.1.21",
877: "tokio-buf",
878: ]
879:
880: [[package]]
881: name = "http-body"
882: version = "0.3.1"
883: source = "registry+https://github.com/rust-lang/crates.io-index"
884: checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
885: dependencies = [
886: "bytes 0.5.6",
f5365bf71c 2021-01-22 887: "http 0.2.3",
888: ]
889:
890: [[package]]
891: name = "httparse"
f5365bf71c 2021-01-22 892: version = "1.3.4"
893: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 894: checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
895:
896: [[package]]
897: name = "httpdate"
898: version = "0.3.2"
899: source = "registry+https://github.com/rust-lang/crates.io-index"
900: checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
901:
902: [[package]]
903: name = "hyper"
f5365bf71c 2021-01-22 904: version = "0.12.35"
905: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 906: checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
907: dependencies = [
908: "bytes 0.4.12",
f5365bf71c 2021-01-22 909: "futures 0.1.30",
910: "futures-cpupool",
911: "h2 0.1.26",
912: "http 0.1.21",
913: "http-body 0.1.0",
914: "httparse",
915: "iovec",
916: "itoa",
f5365bf71c 2021-01-22 917: "log 0.4.13",
918: "net2",
919: "rustc_version",
920: "time",
921: "tokio 0.1.22",
922: "tokio-buf",
923: "tokio-executor",
924: "tokio-io",
925: "tokio-reactor",
926: "tokio-tcp",
927: "tokio-threadpool",
928: "tokio-timer",
929: "want 0.2.0",
930: ]
931:
932: [[package]]
933: name = "hyper"
f5365bf71c 2021-01-22 934: version = "0.13.9"
935: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 936: checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
937: dependencies = [
938: "bytes 0.5.6",
939: "futures-channel",
940: "futures-core",
941: "futures-util",
942: "h2 0.2.7",
f5365bf71c 2021-01-22 943: "http 0.2.3",
944: "http-body 0.3.1",
945: "httparse",
946: "httpdate",
947: "itoa",
f5365bf71c 2021-01-22 948: "pin-project 1.0.4",
f5365bf71c 2021-01-22 949: "socket2",
f5365bf71c 2021-01-22 950: "tokio 0.2.24",
951: "tower-service",
952: "tracing",
953: "want 0.3.0",
954: ]
955:
956: [[package]]
957: name = "hyper-tls"
958: version = "0.3.2"
959: source = "registry+https://github.com/rust-lang/crates.io-index"
960: checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
961: dependencies = [
962: "bytes 0.4.12",
f5365bf71c 2021-01-22 963: "futures 0.1.30",
f5365bf71c 2021-01-22 964: "hyper 0.12.35",
965: "native-tls",
966: "tokio-io",
967: ]
968:
969: [[package]]
970: name = "hyper-tls"
971: version = "0.4.3"
972: source = "registry+https://github.com/rust-lang/crates.io-index"
973: checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
974: dependencies = [
975: "bytes 0.5.6",
f5365bf71c 2021-01-22 976: "hyper 0.13.9",
977: "native-tls",
f5365bf71c 2021-01-22 978: "tokio 0.2.24",
979: "tokio-tls",
980: ]
981:
982: [[package]]
983: name = "ident_case"
984: version = "1.0.1"
985: source = "registry+https://github.com/rust-lang/crates.io-index"
986: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
987:
988: [[package]]
989: name = "idna"
990: version = "0.1.5"
991: source = "registry+https://github.com/rust-lang/crates.io-index"
992: checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
993: dependencies = [
994: "matches",
995: "unicode-bidi",
996: "unicode-normalization",
997: ]
998:
999: [[package]]
1000: name = "idna"
f5365bf71c 2021-01-22 1001: version = "0.2.0"
1002: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1003: checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
1004: dependencies = [
1005: "matches",
1006: "unicode-bidi",
1007: "unicode-normalization",
1008: ]
1009:
1010: [[package]]
1011: name = "indexmap"
f5365bf71c 2021-01-22 1012: version = "1.6.1"
1013: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1014: checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
1015: dependencies = [
1016: "autocfg 1.0.1",
f5365bf71c 2021-01-22 1017: "hashbrown",
1018: ]
1019:
1020: [[package]]
1021: name = "instant"
1022: version = "0.1.9"
1023: source = "registry+https://github.com/rust-lang/crates.io-index"
1024: checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
1025: dependencies = [
1026: "cfg-if 1.0.0",
1027: ]
1028:
1029: [[package]]
1030: name = "iovec"
1031: version = "0.1.4"
1032: source = "registry+https://github.com/rust-lang/crates.io-index"
1033: checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1034: dependencies = [
1035: "libc",
1036: ]
1037:
1038: [[package]]
1039: name = "itoa"
1040: version = "0.4.7"
1041: source = "registry+https://github.com/rust-lang/crates.io-index"
1042: checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
1043:
1044: [[package]]
1045: name = "js-sys"
f5365bf71c 2021-01-22 1046: version = "0.3.46"
1047: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1048: checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
1049: dependencies = [
1050: "wasm-bindgen",
1051: ]
1052:
1053: [[package]]
1054: name = "kernel32-sys"
1055: version = "0.2.2"
1056: source = "registry+https://github.com/rust-lang/crates.io-index"
1057: checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1058: dependencies = [
1059: "winapi 0.2.8",
1060: "winapi-build",
1061: ]
1062:
1063: [[package]]
1064: name = "lazy_static"
1065: version = "1.4.0"
1066: source = "registry+https://github.com/rust-lang/crates.io-index"
1067: checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1068:
1069: [[package]]
1070: name = "lexical-core"
f5365bf71c 2021-01-22 1071: version = "0.7.4"
1072: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1073: checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
1074: dependencies = [
1075: "arrayvec",
1076: "bitflags",
f5365bf71c 2021-01-22 1077: "cfg-if 0.1.10",
1078: "ryu",
1079: "static_assertions",
1080: ]
1081:
1082: [[package]]
1083: name = "libc"
f5365bf71c 2021-01-22 1084: version = "0.2.82"
1085: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1086: checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
f5365bf71c 2021-01-22 1087:
f5365bf71c 2021-01-22 1088: [[package]]
f5365bf71c 2021-01-22 1089: name = "linked-hash-map"
f5365bf71c 2021-01-22 1090: version = "0.3.0"
f5365bf71c 2021-01-22 1091: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1092: checksum = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd"
f5365bf71c 2021-01-22 1093: dependencies = [
f5365bf71c 2021-01-22 1094: "serde 0.8.23",
f5365bf71c 2021-01-22 1095: "serde_test",
f5365bf71c 2021-01-22 1096: ]
1097:
1098: [[package]]
1099: name = "linked-hash-map"
1100: version = "0.5.4"
1101: source = "registry+https://github.com/rust-lang/crates.io-index"
1102: checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
1103:
1104: [[package]]
1105: name = "lock_api"
1106: version = "0.3.4"
1107: source = "registry+https://github.com/rust-lang/crates.io-index"
1108: checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1109: dependencies = [
1110: "scopeguard",
1111: ]
1112:
1113: [[package]]
1114: name = "lock_api"
f5365bf71c 2021-01-22 1115: version = "0.4.2"
1116: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1117: checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
1118: dependencies = [
1119: "scopeguard",
1120: ]
1121:
1122: [[package]]
1123: name = "log"
1124: version = "0.3.9"
1125: source = "registry+https://github.com/rust-lang/crates.io-index"
1126: checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
1127: dependencies = [
f5365bf71c 2021-01-22 1128: "log 0.4.13",
1129: ]
1130:
1131: [[package]]
1132: name = "log"
f5365bf71c 2021-01-22 1133: version = "0.4.13"
1134: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1135: checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2"
1136: dependencies = [
f5365bf71c 2021-01-22 1137: "cfg-if 0.1.10",
1138: ]
1139:
1140: [[package]]
1141: name = "maplit"
1142: version = "1.0.2"
1143: source = "registry+https://github.com/rust-lang/crates.io-index"
1144: checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
1145:
1146: [[package]]
1147: name = "matches"
1148: version = "0.1.8"
1149: source = "registry+https://github.com/rust-lang/crates.io-index"
1150: checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1151:
1152: [[package]]
1153: name = "maybe-uninit"
1154: version = "2.0.0"
1155: source = "registry+https://github.com/rust-lang/crates.io-index"
1156: checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
1157:
1158: [[package]]
1159: name = "md-5"
1160: version = "0.9.1"
1161: source = "registry+https://github.com/rust-lang/crates.io-index"
1162: checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
1163: dependencies = [
1164: "block-buffer",
1165: "digest",
1166: "opaque-debug",
1167: ]
1168:
1169: [[package]]
1170: name = "memchr"
f5365bf71c 2021-01-22 1171: version = "2.3.4"
1172: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1173: checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
1174:
1175: [[package]]
1176: name = "memoffset"
1177: version = "0.5.6"
1178: source = "registry+https://github.com/rust-lang/crates.io-index"
1179: checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
1180: dependencies = [
1181: "autocfg 1.0.1",
1182: ]
1183:
1184: [[package]]
1185: name = "mime"
1186: version = "0.2.6"
1187: source = "registry+https://github.com/rust-lang/crates.io-index"
1188: checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
1189: dependencies = [
1190: "log 0.3.9",
1191: ]
1192:
1193: [[package]]
1194: name = "mime"
1195: version = "0.3.16"
1196: source = "registry+https://github.com/rust-lang/crates.io-index"
1197: checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
1198:
1199: [[package]]
1200: name = "mime_guess"
1201: version = "1.8.8"
1202: source = "registry+https://github.com/rust-lang/crates.io-index"
1203: checksum = "216929a5ee4dd316b1702eedf5e74548c123d370f47841ceaac38ca154690ca3"
1204: dependencies = [
1205: "mime 0.2.6",
1206: "phf",
1207: "phf_codegen",
1208: "unicase 1.4.2",
1209: ]
1210:
1211: [[package]]
1212: name = "mime_guess"
1213: version = "2.0.3"
1214: source = "registry+https://github.com/rust-lang/crates.io-index"
1215: checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
1216: dependencies = [
1217: "mime 0.3.16",
1218: "unicase 2.6.0",
1219: ]
1220:
1221: [[package]]
1222: name = "miniz_oxide"
f5365bf71c 2021-01-22 1223: version = "0.4.3"
1224: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1225: checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
1226: dependencies = [
1227: "adler",
1228: "autocfg 1.0.1",
1229: ]
1230:
1231: [[package]]
1232: name = "mio"
1233: version = "0.6.23"
1234: source = "registry+https://github.com/rust-lang/crates.io-index"
1235: checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
1236: dependencies = [
1237: "cfg-if 0.1.10",
1238: "fuchsia-zircon",
1239: "fuchsia-zircon-sys",
1240: "iovec",
1241: "kernel32-sys",
1242: "libc",
f5365bf71c 2021-01-22 1243: "log 0.4.13",
1244: "miow",
1245: "net2",
1246: "slab",
1247: "winapi 0.2.8",
f5365bf71c 2021-01-22 1248: ]
f5365bf71c 2021-01-22 1249:
f5365bf71c 2021-01-22 1250: [[package]]
f5365bf71c 2021-01-22 1251: name = "mio-uds"
f5365bf71c 2021-01-22 1252: version = "0.6.8"
f5365bf71c 2021-01-22 1253: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1254: checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
f5365bf71c 2021-01-22 1255: dependencies = [
f5365bf71c 2021-01-22 1256: "iovec",
f5365bf71c 2021-01-22 1257: "libc",
f5365bf71c 2021-01-22 1258: "mio",
1259: ]
1260:
1261: [[package]]
1262: name = "miow"
1263: version = "0.2.2"
1264: source = "registry+https://github.com/rust-lang/crates.io-index"
1265: checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1266: dependencies = [
1267: "kernel32-sys",
1268: "net2",
1269: "winapi 0.2.8",
1270: "ws2_32-sys",
1271: ]
1272:
1273: [[package]]
1274: name = "multipart"
1275: version = "0.16.1"
1276: source = "registry+https://github.com/rust-lang/crates.io-index"
1277: checksum = "136eed74cadb9edd2651ffba732b19a450316b680e4f48d6c79e905799e19d01"
1278: dependencies = [
f5365bf71c 2021-01-22 1279: "log 0.4.13",
1280: "mime 0.2.6",
1281: "mime_guess 1.8.8",
1282: "rand 0.6.5",
1283: "tempfile",
1284: ]
1285:
1286: [[package]]
1287: name = "native-tls"
1288: version = "0.2.7"
1289: source = "registry+https://github.com/rust-lang/crates.io-index"
1290: checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
1291: dependencies = [
1292: "lazy_static",
1293: "libc",
f5365bf71c 2021-01-22 1294: "log 0.4.13",
1295: "openssl",
1296: "openssl-probe",
1297: "openssl-sys",
1298: "schannel",
1299: "security-framework",
1300: "security-framework-sys",
1301: "tempfile",
1302: ]
1303:
1304: [[package]]
1305: name = "net2"
1306: version = "0.2.37"
1307: source = "registry+https://github.com/rust-lang/crates.io-index"
1308: checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
1309: dependencies = [
1310: "cfg-if 0.1.10",
1311: "libc",
1312: "winapi 0.3.9",
1313: ]
1314:
1315: [[package]]
1316: name = "nom"
1317: version = "5.1.2"
1318: source = "registry+https://github.com/rust-lang/crates.io-index"
1319: checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
1320: dependencies = [
1321: "lexical-core",
1322: "memchr",
f5365bf71c 2021-01-22 1323: "version_check 0.9.2",
1324: ]
1325:
1326: [[package]]
1327: name = "nom"
f5365bf71c 2021-01-22 1328: version = "6.0.1"
1329: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1330: checksum = "88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0"
1331: dependencies = [
1332: "bitvec",
1333: "lexical-core",
1334: "memchr",
f5365bf71c 2021-01-22 1335: "version_check 0.9.2",
1336: ]
1337:
1338: [[package]]
1339: name = "num-integer"
1340: version = "0.1.44"
1341: source = "registry+https://github.com/rust-lang/crates.io-index"
1342: checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
1343: dependencies = [
1344: "autocfg 1.0.1",
1345: "num-traits 0.2.14",
1346: ]
1347:
1348: [[package]]
1349: name = "num-traits"
1350: version = "0.1.43"
1351: source = "registry+https://github.com/rust-lang/crates.io-index"
1352: checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
1353: dependencies = [
1354: "num-traits 0.2.14",
1355: ]
1356:
1357: [[package]]
1358: name = "num-traits"
1359: version = "0.2.14"
1360: source = "registry+https://github.com/rust-lang/crates.io-index"
1361: checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
1362: dependencies = [
1363: "autocfg 1.0.1",
1364: ]
1365:
1366: [[package]]
1367: name = "num_cpus"
1368: version = "1.13.0"
1369: source = "registry+https://github.com/rust-lang/crates.io-index"
1370: checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
1371: dependencies = [
1372: "hermit-abi",
1373: "libc",
1374: ]
1375:
1376: [[package]]
1377: name = "object"
f5365bf71c 2021-01-22 1378: version = "0.23.0"
1379: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1380: checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
1381:
1382: [[package]]
1383: name = "once_cell"
f5365bf71c 2021-01-22 1384: version = "1.5.2"
1385: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1386: checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
1387:
1388: [[package]]
1389: name = "opaque-debug"
1390: version = "0.3.0"
1391: source = "registry+https://github.com/rust-lang/crates.io-index"
1392: checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
1393:
1394: [[package]]
1395: name = "openssl"
f5365bf71c 2021-01-22 1396: version = "0.10.32"
1397: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1398: checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
1399: dependencies = [
1400: "bitflags",
1401: "cfg-if 1.0.0",
1402: "foreign-types",
f5365bf71c 2021-01-22 1403: "lazy_static",
1404: "libc",
1405: "openssl-sys",
1406: ]
1407:
1408: [[package]]
1409: name = "openssl-probe"
f5365bf71c 2021-01-22 1410: version = "0.1.2"
1411: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1412: checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
1413:
1414: [[package]]
1415: name = "openssl-sys"
f5365bf71c 2021-01-22 1416: version = "0.9.60"
1417: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1418: checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
1419: dependencies = [
1420: "autocfg 1.0.1",
1421: "cc",
1422: "libc",
1423: "pkg-config",
1424: "vcpkg",
1425: ]
1426:
1427: [[package]]
1428: name = "ordered-float"
1429: version = "1.1.1"
1430: source = "registry+https://github.com/rust-lang/crates.io-index"
1431: checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
1432: dependencies = [
1433: "num-traits 0.2.14",
1434: ]
1435:
1436: [[package]]
1437: name = "parking_lot"
1438: version = "0.9.0"
1439: source = "registry+https://github.com/rust-lang/crates.io-index"
1440: checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
1441: dependencies = [
1442: "lock_api 0.3.4",
1443: "parking_lot_core 0.6.2",
1444: "rustc_version",
1445: ]
1446:
1447: [[package]]
1448: name = "parking_lot"
1449: version = "0.11.1"
1450: source = "registry+https://github.com/rust-lang/crates.io-index"
1451: checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
1452: dependencies = [
1453: "instant",
f5365bf71c 2021-01-22 1454: "lock_api 0.4.2",
f5365bf71c 2021-01-22 1455: "parking_lot_core 0.8.2",
1456: ]
1457:
1458: [[package]]
1459: name = "parking_lot_core"
1460: version = "0.6.2"
1461: source = "registry+https://github.com/rust-lang/crates.io-index"
1462: checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
1463: dependencies = [
1464: "cfg-if 0.1.10",
1465: "cloudabi",
1466: "libc",
1467: "redox_syscall 0.1.57",
1468: "rustc_version",
1469: "smallvec 0.6.14",
1470: "winapi 0.3.9",
1471: ]
1472:
1473: [[package]]
1474: name = "parking_lot_core"
f5365bf71c 2021-01-22 1475: version = "0.8.2"
1476: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1477: checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
1478: dependencies = [
1479: "cfg-if 1.0.0",
1480: "instant",
1481: "libc",
f5365bf71c 2021-01-22 1482: "redox_syscall 0.1.57",
1483: "smallvec 1.6.1",
1484: "winapi 0.3.9",
1485: ]
1486:
1487: [[package]]
1488: name = "percent-encoding"
1489: version = "1.0.1"
1490: source = "registry+https://github.com/rust-lang/crates.io-index"
1491: checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
1492:
1493: [[package]]
1494: name = "percent-encoding"
1495: version = "2.1.0"
1496: source = "registry+https://github.com/rust-lang/crates.io-index"
1497: checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
f5365bf71c 2021-01-22 1498:
f5365bf71c 2021-01-22 1499: [[package]]
f5365bf71c 2021-01-22 1500: name = "pest"
f5365bf71c 2021-01-22 1501: version = "2.1.3"
f5365bf71c 2021-01-22 1502: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1503: checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
f5365bf71c 2021-01-22 1504: dependencies = [
f5365bf71c 2021-01-22 1505: "ucd-trie",
f5365bf71c 2021-01-22 1506: ]
1507:
1508: [[package]]
1509: name = "phf"
1510: version = "0.7.24"
1511: source = "registry+https://github.com/rust-lang/crates.io-index"
1512: checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
1513: dependencies = [
1514: "phf_shared",
1515: ]
1516:
1517: [[package]]
1518: name = "phf_codegen"
1519: version = "0.7.24"
1520: source = "registry+https://github.com/rust-lang/crates.io-index"
1521: checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
1522: dependencies = [
1523: "phf_generator",
1524: "phf_shared",
1525: ]
1526:
1527: [[package]]
1528: name = "phf_generator"
1529: version = "0.7.24"
1530: source = "registry+https://github.com/rust-lang/crates.io-index"
1531: checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
1532: dependencies = [
1533: "phf_shared",
1534: "rand 0.6.5",
1535: ]
1536:
1537: [[package]]
1538: name = "phf_shared"
1539: version = "0.7.24"
1540: source = "registry+https://github.com/rust-lang/crates.io-index"
1541: checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
1542: dependencies = [
1543: "siphasher",
1544: "unicase 1.4.2",
1545: ]
1546:
1547: [[package]]
1548: name = "pin-project"
f5365bf71c 2021-01-22 1549: version = "0.4.27"
1550: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1551: checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
1552: dependencies = [
f5365bf71c 2021-01-22 1553: "pin-project-internal 0.4.27",
f5365bf71c 2021-01-22 1554: ]
f5365bf71c 2021-01-22 1555:
f5365bf71c 2021-01-22 1556: [[package]]
f5365bf71c 2021-01-22 1557: name = "pin-project"
f5365bf71c 2021-01-22 1558: version = "1.0.4"
f5365bf71c 2021-01-22 1559: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1560: checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2"
f5365bf71c 2021-01-22 1561: dependencies = [
f5365bf71c 2021-01-22 1562: "pin-project-internal 1.0.4",
f5365bf71c 2021-01-22 1563: ]
f5365bf71c 2021-01-22 1564:
f5365bf71c 2021-01-22 1565: [[package]]
f5365bf71c 2021-01-22 1566: name = "pin-project-internal"
f5365bf71c 2021-01-22 1567: version = "0.4.27"
f5365bf71c 2021-01-22 1568: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1569: checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
f5365bf71c 2021-01-22 1570: dependencies = [
f5365bf71c 2021-01-22 1571: "proc-macro2",
f5365bf71c 2021-01-22 1572: "quote",
f5365bf71c 2021-01-22 1573: "syn",
1574: ]
1575:
1576: [[package]]
1577: name = "pin-project-internal"
f5365bf71c 2021-01-22 1578: version = "1.0.4"
1579: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1580: checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71"
1581: dependencies = [
1582: "proc-macro2",
1583: "quote",
1584: "syn",
1585: ]
1586:
1587: [[package]]
1588: name = "pin-project-lite"
f5365bf71c 2021-01-22 1589: version = "0.1.11"
1590: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1591: checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
1592:
1593: [[package]]
1594: name = "pin-project-lite"
f5365bf71c 2021-01-22 1595: version = "0.2.4"
1596: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1597: checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
1598:
1599: [[package]]
1600: name = "pin-utils"
1601: version = "0.1.0"
1602: source = "registry+https://github.com/rust-lang/crates.io-index"
1603: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1604:
1605: [[package]]
1606: name = "pkg-config"
1607: version = "0.3.19"
1608: source = "registry+https://github.com/rust-lang/crates.io-index"
1609: checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
1610:
1611: [[package]]
1612: name = "ppv-lite86"
1613: version = "0.2.10"
1614: source = "registry+https://github.com/rust-lang/crates.io-index"
1615: checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
1616:
1617: [[package]]
1618: name = "proc-macro-hack"
1619: version = "0.5.19"
1620: source = "registry+https://github.com/rust-lang/crates.io-index"
1621: checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
1622:
1623: [[package]]
1624: name = "proc-macro-nested"
1625: version = "0.1.7"
1626: source = "registry+https://github.com/rust-lang/crates.io-index"
1627: checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
1628:
1629: [[package]]
1630: name = "proc-macro2"
f5365bf71c 2021-01-22 1631: version = "1.0.24"
1632: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1633: checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
1634: dependencies = [
1635: "unicode-xid",
1636: ]
1637:
1638: [[package]]
1639: name = "publicsuffix"
f5365bf71c 2021-01-22 1640: version = "1.5.4"
1641: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1642: checksum = "3bbaa49075179162b49acac1c6aa45fb4dafb5f13cf6794276d77bc7fd95757b"
1643: dependencies = [
f5365bf71c 2021-01-22 1644: "error-chain",
f5365bf71c 2021-01-22 1645: "idna 0.2.0",
f5365bf71c 2021-01-22 1646: "lazy_static",
f5365bf71c 2021-01-22 1647: "regex",
f5365bf71c 2021-01-22 1648: "url 2.2.0",
1649: ]
1650:
1651: [[package]]
1652: name = "quick-xml"
1653: version = "0.17.2"
1654: source = "registry+https://github.com/rust-lang/crates.io-index"
1655: checksum = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0"
1656: dependencies = [
1657: "encoding_rs",
1658: "memchr",
1659: ]
1660:
1661: [[package]]
1662: name = "quote"
f5365bf71c 2021-01-22 1663: version = "1.0.8"
1664: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1665: checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
1666: dependencies = [
1667: "proc-macro2",
1668: ]
1669:
1670: [[package]]
1671: name = "radium"
1672: version = "0.5.3"
1673: source = "registry+https://github.com/rust-lang/crates.io-index"
1674: checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
1675:
1676: [[package]]
1677: name = "rand"
1678: version = "0.6.5"
1679: source = "registry+https://github.com/rust-lang/crates.io-index"
1680: checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
1681: dependencies = [
1682: "autocfg 0.1.7",
1683: "libc",
1684: "rand_chacha 0.1.1",
1685: "rand_core 0.4.2",
1686: "rand_hc 0.1.0",
1687: "rand_isaac",
1688: "rand_jitter",
1689: "rand_os",
1690: "rand_pcg",
1691: "rand_xorshift",
1692: "winapi 0.3.9",
1693: ]
1694:
1695: [[package]]
1696: name = "rand"
f5365bf71c 2021-01-22 1697: version = "0.7.3"
1698: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1699: checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
f5365bf71c 2021-01-22 1700: dependencies = [
f5365bf71c 2021-01-22 1701: "getrandom 0.1.16",
f5365bf71c 2021-01-22 1702: "libc",
f5365bf71c 2021-01-22 1703: "rand_chacha 0.2.2",
f5365bf71c 2021-01-22 1704: "rand_core 0.5.1",
f5365bf71c 2021-01-22 1705: "rand_hc 0.2.0",
f5365bf71c 2021-01-22 1706: ]
f5365bf71c 2021-01-22 1707:
f5365bf71c 2021-01-22 1708: [[package]]
f5365bf71c 2021-01-22 1709: name = "rand"
f5365bf71c 2021-01-22 1710: version = "0.8.2"
f5365bf71c 2021-01-22 1711: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1712: checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e"
1713: dependencies = [
1714: "libc",
f5365bf71c 2021-01-22 1715: "rand_chacha 0.3.0",
f5365bf71c 2021-01-22 1716: "rand_core 0.6.1",
f5365bf71c 2021-01-22 1717: "rand_hc 0.3.0",
1718: ]
1719:
1720: [[package]]
1721: name = "rand_chacha"
1722: version = "0.1.1"
1723: source = "registry+https://github.com/rust-lang/crates.io-index"
1724: checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
1725: dependencies = [
1726: "autocfg 0.1.7",
1727: "rand_core 0.3.1",
1728: ]
1729:
1730: [[package]]
1731: name = "rand_chacha"
f5365bf71c 2021-01-22 1732: version = "0.2.2"
1733: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1734: checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
f5365bf71c 2021-01-22 1735: dependencies = [
f5365bf71c 2021-01-22 1736: "ppv-lite86",
f5365bf71c 2021-01-22 1737: "rand_core 0.5.1",
f5365bf71c 2021-01-22 1738: ]
f5365bf71c 2021-01-22 1739:
f5365bf71c 2021-01-22 1740: [[package]]
f5365bf71c 2021-01-22 1741: name = "rand_chacha"
f5365bf71c 2021-01-22 1742: version = "0.3.0"
f5365bf71c 2021-01-22 1743: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1744: checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
1745: dependencies = [
1746: "ppv-lite86",
f5365bf71c 2021-01-22 1747: "rand_core 0.6.1",
1748: ]
1749:
1750: [[package]]
1751: name = "rand_core"
1752: version = "0.3.1"
1753: source = "registry+https://github.com/rust-lang/crates.io-index"
1754: checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1755: dependencies = [
1756: "rand_core 0.4.2",
1757: ]
1758:
1759: [[package]]
1760: name = "rand_core"
1761: version = "0.4.2"
1762: source = "registry+https://github.com/rust-lang/crates.io-index"
1763: checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1764:
1765: [[package]]
1766: name = "rand_core"
f5365bf71c 2021-01-22 1767: version = "0.5.1"
1768: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1769: checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1770: dependencies = [
f5365bf71c 2021-01-22 1771: "getrandom 0.1.16",
f5365bf71c 2021-01-22 1772: ]
f5365bf71c 2021-01-22 1773:
f5365bf71c 2021-01-22 1774: [[package]]
f5365bf71c 2021-01-22 1775: name = "rand_core"
f5365bf71c 2021-01-22 1776: version = "0.6.1"
f5365bf71c 2021-01-22 1777: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1778: checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
f5365bf71c 2021-01-22 1779: dependencies = [
f5365bf71c 2021-01-22 1780: "getrandom 0.2.2",
1781: ]
1782:
1783: [[package]]
1784: name = "rand_hc"
1785: version = "0.1.0"
1786: source = "registry+https://github.com/rust-lang/crates.io-index"
1787: checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
1788: dependencies = [
1789: "rand_core 0.3.1",
1790: ]
1791:
1792: [[package]]
1793: name = "rand_hc"
f5365bf71c 2021-01-22 1794: version = "0.2.0"
1795: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1796: checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1797: dependencies = [
f5365bf71c 2021-01-22 1798: "rand_core 0.5.1",
f5365bf71c 2021-01-22 1799: ]
f5365bf71c 2021-01-22 1800:
f5365bf71c 2021-01-22 1801: [[package]]
f5365bf71c 2021-01-22 1802: name = "rand_hc"
f5365bf71c 2021-01-22 1803: version = "0.3.0"
f5365bf71c 2021-01-22 1804: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1805: checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
f5365bf71c 2021-01-22 1806: dependencies = [
f5365bf71c 2021-01-22 1807: "rand_core 0.6.1",
1808: ]
1809:
1810: [[package]]
1811: name = "rand_isaac"
1812: version = "0.1.1"
1813: source = "registry+https://github.com/rust-lang/crates.io-index"
1814: checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
1815: dependencies = [
1816: "rand_core 0.3.1",
1817: ]
1818:
1819: [[package]]
1820: name = "rand_jitter"
1821: version = "0.1.4"
1822: source = "registry+https://github.com/rust-lang/crates.io-index"
1823: checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
1824: dependencies = [
1825: "libc",
1826: "rand_core 0.4.2",
1827: "winapi 0.3.9",
1828: ]
1829:
1830: [[package]]
1831: name = "rand_os"
1832: version = "0.1.3"
1833: source = "registry+https://github.com/rust-lang/crates.io-index"
1834: checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
1835: dependencies = [
1836: "cloudabi",
1837: "fuchsia-cprng",
1838: "libc",
1839: "rand_core 0.4.2",
1840: "rdrand",
1841: "winapi 0.3.9",
1842: ]
1843:
1844: [[package]]
1845: name = "rand_pcg"
1846: version = "0.1.2"
1847: source = "registry+https://github.com/rust-lang/crates.io-index"
1848: checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
1849: dependencies = [
1850: "autocfg 0.1.7",
1851: "rand_core 0.4.2",
1852: ]
1853:
1854: [[package]]
1855: name = "rand_xorshift"
1856: version = "0.1.1"
1857: source = "registry+https://github.com/rust-lang/crates.io-index"
1858: checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1859: dependencies = [
1860: "rand_core 0.3.1",
1861: ]
1862:
1863: [[package]]
1864: name = "rdrand"
1865: version = "0.4.0"
1866: source = "registry+https://github.com/rust-lang/crates.io-index"
1867: checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1868: dependencies = [
1869: "rand_core 0.3.1",
1870: ]
1871:
1872: [[package]]
1873: name = "redox_syscall"
1874: version = "0.1.57"
1875: source = "registry+https://github.com/rust-lang/crates.io-index"
1876: checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1877:
1878: [[package]]
1879: name = "redox_syscall"
f5365bf71c 2021-01-22 1880: version = "0.2.4"
1881: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1882: checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
1883: dependencies = [
1884: "bitflags",
1885: ]
1886:
1887: [[package]]
1888: name = "regex"
f5365bf71c 2021-01-22 1889: version = "1.4.3"
1890: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1891: checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
1892: dependencies = [
1893: "aho-corasick",
1894: "memchr",
1895: "regex-syntax",
f5365bf71c 2021-01-22 1896: "thread_local",
1897: ]
1898:
1899: [[package]]
1900: name = "regex-syntax"
f5365bf71c 2021-01-22 1901: version = "0.6.22"
1902: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1903: checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
1904:
1905: [[package]]
1906: name = "remove_dir_all"
1907: version = "0.5.3"
1908: source = "registry+https://github.com/rust-lang/crates.io-index"
1909: checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1910: dependencies = [
1911: "winapi 0.3.9",
1912: ]
1913:
1914: [[package]]
1915: name = "reqwest"
1916: version = "0.9.24"
1917: source = "registry+https://github.com/rust-lang/crates.io-index"
1918: checksum = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab"
1919: dependencies = [
1920: "base64 0.10.1",
1921: "bytes 0.4.12",
1922: "cookie",
1923: "cookie_store",
1924: "encoding_rs",
1925: "flate2",
f5365bf71c 2021-01-22 1926: "futures 0.1.30",
1927: "http 0.1.21",
f5365bf71c 2021-01-22 1928: "hyper 0.12.35",
1929: "hyper-tls 0.3.2",
f5365bf71c 2021-01-22 1930: "log 0.4.13",
1931: "mime 0.3.16",
1932: "mime_guess 2.0.3",
1933: "native-tls",
f5365bf71c 2021-01-22 1934: "serde 1.0.120",
1935: "serde_json",
1936: "serde_urlencoded",
1937: "time",
1938: "tokio 0.1.22",
1939: "tokio-executor",
1940: "tokio-io",
1941: "tokio-threadpool",
1942: "tokio-timer",
1943: "url 1.7.2",
1944: "uuid",
1945: "winreg",
1946: ]
1947:
1948: [[package]]
1949: name = "rss"
1950: version = "1.9.0"
1951: source = "registry+https://github.com/rust-lang/crates.io-index"
1952: checksum = "99979205510c60f80a119dedbabd0b8426517384edf205322f8bcd51796bcef9"
1953: dependencies = [
1954: "derive_builder",
1955: "quick-xml",
1956: "reqwest",
1957: ]
1958:
1959: [[package]]
1960: name = "rsstg"
f5365bf71c 2021-01-22 1961: version = "0.1.14"
1962: dependencies = [
1963: "anyhow",
1964: "chrono",
1965: "config",
f5365bf71c 2021-01-22 1966: "futures 0.3.12",
1967: "futures-util",
1968: "lazy_static",
1969: "regex",
1970: "rss",
1971: "sqlx",
1972: "telegram-bot",
f5365bf71c 2021-01-22 1973: "tokio 0.2.24",
1974: ]
1975:
1976: [[package]]
1977: name = "rust-ini"
1978: version = "0.13.0"
1979: source = "registry+https://github.com/rust-lang/crates.io-index"
1980: checksum = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2"
1981:
1982: [[package]]
1983: name = "rustc-demangle"
f5365bf71c 2021-01-22 1984: version = "0.1.18"
1985: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1986: checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
1987:
1988: [[package]]
1989: name = "rustc_version"
1990: version = "0.2.3"
1991: source = "registry+https://github.com/rust-lang/crates.io-index"
1992: checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1993: dependencies = [
f5365bf71c 2021-01-22 1994: "semver 0.9.0",
1995: ]
1996:
1997: [[package]]
1998: name = "ryu"
1999: version = "1.0.5"
2000: source = "registry+https://github.com/rust-lang/crates.io-index"
2001: checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2002:
2003: [[package]]
2004: name = "schannel"
2005: version = "0.1.19"
2006: source = "registry+https://github.com/rust-lang/crates.io-index"
2007: checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2008: dependencies = [
2009: "lazy_static",
2010: "winapi 0.3.9",
2011: ]
2012:
2013: [[package]]
2014: name = "scopeguard"
2015: version = "1.1.0"
2016: source = "registry+https://github.com/rust-lang/crates.io-index"
2017: checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2018:
2019: [[package]]
2020: name = "security-framework"
f5365bf71c 2021-01-22 2021: version = "2.0.0"
2022: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2023: checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
2024: dependencies = [
2025: "bitflags",
2026: "core-foundation",
2027: "core-foundation-sys",
2028: "libc",
2029: "security-framework-sys",
2030: ]
2031:
2032: [[package]]
2033: name = "security-framework-sys"
f5365bf71c 2021-01-22 2034: version = "2.0.0"
2035: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2036: checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
2037: dependencies = [
2038: "core-foundation-sys",
2039: "libc",
2040: ]
2041:
2042: [[package]]
2043: name = "semver"
2044: version = "0.9.0"
2045: source = "registry+https://github.com/rust-lang/crates.io-index"
2046: checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2047: dependencies = [
f5365bf71c 2021-01-22 2048: "semver-parser 0.7.0",
f5365bf71c 2021-01-22 2049: ]
f5365bf71c 2021-01-22 2050:
f5365bf71c 2021-01-22 2051: [[package]]
f5365bf71c 2021-01-22 2052: name = "semver"
f5365bf71c 2021-01-22 2053: version = "0.11.0"
f5365bf71c 2021-01-22 2054: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2055: checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
f5365bf71c 2021-01-22 2056: dependencies = [
f5365bf71c 2021-01-22 2057: "semver-parser 0.10.2",
f5365bf71c 2021-01-22 2058: "serde 1.0.120",
2059: ]
2060:
2061: [[package]]
2062: name = "semver-parser"
2063: version = "0.7.0"
2064: source = "registry+https://github.com/rust-lang/crates.io-index"
2065: checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2066:
2067: [[package]]
f5365bf71c 2021-01-22 2068: name = "semver-parser"
f5365bf71c 2021-01-22 2069: version = "0.10.2"
f5365bf71c 2021-01-22 2070: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2071: checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
f5365bf71c 2021-01-22 2072: dependencies = [
f5365bf71c 2021-01-22 2073: "pest",
f5365bf71c 2021-01-22 2074: ]
f5365bf71c 2021-01-22 2075:
f5365bf71c 2021-01-22 2076: [[package]]
2077: name = "serde"
2078: version = "0.8.23"
2079: source = "registry+https://github.com/rust-lang/crates.io-index"
2080: checksum = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8"
2081:
2082: [[package]]
2083: name = "serde"
f5365bf71c 2021-01-22 2084: version = "1.0.120"
2085: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2086: checksum = "166b2349061381baf54a58e4b13c89369feb0ef2eaa57198899e2312aac30aab"
2087: dependencies = [
2088: "serde_derive",
2089: ]
2090:
2091: [[package]]
2092: name = "serde-hjson"
2093: version = "0.9.1"
2094: source = "registry+https://github.com/rust-lang/crates.io-index"
2095: checksum = "6a3a4e0ea8a88553209f6cc6cfe8724ecad22e1acf372793c27d995290fe74f8"
2096: dependencies = [
2097: "lazy_static",
f5365bf71c 2021-01-22 2098: "linked-hash-map 0.3.0",
2099: "num-traits 0.1.43",
2100: "regex",
2101: "serde 0.8.23",
2102: ]
2103:
2104: [[package]]
2105: name = "serde-value"
2106: version = "0.5.3"
2107: source = "registry+https://github.com/rust-lang/crates.io-index"
2108: checksum = "7a663f873dedc4eac1a559d4c6bc0d0b2c34dc5ac4702e105014b8281489e44f"
2109: dependencies = [
2110: "ordered-float",
f5365bf71c 2021-01-22 2111: "serde 1.0.120",
2112: ]
2113:
2114: [[package]]
2115: name = "serde_derive"
f5365bf71c 2021-01-22 2116: version = "1.0.120"
2117: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2118: checksum = "0ca2a8cb5805ce9e3b95435e3765b7b553cecc762d938d409434338386cb5775"
2119: dependencies = [
2120: "proc-macro2",
2121: "quote",
2122: "syn",
2123: ]
2124:
2125: [[package]]
2126: name = "serde_json"
f5365bf71c 2021-01-22 2127: version = "1.0.61"
2128: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2129: checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
2130: dependencies = [
2131: "itoa",
2132: "ryu",
f5365bf71c 2021-01-22 2133: "serde 1.0.120",
f5365bf71c 2021-01-22 2134: ]
f5365bf71c 2021-01-22 2135:
f5365bf71c 2021-01-22 2136: [[package]]
f5365bf71c 2021-01-22 2137: name = "serde_test"
f5365bf71c 2021-01-22 2138: version = "0.8.23"
f5365bf71c 2021-01-22 2139: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2140: checksum = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5"
f5365bf71c 2021-01-22 2141: dependencies = [
f5365bf71c 2021-01-22 2142: "serde 0.8.23",
2143: ]
2144:
2145: [[package]]
2146: name = "serde_urlencoded"
2147: version = "0.5.5"
2148: source = "registry+https://github.com/rust-lang/crates.io-index"
2149: checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
2150: dependencies = [
2151: "dtoa",
2152: "itoa",
f5365bf71c 2021-01-22 2153: "serde 1.0.120",
2154: "url 1.7.2",
2155: ]
2156:
2157: [[package]]
2158: name = "sha-1"
f5365bf71c 2021-01-22 2159: version = "0.9.2"
2160: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2161: checksum = "ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c"
2162: dependencies = [
2163: "block-buffer",
2164: "cfg-if 1.0.0",
f5365bf71c 2021-01-22 2165: "cpuid-bool",
2166: "digest",
2167: "opaque-debug",
2168: ]
2169:
2170: [[package]]
2171: name = "sha2"
f5365bf71c 2021-01-22 2172: version = "0.9.2"
2173: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2174: checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"
2175: dependencies = [
2176: "block-buffer",
2177: "cfg-if 1.0.0",
f5365bf71c 2021-01-22 2178: "cpuid-bool",
2179: "digest",
2180: "opaque-debug",
2181: ]
2182:
2183: [[package]]
2184: name = "siphasher"
2185: version = "0.2.3"
2186: source = "registry+https://github.com/rust-lang/crates.io-index"
2187: checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
2188:
2189: [[package]]
2190: name = "slab"
f5365bf71c 2021-01-22 2191: version = "0.4.2"
2192: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2193: checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2194:
2195: [[package]]
2196: name = "smallvec"
2197: version = "0.6.14"
2198: source = "registry+https://github.com/rust-lang/crates.io-index"
2199: checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
2200: dependencies = [
2201: "maybe-uninit",
2202: ]
2203:
2204: [[package]]
2205: name = "smallvec"
2206: version = "1.6.1"
2207: source = "registry+https://github.com/rust-lang/crates.io-index"
2208: checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2209:
2210: [[package]]
2211: name = "socket2"
2212: version = "0.3.19"
2213: source = "registry+https://github.com/rust-lang/crates.io-index"
2214: checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
2215: dependencies = [
2216: "cfg-if 1.0.0",
2217: "libc",
2218: "winapi 0.3.9",
2219: ]
2220:
2221: [[package]]
2222: name = "sqlformat"
f5365bf71c 2021-01-22 2223: version = "0.1.5"
2224: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2225: checksum = "74c70f0235b9925cbb106c52af1a28b5ea4885a8b851e328b8562e257a389c2d"
2226: dependencies = [
2227: "lazy_static",
2228: "maplit",
f5365bf71c 2021-01-22 2229: "nom 6.0.1",
2230: "regex",
2231: "unicode_categories",
2232: ]
2233:
2234: [[package]]
2235: name = "sqlx"
f5365bf71c 2021-01-22 2236: version = "0.4.2"
2237: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2238: checksum = "e1a98f9bf17b690f026b6fec565293a995b46dfbd6293debcb654dcffd2d1b34"
2239: dependencies = [
2240: "sqlx-core",
2241: "sqlx-macros",
2242: ]
2243:
2244: [[package]]
2245: name = "sqlx-core"
f5365bf71c 2021-01-22 2246: version = "0.4.2"
2247: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2248: checksum = "36bb6a2ca3345a86493bc3b71eabc2c6c16a8bb1aa476cf5303bee27f67627d7"
2249: dependencies = [
f5365bf71c 2021-01-22 2250: "ahash 0.6.3",
2251: "atoi",
2252: "base64 0.13.0",
2253: "bitflags",
2254: "byteorder",
f5365bf71c 2021-01-22 2255: "bytes 0.5.6",
2256: "chrono",
2257: "crc",
2258: "crossbeam-channel",
f5365bf71c 2021-01-22 2259: "crossbeam-queue 0.3.1",
f5365bf71c 2021-01-22 2260: "crossbeam-utils 0.8.1",
2261: "either",
2262: "futures-channel",
2263: "futures-core",
2264: "futures-util",
2265: "hashlink",
2266: "hex",
2267: "hmac",
2268: "itoa",
2269: "libc",
f5365bf71c 2021-01-22 2270: "log 0.4.13",
2271: "md-5",
2272: "memchr",
2273: "once_cell",
2274: "parking_lot 0.11.1",
2275: "percent-encoding 2.1.0",
f5365bf71c 2021-01-22 2276: "rand 0.7.3",
2277: "sha-1",
2278: "sha2",
2279: "smallvec 1.6.1",
2280: "sqlformat",
2281: "sqlx-rt",
2282: "stringprep",
2283: "thiserror",
f5365bf71c 2021-01-22 2284: "url 2.2.0",
2285: "whoami",
2286: ]
2287:
2288: [[package]]
2289: name = "sqlx-macros"
f5365bf71c 2021-01-22 2290: version = "0.4.2"
2291: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2292: checksum = "2b5ada8b3b565331275ce913368565a273a74faf2a34da58c4dc010ce3286844"
2293: dependencies = [
f5365bf71c 2021-01-22 2294: "cargo_metadata",
2295: "dotenv",
2296: "either",
f5365bf71c 2021-01-22 2297: "futures 0.3.12",
2298: "heck",
f5365bf71c 2021-01-22 2299: "lazy_static",
2300: "proc-macro2",
2301: "quote",
2302: "sha2",
2303: "sqlx-core",
2304: "sqlx-rt",
2305: "syn",
f5365bf71c 2021-01-22 2306: "url 2.2.0",
2307: ]
2308:
2309: [[package]]
2310: name = "sqlx-rt"
f5365bf71c 2021-01-22 2311: version = "0.2.0"
2312: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2313: checksum = "63fc5454c9dd7aaea3a0eeeb65ca40d06d0d8e7413a8184f7c3a3ffa5056190b"
2314: dependencies = [
2315: "native-tls",
f5365bf71c 2021-01-22 2316: "once_cell",
f5365bf71c 2021-01-22 2317: "tokio 0.2.24",
f5365bf71c 2021-01-22 2318: "tokio-native-tls",
2319: ]
2320:
2321: [[package]]
2322: name = "static_assertions"
2323: version = "1.1.0"
2324: source = "registry+https://github.com/rust-lang/crates.io-index"
2325: checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2326:
2327: [[package]]
2328: name = "string"
2329: version = "0.2.1"
2330: source = "registry+https://github.com/rust-lang/crates.io-index"
2331: checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
2332: dependencies = [
2333: "bytes 0.4.12",
2334: ]
2335:
2336: [[package]]
2337: name = "stringprep"
2338: version = "0.1.2"
2339: source = "registry+https://github.com/rust-lang/crates.io-index"
2340: checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
2341: dependencies = [
2342: "unicode-bidi",
2343: "unicode-normalization",
2344: ]
2345:
2346: [[package]]
2347: name = "strsim"
2348: version = "0.9.3"
2349: source = "registry+https://github.com/rust-lang/crates.io-index"
2350: checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
2351:
2352: [[package]]
2353: name = "subtle"
2354: version = "2.4.0"
2355: source = "registry+https://github.com/rust-lang/crates.io-index"
2356: checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
2357:
2358: [[package]]
2359: name = "syn"
f5365bf71c 2021-01-22 2360: version = "1.0.58"
2361: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2362: checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
2363: dependencies = [
2364: "proc-macro2",
2365: "quote",
2366: "unicode-xid",
2367: ]
2368:
2369: [[package]]
2370: name = "synstructure"
2371: version = "0.12.4"
2372: source = "registry+https://github.com/rust-lang/crates.io-index"
2373: checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
2374: dependencies = [
2375: "proc-macro2",
2376: "quote",
2377: "syn",
2378: "unicode-xid",
2379: ]
2380:
2381: [[package]]
2382: name = "tap"
f5365bf71c 2021-01-22 2383: version = "1.0.0"
2384: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2385: checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"
2386:
2387: [[package]]
2388: name = "telegram-bot"
2389: version = "0.8.0"
2390: source = "registry+https://github.com/rust-lang/crates.io-index"
2391: checksum = "fc9552e972bcb551705fcad45bd0b86eca12a22379db36cdfa6d053e1a19b2de"
2392: dependencies = [
2393: "bytes 0.5.6",
f5365bf71c 2021-01-22 2394: "futures 0.3.12",
f5365bf71c 2021-01-22 2395: "hyper 0.13.9",
2396: "hyper-tls 0.4.3",
2397: "multipart",
2398: "telegram-bot-raw",
f5365bf71c 2021-01-22 2399: "tokio 0.2.24",
2400: "tracing",
2401: "tracing-futures",
2402: ]
2403:
2404: [[package]]
2405: name = "telegram-bot-raw"
2406: version = "0.8.0"
2407: source = "registry+https://github.com/rust-lang/crates.io-index"
2408: checksum = "0e4fc120e2b85d639fc932a4aa7c1b6a5f1189fb86948d7a02037d1d8f1ef559"
2409: dependencies = [
2410: "bytes 0.5.6",
f5365bf71c 2021-01-22 2411: "serde 1.0.120",
2412: "serde-value",
2413: "serde_derive",
2414: "serde_json",
2415: ]
2416:
2417: [[package]]
2418: name = "tempfile"
2419: version = "3.2.0"
2420: source = "registry+https://github.com/rust-lang/crates.io-index"
2421: checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
2422: dependencies = [
2423: "cfg-if 1.0.0",
2424: "libc",
f5365bf71c 2021-01-22 2425: "rand 0.8.2",
f5365bf71c 2021-01-22 2426: "redox_syscall 0.2.4",
2427: "remove_dir_all",
2428: "winapi 0.3.9",
2429: ]
2430:
2431: [[package]]
2432: name = "thiserror"
f5365bf71c 2021-01-22 2433: version = "1.0.23"
2434: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2435: checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
2436: dependencies = [
2437: "thiserror-impl",
2438: ]
2439:
2440: [[package]]
2441: name = "thiserror-impl"
f5365bf71c 2021-01-22 2442: version = "1.0.23"
2443: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2444: checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
2445: dependencies = [
2446: "proc-macro2",
2447: "quote",
2448: "syn",
f5365bf71c 2021-01-22 2449: ]
f5365bf71c 2021-01-22 2450:
f5365bf71c 2021-01-22 2451: [[package]]
f5365bf71c 2021-01-22 2452: name = "thread_local"
f5365bf71c 2021-01-22 2453: version = "1.1.0"
f5365bf71c 2021-01-22 2454: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2455: checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447"
f5365bf71c 2021-01-22 2456: dependencies = [
f5365bf71c 2021-01-22 2457: "lazy_static",
2458: ]
2459:
2460: [[package]]
2461: name = "time"
2462: version = "0.1.43"
2463: source = "registry+https://github.com/rust-lang/crates.io-index"
2464: checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2465: dependencies = [
2466: "libc",
2467: "winapi 0.3.9",
2468: ]
2469:
2470: [[package]]
2471: name = "tinyvec"
f5365bf71c 2021-01-22 2472: version = "1.1.0"
2473: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2474: checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
2475: dependencies = [
2476: "tinyvec_macros",
2477: ]
2478:
2479: [[package]]
2480: name = "tinyvec_macros"
2481: version = "0.1.0"
2482: source = "registry+https://github.com/rust-lang/crates.io-index"
2483: checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2484:
2485: [[package]]
2486: name = "tokio"
2487: version = "0.1.22"
2488: source = "registry+https://github.com/rust-lang/crates.io-index"
2489: checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
2490: dependencies = [
2491: "bytes 0.4.12",
f5365bf71c 2021-01-22 2492: "futures 0.1.30",
2493: "mio",
2494: "num_cpus",
2495: "tokio-current-thread",
2496: "tokio-executor",
2497: "tokio-io",
2498: "tokio-reactor",
2499: "tokio-tcp",
2500: "tokio-threadpool",
2501: "tokio-timer",
2502: ]
2503:
2504: [[package]]
2505: name = "tokio"
f5365bf71c 2021-01-22 2506: version = "0.2.24"
2507: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2508: checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48"
2509: dependencies = [
2510: "bytes 0.5.6",
2511: "fnv",
2512: "futures-core",
2513: "iovec",
2514: "lazy_static",
f5365bf71c 2021-01-22 2515: "libc",
2516: "memchr",
2517: "mio",
f5365bf71c 2021-01-22 2518: "mio-uds",
f5365bf71c 2021-01-22 2519: "num_cpus",
f5365bf71c 2021-01-22 2520: "pin-project-lite 0.1.11",
2521: "slab",
2522: "tokio-macros",
2523: ]
2524:
2525: [[package]]
2526: name = "tokio-buf"
2527: version = "0.1.1"
2528: source = "registry+https://github.com/rust-lang/crates.io-index"
2529: checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
2530: dependencies = [
2531: "bytes 0.4.12",
2532: "either",
f5365bf71c 2021-01-22 2533: "futures 0.1.30",
2534: ]
2535:
2536: [[package]]
2537: name = "tokio-current-thread"
2538: version = "0.1.7"
2539: source = "registry+https://github.com/rust-lang/crates.io-index"
2540: checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
2541: dependencies = [
f5365bf71c 2021-01-22 2542: "futures 0.1.30",
2543: "tokio-executor",
2544: ]
2545:
2546: [[package]]
2547: name = "tokio-executor"
2548: version = "0.1.10"
2549: source = "registry+https://github.com/rust-lang/crates.io-index"
2550: checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
2551: dependencies = [
2552: "crossbeam-utils 0.7.2",
f5365bf71c 2021-01-22 2553: "futures 0.1.30",
2554: ]
2555:
2556: [[package]]
2557: name = "tokio-io"
2558: version = "0.1.13"
2559: source = "registry+https://github.com/rust-lang/crates.io-index"
2560: checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
2561: dependencies = [
2562: "bytes 0.4.12",
f5365bf71c 2021-01-22 2563: "futures 0.1.30",
f5365bf71c 2021-01-22 2564: "log 0.4.13",
2565: ]
2566:
2567: [[package]]
2568: name = "tokio-macros"
2569: version = "0.2.6"
2570: source = "registry+https://github.com/rust-lang/crates.io-index"
2571: checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
2572: dependencies = [
2573: "proc-macro2",
2574: "quote",
2575: "syn",
2576: ]
2577:
2578: [[package]]
f5365bf71c 2021-01-22 2579: name = "tokio-native-tls"
f5365bf71c 2021-01-22 2580: version = "0.1.0"
f5365bf71c 2021-01-22 2581: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2582: checksum = "cd608593a919a8e05a7d1fc6df885e40f6a88d3a70a3a7eff23ff27964eda069"
f5365bf71c 2021-01-22 2583: dependencies = [
f5365bf71c 2021-01-22 2584: "native-tls",
f5365bf71c 2021-01-22 2585: "tokio 0.2.24",
f5365bf71c 2021-01-22 2586: ]
f5365bf71c 2021-01-22 2587:
f5365bf71c 2021-01-22 2588: [[package]]
2589: name = "tokio-reactor"
2590: version = "0.1.12"
2591: source = "registry+https://github.com/rust-lang/crates.io-index"
2592: checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
2593: dependencies = [
2594: "crossbeam-utils 0.7.2",
f5365bf71c 2021-01-22 2595: "futures 0.1.30",
2596: "lazy_static",
f5365bf71c 2021-01-22 2597: "log 0.4.13",
2598: "mio",
2599: "num_cpus",
2600: "parking_lot 0.9.0",
2601: "slab",
2602: "tokio-executor",
2603: "tokio-io",
2604: "tokio-sync",
2605: ]
2606:
2607: [[package]]
2608: name = "tokio-sync"
2609: version = "0.1.8"
2610: source = "registry+https://github.com/rust-lang/crates.io-index"
2611: checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
2612: dependencies = [
2613: "fnv",
f5365bf71c 2021-01-22 2614: "futures 0.1.30",
2615: ]
2616:
2617: [[package]]
2618: name = "tokio-tcp"
2619: version = "0.1.4"
2620: source = "registry+https://github.com/rust-lang/crates.io-index"
2621: checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
2622: dependencies = [
2623: "bytes 0.4.12",
f5365bf71c 2021-01-22 2624: "futures 0.1.30",
2625: "iovec",
2626: "mio",
2627: "tokio-io",
2628: "tokio-reactor",
2629: ]
2630:
2631: [[package]]
2632: name = "tokio-threadpool"
2633: version = "0.1.18"
2634: source = "registry+https://github.com/rust-lang/crates.io-index"
2635: checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
2636: dependencies = [
2637: "crossbeam-deque",
2638: "crossbeam-queue 0.2.3",
2639: "crossbeam-utils 0.7.2",
f5365bf71c 2021-01-22 2640: "futures 0.1.30",
2641: "lazy_static",
f5365bf71c 2021-01-22 2642: "log 0.4.13",
2643: "num_cpus",
2644: "slab",
2645: "tokio-executor",
2646: ]
2647:
2648: [[package]]
2649: name = "tokio-timer"
2650: version = "0.2.13"
2651: source = "registry+https://github.com/rust-lang/crates.io-index"
2652: checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
2653: dependencies = [
2654: "crossbeam-utils 0.7.2",
f5365bf71c 2021-01-22 2655: "futures 0.1.30",
2656: "slab",
2657: "tokio-executor",
2658: ]
2659:
2660: [[package]]
2661: name = "tokio-tls"
2662: version = "0.3.1"
2663: source = "registry+https://github.com/rust-lang/crates.io-index"
2664: checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
2665: dependencies = [
2666: "native-tls",
f5365bf71c 2021-01-22 2667: "tokio 0.2.24",
2668: ]
2669:
2670: [[package]]
2671: name = "tokio-util"
2672: version = "0.3.1"
2673: source = "registry+https://github.com/rust-lang/crates.io-index"
2674: checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2675: dependencies = [
2676: "bytes 0.5.6",
2677: "futures-core",
2678: "futures-sink",
f5365bf71c 2021-01-22 2679: "log 0.4.13",
f5365bf71c 2021-01-22 2680: "pin-project-lite 0.1.11",
f5365bf71c 2021-01-22 2681: "tokio 0.2.24",
2682: ]
2683:
2684: [[package]]
2685: name = "toml"
2686: version = "0.5.8"
2687: source = "registry+https://github.com/rust-lang/crates.io-index"
2688: checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
2689: dependencies = [
f5365bf71c 2021-01-22 2690: "serde 1.0.120",
2691: ]
2692:
2693: [[package]]
2694: name = "tower-service"
f5365bf71c 2021-01-22 2695: version = "0.3.0"
2696: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2697: checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
2698:
2699: [[package]]
2700: name = "tracing"
f5365bf71c 2021-01-22 2701: version = "0.1.22"
2702: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2703: checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
2704: dependencies = [
2705: "cfg-if 1.0.0",
f5365bf71c 2021-01-22 2706: "log 0.4.13",
f5365bf71c 2021-01-22 2707: "pin-project-lite 0.2.4",
2708: "tracing-attributes",
2709: "tracing-core",
2710: ]
2711:
2712: [[package]]
2713: name = "tracing-attributes"
f5365bf71c 2021-01-22 2714: version = "0.1.11"
2715: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2716: checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
2717: dependencies = [
2718: "proc-macro2",
2719: "quote",
2720: "syn",
2721: ]
2722:
2723: [[package]]
2724: name = "tracing-core"
f5365bf71c 2021-01-22 2725: version = "0.1.17"
2726: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2727: checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
2728: dependencies = [
2729: "lazy_static",
2730: ]
2731:
2732: [[package]]
2733: name = "tracing-futures"
f5365bf71c 2021-01-22 2734: version = "0.2.4"
2735: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2736: checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
2737: dependencies = [
f5365bf71c 2021-01-22 2738: "pin-project 0.4.27",
2739: "tracing",
2740: ]
2741:
2742: [[package]]
2743: name = "try-lock"
2744: version = "0.2.3"
2745: source = "registry+https://github.com/rust-lang/crates.io-index"
2746: checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2747:
2748: [[package]]
2749: name = "try_from"
2750: version = "0.3.2"
2751: source = "registry+https://github.com/rust-lang/crates.io-index"
2752: checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
2753: dependencies = [
2754: "cfg-if 0.1.10",
2755: ]
2756:
2757: [[package]]
2758: name = "typenum"
f5365bf71c 2021-01-22 2759: version = "1.12.0"
f5365bf71c 2021-01-22 2760: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2761: checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
f5365bf71c 2021-01-22 2762:
f5365bf71c 2021-01-22 2763: [[package]]
f5365bf71c 2021-01-22 2764: name = "ucd-trie"
f5365bf71c 2021-01-22 2765: version = "0.1.3"
2766: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2767: checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2768:
2769: [[package]]
2770: name = "unicase"
2771: version = "1.4.2"
2772: source = "registry+https://github.com/rust-lang/crates.io-index"
2773: checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
2774: dependencies = [
2775: "version_check 0.1.5",
2776: ]
2777:
2778: [[package]]
2779: name = "unicase"
2780: version = "2.6.0"
2781: source = "registry+https://github.com/rust-lang/crates.io-index"
2782: checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2783: dependencies = [
f5365bf71c 2021-01-22 2784: "version_check 0.9.2",
2785: ]
2786:
2787: [[package]]
2788: name = "unicode-bidi"
f5365bf71c 2021-01-22 2789: version = "0.3.4"
2790: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2791: checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2792: dependencies = [
2793: "matches",
2794: ]
2795:
2796: [[package]]
2797: name = "unicode-normalization"
f5365bf71c 2021-01-22 2798: version = "0.1.16"
2799: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2800: checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
2801: dependencies = [
2802: "tinyvec",
2803: ]
2804:
2805: [[package]]
2806: name = "unicode-segmentation"
2807: version = "1.7.1"
2808: source = "registry+https://github.com/rust-lang/crates.io-index"
2809: checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2810:
2811: [[package]]
2812: name = "unicode-xid"
f5365bf71c 2021-01-22 2813: version = "0.2.1"
2814: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2815: checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2816:
2817: [[package]]
2818: name = "unicode_categories"
2819: version = "0.1.1"
2820: source = "registry+https://github.com/rust-lang/crates.io-index"
2821: checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2822:
2823: [[package]]
2824: name = "url"
2825: version = "1.7.2"
2826: source = "registry+https://github.com/rust-lang/crates.io-index"
2827: checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
2828: dependencies = [
2829: "idna 0.1.5",
2830: "matches",
2831: "percent-encoding 1.0.1",
2832: ]
2833:
2834: [[package]]
2835: name = "url"
f5365bf71c 2021-01-22 2836: version = "2.2.0"
2837: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2838: checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
2839: dependencies = [
2840: "form_urlencoded",
f5365bf71c 2021-01-22 2841: "idna 0.2.0",
2842: "matches",
2843: "percent-encoding 2.1.0",
2844: ]
2845:
2846: [[package]]
2847: name = "uuid"
2848: version = "0.7.4"
2849: source = "registry+https://github.com/rust-lang/crates.io-index"
2850: checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
2851: dependencies = [
2852: "rand 0.6.5",
2853: ]
2854:
2855: [[package]]
2856: name = "vcpkg"
f5365bf71c 2021-01-22 2857: version = "0.2.11"
2858: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2859: checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
2860:
2861: [[package]]
2862: name = "version_check"
2863: version = "0.1.5"
2864: source = "registry+https://github.com/rust-lang/crates.io-index"
2865: checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2866:
2867: [[package]]
2868: name = "version_check"
f5365bf71c 2021-01-22 2869: version = "0.9.2"
f5365bf71c 2021-01-22 2870: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2871: checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2872:
2873: [[package]]
2874: name = "want"
2875: version = "0.2.0"
2876: source = "registry+https://github.com/rust-lang/crates.io-index"
2877: checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
2878: dependencies = [
f5365bf71c 2021-01-22 2879: "futures 0.1.30",
f5365bf71c 2021-01-22 2880: "log 0.4.13",
2881: "try-lock",
2882: ]
2883:
2884: [[package]]
2885: name = "want"
2886: version = "0.3.0"
2887: source = "registry+https://github.com/rust-lang/crates.io-index"
2888: checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2889: dependencies = [
f5365bf71c 2021-01-22 2890: "log 0.4.13",
2891: "try-lock",
2892: ]
2893:
2894: [[package]]
2895: name = "wasi"
f5365bf71c 2021-01-22 2896: version = "0.9.0+wasi-snapshot-preview1"
f5365bf71c 2021-01-22 2897: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2898: checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
f5365bf71c 2021-01-22 2899:
f5365bf71c 2021-01-22 2900: [[package]]
f5365bf71c 2021-01-22 2901: name = "wasi"
f5365bf71c 2021-01-22 2902: version = "0.10.1+wasi-snapshot-preview1"
2903: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2904: checksum = "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9"
2905:
2906: [[package]]
2907: name = "wasm-bindgen"
f5365bf71c 2021-01-22 2908: version = "0.2.69"
2909: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2910: checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
2911: dependencies = [
2912: "cfg-if 1.0.0",
2913: "wasm-bindgen-macro",
2914: ]
2915:
2916: [[package]]
2917: name = "wasm-bindgen-backend"
f5365bf71c 2021-01-22 2918: version = "0.2.69"
2919: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2920: checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
2921: dependencies = [
2922: "bumpalo",
2923: "lazy_static",
f5365bf71c 2021-01-22 2924: "log 0.4.13",
2925: "proc-macro2",
2926: "quote",
2927: "syn",
2928: "wasm-bindgen-shared",
2929: ]
2930:
2931: [[package]]
2932: name = "wasm-bindgen-macro"
f5365bf71c 2021-01-22 2933: version = "0.2.69"
2934: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2935: checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
2936: dependencies = [
2937: "quote",
2938: "wasm-bindgen-macro-support",
2939: ]
2940:
2941: [[package]]
2942: name = "wasm-bindgen-macro-support"
f5365bf71c 2021-01-22 2943: version = "0.2.69"
2944: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2945: checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
2946: dependencies = [
2947: "proc-macro2",
2948: "quote",
2949: "syn",
2950: "wasm-bindgen-backend",
2951: "wasm-bindgen-shared",
2952: ]
2953:
2954: [[package]]
2955: name = "wasm-bindgen-shared"
f5365bf71c 2021-01-22 2956: version = "0.2.69"
2957: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2958: checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
2959:
2960: [[package]]
2961: name = "web-sys"
f5365bf71c 2021-01-22 2962: version = "0.3.46"
2963: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2964: checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
2965: dependencies = [
2966: "js-sys",
2967: "wasm-bindgen",
2968: ]
2969:
2970: [[package]]
2971: name = "whoami"
f5365bf71c 2021-01-22 2972: version = "1.1.0"
2973: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2974: checksum = "1a921c0ad578a51c0b6c0bbb9b95f0ed11e90d61da506139e48a946edd11ee1e"
2975: dependencies = [
2976: "wasm-bindgen",
2977: "web-sys",
2978: ]
2979:
2980: [[package]]
2981: name = "winapi"
2982: version = "0.2.8"
2983: source = "registry+https://github.com/rust-lang/crates.io-index"
2984: checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2985:
2986: [[package]]
2987: name = "winapi"
2988: version = "0.3.9"
2989: source = "registry+https://github.com/rust-lang/crates.io-index"
2990: checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2991: dependencies = [
2992: "winapi-i686-pc-windows-gnu",
2993: "winapi-x86_64-pc-windows-gnu",
2994: ]
2995:
2996: [[package]]
2997: name = "winapi-build"
2998: version = "0.1.1"
2999: source = "registry+https://github.com/rust-lang/crates.io-index"
3000: checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
3001:
3002: [[package]]
3003: name = "winapi-i686-pc-windows-gnu"
3004: version = "0.4.0"
3005: source = "registry+https://github.com/rust-lang/crates.io-index"
3006: checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3007:
3008: [[package]]
3009: name = "winapi-x86_64-pc-windows-gnu"
3010: version = "0.4.0"
3011: source = "registry+https://github.com/rust-lang/crates.io-index"
3012: checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3013:
3014: [[package]]
3015: name = "winreg"
3016: version = "0.6.2"
3017: source = "registry+https://github.com/rust-lang/crates.io-index"
3018: checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
3019: dependencies = [
3020: "winapi 0.3.9",
3021: ]
3022:
3023: [[package]]
3024: name = "ws2_32-sys"
3025: version = "0.2.1"
3026: source = "registry+https://github.com/rust-lang/crates.io-index"
3027: checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
3028: dependencies = [
3029: "winapi 0.2.8",
3030: "winapi-build",
3031: ]
3032:
3033: [[package]]
3034: name = "wyz"
3035: version = "0.2.0"
3036: source = "registry+https://github.com/rust-lang/crates.io-index"
3037: checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
3038:
3039: [[package]]
3040: name = "yaml-rust"
3041: version = "0.4.5"
3042: source = "registry+https://github.com/rust-lang/crates.io-index"
3043: checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
3044: dependencies = [
f5365bf71c 2021-01-22 3045: "linked-hash-map 0.5.4",
3046: ]