Annotation For Cargo.lock
Logged in as anonymous

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

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