Annotation For Cargo.lock
Logged in as anonymous

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

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