Annotation For Cargo.lock
Logged in as anonymous

Lines of Cargo.lock from check-in 31aec3c4b0 that are changed by the sequence of edits moving toward check-in f4cad2a5c0:

                         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"
31aec3c4b0 2024-05-23    7: version = "0.21.0"
                         8: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23    9: checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
                        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 = "aho-corasick"
31aec3c4b0 2024-05-23   22: version = "1.1.3"
                        23: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23   24: checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
                        25: dependencies = [
                        26:  "memchr",
31aec3c4b0 2024-05-23   27: ]
31aec3c4b0 2024-05-23   28: 
31aec3c4b0 2024-05-23   29: [[package]]
31aec3c4b0 2024-05-23   30: name = "anstream"
31aec3c4b0 2024-05-23   31: version = "0.6.14"
31aec3c4b0 2024-05-23   32: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23   33: checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
31aec3c4b0 2024-05-23   34: dependencies = [
31aec3c4b0 2024-05-23   35:  "anstyle",
31aec3c4b0 2024-05-23   36:  "anstyle-parse",
31aec3c4b0 2024-05-23   37:  "anstyle-query",
31aec3c4b0 2024-05-23   38:  "anstyle-wincon",
31aec3c4b0 2024-05-23   39:  "colorchoice",
31aec3c4b0 2024-05-23   40:  "is_terminal_polyfill",
31aec3c4b0 2024-05-23   41:  "utf8parse",
31aec3c4b0 2024-05-23   42: ]
31aec3c4b0 2024-05-23   43: 
31aec3c4b0 2024-05-23   44: [[package]]
31aec3c4b0 2024-05-23   45: name = "anstyle"
31aec3c4b0 2024-05-23   46: version = "1.0.7"
31aec3c4b0 2024-05-23   47: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23   48: checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
31aec3c4b0 2024-05-23   49: 
31aec3c4b0 2024-05-23   50: [[package]]
31aec3c4b0 2024-05-23   51: name = "anstyle-parse"
31aec3c4b0 2024-05-23   52: version = "0.2.4"
31aec3c4b0 2024-05-23   53: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23   54: checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
31aec3c4b0 2024-05-23   55: dependencies = [
31aec3c4b0 2024-05-23   56:  "utf8parse",
31aec3c4b0 2024-05-23   57: ]
31aec3c4b0 2024-05-23   58: 
31aec3c4b0 2024-05-23   59: [[package]]
31aec3c4b0 2024-05-23   60: name = "anstyle-query"
31aec3c4b0 2024-05-23   61: version = "1.0.3"
31aec3c4b0 2024-05-23   62: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23   63: checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
31aec3c4b0 2024-05-23   64: dependencies = [
31aec3c4b0 2024-05-23   65:  "windows-sys 0.52.0",
31aec3c4b0 2024-05-23   66: ]
31aec3c4b0 2024-05-23   67: 
31aec3c4b0 2024-05-23   68: [[package]]
31aec3c4b0 2024-05-23   69: name = "anstyle-wincon"
31aec3c4b0 2024-05-23   70: version = "3.0.3"
31aec3c4b0 2024-05-23   71: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23   72: checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
31aec3c4b0 2024-05-23   73: dependencies = [
31aec3c4b0 2024-05-23   74:  "anstyle",
31aec3c4b0 2024-05-23   75:  "windows-sys 0.52.0",
                        76: ]
                        77: 
                        78: [[package]]
                        79: name = "anyhow"
                        80: version = "1.0.86"
                        81: source = "registry+https://github.com/rust-lang/crates.io-index"
                        82: checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
                        83: 
                        84: [[package]]
                        85: name = "arrayvec"
                        86: version = "0.5.2"
                        87: source = "registry+https://github.com/rust-lang/crates.io-index"
                        88: checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
                        89: 
                        90: [[package]]
                        91: name = "ascii_utils"
                        92: version = "0.9.3"
                        93: source = "registry+https://github.com/rust-lang/crates.io-index"
                        94: checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a"
                        95: 
                        96: [[package]]
                        97: name = "async-attributes"
                        98: version = "1.1.2"
                        99: source = "registry+https://github.com/rust-lang/crates.io-index"
                       100: checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
                       101: dependencies = [
                       102:  "quote",
                       103:  "syn 1.0.109",
                       104: ]
                       105: 
                       106: [[package]]
                       107: name = "async-channel"
                       108: version = "1.9.0"
                       109: source = "registry+https://github.com/rust-lang/crates.io-index"
                       110: checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
                       111: dependencies = [
                       112:  "concurrent-queue",
                       113:  "event-listener 2.5.3",
                       114:  "futures-core",
                       115: ]
                       116: 
                       117: [[package]]
                       118: name = "async-channel"
                       119: version = "2.3.1"
                       120: source = "registry+https://github.com/rust-lang/crates.io-index"
                       121: checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
                       122: dependencies = [
                       123:  "concurrent-queue",
                       124:  "event-listener-strategy 0.5.2",
                       125:  "futures-core",
                       126:  "pin-project-lite 0.2.14",
                       127: ]
                       128: 
                       129: [[package]]
                       130: name = "async-executor"
31aec3c4b0 2024-05-23  131: version = "1.11.0"
                       132: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23  133: checksum = "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a"
                       134: dependencies = [
                       135:  "async-task",
                       136:  "concurrent-queue",
                       137:  "fastrand 2.1.0",
                       138:  "futures-lite 2.3.0",
                       139:  "slab",
                       140: ]
                       141: 
                       142: [[package]]
                       143: name = "async-global-executor"
                       144: version = "2.4.1"
                       145: source = "registry+https://github.com/rust-lang/crates.io-index"
                       146: checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
                       147: dependencies = [
                       148:  "async-channel 2.3.1",
                       149:  "async-executor",
                       150:  "async-io 2.3.2",
                       151:  "async-lock 3.3.0",
                       152:  "blocking",
                       153:  "futures-lite 2.3.0",
                       154:  "once_cell",
                       155:  "tokio",
                       156: ]
                       157: 
                       158: [[package]]
                       159: name = "async-io"
                       160: version = "1.13.0"
                       161: source = "registry+https://github.com/rust-lang/crates.io-index"
                       162: checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
                       163: dependencies = [
                       164:  "async-lock 2.8.0",
                       165:  "autocfg",
                       166:  "cfg-if",
                       167:  "concurrent-queue",
                       168:  "futures-lite 1.13.0",
                       169:  "log",
                       170:  "parking",
                       171:  "polling 2.8.0",
                       172:  "rustix 0.37.27",
                       173:  "slab",
                       174:  "socket2 0.4.10",
                       175:  "waker-fn",
                       176: ]
                       177: 
                       178: [[package]]
                       179: name = "async-io"
                       180: version = "2.3.2"
                       181: source = "registry+https://github.com/rust-lang/crates.io-index"
                       182: checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
                       183: dependencies = [
                       184:  "async-lock 3.3.0",
                       185:  "cfg-if",
                       186:  "concurrent-queue",
                       187:  "futures-io",
                       188:  "futures-lite 2.3.0",
                       189:  "parking",
                       190:  "polling 3.7.0",
                       191:  "rustix 0.38.34",
                       192:  "slab",
                       193:  "tracing",
                       194:  "windows-sys 0.52.0",
                       195: ]
                       196: 
                       197: [[package]]
                       198: name = "async-lock"
                       199: version = "2.8.0"
                       200: source = "registry+https://github.com/rust-lang/crates.io-index"
                       201: checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
                       202: dependencies = [
                       203:  "event-listener 2.5.3",
                       204: ]
                       205: 
                       206: [[package]]
                       207: name = "async-lock"
                       208: version = "3.3.0"
                       209: source = "registry+https://github.com/rust-lang/crates.io-index"
                       210: checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
                       211: dependencies = [
                       212:  "event-listener 4.0.3",
                       213:  "event-listener-strategy 0.4.0",
                       214:  "pin-project-lite 0.2.14",
                       215: ]
                       216: 
                       217: [[package]]
                       218: name = "async-macros"
                       219: version = "2.0.0"
                       220: source = "registry+https://github.com/rust-lang/crates.io-index"
                       221: checksum = "644a5a8de80f2085a1e7e57cd1544a2a7438f6e003c0790999bd43b92a77cdb2"
                       222: dependencies = [
                       223:  "futures-core",
                       224:  "pin-utils",
                       225: ]
                       226: 
                       227: [[package]]
                       228: name = "async-process"
                       229: version = "1.8.1"
                       230: source = "registry+https://github.com/rust-lang/crates.io-index"
                       231: checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
                       232: dependencies = [
                       233:  "async-io 1.13.0",
                       234:  "async-lock 2.8.0",
                       235:  "async-signal",
                       236:  "blocking",
                       237:  "cfg-if",
                       238:  "event-listener 3.1.0",
                       239:  "futures-lite 1.13.0",
                       240:  "rustix 0.38.34",
                       241:  "windows-sys 0.48.0",
                       242: ]
                       243: 
                       244: [[package]]
                       245: name = "async-signal"
                       246: version = "0.2.6"
                       247: source = "registry+https://github.com/rust-lang/crates.io-index"
                       248: checksum = "afe66191c335039c7bb78f99dc7520b0cbb166b3a1cb33a03f53d8a1c6f2afda"
                       249: dependencies = [
                       250:  "async-io 2.3.2",
                       251:  "async-lock 3.3.0",
                       252:  "atomic-waker",
                       253:  "cfg-if",
                       254:  "futures-core",
                       255:  "futures-io",
                       256:  "rustix 0.38.34",
                       257:  "signal-hook-registry",
                       258:  "slab",
                       259:  "windows-sys 0.52.0",
                       260: ]
                       261: 
                       262: [[package]]
                       263: name = "async-std"
                       264: version = "1.12.0"
                       265: source = "registry+https://github.com/rust-lang/crates.io-index"
                       266: checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
                       267: dependencies = [
                       268:  "async-attributes",
                       269:  "async-channel 1.9.0",
                       270:  "async-global-executor",
                       271:  "async-io 1.13.0",
                       272:  "async-lock 2.8.0",
                       273:  "async-process",
                       274:  "crossbeam-utils",
                       275:  "futures-channel",
                       276:  "futures-core",
                       277:  "futures-io",
                       278:  "futures-lite 1.13.0",
                       279:  "gloo-timers",
                       280:  "kv-log-macro",
                       281:  "log",
                       282:  "memchr",
                       283:  "once_cell",
                       284:  "pin-project-lite 0.2.14",
                       285:  "pin-utils",
                       286:  "slab",
                       287:  "wasm-bindgen-futures",
                       288: ]
                       289: 
                       290: [[package]]
                       291: name = "async-std-resolver"
                       292: version = "0.20.4"
                       293: source = "registry+https://github.com/rust-lang/crates.io-index"
                       294: checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"
                       295: dependencies = [
                       296:  "async-std",
                       297:  "async-trait",
                       298:  "futures-io",
                       299:  "futures-util",
                       300:  "pin-utils",
                       301:  "trust-dns-resolver",
                       302: ]
                       303: 
                       304: [[package]]
                       305: name = "async-task"
                       306: version = "4.7.1"
                       307: source = "registry+https://github.com/rust-lang/crates.io-index"
                       308: checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
                       309: 
                       310: [[package]]
                       311: name = "async-tls"
                       312: version = "0.11.0"
                       313: source = "registry+https://github.com/rust-lang/crates.io-index"
                       314: checksum = "2f23d769dbf1838d5df5156e7b1ad404f4c463d1ac2c6aeb6cd943630f8a8400"
                       315: dependencies = [
                       316:  "futures-core",
                       317:  "futures-io",
                       318:  "rustls",
                       319:  "webpki",
                       320:  "webpki-roots",
                       321: ]
                       322: 
                       323: [[package]]
                       324: name = "async-trait"
                       325: version = "0.1.80"
                       326: source = "registry+https://github.com/rust-lang/crates.io-index"
                       327: checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
                       328: dependencies = [
                       329:  "proc-macro2",
                       330:  "quote",
31aec3c4b0 2024-05-23  331:  "syn 2.0.65",
                       332: ]
                       333: 
                       334: [[package]]
                       335: name = "atomic-waker"
                       336: version = "1.1.2"
                       337: source = "registry+https://github.com/rust-lang/crates.io-index"
                       338: checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
                       339: 
                       340: [[package]]
                       341: name = "autocfg"
                       342: version = "1.3.0"
                       343: source = "registry+https://github.com/rust-lang/crates.io-index"
                       344: checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
                       345: 
                       346: [[package]]
                       347: name = "backtrace"
