Annotation For Cargo.lock
Logged in as anonymous

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

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