Annotation For Cargo.lock
Logged in as anonymous

Lines of Cargo.lock from check-in 28da2e2a00 that are changed by the sequence of edits moving toward check-in 4f7c2fa854:

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