31aec3c4b0 2024-05-23  348: version = "0.3.71"
                       349: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23  350: checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
                       351: dependencies = [
                       352:  "addr2line",
                       353:  "cc",
                       354:  "cfg-if",
                       355:  "libc",
                       356:  "miniz_oxide",
                       357:  "object",
                       358:  "rustc-demangle",
                       359: ]
                       360: 
                       361: [[package]]
                       362: name = "base64"
                       363: version = "0.13.1"
                       364: source = "registry+https://github.com/rust-lang/crates.io-index"
                       365: checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
                       366: 
                       367: [[package]]
                       368: name = "bitflags"
                       369: version = "1.3.2"
                       370: source = "registry+https://github.com/rust-lang/crates.io-index"
                       371: checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
                       372: 
                       373: [[package]]
                       374: name = "bitflags"
                       375: version = "2.5.0"
                       376: source = "registry+https://github.com/rust-lang/crates.io-index"
                       377: checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
                       378: 
                       379: [[package]]
                       380: name = "bitvec"
                       381: version = "0.19.6"
                       382: source = "registry+https://github.com/rust-lang/crates.io-index"
                       383: checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
                       384: dependencies = [
                       385:  "funty",
                       386:  "radium",
                       387:  "tap",
                       388:  "wyz",
                       389: ]
                       390: 
                       391: [[package]]
                       392: name = "blocking"
31aec3c4b0 2024-05-23  393: version = "1.6.0"
                       394: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23  395: checksum = "495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88"
                       396: dependencies = [
                       397:  "async-channel 2.3.1",
31aec3c4b0 2024-05-23  398:  "async-lock 3.3.0",
                       399:  "async-task",
                       400:  "futures-io",
                       401:  "futures-lite 2.3.0",
                       402:  "piper",
                       403: ]
                       404: 
                       405: [[package]]
                       406: name = "bumpalo"
                       407: version = "3.16.0"
                       408: source = "registry+https://github.com/rust-lang/crates.io-index"
                       409: checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
                       410: 
                       411: [[package]]
                       412: name = "bytes"
                       413: version = "1.6.0"
                       414: source = "registry+https://github.com/rust-lang/crates.io-index"
                       415: checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
                       416: 
                       417: [[package]]
                       418: name = "cc"
                       419: version = "1.0.98"
                       420: source = "registry+https://github.com/rust-lang/crates.io-index"
                       421: checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
                       422: 
                       423: [[package]]
                       424: name = "cfg-if"
                       425: version = "1.0.0"
                       426: source = "registry+https://github.com/rust-lang/crates.io-index"
                       427: checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
                       428: 
                       429: [[package]]
31aec3c4b0 2024-05-23  430: name = "colorchoice"
31aec3c4b0 2024-05-23  431: version = "1.0.1"
                       432: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23  433: checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
                       434: 
                       435: [[package]]
                       436: name = "concurrent-queue"
                       437: version = "2.5.0"
                       438: source = "registry+https://github.com/rust-lang/crates.io-index"
                       439: checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
                       440: dependencies = [
                       441:  "crossbeam-utils",
                       442: ]
                       443: 
                       444: [[package]]
                       445: name = "config"
31aec3c4b0 2024-05-23  446: version = "0.14.0"
                       447: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23  448: checksum = "7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be"
                       449: dependencies = [
                       450:  "lazy_static",
                       451:  "nom 7.1.3",
                       452:  "pathdiff",
                       453:  "serde",
                       454:  "toml",
                       455: ]
                       456: 
                       457: [[package]]
                       458: name = "core-foundation"
                       459: version = "0.9.4"
                       460: source = "registry+https://github.com/rust-lang/crates.io-index"
                       461: checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
                       462: dependencies = [
                       463:  "core-foundation-sys",
                       464:  "libc",
                       465: ]
                       466: 
                       467: [[package]]
                       468: name = "core-foundation-sys"
                       469: version = "0.8.6"
                       470: source = "registry+https://github.com/rust-lang/crates.io-index"
                       471: checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
                       472: 
                       473: [[package]]
                       474: name = "crossbeam-utils"
                       475: version = "0.8.20"
                       476: source = "registry+https://github.com/rust-lang/crates.io-index"
                       477: checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
                       478: 
                       479: [[package]]
                       480: name = "data-encoding"
                       481: version = "2.6.0"
                       482: source = "registry+https://github.com/rust-lang/crates.io-index"
                       483: checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
                       484: 
                       485: [[package]]
                       486: name = "encoding_rs"
                       487: version = "0.8.34"
                       488: source = "registry+https://github.com/rust-lang/crates.io-index"
                       489: checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
                       490: dependencies = [
                       491:  "cfg-if",
                       492: ]
                       493: 
                       494: [[package]]
                       495: name = "enum-as-inner"
                       496: version = "0.3.4"
                       497: source = "registry+https://github.com/rust-lang/crates.io-index"
                       498: checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"
                       499: dependencies = [
                       500:  "heck",
                       501:  "proc-macro2",
                       502:  "quote",
                       503:  "syn 1.0.109",
                       504: ]
                       505: 
                       506: [[package]]
31aec3c4b0 2024-05-23  507: name = "env_filter"
31aec3c4b0 2024-05-23  508: version = "0.1.0"
31aec3c4b0 2024-05-23  509: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23  510: checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
31aec3c4b0 2024-05-23  511: dependencies = [
31aec3c4b0 2024-05-23  512:  "log",
31aec3c4b0 2024-05-23  513:  "regex",
31aec3c4b0 2024-05-23  514: ]
31aec3c4b0 2024-05-23  515: 
31aec3c4b0 2024-05-23  516: [[package]]
                       517: name = "env_logger"
