Annotation For Cargo.lock
Logged in as anonymous

Lines of Cargo.lock from check-in 5609487b23 that are changed by the sequence of edits moving toward check-in fcf57ccb36:

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