Annotation For Cargo.lock
Logged in as anonymous

Lines of Cargo.lock from check-in c4797b7b7c that are changed by the sequence of edits moving toward check-in 6702d99a67:

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