31aec3c4b0 2024-05-23  518: version = "0.11.3"
                       519: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23  520: checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
                       521: dependencies = [
31aec3c4b0 2024-05-23  522:  "anstream",
31aec3c4b0 2024-05-23  523:  "anstyle",
31aec3c4b0 2024-05-23  524:  "env_filter",
                       525:  "humantime",
                       526:  "log",
                       527: ]
                       528: 
                       529: [[package]]
                       530: name = "equivalent"
                       531: version = "1.0.1"
                       532: source = "registry+https://github.com/rust-lang/crates.io-index"
                       533: checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
                       534: 
                       535: [[package]]
                       536: name = "errno"
                       537: version = "0.3.9"
                       538: source = "registry+https://github.com/rust-lang/crates.io-index"
                       539: checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
                       540: dependencies = [
                       541:  "libc",
                       542:  "windows-sys 0.52.0",
                       543: ]
                       544: 
                       545: [[package]]
                       546: name = "event-listener"
                       547: version = "2.5.3"
                       548: source = "registry+https://github.com/rust-lang/crates.io-index"
                       549: checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
                       550: 
                       551: [[package]]
                       552: name = "event-listener"
                       553: version = "3.1.0"
                       554: source = "registry+https://github.com/rust-lang/crates.io-index"
                       555: checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
                       556: dependencies = [
                       557:  "concurrent-queue",
                       558:  "parking",
                       559:  "pin-project-lite 0.2.14",
                       560: ]
                       561: 
                       562: [[package]]
                       563: name = "event-listener"
                       564: version = "4.0.3"
                       565: source = "registry+https://github.com/rust-lang/crates.io-index"
                       566: checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
                       567: dependencies = [
                       568:  "concurrent-queue",
                       569:  "parking",
                       570:  "pin-project-lite 0.2.14",
                       571: ]
                       572: 
                       573: [[package]]
                       574: name = "event-listener"
                       575: version = "5.3.0"
                       576: source = "registry+https://github.com/rust-lang/crates.io-index"
                       577: checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24"
                       578: dependencies = [
                       579:  "concurrent-queue",
                       580:  "parking",
                       581:  "pin-project-lite 0.2.14",
                       582: ]
                       583: 
                       584: [[package]]
                       585: name = "event-listener-strategy"
                       586: version = "0.4.0"
                       587: source = "registry+https://github.com/rust-lang/crates.io-index"
                       588: checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
                       589: dependencies = [
                       590:  "event-listener 4.0.3",
                       591:  "pin-project-lite 0.2.14",
                       592: ]
                       593: 
                       594: [[package]]
                       595: name = "event-listener-strategy"
                       596: version = "0.5.2"
                       597: source = "registry+https://github.com/rust-lang/crates.io-index"
                       598: checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
                       599: dependencies = [
                       600:  "event-listener 5.3.0",
                       601:  "pin-project-lite 0.2.14",
                       602: ]
                       603: 
                       604: [[package]]
                       605: name = "fast_chemail"
                       606: version = "0.9.6"
                       607: source = "registry+https://github.com/rust-lang/crates.io-index"
                       608: checksum = "495a39d30d624c2caabe6312bfead73e7717692b44e0b32df168c275a2e8e9e4"
                       609: dependencies = [
                       610:  "ascii_utils",
                       611: ]
                       612: 
                       613: [[package]]
                       614: name = "fastrand"
                       615: version = "1.9.0"
                       616: source = "registry+https://github.com/rust-lang/crates.io-index"
                       617: checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
                       618: dependencies = [
                       619:  "instant",
                       620: ]
                       621: 
                       622: [[package]]
                       623: name = "fastrand"
                       624: version = "2.1.0"
                       625: source = "registry+https://github.com/rust-lang/crates.io-index"
                       626: checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
                       627: 
                       628: [[package]]
                       629: name = "fnv"
                       630: version = "1.0.7"
                       631: source = "registry+https://github.com/rust-lang/crates.io-index"
                       632: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
                       633: 
                       634: [[package]]
                       635: name = "foreign-types"
                       636: version = "0.3.2"
                       637: source = "registry+https://github.com/rust-lang/crates.io-index"
                       638: checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
                       639: dependencies = [
                       640:  "foreign-types-shared",
                       641: ]
                       642: 
                       643: [[package]]
                       644: name = "foreign-types-shared"
                       645: version = "0.1.1"
                       646: source = "registry+https://github.com/rust-lang/crates.io-index"
                       647: checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
                       648: 
                       649: [[package]]
                       650: name = "form_urlencoded"
                       651: version = "1.2.1"
                       652: source = "registry+https://github.com/rust-lang/crates.io-index"
                       653: checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
                       654: dependencies = [
                       655:  "percent-encoding",
                       656: ]
                       657: 
                       658: [[package]]
                       659: name = "funty"
                       660: version = "1.1.0"
                       661: source = "registry+https://github.com/rust-lang/crates.io-index"
                       662: checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
                       663: 
                       664: [[package]]
                       665: name = "futures"
                       666: version = "0.3.30"
                       667: source = "registry+https://github.com/rust-lang/crates.io-index"
                       668: checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
                       669: dependencies = [
                       670:  "futures-channel",
                       671:  "futures-core",
                       672:  "futures-executor",
                       673:  "futures-io",
                       674:  "futures-sink",
                       675:  "futures-task",
                       676:  "futures-util",
                       677: ]
                       678: 
                       679: [[package]]
                       680: name = "futures-channel"
                       681: version = "0.3.30"
                       682: source = "registry+https://github.com/rust-lang/crates.io-index"
                       683: checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
                       684: dependencies = [
                       685:  "futures-core",
                       686:  "futures-sink",
                       687: ]
                       688: 
                       689: [[package]]
                       690: name = "futures-core"
                       691: version = "0.3.30"
                       692: source = "registry+https://github.com/rust-lang/crates.io-index"
                       693: checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
                       694: 
                       695: [[package]]
                       696: name = "futures-executor"
                       697: version = "0.3.30"
                       698: source = "registry+https://github.com/rust-lang/crates.io-index"
                       699: checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
                       700: dependencies = [
                       701:  "futures-core",
                       702:  "futures-task",
                       703:  "futures-util",
                       704: ]
                       705: 
                       706: [[package]]
                       707: name = "futures-io"
                       708: version = "0.3.30"
                       709: source = "registry+https://github.com/rust-lang/crates.io-index"
                       710: checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
                       711: 
                       712: [[package]]
                       713: name = "futures-lite"
                       714: version = "1.13.0"
                       715: source = "registry+https://github.com/rust-lang/crates.io-index"
                       716: checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
                       717: dependencies = [
                       718:  "fastrand 1.9.0",
                       719:  "futures-core",
                       720:  "futures-io",
                       721:  "memchr",
                       722:  "parking",
                       723:  "pin-project-lite 0.2.14",
                       724:  "waker-fn",
                       725: ]
                       726: 
                       727: [[package]]
                       728: name = "futures-lite"
                       729: version = "2.3.0"
                       730: source = "registry+https://github.com/rust-lang/crates.io-index"
                       731: checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
                       732: dependencies = [
                       733:  "fastrand 2.1.0",
                       734:  "futures-core",
                       735:  "futures-io",
                       736:  "parking",
                       737:  "pin-project-lite 0.2.14",
                       738: ]
                       739: 
                       740: [[package]]
                       741: name = "futures-macro"
                       742: version = "0.3.30"
                       743: source = "registry+https://github.com/rust-lang/crates.io-index"
                       744: checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
                       745: dependencies = [
                       746:  "proc-macro2",
                       747:  "quote",
31aec3c4b0 2024-05-23  748:  "syn 2.0.65",
                       749: ]
                       750: 
                       751: [[package]]
                       752: name = "futures-sink"
                       753: version = "0.3.30"
                       754: source = "registry+https://github.com/rust-lang/crates.io-index"
                       755: checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
                       756: 
                       757: [[package]]
                       758: name = "futures-task"
                       759: version = "0.3.30"
                       760: source = "registry+https://github.com/rust-lang/crates.io-index"
                       761: checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
                       762: 
                       763: [[package]]
                       764: name = "futures-util"
                       765: version = "0.3.30"
                       766: source = "registry+https://github.com/rust-lang/crates.io-index"
                       767: checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
                       768: dependencies = [
                       769:  "futures-channel",
                       770:  "futures-core",
                       771:  "futures-io",
                       772:  "futures-macro",
                       773:  "futures-sink",
                       774:  "futures-task",
                       775:  "memchr",
                       776:  "pin-project-lite 0.2.14",
                       777:  "pin-utils",
                       778:  "slab",
                       779: ]
                       780: 
                       781: [[package]]
                       782: name = "getrandom"
31aec3c4b0 2024-05-23  783: version = "0.1.16"
31aec3c4b0 2024-05-23  784: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23  785: checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
31aec3c4b0 2024-05-23  786: dependencies = [
31aec3c4b0 2024-05-23  787:  "cfg-if",
31aec3c4b0 2024-05-23  788:  "libc",
31aec3c4b0 2024-05-23  789:  "wasi 0.9.0+wasi-snapshot-preview1",
31aec3c4b0 2024-05-23  790: ]
31aec3c4b0 2024-05-23  791: 
31aec3c4b0 2024-05-23  792: [[package]]
31aec3c4b0 2024-05-23  793: name = "getrandom"
                       794: version = "0.2.15"
                       795: source = "registry+https://github.com/rust-lang/crates.io-index"
                       796: checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
                       797: dependencies = [
                       798:  "cfg-if",
                       799:  "libc",
31aec3c4b0 2024-05-23  800:  "wasi 0.11.0+wasi-snapshot-preview1",
                       801: ]
                       802: 
                       803: [[package]]
                       804: name = "gimli"
31aec3c4b0 2024-05-23  805: version = "0.28.1"
                       806: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23  807: checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
                       808: 
                       809: [[package]]
                       810: name = "gloo-timers"
                       811: version = "0.2.6"
                       812: source = "registry+https://github.com/rust-lang/crates.io-index"
                       813: checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
                       814: dependencies = [
                       815:  "futures-channel",
                       816:  "futures-core",
                       817:  "js-sys",
                       818:  "wasm-bindgen",
                       819: ]
                       820: 
                       821: [[package]]
                       822: name = "hashbrown"
                       823: version = "0.14.5"
                       824: source = "registry+https://github.com/rust-lang/crates.io-index"
                       825: checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
                       826: 
                       827: [[package]]
                       828: name = "heck"
                       829: version = "0.4.1"
                       830: source = "registry+https://github.com/rust-lang/crates.io-index"
                       831: checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
                       832: 
                       833: [[package]]
                       834: name = "hermit-abi"
                       835: version = "0.3.9"
                       836: source = "registry+https://github.com/rust-lang/crates.io-index"
                       837: checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
                       838: 
                       839: [[package]]
                       840: name = "hex"
                       841: version = "0.4.3"
                       842: source = "registry+https://github.com/rust-lang/crates.io-index"
                       843: checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
                       844: 
                       845: [[package]]
                       846: name = "hostname"
                       847: version = "0.3.1"
                       848: source = "registry+https://github.com/rust-lang/crates.io-index"
                       849: checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
                       850: dependencies = [
                       851:  "libc",
                       852:  "match_cfg",
                       853:  "winapi",
                       854: ]
                       855: 
                       856: [[package]]
                       857: name = "http"
                       858: version = "0.2.12"
                       859: source = "registry+https://github.com/rust-lang/crates.io-index"
                       860: checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
                       861: dependencies = [
                       862:  "bytes",
                       863:  "fnv",
                       864:  "itoa",
                       865: ]
                       866: 
                       867: [[package]]
                       868: name = "http-body"
                       869: version = "0.4.6"
                       870: source = "registry+https://github.com/rust-lang/crates.io-index"
                       871: checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
                       872: dependencies = [
                       873:  "bytes",
                       874:  "http",
                       875:  "pin-project-lite 0.2.14",
                       876: ]
                       877: 
                       878: [[package]]
                       879: name = "httparse"
                       880: version = "1.8.0"
                       881: source = "registry+https://github.com/rust-lang/crates.io-index"
                       882: checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
                       883: 
                       884: [[package]]
                       885: name = "httpdate"
                       886: version = "1.0.3"
                       887: source = "registry+https://github.com/rust-lang/crates.io-index"
                       888: checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
                       889: 
                       890: [[package]]
                       891: name = "humantime"
31aec3c4b0 2024-05-23  892: version = "2.1.0"
                       893: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23  894: checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
                       895: 
                       896: [[package]]
                       897: name = "hyper"
                       898: version = "0.14.28"
                       899: source = "registry+https://github.com/rust-lang/crates.io-index"
                       900: checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
                       901: dependencies = [
                       902:  "bytes",
                       903:  "futures-channel",
                       904:  "futures-core",
                       905:  "futures-util",
                       906:  "http",
                       907:  "http-body",
                       908:  "httparse",
                       909:  "httpdate",
                       910:  "itoa",
                       911:  "pin-project-lite 0.2.14",
                       912:  "socket2 0.5.7",
                       913:  "tokio",
                       914:  "tower-service",
                       915:  "tracing",
                       916:  "want",
                       917: ]
                       918: 
                       919: [[package]]
                       920: name = "hyper-tls"
                       921: version = "0.5.0"
                       922: source = "registry+https://github.com/rust-lang/crates.io-index"
                       923: checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
                       924: dependencies = [
                       925:  "bytes",
                       926:  "hyper",
                       927:  "native-tls",
                       928:  "tokio",
                       929:  "tokio-native-tls",
                       930: ]
                       931: 
                       932: [[package]]
                       933: name = "idna"
                       934: version = "0.2.3"
                       935: source = "registry+https://github.com/rust-lang/crates.io-index"
                       936: checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
                       937: dependencies = [
                       938:  "matches",
                       939:  "unicode-bidi",
                       940:  "unicode-normalization",
                       941: ]
                       942: 
                       943: [[package]]
                       944: name = "idna"
                       945: version = "0.5.0"
                       946: source = "registry+https://github.com/rust-lang/crates.io-index"
                       947: checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
                       948: dependencies = [
                       949:  "unicode-bidi",
                       950:  "unicode-normalization",
                       951: ]
                       952: 
                       953: [[package]]
                       954: name = "indexmap"
                       955: version = "2.2.6"
                       956: source = "registry+https://github.com/rust-lang/crates.io-index"
                       957: checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
                       958: dependencies = [
                       959:  "equivalent",
                       960:  "hashbrown",
                       961: ]
                       962: 
                       963: [[package]]
                       964: name = "instant"
                       965: version = "0.1.13"
                       966: source = "registry+https://github.com/rust-lang/crates.io-index"
                       967: checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
                       968: dependencies = [
                       969:  "cfg-if",
                       970: ]
                       971: 
                       972: [[package]]
                       973: name = "io-lifetimes"
                       974: version = "1.0.11"
                       975: source = "registry+https://github.com/rust-lang/crates.io-index"
                       976: checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
                       977: dependencies = [
31aec3c4b0 2024-05-23  978:  "hermit-abi",
                       979:  "libc",
                       980:  "windows-sys 0.48.0",
                       981: ]
                       982: 
                       983: [[package]]
                       984: name = "ipconfig"
                       985: version = "0.2.2"
                       986: source = "registry+https://github.com/rust-lang/crates.io-index"
                       987: checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
                       988: dependencies = [
                       989:  "socket2 0.3.19",
                       990:  "widestring",
                       991:  "winapi",
31aec3c4b0 2024-05-23  992:  "winreg",
                       993: ]
                       994: 
                       995: [[package]]
                       996: name = "ipnet"
                       997: version = "2.9.0"
                       998: source = "registry+https://github.com/rust-lang/crates.io-index"
                       999: checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
                      1000: 
                      1001: [[package]]
