Annotation For Cargo.lock
Logged in as anonymous

Lines of Cargo.lock from check-in 072f5eb363 that are changed by the sequence of edits moving toward check-in 3c5e2bd226:

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