31aec3c4b0 2024-05-23 1002: name = "is_terminal_polyfill"
31aec3c4b0 2024-05-23 1003: version = "1.70.0"
                      1004: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1005: checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
                      1006: 
                      1007: [[package]]
                      1008: name = "itoa"
                      1009: version = "1.0.11"
                      1010: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1011: checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
                      1012: 
                      1013: [[package]]
                      1014: name = "js-sys"
                      1015: version = "0.3.69"
                      1016: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1017: checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
                      1018: dependencies = [
                      1019:  "wasm-bindgen",
                      1020: ]
                      1021: 
                      1022: [[package]]
                      1023: name = "kv-log-macro"
                      1024: version = "1.0.7"
                      1025: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1026: checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
                      1027: dependencies = [
                      1028:  "log",
                      1029: ]
                      1030: 
                      1031: [[package]]
                      1032: name = "lazy_static"
                      1033: version = "1.4.0"
                      1034: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1035: checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
                      1036: 
                      1037: [[package]]
                      1038: name = "lexical-core"
                      1039: version = "0.7.6"
                      1040: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1041: checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
                      1042: dependencies = [
                      1043:  "arrayvec",
                      1044:  "bitflags 1.3.2",
                      1045:  "cfg-if",
                      1046:  "ryu",
                      1047:  "static_assertions",
                      1048: ]
                      1049: 
                      1050: [[package]]
                      1051: name = "libc"
                      1052: version = "0.2.155"
                      1053: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1054: checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
                      1055: 
                      1056: [[package]]
                      1057: name = "linked-hash-map"
                      1058: version = "0.5.6"
                      1059: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1060: checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
                      1061: 
                      1062: [[package]]
                      1063: name = "linux-raw-sys"
                      1064: version = "0.3.8"
                      1065: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1066: checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
                      1067: 
                      1068: [[package]]
                      1069: name = "linux-raw-sys"
                      1070: version = "0.4.14"
                      1071: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1072: checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
                      1073: 
                      1074: [[package]]
                      1075: name = "lock_api"
                      1076: version = "0.4.12"
                      1077: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1078: checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
                      1079: dependencies = [
                      1080:  "autocfg",
                      1081:  "scopeguard",
                      1082: ]
                      1083: 
                      1084: [[package]]
                      1085: name = "log"
                      1086: version = "0.4.21"
                      1087: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1088: checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
                      1089: dependencies = [
                      1090:  "value-bag",
                      1091: ]
                      1092: 
                      1093: [[package]]
                      1094: name = "lozizol"
                      1095: version = "0.5.3-dev"
                      1096: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1097: checksum = "7f1de289e1fa0dc1455520ce7bf80970ce57a5c7f091e55a371af48f307581d6"
                      1098: dependencies = [
                      1099:  "async-std",
                      1100:  "bytes",
                      1101:  "hex",
                      1102:  "log",
                      1103:  "memchr",
                      1104:  "num-traits",
                      1105: ]
                      1106: 
                      1107: [[package]]
                      1108: name = "lru-cache"
                      1109: version = "0.1.2"
                      1110: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1111: checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
                      1112: dependencies = [
                      1113:  "linked-hash-map",
                      1114: ]
                      1115: 
                      1116: [[package]]
                      1117: name = "mail-parser"
                      1118: version = "0.9.3"
                      1119: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1120: checksum = "ed5a1335c3a964788c90cb42ae04a34b5f2628e89566949ce3bd4ada695c0bcd"
                      1121: dependencies = [
                      1122:  "encoding_rs",
                      1123:  "serde",
                      1124: ]
                      1125: 
                      1126: [[package]]
                      1127: name = "match_cfg"
                      1128: version = "0.1.0"
                      1129: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1130: checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
                      1131: 
                      1132: [[package]]
                      1133: name = "matches"
                      1134: version = "0.1.10"
                      1135: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1136: checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
                      1137: 
                      1138: [[package]]
                      1139: name = "memchr"
31aec3c4b0 2024-05-23 1140: version = "2.7.2"
                      1141: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1142: checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
                      1143: 
                      1144: [[package]]
                      1145: name = "mime"
                      1146: version = "0.3.17"
                      1147: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1148: checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
                      1149: 
                      1150: [[package]]
                      1151: name = "mime_guess"
                      1152: version = "2.0.4"
                      1153: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1154: checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
                      1155: dependencies = [
                      1156:  "mime",
                      1157:  "unicase",
                      1158: ]
                      1159: 
                      1160: [[package]]
                      1161: name = "minimal-lexical"
                      1162: version = "0.2.1"
                      1163: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1164: checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
                      1165: 
                      1166: [[package]]
                      1167: name = "miniz_oxide"
31aec3c4b0 2024-05-23 1168: version = "0.7.3"
                      1169: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1170: checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
                      1171: dependencies = [
                      1172:  "adler",
                      1173: ]
                      1174: 
                      1175: [[package]]
                      1176: name = "mio"
                      1177: version = "0.8.11"
                      1178: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1179: checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
                      1180: dependencies = [
                      1181:  "libc",
31aec3c4b0 2024-05-23 1182:  "wasi 0.11.0+wasi-snapshot-preview1",
                      1183:  "windows-sys 0.48.0",
31aec3c4b0 2024-05-23 1184: ]
31aec3c4b0 2024-05-23 1185: 
31aec3c4b0 2024-05-23 1186: [[package]]
31aec3c4b0 2024-05-23 1187: name = "multipart"
31aec3c4b0 2024-05-23 1188: version = "0.17.1"
31aec3c4b0 2024-05-23 1189: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1190: checksum = "d050aeedc89243f5347c3e237e3e13dc76fbe4ae3742a57b94dc14f69acf76d4"
31aec3c4b0 2024-05-23 1191: dependencies = [
31aec3c4b0 2024-05-23 1192:  "log",
31aec3c4b0 2024-05-23 1193:  "mime",
31aec3c4b0 2024-05-23 1194:  "mime_guess",
31aec3c4b0 2024-05-23 1195:  "rand 0.7.3",
31aec3c4b0 2024-05-23 1196:  "tempfile",
                      1197: ]
                      1198: 
                      1199: [[package]]
                      1200: name = "native-tls"
                      1201: version = "0.2.11"
                      1202: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1203: checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
                      1204: dependencies = [
                      1205:  "lazy_static",
                      1206:  "libc",
                      1207:  "log",
                      1208:  "openssl",
                      1209:  "openssl-probe",
                      1210:  "openssl-sys",
                      1211:  "schannel",
                      1212:  "security-framework",
                      1213:  "security-framework-sys",
                      1214:  "tempfile",
                      1215: ]
                      1216: 
                      1217: [[package]]
                      1218: name = "nom"
31aec3c4b0 2024-05-23 1219: version = "6.1.2"
                      1220: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1221: checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
                      1222: dependencies = [
                      1223:  "bitvec",
                      1224:  "funty",
                      1225:  "lexical-core",
                      1226:  "memchr",
                      1227:  "version_check",
                      1228: ]
                      1229: 
                      1230: [[package]]
                      1231: name = "nom"
                      1232: version = "7.1.3"
                      1233: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1234: checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
                      1235: dependencies = [
                      1236:  "memchr",
                      1237:  "minimal-lexical",
                      1238: ]
                      1239: 
                      1240: [[package]]
                      1241: name = "num-traits"
                      1242: version = "0.2.19"
                      1243: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1244: checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
                      1245: dependencies = [
                      1246:  "autocfg",
                      1247: ]
                      1248: 
                      1249: [[package]]
                      1250: name = "num_cpus"
                      1251: version = "1.16.0"
                      1252: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1253: checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
                      1254: dependencies = [
31aec3c4b0 2024-05-23 1255:  "hermit-abi",
                      1256:  "libc",
                      1257: ]
                      1258: 
                      1259: [[package]]
                      1260: name = "object"
31aec3c4b0 2024-05-23 1261: version = "0.32.2"
                      1262: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1263: checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
31aec3c4b0 2024-05-23 1264: dependencies = [
31aec3c4b0 2024-05-23 1265:  "memchr",
31aec3c4b0 2024-05-23 1266: ]
                      1267: 
                      1268: [[package]]
                      1269: name = "once_cell"
                      1270: version = "1.19.0"
                      1271: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1272: checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
                      1273: 
                      1274: [[package]]
                      1275: name = "openssl"
                      1276: version = "0.10.64"
                      1277: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1278: checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
                      1279: dependencies = [
                      1280:  "bitflags 2.5.0",
                      1281:  "cfg-if",
                      1282:  "foreign-types",
                      1283:  "libc",
                      1284:  "once_cell",
                      1285:  "openssl-macros",
                      1286:  "openssl-sys",
                      1287: ]
                      1288: 
                      1289: [[package]]
                      1290: name = "openssl-macros"
                      1291: version = "0.1.1"
                      1292: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1293: checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
                      1294: dependencies = [
                      1295:  "proc-macro2",
                      1296:  "quote",
31aec3c4b0 2024-05-23 1297:  "syn 2.0.65",
                      1298: ]
                      1299: 
                      1300: [[package]]
                      1301: name = "openssl-probe"
                      1302: version = "0.1.5"
                      1303: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1304: checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
                      1305: 
                      1306: [[package]]
                      1307: name = "openssl-sys"
                      1308: version = "0.9.102"
                      1309: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1310: checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
                      1311: dependencies = [
                      1312:  "cc",
                      1313:  "libc",
                      1314:  "pkg-config",
                      1315:  "vcpkg",
31aec3c4b0 2024-05-23 1316: ]
31aec3c4b0 2024-05-23 1317: 
31aec3c4b0 2024-05-23 1318: [[package]]
31aec3c4b0 2024-05-23 1319: name = "ordered-float"
31aec3c4b0 2024-05-23 1320: version = "2.10.1"
31aec3c4b0 2024-05-23 1321: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1322: checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
31aec3c4b0 2024-05-23 1323: dependencies = [
31aec3c4b0 2024-05-23 1324:  "num-traits",
                      1325: ]
                      1326: 
                      1327: [[package]]
                      1328: name = "parking"
                      1329: version = "2.2.0"
                      1330: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1331: checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
                      1332: 
                      1333: [[package]]
                      1334: name = "parking_lot"
                      1335: version = "0.11.2"
                      1336: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1337: checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
                      1338: dependencies = [
                      1339:  "instant",
                      1340:  "lock_api",
                      1341:  "parking_lot_core",
                      1342: ]
                      1343: 
                      1344: [[package]]
                      1345: name = "parking_lot_core"
                      1346: version = "0.8.6"
                      1347: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1348: checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
                      1349: dependencies = [
                      1350:  "cfg-if",
                      1351:  "instant",
                      1352:  "libc",
                      1353:  "redox_syscall",
                      1354:  "smallvec",
                      1355:  "winapi",
                      1356: ]
                      1357: 
                      1358: [[package]]
                      1359: name = "pathdiff"
                      1360: version = "0.2.1"
                      1361: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1362: checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
                      1363: 
                      1364: [[package]]
                      1365: name = "peg"
                      1366: version = "0.7.0"
                      1367: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1368: checksum = "07c0b841ea54f523f7aa556956fbd293bcbe06f2e67d2eb732b7278aaf1d166a"
                      1369: dependencies = [
                      1370:  "peg-macros",
                      1371:  "peg-runtime",
                      1372: ]
                      1373: 
                      1374: [[package]]
                      1375: name = "peg-macros"
                      1376: version = "0.7.0"
                      1377: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1378: checksum = "b5aa52829b8decbef693af90202711348ab001456803ba2a98eb4ec8fb70844c"
                      1379: dependencies = [
                      1380:  "peg-runtime",
                      1381:  "proc-macro2",
                      1382:  "quote",
                      1383: ]
                      1384: 
                      1385: [[package]]
                      1386: name = "peg-runtime"
                      1387: version = "0.7.0"
                      1388: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1389: checksum = "c719dcf55f09a3a7e764c6649ab594c18a177e3599c467983cdf644bfc0a4088"
                      1390: 
                      1391: [[package]]
                      1392: name = "percent-encoding"
                      1393: version = "2.3.1"
                      1394: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1395: checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
                      1396: 
                      1397: [[package]]
                      1398: name = "pin-project"
                      1399: version = "1.1.5"
                      1400: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1401: checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
                      1402: dependencies = [
                      1403:  "pin-project-internal",
                      1404: ]
                      1405: 
                      1406: [[package]]
                      1407: name = "pin-project-internal"
                      1408: version = "1.1.5"
                      1409: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1410: checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
                      1411: dependencies = [
                      1412:  "proc-macro2",
                      1413:  "quote",
31aec3c4b0 2024-05-23 1414:  "syn 2.0.65",
                      1415: ]
                      1416: 
                      1417: [[package]]
                      1418: name = "pin-project-lite"
                      1419: version = "0.1.12"
                      1420: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1421: checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
                      1422: 
                      1423: [[package]]
                      1424: name = "pin-project-lite"
                      1425: version = "0.2.14"
                      1426: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1427: checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
                      1428: 
                      1429: [[package]]
                      1430: name = "pin-utils"
                      1431: version = "0.1.0"
                      1432: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1433: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
                      1434: 
                      1435: [[package]]
                      1436: name = "piper"
                      1437: version = "0.2.2"
                      1438: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1439: checksum = "464db0c665917b13ebb5d453ccdec4add5658ee1adc7affc7677615356a8afaf"
                      1440: dependencies = [
                      1441:  "atomic-waker",
                      1442:  "fastrand 2.1.0",
                      1443:  "futures-io",
                      1444: ]
                      1445: 
                      1446: [[package]]
                      1447: name = "pkg-config"
                      1448: version = "0.3.30"
                      1449: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1450: checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
                      1451: 
                      1452: [[package]]
                      1453: name = "polling"
                      1454: version = "2.8.0"
                      1455: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1456: checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
                      1457: dependencies = [
                      1458:  "autocfg",
                      1459:  "bitflags 1.3.2",
                      1460:  "cfg-if",
                      1461:  "concurrent-queue",
                      1462:  "libc",
                      1463:  "log",
                      1464:  "pin-project-lite 0.2.14",
                      1465:  "windows-sys 0.48.0",
                      1466: ]
                      1467: 
                      1468: [[package]]
                      1469: name = "polling"
                      1470: version = "3.7.0"
                      1471: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1472: checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3"
                      1473: dependencies = [
                      1474:  "cfg-if",
                      1475:  "concurrent-queue",
31aec3c4b0 2024-05-23 1476:  "hermit-abi",
                      1477:  "pin-project-lite 0.2.14",
                      1478:  "rustix 0.38.34",
                      1479:  "tracing",
                      1480:  "windows-sys 0.52.0",
                      1481: ]
                      1482: 
                      1483: [[package]]
                      1484: name = "potential"
                      1485: version = "2.2.1"
                      1486: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1487: checksum = "502a584b16465645760f83692eb99092c3d55dffcd8c961fd6522d19cc2222dc"
                      1488: dependencies = [
                      1489:  "futures-channel",
                      1490:  "futures-util",
                      1491:  "log",
                      1492: ]
                      1493: 
                      1494: [[package]]
                      1495: name = "ppv-lite86"
                      1496: version = "0.2.17"
                      1497: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1498: checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
                      1499: 
                      1500: [[package]]
                      1501: name = "proc-macro2"
31aec3c4b0 2024-05-23 1502: version = "1.0.83"
                      1503: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1504: checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43"
                      1505: dependencies = [
                      1506:  "unicode-ident",
                      1507: ]
                      1508: 
                      1509: [[package]]
                      1510: name = "quick-error"
                      1511: version = "1.2.3"
                      1512: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1513: checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
                      1514: 
                      1515: [[package]]
                      1516: name = "quote"
                      1517: version = "1.0.36"
                      1518: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1519: checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
                      1520: dependencies = [
                      1521:  "proc-macro2",
                      1522: ]
                      1523: 
                      1524: [[package]]
                      1525: name = "radium"
                      1526: version = "0.5.3"
                      1527: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1528: checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
                      1529: 
                      1530: [[package]]
                      1531: name = "rand"
31aec3c4b0 2024-05-23 1532: version = "0.7.3"
31aec3c4b0 2024-05-23 1533: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1534: checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
31aec3c4b0 2024-05-23 1535: dependencies = [
31aec3c4b0 2024-05-23 1536:  "getrandom 0.1.16",
31aec3c4b0 2024-05-23 1537:  "libc",
31aec3c4b0 2024-05-23 1538:  "rand_chacha 0.2.2",
31aec3c4b0 2024-05-23 1539:  "rand_core 0.5.1",
31aec3c4b0 2024-05-23 1540:  "rand_hc",
31aec3c4b0 2024-05-23 1541: ]
31aec3c4b0 2024-05-23 1542: 
31aec3c4b0 2024-05-23 1543: [[package]]
31aec3c4b0 2024-05-23 1544: name = "rand"
                      1545: version = "0.8.5"
                      1546: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1547: checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
                      1548: dependencies = [
                      1549:  "libc",
31aec3c4b0 2024-05-23 1550:  "rand_chacha 0.3.1",
31aec3c4b0 2024-05-23 1551:  "rand_core 0.6.4",
31aec3c4b0 2024-05-23 1552: ]
31aec3c4b0 2024-05-23 1553: 
31aec3c4b0 2024-05-23 1554: [[package]]
31aec3c4b0 2024-05-23 1555: name = "rand_chacha"
31aec3c4b0 2024-05-23 1556: version = "0.2.2"
31aec3c4b0 2024-05-23 1557: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1558: checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
31aec3c4b0 2024-05-23 1559: dependencies = [
31aec3c4b0 2024-05-23 1560:  "ppv-lite86",
31aec3c4b0 2024-05-23 1561:  "rand_core 0.5.1",
                      1562: ]
                      1563: 
                      1564: [[package]]
                      1565: name = "rand_chacha"
                      1566: version = "0.3.1"
                      1567: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1568: checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
                      1569: dependencies = [
                      1570:  "ppv-lite86",
31aec3c4b0 2024-05-23 1571:  "rand_core 0.6.4",
31aec3c4b0 2024-05-23 1572: ]
31aec3c4b0 2024-05-23 1573: 
31aec3c4b0 2024-05-23 1574: [[package]]
31aec3c4b0 2024-05-23 1575: name = "rand_core"
31aec3c4b0 2024-05-23 1576: version = "0.5.1"
31aec3c4b0 2024-05-23 1577: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1578: checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
31aec3c4b0 2024-05-23 1579: dependencies = [
31aec3c4b0 2024-05-23 1580:  "getrandom 0.1.16",
                      1581: ]
                      1582: 
                      1583: [[package]]
                      1584: name = "rand_core"
                      1585: version = "0.6.4"
                      1586: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1587: checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
                      1588: dependencies = [
31aec3c4b0 2024-05-23 1589:  "getrandom 0.2.15",
                      1590: ]
                      1591: 
                      1592: [[package]]
31aec3c4b0 2024-05-23 1593: name = "rand_hc"
31aec3c4b0 2024-05-23 1594: version = "0.2.0"
                      1595: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1596: checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
                      1597: dependencies = [
31aec3c4b0 2024-05-23 1598:  "rand_core 0.5.1",
                      1599: ]
                      1600: 
                      1601: [[package]]
                      1602: name = "redox_syscall"
                      1603: version = "0.2.16"
                      1604: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1605: checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
                      1606: dependencies = [
                      1607:  "bitflags 1.3.2",
                      1608: ]
                      1609: 
                      1610: [[package]]
                      1611: name = "regex"
31aec3c4b0 2024-05-23 1612: version = "1.10.4"
                      1613: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1614: checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
                      1615: dependencies = [
                      1616:  "aho-corasick",
                      1617:  "memchr",
                      1618:  "regex-automata",
31aec3c4b0 2024-05-23 1619:  "regex-syntax",
                      1620: ]
                      1621: 
                      1622: [[package]]
                      1623: name = "regex-automata"
                      1624: version = "0.4.6"
                      1625: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1626: checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
                      1627: dependencies = [
31aec3c4b0 2024-05-23 1628:  "aho-corasick",
31aec3c4b0 2024-05-23 1629:  "memchr",
31aec3c4b0 2024-05-23 1630:  "regex-syntax",
                      1631: ]
                      1632: 
                      1633: [[package]]
                      1634: name = "regex-syntax"
                      1635: version = "0.8.3"
                      1636: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1637: checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
                      1638: 
                      1639: [[package]]
                      1640: name = "resolv-conf"
                      1641: version = "0.7.0"
                      1642: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1643: checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
                      1644: dependencies = [
                      1645:  "hostname",
                      1646:  "quick-error",
                      1647: ]
                      1648: 
                      1649: [[package]]
                      1650: name = "ring"
                      1651: version = "0.16.20"
                      1652: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1653: checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
                      1654: dependencies = [
                      1655:  "cc",
                      1656:  "libc",
                      1657:  "once_cell",
                      1658:  "spin",
                      1659:  "untrusted",
                      1660:  "web-sys",
                      1661:  "winapi",
                      1662: ]
                      1663: 
                      1664: [[package]]
                      1665: name = "rustc-demangle"
                      1666: version = "0.1.24"
                      1667: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1668: checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
                      1669: 
                      1670: [[package]]
                      1671: name = "rustix"
                      1672: version = "0.37.27"
                      1673: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1674: checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
                      1675: dependencies = [
                      1676:  "bitflags 1.3.2",
                      1677:  "errno",
                      1678:  "io-lifetimes",
                      1679:  "libc",
                      1680:  "linux-raw-sys 0.3.8",
                      1681:  "windows-sys 0.48.0",
                      1682: ]
                      1683: 
                      1684: [[package]]
                      1685: name = "rustix"
                      1686: version = "0.38.34"
                      1687: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1688: checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
                      1689: dependencies = [
                      1690:  "bitflags 2.5.0",
                      1691:  "errno",
                      1692:  "libc",
                      1693:  "linux-raw-sys 0.4.14",
                      1694:  "windows-sys 0.52.0",
                      1695: ]
                      1696: 
                      1697: [[package]]
                      1698: name = "rustls"
                      1699: version = "0.19.1"
                      1700: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1701: checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
                      1702: dependencies = [
31aec3c4b0 2024-05-23 1703:  "base64",
                      1704:  "log",
                      1705:  "ring",
                      1706:  "sct",
                      1707:  "webpki",
                      1708: ]
                      1709: 
                      1710: [[package]]
                      1711: name = "ryu"
                      1712: version = "1.0.18"
                      1713: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1714: checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
                      1715: 
                      1716: [[package]]
                      1717: name = "samotop"
                      1718: version = "0.13.2"
                      1719: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1720: checksum = "6eb682bb98a1f3f2a909e292c0e08293e541bdf2854b2b61449cffdc085374e9"
                      1721: dependencies = [
                      1722:  "log",
31aec3c4b0 2024-05-23 1723:  "regex",
                      1724:  "samotop-core",
                      1725:  "samotop-delivery",
                      1726:  "samotop-parser",
                      1727:  "samotop-smime",
                      1728:  "samotop-with-rustls",
                      1729:  "samotop-with-spf",
                      1730: ]
                      1731: 
                      1732: [[package]]
                      1733: name = "samotop-core"
                      1734: version = "0.13.1+smtp"
                      1735: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1736: checksum = "30fbe4107fd9f80333f487d3adc417e9aabe9cbee488e1e4d528e7eadc251bcd"
                      1737: dependencies = [
                      1738:  "async-std",
                      1739:  "futures-core",
                      1740:  "futures-io",
                      1741:  "futures-util",
                      1742:  "log",
                      1743:  "smol-timeout",
                      1744: ]
                      1745: 
                      1746: [[package]]
                      1747: name = "samotop-delivery"
                      1748: version = "0.13.1"
                      1749: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1750: checksum = "ab4e67cec86eeac28c314613364338904eafead04f8c280e0c982530572ec1e9"
                      1751: dependencies = [
                      1752:  "async-std",
31aec3c4b0 2024-05-23 1753:  "base64",
                      1754:  "bytes",
                      1755:  "fast_chemail",
                      1756:  "hostname",
                      1757:  "log",
                      1758:  "lozizol",
                      1759:  "memchr",
31aec3c4b0 2024-05-23 1760:  "nom 6.1.2",
                      1761:  "pin-project",
                      1762:  "pin-utils",
                      1763:  "potential",
                      1764:  "samotop-core",
                      1765:  "serde",
                      1766:  "serde_derive",
                      1767:  "serde_json",
                      1768:  "thiserror",
31aec3c4b0 2024-05-23 1769:  "uuid",
                      1770: ]
                      1771: 
                      1772: [[package]]
                      1773: name = "samotop-parser"
                      1774: version = "0.13.0"
                      1775: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1776: checksum = "cdf2e91d7da63ae0e700a75c2e40b0d837cd9fe404a5b5fca39c5be7a4a918c1"
                      1777: dependencies = [
                      1778:  "log",
                      1779:  "peg",
                      1780:  "samotop-core",
                      1781: ]
                      1782: 
                      1783: [[package]]
                      1784: name = "samotop-smime"
                      1785: version = "0.13.0"
                      1786: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1787: checksum = "830db3c1b86e8ecfab352ef13ad0eeaf65089707b5866287436a3d3ab0e39f86"
                      1788: dependencies = [
                      1789:  "async-macros",
                      1790:  "async-process",
                      1791:  "async-std",
                      1792:  "log",
                      1793:  "pin-project",
                      1794:  "samotop-core",
                      1795: ]
                      1796: 
                      1797: [[package]]
                      1798: name = "samotop-with-rustls"
                      1799: version = "0.13.0"
                      1800: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1801: checksum = "d6572fd468ee5c46643949ee418ba25d4f8886b59fa5fb2423f47bf0981c20e2"
                      1802: dependencies = [
                      1803:  "async-tls",
                      1804:  "samotop-core",
                      1805: ]
                      1806: 
                      1807: [[package]]
                      1808: name = "samotop-with-spf"
                      1809: version = "0.13.1"
                      1810: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1811: checksum = "365e7276dd210e4d18746d60fecc280b71733f0d192503502d9a5cf2ee2e0455"
                      1812: dependencies = [
                      1813:  "async-std",
                      1814:  "async-std-resolver",
                      1815:  "log",
                      1816:  "pin-project",
                      1817:  "samotop-core",
                      1818:  "trust-dns-resolver",
                      1819:  "viaspf",
                      1820: ]
                      1821: 
                      1822: [[package]]
                      1823: name = "schannel"
                      1824: version = "0.1.23"
                      1825: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1826: checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
                      1827: dependencies = [
                      1828:  "windows-sys 0.52.0",
                      1829: ]
                      1830: 
                      1831: [[package]]
                      1832: name = "scopeguard"
                      1833: version = "1.2.0"
                      1834: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1835: checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
                      1836: 
                      1837: [[package]]
                      1838: name = "sct"
                      1839: version = "0.6.1"
                      1840: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1841: checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
                      1842: dependencies = [
                      1843:  "ring",
                      1844:  "untrusted",
                      1845: ]
                      1846: 
                      1847: [[package]]
                      1848: name = "security-framework"
                      1849: version = "2.11.0"
                      1850: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1851: checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
                      1852: dependencies = [
                      1853:  "bitflags 2.5.0",
                      1854:  "core-foundation",
                      1855:  "core-foundation-sys",
                      1856:  "libc",
                      1857:  "security-framework-sys",
                      1858: ]
                      1859: 
                      1860: [[package]]
                      1861: name = "security-framework-sys"
                      1862: version = "2.11.0"
                      1863: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1864: checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
                      1865: dependencies = [
                      1866:  "core-foundation-sys",
                      1867:  "libc",
                      1868: ]
                      1869: 
                      1870: [[package]]
                      1871: name = "serde"
31aec3c4b0 2024-05-23 1872: version = "1.0.202"
                      1873: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1874: checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
                      1875: dependencies = [
                      1876:  "serde_derive",
                      1877: ]
                      1878: 
                      1879: [[package]]
31aec3c4b0 2024-05-23 1880: name = "serde-value"
31aec3c4b0 2024-05-23 1881: version = "0.7.0"
31aec3c4b0 2024-05-23 1882: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1883: checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
31aec3c4b0 2024-05-23 1884: dependencies = [
31aec3c4b0 2024-05-23 1885:  "ordered-float",
31aec3c4b0 2024-05-23 1886:  "serde",
31aec3c4b0 2024-05-23 1887: ]
31aec3c4b0 2024-05-23 1888: 
31aec3c4b0 2024-05-23 1889: [[package]]
                      1890: name = "serde_derive"
31aec3c4b0 2024-05-23 1891: version = "1.0.202"
                      1892: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1893: checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
                      1894: dependencies = [
                      1895:  "proc-macro2",
                      1896:  "quote",
31aec3c4b0 2024-05-23 1897:  "syn 2.0.65",
                      1898: ]
                      1899: 
                      1900: [[package]]
                      1901: name = "serde_json"
                      1902: version = "1.0.117"
                      1903: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1904: checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
                      1905: dependencies = [
                      1906:  "itoa",
                      1907:  "ryu",
                      1908:  "serde",
                      1909: ]
                      1910: 
                      1911: [[package]]
31aec3c4b0 2024-05-23 1912: name = "serde_spanned"
31aec3c4b0 2024-05-23 1913: version = "0.6.6"
31aec3c4b0 2024-05-23 1914: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 1915: checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
31aec3c4b0 2024-05-23 1916: dependencies = [
31aec3c4b0 2024-05-23 1917:  "serde",
                      1918: ]
                      1919: 
                      1920: [[package]]
                      1921: name = "signal-hook-registry"
                      1922: version = "1.4.2"
                      1923: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1924: checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
                      1925: dependencies = [
                      1926:  "libc",
                      1927: ]
                      1928: 
                      1929: [[package]]
                      1930: name = "slab"
                      1931: version = "0.4.9"
                      1932: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1933: checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
                      1934: dependencies = [
                      1935:  "autocfg",
                      1936: ]
                      1937: 
                      1938: [[package]]
                      1939: name = "smallvec"
                      1940: version = "1.13.2"
                      1941: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1942: checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
                      1943: 
                      1944: [[package]]
                      1945: name = "smol-timeout"
                      1946: version = "0.6.0"
                      1947: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1948: checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
                      1949: dependencies = [
                      1950:  "async-io 1.13.0",
                      1951:  "pin-project-lite 0.1.12",
                      1952: ]
                      1953: 
                      1954: [[package]]
                      1955: name = "smtp2tg"
31aec3c4b0 2024-05-23 1956: version = "0.1.0"
                      1957: dependencies = [
                      1958:  "anyhow",
                      1959:  "async-std",
                      1960:  "config",
                      1961:  "env_logger",
                      1962:  "mail-parser",
                      1963:  "samotop",
31aec3c4b0 2024-05-23 1964:  "telegram-bot",
                      1965: ]
                      1966: 
                      1967: [[package]]
                      1968: name = "socket2"
                      1969: version = "0.3.19"
                      1970: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1971: checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
                      1972: dependencies = [
                      1973:  "cfg-if",
                      1974:  "libc",
                      1975:  "winapi",
                      1976: ]
                      1977: 
                      1978: [[package]]
                      1979: name = "socket2"
                      1980: version = "0.4.10"
                      1981: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1982: checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
                      1983: dependencies = [
                      1984:  "libc",
                      1985:  "winapi",
                      1986: ]
                      1987: 
                      1988: [[package]]
                      1989: name = "socket2"
                      1990: version = "0.5.7"
                      1991: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1992: checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
                      1993: dependencies = [
                      1994:  "libc",
                      1995:  "windows-sys 0.52.0",
                      1996: ]
                      1997: 
                      1998: [[package]]
                      1999: name = "spin"
                      2000: version = "0.5.2"
                      2001: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2002: checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
                      2003: 
                      2004: [[package]]
                      2005: name = "static_assertions"
                      2006: version = "1.1.0"
                      2007: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2008: checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
                      2009: 
                      2010: [[package]]
                      2011: name = "syn"
                      2012: version = "1.0.109"
                      2013: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2014: checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
                      2015: dependencies = [
                      2016:  "proc-macro2",
                      2017:  "quote",
                      2018:  "unicode-ident",
                      2019: ]
                      2020: 
                      2021: [[package]]
                      2022: name = "syn"
31aec3c4b0 2024-05-23 2023: version = "2.0.65"
                      2024: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 2025: checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106"
                      2026: dependencies = [
                      2027:  "proc-macro2",
                      2028:  "quote",
                      2029:  "unicode-ident",
                      2030: ]
                      2031: 
                      2032: [[package]]
                      2033: name = "tap"
                      2034: version = "1.0.1"
                      2035: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2036: checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
                      2037: 
                      2038: [[package]]
31aec3c4b0 2024-05-23 2039: name = "telegram-bot"
31aec3c4b0 2024-05-23 2040: version = "0.9.0"
31aec3c4b0 2024-05-23 2041: source = "git+https://github.com/telegram-rs/telegram-bot#65ad5cfd578e9a1260ce6daac714eb2153c0bec7"
31aec3c4b0 2024-05-23 2042: dependencies = [
31aec3c4b0 2024-05-23 2043:  "bytes",
31aec3c4b0 2024-05-23 2044:  "futures",
31aec3c4b0 2024-05-23 2045:  "hyper",
31aec3c4b0 2024-05-23 2046:  "hyper-tls",
31aec3c4b0 2024-05-23 2047:  "multipart",
31aec3c4b0 2024-05-23 2048:  "telegram-bot-raw",
31aec3c4b0 2024-05-23 2049:  "tokio",
31aec3c4b0 2024-05-23 2050:  "tracing",
31aec3c4b0 2024-05-23 2051:  "tracing-futures",
31aec3c4b0 2024-05-23 2052: ]
31aec3c4b0 2024-05-23 2053: 
31aec3c4b0 2024-05-23 2054: [[package]]
31aec3c4b0 2024-05-23 2055: name = "telegram-bot-raw"
31aec3c4b0 2024-05-23 2056: version = "0.9.0"
31aec3c4b0 2024-05-23 2057: source = "git+https://github.com/telegram-rs/telegram-bot#65ad5cfd578e9a1260ce6daac714eb2153c0bec7"
31aec3c4b0 2024-05-23 2058: dependencies = [
31aec3c4b0 2024-05-23 2059:  "bytes",
31aec3c4b0 2024-05-23 2060:  "serde",
31aec3c4b0 2024-05-23 2061:  "serde-value",
31aec3c4b0 2024-05-23 2062:  "serde_derive",
31aec3c4b0 2024-05-23 2063:  "serde_json",
                      2064: ]
                      2065: 
                      2066: [[package]]
                      2067: name = "tempfile"
                      2068: version = "3.10.1"
                      2069: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2070: checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
                      2071: dependencies = [
                      2072:  "cfg-if",
                      2073:  "fastrand 2.1.0",
                      2074:  "rustix 0.38.34",
                      2075:  "windows-sys 0.52.0",
                      2076: ]
                      2077: 
                      2078: [[package]]
                      2079: name = "thiserror"
                      2080: version = "1.0.61"
                      2081: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2082: checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
                      2083: dependencies = [
                      2084:  "thiserror-impl",
                      2085: ]
                      2086: 
                      2087: [[package]]
                      2088: name = "thiserror-impl"
                      2089: version = "1.0.61"
                      2090: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2091: checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
                      2092: dependencies = [
                      2093:  "proc-macro2",
                      2094:  "quote",
31aec3c4b0 2024-05-23 2095:  "syn 2.0.65",
                      2096: ]
                      2097: 
                      2098: [[package]]
                      2099: name = "tinyvec"
                      2100: version = "1.6.0"
                      2101: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2102: checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
                      2103: dependencies = [
                      2104:  "tinyvec_macros",
                      2105: ]
                      2106: 
                      2107: [[package]]
                      2108: name = "tinyvec_macros"
                      2109: version = "0.1.1"
                      2110: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2111: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
                      2112: 
                      2113: [[package]]
                      2114: name = "tokio"
                      2115: version = "1.37.0"
                      2116: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2117: checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
                      2118: dependencies = [
                      2119:  "backtrace",
                      2120:  "libc",
                      2121:  "mio",
                      2122:  "num_cpus",
                      2123:  "pin-project-lite 0.2.14",
                      2124:  "socket2 0.5.7",
                      2125:  "windows-sys 0.48.0",
                      2126: ]
                      2127: 
                      2128: [[package]]
                      2129: name = "tokio-native-tls"
                      2130: version = "0.3.1"
                      2131: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2132: checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
                      2133: dependencies = [
                      2134:  "native-tls",
                      2135:  "tokio",
                      2136: ]
                      2137: 
                      2138: [[package]]
                      2139: name = "toml"
31aec3c4b0 2024-05-23 2140: version = "0.8.13"
31aec3c4b0 2024-05-23 2141: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 2142: checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba"
31aec3c4b0 2024-05-23 2143: dependencies = [
31aec3c4b0 2024-05-23 2144:  "serde",
31aec3c4b0 2024-05-23 2145:  "serde_spanned",
31aec3c4b0 2024-05-23 2146:  "toml_datetime",
31aec3c4b0 2024-05-23 2147:  "toml_edit",
31aec3c4b0 2024-05-23 2148: ]
31aec3c4b0 2024-05-23 2149: 
31aec3c4b0 2024-05-23 2150: [[package]]
31aec3c4b0 2024-05-23 2151: name = "toml_datetime"
31aec3c4b0 2024-05-23 2152: version = "0.6.6"
31aec3c4b0 2024-05-23 2153: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 2154: checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
31aec3c4b0 2024-05-23 2155: dependencies = [
31aec3c4b0 2024-05-23 2156:  "serde",
31aec3c4b0 2024-05-23 2157: ]
31aec3c4b0 2024-05-23 2158: 
31aec3c4b0 2024-05-23 2159: [[package]]
31aec3c4b0 2024-05-23 2160: name = "toml_edit"
31aec3c4b0 2024-05-23 2161: version = "0.22.13"
                      2162: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 2163: checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c"
                      2164: dependencies = [
31aec3c4b0 2024-05-23 2165:  "indexmap",
                      2166:  "serde",
31aec3c4b0 2024-05-23 2167:  "serde_spanned",
31aec3c4b0 2024-05-23 2168:  "toml_datetime",
31aec3c4b0 2024-05-23 2169:  "winnow",
                      2170: ]
                      2171: 
                      2172: [[package]]
                      2173: name = "tower-service"
                      2174: version = "0.3.2"
                      2175: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2176: checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
                      2177: 
                      2178: [[package]]
                      2179: name = "tracing"
                      2180: version = "0.1.40"
                      2181: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2182: checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
                      2183: dependencies = [
                      2184:  "pin-project-lite 0.2.14",
31aec3c4b0 2024-05-23 2185:  "tracing-attributes",
                      2186:  "tracing-core",
31aec3c4b0 2024-05-23 2187: ]
31aec3c4b0 2024-05-23 2188: 
31aec3c4b0 2024-05-23 2189: [[package]]
31aec3c4b0 2024-05-23 2190: name = "tracing-attributes"
31aec3c4b0 2024-05-23 2191: version = "0.1.27"
31aec3c4b0 2024-05-23 2192: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 2193: checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
31aec3c4b0 2024-05-23 2194: dependencies = [
31aec3c4b0 2024-05-23 2195:  "proc-macro2",
31aec3c4b0 2024-05-23 2196:  "quote",
31aec3c4b0 2024-05-23 2197:  "syn 2.0.65",
                      2198: ]
                      2199: 
                      2200: [[package]]
                      2201: name = "tracing-core"
                      2202: version = "0.1.32"
                      2203: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2204: checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
                      2205: dependencies = [
                      2206:  "once_cell",
31aec3c4b0 2024-05-23 2207: ]
31aec3c4b0 2024-05-23 2208: 
31aec3c4b0 2024-05-23 2209: [[package]]
31aec3c4b0 2024-05-23 2210: name = "tracing-futures"
31aec3c4b0 2024-05-23 2211: version = "0.2.5"
31aec3c4b0 2024-05-23 2212: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 2213: checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
31aec3c4b0 2024-05-23 2214: dependencies = [
31aec3c4b0 2024-05-23 2215:  "pin-project",
31aec3c4b0 2024-05-23 2216:  "tracing",
                      2217: ]
                      2218: 
                      2219: [[package]]
                      2220: name = "trust-dns-proto"
                      2221: version = "0.20.4"
                      2222: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2223: checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"
                      2224: dependencies = [
                      2225:  "async-trait",
                      2226:  "cfg-if",
                      2227:  "data-encoding",
                      2228:  "enum-as-inner",
                      2229:  "futures-channel",
                      2230:  "futures-io",
                      2231:  "futures-util",
                      2232:  "idna 0.2.3",
                      2233:  "ipnet",
                      2234:  "lazy_static",
                      2235:  "log",
31aec3c4b0 2024-05-23 2236:  "rand 0.8.5",
                      2237:  "smallvec",
                      2238:  "thiserror",
                      2239:  "tinyvec",
                      2240:  "url",
                      2241: ]
                      2242: 
                      2243: [[package]]
                      2244: name = "trust-dns-resolver"
                      2245: version = "0.20.4"
                      2246: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2247: checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"
                      2248: dependencies = [
                      2249:  "cfg-if",
                      2250:  "futures-util",
                      2251:  "ipconfig",
                      2252:  "lazy_static",
                      2253:  "log",
                      2254:  "lru-cache",
                      2255:  "parking_lot",
                      2256:  "resolv-conf",
                      2257:  "smallvec",
                      2258:  "thiserror",
                      2259:  "trust-dns-proto",
                      2260: ]
                      2261: 
                      2262: [[package]]
                      2263: name = "try-lock"
                      2264: version = "0.2.5"
                      2265: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2266: checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
                      2267: 
                      2268: [[package]]
                      2269: name = "unicase"
                      2270: version = "2.7.0"
                      2271: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2272: checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
                      2273: dependencies = [
                      2274:  "version_check",
                      2275: ]
                      2276: 
                      2277: [[package]]
                      2278: name = "unicode-bidi"
                      2279: version = "0.3.15"
                      2280: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2281: checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
                      2282: 
                      2283: [[package]]
                      2284: name = "unicode-ident"
                      2285: version = "1.0.12"
                      2286: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2287: checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
                      2288: 
                      2289: [[package]]
                      2290: name = "unicode-normalization"
                      2291: version = "0.1.23"
                      2292: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2293: checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
                      2294: dependencies = [
                      2295:  "tinyvec",
                      2296: ]
                      2297: 
                      2298: [[package]]
                      2299: name = "untrusted"
                      2300: version = "0.7.1"
                      2301: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2302: checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
                      2303: 
                      2304: [[package]]
                      2305: name = "url"
                      2306: version = "2.5.0"
                      2307: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2308: checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
                      2309: dependencies = [
                      2310:  "form_urlencoded",
                      2311:  "idna 0.5.0",
                      2312:  "percent-encoding",
                      2313: ]
                      2314: 
                      2315: [[package]]
31aec3c4b0 2024-05-23 2316: name = "utf8parse"
31aec3c4b0 2024-05-23 2317: version = "0.2.1"
                      2318: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 2319: checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
                      2320: 
                      2321: [[package]]
                      2322: name = "uuid"
                      2323: version = "0.8.2"
                      2324: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2325: checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
                      2326: dependencies = [
31aec3c4b0 2024-05-23 2327:  "getrandom 0.2.15",
                      2328: ]
                      2329: 
                      2330: [[package]]
                      2331: name = "value-bag"
                      2332: version = "1.9.0"
                      2333: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2334: checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
                      2335: 
                      2336: [[package]]
                      2337: name = "vcpkg"
                      2338: version = "0.2.15"
                      2339: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2340: checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
                      2341: 
                      2342: [[package]]
                      2343: name = "version_check"
                      2344: version = "0.9.4"
                      2345: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2346: checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
                      2347: 
                      2348: [[package]]
                      2349: name = "viaspf"
                      2350: version = "0.4.1"
                      2351: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2352: checksum = "d1ad5f27980197fddd188658abc517fd0bf54a2736421abb5f9c7a0a62624c48"
                      2353: dependencies = [
                      2354:  "async-trait",
                      2355:  "idna 0.2.3",
                      2356:  "tokio",
                      2357:  "viaspf-record",
                      2358: ]
                      2359: 
                      2360: [[package]]
                      2361: name = "viaspf-record"
                      2362: version = "0.4.1"
                      2363: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2364: checksum = "9a26a42057c64dfa1278cb3b9753a72e895e7ad8b109787bcee56223ece8202d"
                      2365: 
                      2366: [[package]]
                      2367: name = "waker-fn"
                      2368: version = "1.2.0"
                      2369: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2370: checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
                      2371: 
                      2372: [[package]]
                      2373: name = "want"
                      2374: version = "0.3.1"
                      2375: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2376: checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
                      2377: dependencies = [
                      2378:  "try-lock",
                      2379: ]
                      2380: 
                      2381: [[package]]
                      2382: name = "wasi"
31aec3c4b0 2024-05-23 2383: version = "0.9.0+wasi-snapshot-preview1"
31aec3c4b0 2024-05-23 2384: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 2385: checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
31aec3c4b0 2024-05-23 2386: 
31aec3c4b0 2024-05-23 2387: [[package]]
31aec3c4b0 2024-05-23 2388: name = "wasi"
                      2389: version = "0.11.0+wasi-snapshot-preview1"
                      2390: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2391: checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
                      2392: 
                      2393: [[package]]
                      2394: name = "wasm-bindgen"
                      2395: version = "0.2.92"
                      2396: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2397: checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
                      2398: dependencies = [
                      2399:  "cfg-if",
                      2400:  "wasm-bindgen-macro",
                      2401: ]
                      2402: 
                      2403: [[package]]
                      2404: name = "wasm-bindgen-backend"
                      2405: version = "0.2.92"
                      2406: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2407: checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
                      2408: dependencies = [
                      2409:  "bumpalo",
                      2410:  "log",
                      2411:  "once_cell",
                      2412:  "proc-macro2",
                      2413:  "quote",
31aec3c4b0 2024-05-23 2414:  "syn 2.0.65",
                      2415:  "wasm-bindgen-shared",
                      2416: ]
                      2417: 
                      2418: [[package]]
                      2419: name = "wasm-bindgen-futures"
                      2420: version = "0.4.42"
                      2421: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2422: checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
                      2423: dependencies = [
                      2424:  "cfg-if",
                      2425:  "js-sys",
                      2426:  "wasm-bindgen",
                      2427:  "web-sys",
                      2428: ]
                      2429: 
                      2430: [[package]]
                      2431: name = "wasm-bindgen-macro"
                      2432: version = "0.2.92"
                      2433: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2434: checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
                      2435: dependencies = [
                      2436:  "quote",
                      2437:  "wasm-bindgen-macro-support",
                      2438: ]
                      2439: 
                      2440: [[package]]
                      2441: name = "wasm-bindgen-macro-support"
                      2442: version = "0.2.92"
                      2443: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2444: checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
                      2445: dependencies = [
                      2446:  "proc-macro2",
                      2447:  "quote",
31aec3c4b0 2024-05-23 2448:  "syn 2.0.65",
                      2449:  "wasm-bindgen-backend",
                      2450:  "wasm-bindgen-shared",
                      2451: ]
                      2452: 
                      2453: [[package]]
                      2454: name = "wasm-bindgen-shared"
                      2455: version = "0.2.92"
                      2456: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2457: checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
                      2458: 
                      2459: [[package]]
                      2460: name = "web-sys"
                      2461: version = "0.3.69"
                      2462: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2463: checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
                      2464: dependencies = [
                      2465:  "js-sys",
                      2466:  "wasm-bindgen",
                      2467: ]
                      2468: 
                      2469: [[package]]
                      2470: name = "webpki"
                      2471: version = "0.21.4"
                      2472: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2473: checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
                      2474: dependencies = [
                      2475:  "ring",
                      2476:  "untrusted",
                      2477: ]
                      2478: 
                      2479: [[package]]
                      2480: name = "webpki-roots"
                      2481: version = "0.21.1"
                      2482: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2483: checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
                      2484: dependencies = [
                      2485:  "webpki",
                      2486: ]
                      2487: 
                      2488: [[package]]
                      2489: name = "widestring"
                      2490: version = "0.4.3"
                      2491: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2492: checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
                      2493: 
                      2494: [[package]]
                      2495: name = "winapi"
                      2496: version = "0.3.9"
                      2497: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2498: checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
                      2499: dependencies = [
                      2500:  "winapi-i686-pc-windows-gnu",
                      2501:  "winapi-x86_64-pc-windows-gnu",
                      2502: ]
                      2503: 
                      2504: [[package]]
                      2505: name = "winapi-i686-pc-windows-gnu"
                      2506: version = "0.4.0"
                      2507: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2508: checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
                      2509: 
                      2510: [[package]]
                      2511: name = "winapi-x86_64-pc-windows-gnu"
                      2512: version = "0.4.0"
                      2513: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2514: checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
                      2515: 
                      2516: [[package]]
                      2517: name = "windows-sys"
                      2518: version = "0.48.0"
                      2519: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2520: checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
                      2521: dependencies = [
                      2522:  "windows-targets 0.48.5",
                      2523: ]
                      2524: 
                      2525: [[package]]
                      2526: name = "windows-sys"
                      2527: version = "0.52.0"
                      2528: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2529: checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
                      2530: dependencies = [
                      2531:  "windows-targets 0.52.5",
                      2532: ]
                      2533: 
                      2534: [[package]]
                      2535: name = "windows-targets"
                      2536: version = "0.48.5"
                      2537: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2538: checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
                      2539: dependencies = [
                      2540:  "windows_aarch64_gnullvm 0.48.5",
                      2541:  "windows_aarch64_msvc 0.48.5",
                      2542:  "windows_i686_gnu 0.48.5",
                      2543:  "windows_i686_msvc 0.48.5",
                      2544:  "windows_x86_64_gnu 0.48.5",
                      2545:  "windows_x86_64_gnullvm 0.48.5",
                      2546:  "windows_x86_64_msvc 0.48.5",
                      2547: ]
                      2548: 
                      2549: [[package]]
                      2550: name = "windows-targets"
                      2551: version = "0.52.5"
                      2552: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2553: checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
                      2554: dependencies = [
                      2555:  "windows_aarch64_gnullvm 0.52.5",
                      2556:  "windows_aarch64_msvc 0.52.5",
                      2557:  "windows_i686_gnu 0.52.5",
                      2558:  "windows_i686_gnullvm",
                      2559:  "windows_i686_msvc 0.52.5",
                      2560:  "windows_x86_64_gnu 0.52.5",
                      2561:  "windows_x86_64_gnullvm 0.52.5",
                      2562:  "windows_x86_64_msvc 0.52.5",
                      2563: ]
                      2564: 
                      2565: [[package]]
                      2566: name = "windows_aarch64_gnullvm"
                      2567: version = "0.48.5"
                      2568: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2569: checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
                      2570: 
                      2571: [[package]]
                      2572: name = "windows_aarch64_gnullvm"
                      2573: version = "0.52.5"
                      2574: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2575: checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
                      2576: 
                      2577: [[package]]
                      2578: name = "windows_aarch64_msvc"
                      2579: version = "0.48.5"
                      2580: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2581: checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
                      2582: 
                      2583: [[package]]
                      2584: name = "windows_aarch64_msvc"
                      2585: version = "0.52.5"
                      2586: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2587: checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
                      2588: 
                      2589: [[package]]
                      2590: name = "windows_i686_gnu"
                      2591: version = "0.48.5"
                      2592: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2593: checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
                      2594: 
                      2595: [[package]]
                      2596: name = "windows_i686_gnu"
                      2597: version = "0.52.5"
                      2598: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2599: checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
                      2600: 
                      2601: [[package]]
                      2602: name = "windows_i686_gnullvm"
                      2603: version = "0.52.5"
                      2604: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2605: checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
                      2606: 
                      2607: [[package]]
                      2608: name = "windows_i686_msvc"
                      2609: version = "0.48.5"
                      2610: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2611: checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
                      2612: 
                      2613: [[package]]
                      2614: name = "windows_i686_msvc"
                      2615: version = "0.52.5"
                      2616: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2617: checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
                      2618: 
                      2619: [[package]]
                      2620: name = "windows_x86_64_gnu"
                      2621: version = "0.48.5"
                      2622: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2623: checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
                      2624: 
                      2625: [[package]]
                      2626: name = "windows_x86_64_gnu"
                      2627: version = "0.52.5"
                      2628: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2629: checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
                      2630: 
                      2631: [[package]]
                      2632: name = "windows_x86_64_gnullvm"
                      2633: version = "0.48.5"
                      2634: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2635: checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
                      2636: 
                      2637: [[package]]
                      2638: name = "windows_x86_64_gnullvm"
                      2639: version = "0.52.5"
                      2640: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2641: checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
                      2642: 
                      2643: [[package]]
                      2644: name = "windows_x86_64_msvc"
                      2645: version = "0.48.5"
                      2646: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2647: checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
                      2648: 
                      2649: [[package]]
                      2650: name = "windows_x86_64_msvc"
                      2651: version = "0.52.5"
                      2652: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2653: checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
                      2654: 
                      2655: [[package]]
31aec3c4b0 2024-05-23 2656: name = "winnow"
31aec3c4b0 2024-05-23 2657: version = "0.6.8"
31aec3c4b0 2024-05-23 2658: source = "registry+https://github.com/rust-lang/crates.io-index"
31aec3c4b0 2024-05-23 2659: checksum = "c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d"
31aec3c4b0 2024-05-23 2660: dependencies = [
31aec3c4b0 2024-05-23 2661:  "memchr",
31aec3c4b0 2024-05-23 2662: ]
31aec3c4b0 2024-05-23 2663: 
31aec3c4b0 2024-05-23 2664: [[package]]
                      2665: name = "winreg"
                      2666: version = "0.6.2"
                      2667: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2668: checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
                      2669: dependencies = [
                      2670:  "winapi",
                      2671: ]
                      2672: 
                      2673: [[package]]
                      2674: name = "wyz"
                      2675: version = "0.2.0"
                      2676: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2677: checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"