Annotation For Cargo.lock
Logged in as anonymous

Lines of Cargo.lock from check-in 8ea7b79fca that are changed by the sequence of edits moving toward check-in 361d13d654:

                         1: # This file is automatically @generated by Cargo.
                         2: # It is not intended for manual editing.
                         3: version = 4
                         4: 
                         5: [[package]]
                         6: name = "aho-corasick"
                         7: version = "1.1.4"
                         8: source = "registry+https://github.com/rust-lang/crates.io-index"
                         9: checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
                        10: dependencies = [
                        11:  "memchr",
                        12: ]
                        13: 
                        14: [[package]]
                        15: name = "async-channel"
                        16: version = "2.5.0"
                        17: source = "registry+https://github.com/rust-lang/crates.io-index"
                        18: checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
                        19: dependencies = [
                        20:  "concurrent-queue",
                        21:  "event-listener-strategy",
                        22:  "futures-core",
                        23:  "pin-project-lite",
                        24: ]
                        25: 
                        26: [[package]]
                        27: name = "async-compat"
                        28: version = "0.2.5"
                        29: source = "registry+https://github.com/rust-lang/crates.io-index"
                        30: checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
                        31: dependencies = [
                        32:  "futures-core",
                        33:  "futures-io",
                        34:  "once_cell",
                        35:  "pin-project-lite",
                        36:  "tokio",
                        37: ]
                        38: 
                        39: [[package]]
                        40: name = "async-executor"
                        41: version = "1.13.3"
                        42: source = "registry+https://github.com/rust-lang/crates.io-index"
                        43: checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
                        44: dependencies = [
                        45:  "async-task",
                        46:  "concurrent-queue",
                        47:  "fastrand",
                        48:  "futures-lite",
                        49:  "pin-project-lite",
                        50:  "slab",
                        51: ]
                        52: 
                        53: [[package]]
                        54: name = "async-fs"
                        55: version = "2.2.0"
                        56: source = "registry+https://github.com/rust-lang/crates.io-index"
                        57: checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
                        58: dependencies = [
                        59:  "async-lock",
                        60:  "blocking",
                        61:  "futures-lite",
                        62: ]
                        63: 
                        64: [[package]]
                        65: name = "async-io"
                        66: version = "2.6.0"
                        67: source = "registry+https://github.com/rust-lang/crates.io-index"
                        68: checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
                        69: dependencies = [
                        70:  "autocfg",
                        71:  "cfg-if",
                        72:  "concurrent-queue",
                        73:  "futures-io",
                        74:  "futures-lite",
                        75:  "parking",
                        76:  "polling",
                        77:  "rustix",
                        78:  "slab",
                        79:  "windows-sys 0.61.2",
                        80: ]
                        81: 
                        82: [[package]]
                        83: name = "async-lock"
                        84: version = "3.4.2"
                        85: source = "registry+https://github.com/rust-lang/crates.io-index"
                        86: checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
                        87: dependencies = [
                        88:  "event-listener",
                        89:  "event-listener-strategy",
                        90:  "pin-project-lite",
                        91: ]
                        92: 
                        93: [[package]]
                        94: name = "async-net"
                        95: version = "2.0.0"
                        96: source = "registry+https://github.com/rust-lang/crates.io-index"
                        97: checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
                        98: dependencies = [
                        99:  "async-io",
                       100:  "blocking",
                       101:  "futures-lite",
                       102: ]
                       103: 
                       104: [[package]]
                       105: name = "async-process"
                       106: version = "2.5.0"
                       107: source = "registry+https://github.com/rust-lang/crates.io-index"
                       108: checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
                       109: dependencies = [
                       110:  "async-channel",
                       111:  "async-io",
                       112:  "async-lock",
                       113:  "async-signal",
                       114:  "async-task",
                       115:  "blocking",
                       116:  "cfg-if",
                       117:  "event-listener",
                       118:  "futures-lite",
                       119:  "rustix",
                       120: ]
                       121: 
                       122: [[package]]
                       123: name = "async-signal"
                       124: version = "0.2.13"
                       125: source = "registry+https://github.com/rust-lang/crates.io-index"
                       126: checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
                       127: dependencies = [
                       128:  "async-io",
                       129:  "async-lock",
                       130:  "atomic-waker",
                       131:  "cfg-if",
                       132:  "futures-core",
                       133:  "futures-io",
                       134:  "rustix",
                       135:  "signal-hook-registry",
                       136:  "slab",
                       137:  "windows-sys 0.61.2",
                       138: ]
                       139: 
                       140: [[package]]
                       141: name = "async-stream"
                       142: version = "0.3.6"
                       143: source = "registry+https://github.com/rust-lang/crates.io-index"
                       144: checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
                       145: dependencies = [
                       146:  "async-stream-impl",
                       147:  "futures-core",
                       148:  "pin-project-lite",
                       149: ]
                       150: 
                       151: [[package]]
                       152: name = "async-stream-impl"
                       153: version = "0.3.6"
                       154: source = "registry+https://github.com/rust-lang/crates.io-index"
                       155: checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
                       156: dependencies = [
                       157:  "proc-macro2",
                       158:  "quote",
                       159:  "syn",
                       160: ]
                       161: 
                       162: [[package]]
                       163: name = "async-task"
                       164: version = "4.7.1"
                       165: source = "registry+https://github.com/rust-lang/crates.io-index"
                       166: checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
                       167: 
                       168: [[package]]
                       169: name = "atomic-waker"
                       170: version = "1.1.2"
                       171: source = "registry+https://github.com/rust-lang/crates.io-index"
                       172: checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
                       173: 
                       174: [[package]]
                       175: name = "autocfg"
                       176: version = "1.5.0"
                       177: source = "registry+https://github.com/rust-lang/crates.io-index"
                       178: checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
                       179: 
                       180: [[package]]
                       181: name = "aws-lc-rs"
                       182: version = "1.15.2"
                       183: source = "registry+https://github.com/rust-lang/crates.io-index"
                       184: checksum = "6a88aab2464f1f25453baa7a07c84c5b7684e274054ba06817f382357f77a288"
                       185: dependencies = [
                       186:  "aws-lc-sys",
                       187:  "zeroize",
                       188: ]
                       189: 
                       190: [[package]]
                       191: name = "aws-lc-sys"
                       192: version = "0.35.0"
                       193: source = "registry+https://github.com/rust-lang/crates.io-index"
                       194: checksum = "b45afffdee1e7c9126814751f88dddc747f41d91da16c9551a0f1e8a11e788a1"
                       195: dependencies = [
                       196:  "cc",
                       197:  "cmake",
                       198:  "dunce",
                       199:  "fs_extra",
                       200: ]
                       201: 
                       202: [[package]]
                       203: name = "base64"
                       204: version = "0.22.1"
                       205: source = "registry+https://github.com/rust-lang/crates.io-index"
                       206: checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
                       207: 
                       208: [[package]]
                       209: name = "base64-compat"
                       210: version = "1.0.0"
                       211: source = "registry+https://github.com/rust-lang/crates.io-index"
                       212: checksum = "5a8d4d2746f89841e49230dd26917df1876050f95abafafbe34f47cb534b88d7"
                       213: dependencies = [
                       214:  "byteorder",
                       215: ]
                       216: 
                       217: [[package]]
                       218: name = "bitflags"
                       219: version = "2.10.0"
                       220: source = "registry+https://github.com/rust-lang/crates.io-index"
                       221: checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
                       222: 
                       223: [[package]]
                       224: name = "blocking"
                       225: version = "1.6.2"
                       226: source = "registry+https://github.com/rust-lang/crates.io-index"
                       227: checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
                       228: dependencies = [
                       229:  "async-channel",
                       230:  "async-task",
                       231:  "futures-io",
                       232:  "futures-lite",
                       233:  "piper",
                       234: ]
                       235: 
                       236: [[package]]
                       237: name = "bufstream-fresh"
                       238: version = "0.3.1"
                       239: source = "registry+https://github.com/rust-lang/crates.io-index"
                       240: checksum = "7c431e5d450eceb6f5096c371f502946ae1cc65407935bc2cae8f1d625a2035f"
                       241: 
                       242: [[package]]
                       243: name = "bumpalo"
                       244: version = "3.19.1"
                       245: source = "registry+https://github.com/rust-lang/crates.io-index"
                       246: checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
                       247: 
                       248: [[package]]
                       249: name = "byteorder"
                       250: version = "1.5.0"
                       251: source = "registry+https://github.com/rust-lang/crates.io-index"
                       252: checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
                       253: 
                       254: [[package]]
                       255: name = "bytes"
                       256: version = "1.11.0"
                       257: source = "registry+https://github.com/rust-lang/crates.io-index"
                       258: checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
                       259: 
                       260: [[package]]
                       261: name = "cc"
4054f8ea66 2026-01-07  262: version = "1.2.51"
                       263: source = "registry+https://github.com/rust-lang/crates.io-index"
4054f8ea66 2026-01-07  264: checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203"
                       265: dependencies = [
                       266:  "find-msvc-tools",
                       267:  "jobserver",
                       268:  "libc",
                       269:  "shlex",
                       270: ]
                       271: 
                       272: [[package]]
                       273: name = "cfg-if"
                       274: version = "1.0.4"
                       275: source = "registry+https://github.com/rust-lang/crates.io-index"
                       276: checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
                       277: 
                       278: [[package]]
                       279: name = "cfg_aliases"
                       280: version = "0.2.1"
                       281: source = "registry+https://github.com/rust-lang/crates.io-index"
                       282: checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
                       283: 
                       284: [[package]]
                       285: name = "cmake"
                       286: version = "0.1.57"
                       287: source = "registry+https://github.com/rust-lang/crates.io-index"
                       288: checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
                       289: dependencies = [
                       290:  "cc",
                       291: ]
                       292: 
                       293: [[package]]
                       294: name = "concurrent-queue"
                       295: version = "2.5.0"
                       296: source = "registry+https://github.com/rust-lang/crates.io-index"
                       297: checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
                       298: dependencies = [
                       299:  "crossbeam-utils",
                       300: ]
                       301: 
                       302: [[package]]
                       303: name = "config"
                       304: version = "0.15.19"
                       305: source = "registry+https://github.com/rust-lang/crates.io-index"
                       306: checksum = "b30fa8254caad766fc03cb0ccae691e14bf3bd72bfff27f72802ce729551b3d6"
                       307: dependencies = [
                       308:  "pathdiff",
                       309:  "serde_core",
                       310:  "toml",
                       311:  "winnow",
                       312: ]
                       313: 
                       314: [[package]]
                       315: name = "crossbeam-utils"
                       316: version = "0.8.21"
                       317: source = "registry+https://github.com/rust-lang/crates.io-index"
                       318: checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
                       319: 
                       320: [[package]]
                       321: name = "darling"
                       322: version = "0.21.3"
                       323: source = "registry+https://github.com/rust-lang/crates.io-index"
                       324: checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
                       325: dependencies = [
                       326:  "darling_core",
                       327:  "darling_macro",
                       328: ]
                       329: 
                       330: [[package]]
                       331: name = "darling_core"
                       332: version = "0.21.3"
                       333: source = "registry+https://github.com/rust-lang/crates.io-index"
                       334: checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
                       335: dependencies = [
                       336:  "fnv",
                       337:  "ident_case",
                       338:  "proc-macro2",
                       339:  "quote",
                       340:  "strsim",
                       341:  "syn",
                       342: ]
                       343: 
                       344: [[package]]
                       345: name = "darling_macro"
                       346: version = "0.21.3"
                       347: source = "registry+https://github.com/rust-lang/crates.io-index"
                       348: checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
                       349: dependencies = [
                       350:  "darling_core",
                       351:  "quote",
                       352:  "syn",
                       353: ]
                       354: 
                       355: [[package]]
                       356: name = "derive_more"
                       357: version = "2.1.1"
                       358: source = "registry+https://github.com/rust-lang/crates.io-index"
                       359: checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
                       360: dependencies = [
                       361:  "derive_more-impl",
                       362: ]
                       363: 
                       364: [[package]]
                       365: name = "derive_more-impl"
                       366: version = "2.1.1"
                       367: source = "registry+https://github.com/rust-lang/crates.io-index"
                       368: checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
                       369: dependencies = [
                       370:  "proc-macro2",
                       371:  "quote",
                       372:  "rustc_version",
                       373:  "syn",
                       374: ]
                       375: 
                       376: [[package]]
                       377: name = "displaydoc"
                       378: version = "0.2.5"
                       379: source = "registry+https://github.com/rust-lang/crates.io-index"
                       380: checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
                       381: dependencies = [
                       382:  "proc-macro2",
                       383:  "quote",
                       384:  "syn",
                       385: ]
                       386: 
                       387: [[package]]
                       388: name = "dunce"
                       389: version = "1.0.5"
                       390: source = "registry+https://github.com/rust-lang/crates.io-index"
                       391: checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
                       392: 
                       393: [[package]]
                       394: name = "either"
                       395: version = "1.15.0"
                       396: source = "registry+https://github.com/rust-lang/crates.io-index"
                       397: checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
                       398: 
                       399: [[package]]
                       400: name = "encoding_rs"
                       401: version = "0.8.35"
                       402: source = "registry+https://github.com/rust-lang/crates.io-index"
                       403: checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
                       404: dependencies = [
                       405:  "cfg-if",
                       406: ]
                       407: 
                       408: [[package]]
                       409: name = "errno"
                       410: version = "0.3.14"
                       411: source = "registry+https://github.com/rust-lang/crates.io-index"
                       412: checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
                       413: dependencies = [
                       414:  "libc",
                       415:  "windows-sys 0.61.2",
                       416: ]
                       417: 
                       418: [[package]]
                       419: name = "event-listener"
                       420: version = "5.4.1"
                       421: source = "registry+https://github.com/rust-lang/crates.io-index"
                       422: checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
                       423: dependencies = [
                       424:  "concurrent-queue",
                       425:  "parking",
                       426:  "pin-project-lite",
                       427: ]
                       428: 
                       429: [[package]]
                       430: name = "event-listener-strategy"
                       431: version = "0.5.4"
                       432: source = "registry+https://github.com/rust-lang/crates.io-index"
                       433: checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
                       434: dependencies = [
                       435:  "event-listener",
                       436:  "pin-project-lite",
                       437: ]
                       438: 
                       439: [[package]]
                       440: name = "fastrand"
                       441: version = "2.3.0"
                       442: source = "registry+https://github.com/rust-lang/crates.io-index"
                       443: checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
                       444: 
                       445: [[package]]
                       446: name = "find-msvc-tools"
4054f8ea66 2026-01-07  447: version = "0.1.6"
                       448: source = "registry+https://github.com/rust-lang/crates.io-index"
4054f8ea66 2026-01-07  449: checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff"
                       450: 
                       451: [[package]]
                       452: name = "fnv"
                       453: version = "1.0.7"
                       454: source = "registry+https://github.com/rust-lang/crates.io-index"
                       455: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
                       456: 
                       457: [[package]]
                       458: name = "form_urlencoded"
                       459: version = "1.2.2"
                       460: source = "registry+https://github.com/rust-lang/crates.io-index"
                       461: checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
                       462: dependencies = [
                       463:  "percent-encoding",
                       464: ]
                       465: 
                       466: [[package]]
                       467: name = "fs_extra"
                       468: version = "1.3.0"
                       469: source = "registry+https://github.com/rust-lang/crates.io-index"
                       470: checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
                       471: 
                       472: [[package]]
                       473: name = "futures-channel"
                       474: version = "0.3.31"
                       475: source = "registry+https://github.com/rust-lang/crates.io-index"
                       476: checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
                       477: dependencies = [
                       478:  "futures-core",
                       479: ]
                       480: 
                       481: [[package]]
                       482: name = "futures-core"
                       483: version = "0.3.31"
                       484: source = "registry+https://github.com/rust-lang/crates.io-index"
                       485: checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
                       486: 
                       487: [[package]]
                       488: name = "futures-io"
                       489: version = "0.3.31"
                       490: source = "registry+https://github.com/rust-lang/crates.io-index"
                       491: checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
                       492: 
                       493: [[package]]
                       494: name = "futures-lite"
                       495: version = "2.6.1"
                       496: source = "registry+https://github.com/rust-lang/crates.io-index"
                       497: checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
                       498: dependencies = [
                       499:  "fastrand",
                       500:  "futures-core",
                       501:  "futures-io",
                       502:  "parking",
                       503:  "pin-project-lite",
                       504: ]
                       505: 
                       506: [[package]]
                       507: name = "futures-macro"
                       508: version = "0.3.31"
                       509: source = "registry+https://github.com/rust-lang/crates.io-index"
                       510: checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
                       511: dependencies = [
                       512:  "proc-macro2",
                       513:  "quote",
                       514:  "syn",
                       515: ]
                       516: 
                       517: [[package]]
                       518: name = "futures-sink"
                       519: version = "0.3.31"
                       520: source = "registry+https://github.com/rust-lang/crates.io-index"
                       521: checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
                       522: 
                       523: [[package]]
                       524: name = "futures-task"
                       525: version = "0.3.31"
                       526: source = "registry+https://github.com/rust-lang/crates.io-index"
                       527: checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
                       528: 
                       529: [[package]]
                       530: name = "futures-util"
                       531: version = "0.3.31"
                       532: source = "registry+https://github.com/rust-lang/crates.io-index"
                       533: checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
                       534: dependencies = [
                       535:  "futures-core",
                       536:  "futures-io",
                       537:  "futures-macro",
                       538:  "futures-sink",
                       539:  "futures-task",
                       540:  "memchr",
                       541:  "pin-project-lite",
                       542:  "pin-utils",
                       543:  "slab",
                       544: ]
                       545: 
                       546: [[package]]
                       547: name = "getrandom"
4054f8ea66 2026-01-07  548: version = "0.2.16"
                       549: source = "registry+https://github.com/rust-lang/crates.io-index"
4054f8ea66 2026-01-07  550: checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
                       551: dependencies = [
                       552:  "cfg-if",
                       553:  "js-sys",
                       554:  "libc",
                       555:  "wasi",
                       556:  "wasm-bindgen",
                       557: ]
                       558: 
                       559: [[package]]
                       560: name = "getrandom"
                       561: version = "0.3.4"
                       562: source = "registry+https://github.com/rust-lang/crates.io-index"
                       563: checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
                       564: dependencies = [
                       565:  "cfg-if",
                       566:  "js-sys",
                       567:  "libc",
                       568:  "r-efi",
                       569:  "wasip2",
                       570:  "wasm-bindgen",
                       571: ]
                       572: 
                       573: [[package]]
                       574: name = "hashify"
                       575: version = "0.2.7"
                       576: source = "registry+https://github.com/rust-lang/crates.io-index"
                       577: checksum = "149e3ea90eb5a26ad354cfe3cb7f7401b9329032d0235f2687d03a35f30e5d4c"
                       578: dependencies = [
                       579:  "proc-macro2",
                       580:  "quote",
                       581:  "syn",
                       582: ]
                       583: 
                       584: [[package]]
                       585: name = "hermit-abi"
                       586: version = "0.5.2"
                       587: source = "registry+https://github.com/rust-lang/crates.io-index"
                       588: checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
                       589: 
                       590: [[package]]
                       591: name = "hostname"
                       592: version = "0.4.2"
                       593: source = "registry+https://github.com/rust-lang/crates.io-index"
                       594: checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd"
                       595: dependencies = [
                       596:  "cfg-if",
                       597:  "libc",
                       598:  "windows-link",
                       599: ]
                       600: 
                       601: [[package]]
                       602: name = "http"
                       603: version = "1.4.0"
                       604: source = "registry+https://github.com/rust-lang/crates.io-index"
                       605: checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
                       606: dependencies = [
                       607:  "bytes",
                       608:  "itoa",
                       609: ]
                       610: 
                       611: [[package]]
                       612: name = "http-body"
                       613: version = "1.0.1"
                       614: source = "registry+https://github.com/rust-lang/crates.io-index"
                       615: checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
                       616: dependencies = [
                       617:  "bytes",
                       618:  "http",
                       619: ]
                       620: 
                       621: [[package]]
                       622: name = "http-body-util"
                       623: version = "0.1.3"
                       624: source = "registry+https://github.com/rust-lang/crates.io-index"
                       625: checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
                       626: dependencies = [
                       627:  "bytes",
                       628:  "futures-core",
                       629:  "http",
                       630:  "http-body",
                       631:  "pin-project-lite",
                       632: ]
                       633: 
                       634: [[package]]
                       635: name = "httparse"
                       636: version = "1.10.1"
                       637: source = "registry+https://github.com/rust-lang/crates.io-index"
                       638: checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
                       639: 
                       640: [[package]]
                       641: name = "hyper"
                       642: version = "1.8.1"
                       643: source = "registry+https://github.com/rust-lang/crates.io-index"
                       644: checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
                       645: dependencies = [
                       646:  "atomic-waker",
                       647:  "bytes",
                       648:  "futures-channel",
                       649:  "futures-core",
                       650:  "http",
                       651:  "http-body",
                       652:  "httparse",
                       653:  "itoa",
                       654:  "pin-project-lite",
                       655:  "pin-utils",
                       656:  "smallvec",
                       657:  "tokio",
                       658:  "want",
                       659: ]
                       660: 
                       661: [[package]]
                       662: name = "hyper-rustls"
                       663: version = "0.27.7"
                       664: source = "registry+https://github.com/rust-lang/crates.io-index"
                       665: checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
                       666: dependencies = [
                       667:  "http",
                       668:  "hyper",
                       669:  "hyper-util",
                       670:  "rustls",
                       671:  "rustls-pki-types",
                       672:  "tokio",
                       673:  "tokio-rustls",
                       674:  "tower-service",
8ea7b79fca 2026-01-02  675:  "webpki-roots",
                       676: ]
                       677: 
                       678: [[package]]
                       679: name = "hyper-util"
                       680: version = "0.1.19"
                       681: source = "registry+https://github.com/rust-lang/crates.io-index"
                       682: checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
                       683: dependencies = [
                       684:  "base64",
                       685:  "bytes",
                       686:  "futures-channel",
                       687:  "futures-core",
                       688:  "futures-util",
                       689:  "http",
                       690:  "http-body",
                       691:  "hyper",
                       692:  "ipnet",
                       693:  "libc",
                       694:  "percent-encoding",
                       695:  "pin-project-lite",
                       696:  "socket2",
                       697:  "tokio",
                       698:  "tower-service",
                       699:  "tracing",
                       700: ]
                       701: 
                       702: [[package]]
                       703: name = "icu_collections"
                       704: version = "2.1.1"
                       705: source = "registry+https://github.com/rust-lang/crates.io-index"
                       706: checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
                       707: dependencies = [
                       708:  "displaydoc",
                       709:  "potential_utf",
                       710:  "yoke",
                       711:  "zerofrom",
                       712:  "zerovec",
                       713: ]
                       714: 
                       715: [[package]]
                       716: name = "icu_locale_core"
                       717: version = "2.1.1"
                       718: source = "registry+https://github.com/rust-lang/crates.io-index"
                       719: checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
                       720: dependencies = [
                       721:  "displaydoc",
                       722:  "litemap",
                       723:  "tinystr",
                       724:  "writeable",
                       725:  "zerovec",
                       726: ]
                       727: 
                       728: [[package]]
                       729: name = "icu_normalizer"
                       730: version = "2.1.1"
                       731: source = "registry+https://github.com/rust-lang/crates.io-index"
                       732: checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
                       733: dependencies = [
                       734:  "icu_collections",
                       735:  "icu_normalizer_data",
                       736:  "icu_properties",
                       737:  "icu_provider",
                       738:  "smallvec",
                       739:  "zerovec",
                       740: ]
                       741: 
                       742: [[package]]
                       743: name = "icu_normalizer_data"
                       744: version = "2.1.1"
                       745: source = "registry+https://github.com/rust-lang/crates.io-index"
                       746: checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
                       747: 
                       748: [[package]]
                       749: name = "icu_properties"
                       750: version = "2.1.2"
                       751: source = "registry+https://github.com/rust-lang/crates.io-index"
                       752: checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
                       753: dependencies = [
                       754:  "icu_collections",
                       755:  "icu_locale_core",
                       756:  "icu_properties_data",
                       757:  "icu_provider",
                       758:  "zerotrie",
                       759:  "zerovec",
                       760: ]
                       761: 
                       762: [[package]]
                       763: name = "icu_properties_data"
                       764: version = "2.1.2"
                       765: source = "registry+https://github.com/rust-lang/crates.io-index"
                       766: checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
                       767: 
                       768: [[package]]
                       769: name = "icu_provider"
                       770: version = "2.1.1"
                       771: source = "registry+https://github.com/rust-lang/crates.io-index"
                       772: checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
                       773: dependencies = [
                       774:  "displaydoc",
                       775:  "icu_locale_core",
                       776:  "writeable",
                       777:  "yoke",
                       778:  "zerofrom",
                       779:  "zerotrie",
                       780:  "zerovec",
                       781: ]
                       782: 
                       783: [[package]]
                       784: name = "ident_case"
                       785: version = "1.0.1"
                       786: source = "registry+https://github.com/rust-lang/crates.io-index"
                       787: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
                       788: 
                       789: [[package]]
                       790: name = "idna"
                       791: version = "1.1.0"
                       792: source = "registry+https://github.com/rust-lang/crates.io-index"
                       793: checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
                       794: dependencies = [
                       795:  "idna_adapter",
                       796:  "smallvec",
                       797:  "utf8_iter",
                       798: ]
                       799: 
                       800: [[package]]
                       801: name = "idna_adapter"
                       802: version = "1.2.1"
                       803: source = "registry+https://github.com/rust-lang/crates.io-index"
                       804: checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
                       805: dependencies = [
                       806:  "icu_normalizer",
                       807:  "icu_properties",
                       808: ]
                       809: 
                       810: [[package]]
                       811: name = "ipnet"
                       812: version = "2.11.0"
                       813: source = "registry+https://github.com/rust-lang/crates.io-index"
                       814: checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
                       815: 
                       816: [[package]]
                       817: name = "iri-string"
                       818: version = "0.7.10"
                       819: source = "registry+https://github.com/rust-lang/crates.io-index"
                       820: checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
                       821: dependencies = [
                       822:  "memchr",
                       823:  "serde",
                       824: ]
                       825: 
                       826: [[package]]
                       827: name = "itoa"
                       828: version = "1.0.17"
                       829: source = "registry+https://github.com/rust-lang/crates.io-index"
                       830: checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
                       831: 
                       832: [[package]]
                       833: name = "jobserver"
                       834: version = "0.1.34"
                       835: source = "registry+https://github.com/rust-lang/crates.io-index"
                       836: checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
                       837: dependencies = [
                       838:  "getrandom 0.3.4",
                       839:  "libc",
                       840: ]
                       841: 
                       842: [[package]]
                       843: name = "js-sys"
                       844: version = "0.3.83"
                       845: source = "registry+https://github.com/rust-lang/crates.io-index"
                       846: checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
                       847: dependencies = [
                       848:  "once_cell",
                       849:  "wasm-bindgen",
                       850: ]
                       851: 
                       852: [[package]]
                       853: name = "just-getopt"
                       854: version = "2.1.0"
                       855: source = "registry+https://github.com/rust-lang/crates.io-index"
                       856: checksum = "97185bbe8f4edbaf6a3acc4f3f723358488d2da28e8f12a83529ddc6268f9c30"
                       857: 
                       858: [[package]]
                       859: name = "lazy_static"
                       860: version = "1.5.0"
                       861: source = "registry+https://github.com/rust-lang/crates.io-index"
                       862: checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
                       863: 
                       864: [[package]]
                       865: name = "libc"
8ea7b79fca 2026-01-02  866: version = "0.2.178"
                       867: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02  868: checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
                       869: 
                       870: [[package]]
                       871: name = "linux-raw-sys"
                       872: version = "0.11.0"
                       873: source = "registry+https://github.com/rust-lang/crates.io-index"
                       874: checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
                       875: 
                       876: [[package]]
                       877: name = "litemap"
                       878: version = "0.8.1"
                       879: source = "registry+https://github.com/rust-lang/crates.io-index"
                       880: checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
                       881: 
                       882: [[package]]
                       883: name = "log"
                       884: version = "0.4.29"
                       885: source = "registry+https://github.com/rust-lang/crates.io-index"
                       886: checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
                       887: 
                       888: [[package]]
                       889: name = "lru-slab"
                       890: version = "0.1.2"
                       891: source = "registry+https://github.com/rust-lang/crates.io-index"
                       892: checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
                       893: 
                       894: [[package]]
                       895: name = "mail-parser"
                       896: version = "0.11.1"
                       897: source = "registry+https://github.com/rust-lang/crates.io-index"
                       898: checksum = "dcf4390741c4e6fa330bdeccdfb580815dbb462952de91838b723357985119a3"
                       899: dependencies = [
                       900:  "encoding_rs",
                       901:  "hashify",
                       902:  "serde",
                       903: ]
                       904: 
                       905: [[package]]
                       906: name = "mailin"
                       907: version = "0.6.5"
                       908: source = "registry+https://github.com/rust-lang/crates.io-index"
                       909: checksum = "261c858a4b0f914d12dd9da38b9e55a7d991cd6c3e369f503344c4f1c2137fc4"
                       910: dependencies = [
                       911:  "base64-compat",
                       912:  "either",
                       913:  "log",
                       914:  "nom",
                       915:  "ternop",
                       916: ]
                       917: 
                       918: [[package]]
                       919: name = "mailin-embedded"
                       920: version = "0.8.3"
                       921: source = "registry+https://github.com/rust-lang/crates.io-index"
                       922: checksum = "c60f4b1d7bed01be9f6fa08ad92c50f1d53c61e1461a058b94197046bfc5844f"
                       923: dependencies = [
                       924:  "bufstream-fresh",
                       925:  "cfg-if",
                       926:  "log",
                       927:  "mailin",
                       928:  "rustls",
                       929:  "rustls-pemfile",
                       930:  "scoped_threadpool",
                       931: ]
                       932: 
                       933: [[package]]
                       934: name = "memchr"
                       935: version = "2.7.6"
                       936: source = "registry+https://github.com/rust-lang/crates.io-index"
                       937: checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
                       938: 
                       939: [[package]]
                       940: name = "mime"
                       941: version = "0.3.17"
                       942: source = "registry+https://github.com/rust-lang/crates.io-index"
                       943: checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
                       944: 
                       945: [[package]]
                       946: name = "mime_guess"
                       947: version = "2.0.5"
                       948: source = "registry+https://github.com/rust-lang/crates.io-index"
                       949: checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
                       950: dependencies = [
                       951:  "mime",
                       952:  "unicase",
                       953: ]
                       954: 
                       955: [[package]]
                       956: name = "minimal-lexical"
                       957: version = "0.2.1"
                       958: source = "registry+https://github.com/rust-lang/crates.io-index"
                       959: checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
                       960: 
                       961: [[package]]
                       962: name = "mio"
                       963: version = "1.1.1"
                       964: source = "registry+https://github.com/rust-lang/crates.io-index"
                       965: checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
                       966: dependencies = [
                       967:  "libc",
                       968:  "wasi",
                       969:  "windows-sys 0.61.2",
                       970: ]
                       971: 
                       972: [[package]]
                       973: name = "nom"
                       974: version = "7.1.3"
                       975: source = "registry+https://github.com/rust-lang/crates.io-index"
                       976: checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
                       977: dependencies = [
                       978:  "memchr",
                       979:  "minimal-lexical",
                       980: ]
                       981: 
                       982: [[package]]
                       983: name = "once_cell"
                       984: version = "1.21.3"
                       985: source = "registry+https://github.com/rust-lang/crates.io-index"
                       986: checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
                       987: 
                       988: [[package]]
                       989: name = "owo-colors"
                       990: version = "4.2.3"
                       991: source = "registry+https://github.com/rust-lang/crates.io-index"
                       992: checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
                       993: 
                       994: [[package]]
                       995: name = "parking"
                       996: version = "2.2.1"
                       997: source = "registry+https://github.com/rust-lang/crates.io-index"
                       998: checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
                       999: 
                      1000: [[package]]
                      1001: name = "pathdiff"
                      1002: version = "0.2.3"
                      1003: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1004: checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
                      1005: 
                      1006: [[package]]
                      1007: name = "percent-encoding"
                      1008: version = "2.3.2"
                      1009: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1010: checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
                      1011: 
                      1012: [[package]]
                      1013: name = "pin-project-lite"
                      1014: version = "0.2.16"
                      1015: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1016: checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
                      1017: 
                      1018: [[package]]
                      1019: name = "pin-utils"
                      1020: version = "0.1.0"
                      1021: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1022: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
                      1023: 
                      1024: [[package]]
                      1025: name = "piper"
                      1026: version = "0.2.4"
                      1027: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1028: checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
                      1029: dependencies = [
                      1030:  "atomic-waker",
                      1031:  "fastrand",
                      1032:  "futures-io",
                      1033: ]
                      1034: 
                      1035: [[package]]
                      1036: name = "polling"
                      1037: version = "3.11.0"
                      1038: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1039: checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
                      1040: dependencies = [
                      1041:  "cfg-if",
                      1042:  "concurrent-queue",
                      1043:  "hermit-abi",
                      1044:  "pin-project-lite",
                      1045:  "rustix",
                      1046:  "windows-sys 0.61.2",
                      1047: ]
                      1048: 
                      1049: [[package]]
                      1050: name = "potential_utf"
                      1051: version = "0.1.4"
                      1052: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1053: checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
                      1054: dependencies = [
                      1055:  "zerovec",
                      1056: ]
                      1057: 
                      1058: [[package]]
                      1059: name = "ppv-lite86"
                      1060: version = "0.2.21"
                      1061: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1062: checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
                      1063: dependencies = [
                      1064:  "zerocopy",
                      1065: ]
                      1066: 
                      1067: [[package]]
                      1068: name = "proc-macro2"
8ea7b79fca 2026-01-02 1069: version = "1.0.104"
                      1070: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1071: checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0"
                      1072: dependencies = [
                      1073:  "unicode-ident",
                      1074: ]
                      1075: 
                      1076: [[package]]
                      1077: name = "quinn"
                      1078: version = "0.11.9"
                      1079: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1080: checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
                      1081: dependencies = [
                      1082:  "bytes",
                      1083:  "cfg_aliases",
                      1084:  "pin-project-lite",
                      1085:  "quinn-proto",
                      1086:  "quinn-udp",
                      1087:  "rustc-hash",
                      1088:  "rustls",
                      1089:  "socket2",
8ea7b79fca 2026-01-02 1090:  "thiserror",
                      1091:  "tokio",
                      1092:  "tracing",
                      1093:  "web-time",
                      1094: ]
                      1095: 
                      1096: [[package]]
                      1097: name = "quinn-proto"
                      1098: version = "0.11.13"
                      1099: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1100: checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
                      1101: dependencies = [
                      1102:  "bytes",
                      1103:  "getrandom 0.3.4",
                      1104:  "lru-slab",
                      1105:  "rand",
                      1106:  "ring",
                      1107:  "rustc-hash",
                      1108:  "rustls",
                      1109:  "rustls-pki-types",
                      1110:  "slab",
8ea7b79fca 2026-01-02 1111:  "thiserror",
                      1112:  "tinyvec",
                      1113:  "tracing",
                      1114:  "web-time",
                      1115: ]
                      1116: 
                      1117: [[package]]
                      1118: name = "quinn-udp"
                      1119: version = "0.5.14"
                      1120: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1121: checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
                      1122: dependencies = [
                      1123:  "cfg_aliases",
                      1124:  "libc",
                      1125:  "once_cell",
                      1126:  "socket2",
                      1127:  "tracing",
                      1128:  "windows-sys 0.60.2",
                      1129: ]
                      1130: 
                      1131: [[package]]
                      1132: name = "quote"
8ea7b79fca 2026-01-02 1133: version = "1.0.42"
                      1134: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1135: checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
                      1136: dependencies = [
                      1137:  "proc-macro2",
                      1138: ]
                      1139: 
                      1140: [[package]]
                      1141: name = "r-efi"
                      1142: version = "5.3.0"
                      1143: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1144: checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
                      1145: 
                      1146: [[package]]
                      1147: name = "rand"
                      1148: version = "0.9.2"
                      1149: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1150: checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
                      1151: dependencies = [
                      1152:  "rand_chacha",
                      1153:  "rand_core",
                      1154: ]
                      1155: 
                      1156: [[package]]
                      1157: name = "rand_chacha"
                      1158: version = "0.9.0"
                      1159: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1160: checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
                      1161: dependencies = [
                      1162:  "ppv-lite86",
                      1163:  "rand_core",
                      1164: ]
                      1165: 
                      1166: [[package]]
                      1167: name = "rand_core"
0f47e23e21 2026-01-12 1168: version = "0.9.3"
                      1169: source = "registry+https://github.com/rust-lang/crates.io-index"
0f47e23e21 2026-01-12 1170: checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
                      1171: dependencies = [
                      1172:  "getrandom 0.3.4",
                      1173: ]
                      1174: 
                      1175: [[package]]
                      1176: name = "regex"
                      1177: version = "1.12.2"
                      1178: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1179: checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
                      1180: dependencies = [
                      1181:  "aho-corasick",
                      1182:  "memchr",
                      1183:  "regex-automata",
                      1184:  "regex-syntax",
                      1185: ]
                      1186: 
                      1187: [[package]]
                      1188: name = "regex-automata"
                      1189: version = "0.4.13"
                      1190: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1191: checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
                      1192: dependencies = [
                      1193:  "aho-corasick",
                      1194:  "memchr",
                      1195:  "regex-syntax",
                      1196: ]
                      1197: 
                      1198: [[package]]
                      1199: name = "regex-syntax"
                      1200: version = "0.8.8"
                      1201: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1202: checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
                      1203: 
                      1204: [[package]]
                      1205: name = "reqwest"
8ea7b79fca 2026-01-02 1206: version = "0.12.28"
                      1207: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1208: checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
                      1209: dependencies = [
                      1210:  "base64",
                      1211:  "bytes",
                      1212:  "futures-core",
                      1213:  "futures-util",
                      1214:  "http",
                      1215:  "http-body",
                      1216:  "http-body-util",
                      1217:  "hyper",
                      1218:  "hyper-rustls",
                      1219:  "hyper-util",
                      1220:  "js-sys",
                      1221:  "log",
                      1222:  "mime_guess",
                      1223:  "percent-encoding",
                      1224:  "pin-project-lite",
                      1225:  "quinn",
                      1226:  "rustls",
                      1227:  "rustls-pki-types",
                      1228:  "serde",
                      1229:  "serde_json",
8ea7b79fca 2026-01-02 1230:  "serde_urlencoded",
                      1231:  "sync_wrapper",
                      1232:  "tokio",
                      1233:  "tokio-rustls",
                      1234:  "tokio-util",
                      1235:  "tower",
                      1236:  "tower-http",
                      1237:  "tower-service",
                      1238:  "url",
                      1239:  "wasm-bindgen",
                      1240:  "wasm-bindgen-futures",
                      1241:  "wasm-streams",
                      1242:  "web-sys",
8ea7b79fca 2026-01-02 1243:  "webpki-roots",
                      1244: ]
                      1245: 
                      1246: [[package]]
                      1247: name = "ring"
                      1248: version = "0.17.14"
                      1249: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1250: checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
                      1251: dependencies = [
                      1252:  "cc",
                      1253:  "cfg-if",
4054f8ea66 2026-01-07 1254:  "getrandom 0.2.16",
                      1255:  "libc",
                      1256:  "untrusted",
                      1257:  "windows-sys 0.52.0",
                      1258: ]
                      1259: 
                      1260: [[package]]
                      1261: name = "rustc-hash"
                      1262: version = "2.1.1"
                      1263: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1264: checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
                      1265: 
                      1266: [[package]]
                      1267: name = "rustc_version"
                      1268: version = "0.4.1"
                      1269: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1270: checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
                      1271: dependencies = [
                      1272:  "semver",
                      1273: ]
                      1274: 
                      1275: [[package]]
                      1276: name = "rustix"
                      1277: version = "1.1.3"
                      1278: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1279: checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
                      1280: dependencies = [
                      1281:  "bitflags",
                      1282:  "errno",
                      1283:  "libc",
                      1284:  "linux-raw-sys",
                      1285:  "windows-sys 0.61.2",
                      1286: ]
                      1287: 
                      1288: [[package]]
                      1289: name = "rustls"
8ea7b79fca 2026-01-02 1290: version = "0.23.35"
                      1291: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1292: checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
                      1293: dependencies = [
                      1294:  "aws-lc-rs",
                      1295:  "log",
                      1296:  "once_cell",
8ea7b79fca 2026-01-02 1297:  "ring",
                      1298:  "rustls-pki-types",
                      1299:  "rustls-webpki",
                      1300:  "subtle",
                      1301:  "zeroize",
                      1302: ]
                      1303: 
                      1304: [[package]]
                      1305: name = "rustls-pemfile"
                      1306: version = "2.2.0"
                      1307: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1308: checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
                      1309: dependencies = [
                      1310:  "rustls-pki-types",
                      1311: ]
                      1312: 
                      1313: [[package]]
                      1314: name = "rustls-pki-types"
                      1315: version = "1.13.2"
                      1316: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1317: checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
                      1318: dependencies = [
                      1319:  "web-time",
                      1320:  "zeroize",
                      1321: ]
                      1322: 
                      1323: [[package]]
                      1324: name = "rustls-webpki"
                      1325: version = "0.103.8"
                      1326: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1327: checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
                      1328: dependencies = [
                      1329:  "aws-lc-rs",
                      1330:  "ring",
                      1331:  "rustls-pki-types",
                      1332:  "untrusted",
                      1333: ]
                      1334: 
                      1335: [[package]]
                      1336: name = "rustversion"
                      1337: version = "1.0.22"
                      1338: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1339: checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
                      1340: 
                      1341: [[package]]
8ea7b79fca 2026-01-02 1342: name = "ryu"
8ea7b79fca 2026-01-02 1343: version = "1.0.22"
8ea7b79fca 2026-01-02 1344: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1345: checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
                      1346: 
                      1347: [[package]]
                      1348: name = "scoped_threadpool"
                      1349: version = "0.1.9"
                      1350: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1351: checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
                      1352: 
                      1353: [[package]]
                      1354: name = "semver"
                      1355: version = "1.0.27"
                      1356: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1357: checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
                      1358: 
                      1359: [[package]]
                      1360: name = "serde"
                      1361: version = "1.0.228"
                      1362: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1363: checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
                      1364: dependencies = [
                      1365:  "serde_core",
                      1366:  "serde_derive",
                      1367: ]
                      1368: 
                      1369: [[package]]
                      1370: name = "serde_core"
                      1371: version = "1.0.228"
                      1372: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1373: checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
                      1374: dependencies = [
                      1375:  "serde_derive",
                      1376: ]
                      1377: 
                      1378: [[package]]
                      1379: name = "serde_derive"
                      1380: version = "1.0.228"
                      1381: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1382: checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
                      1383: dependencies = [
                      1384:  "proc-macro2",
                      1385:  "quote",
                      1386:  "syn",
                      1387: ]
                      1388: 
                      1389: [[package]]
                      1390: name = "serde_json"
4054f8ea66 2026-01-07 1391: version = "1.0.148"
                      1392: source = "registry+https://github.com/rust-lang/crates.io-index"
4054f8ea66 2026-01-07 1393: checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
                      1394: dependencies = [
                      1395:  "itoa",
                      1396:  "memchr",
                      1397:  "serde",
                      1398:  "serde_core",
                      1399:  "zmij",
                      1400: ]
                      1401: 
                      1402: [[package]]
                      1403: name = "serde_spanned"
                      1404: version = "1.0.4"
                      1405: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1406: checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
                      1407: dependencies = [
                      1408:  "serde_core",
8ea7b79fca 2026-01-02 1409: ]
8ea7b79fca 2026-01-02 1410: 
8ea7b79fca 2026-01-02 1411: [[package]]
8ea7b79fca 2026-01-02 1412: name = "serde_urlencoded"
8ea7b79fca 2026-01-02 1413: version = "0.7.1"
8ea7b79fca 2026-01-02 1414: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1415: checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
8ea7b79fca 2026-01-02 1416: dependencies = [
8ea7b79fca 2026-01-02 1417:  "form_urlencoded",
8ea7b79fca 2026-01-02 1418:  "itoa",
8ea7b79fca 2026-01-02 1419:  "ryu",
8ea7b79fca 2026-01-02 1420:  "serde",
                      1421: ]
                      1422: 
                      1423: [[package]]
                      1424: name = "serde_with"
                      1425: version = "3.16.1"
                      1426: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1427: checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
                      1428: dependencies = [
                      1429:  "serde_core",
                      1430:  "serde_with_macros",
                      1431: ]
                      1432: 
                      1433: [[package]]
                      1434: name = "serde_with_macros"
                      1435: version = "3.16.1"
                      1436: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1437: checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
                      1438: dependencies = [
                      1439:  "darling",
                      1440:  "proc-macro2",
                      1441:  "quote",
                      1442:  "syn",
                      1443: ]
                      1444: 
                      1445: [[package]]
                      1446: name = "shellwords"
                      1447: version = "1.1.0"
                      1448: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1449: checksum = "89e515aa4699a88148ed5ef96413ceef0048ce95b43fbc955a33bde0a70fcae6"
                      1450: dependencies = [
                      1451:  "lazy_static",
                      1452:  "regex",
                      1453: ]
                      1454: 
                      1455: [[package]]
                      1456: name = "shlex"
                      1457: version = "1.3.0"
                      1458: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1459: checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
                      1460: 
                      1461: [[package]]
                      1462: name = "signal-hook-registry"
                      1463: version = "1.4.8"
                      1464: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1465: checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
                      1466: dependencies = [
                      1467:  "errno",
                      1468:  "libc",
                      1469: ]
                      1470: 
                      1471: [[package]]
                      1472: name = "slab"
                      1473: version = "0.4.11"
                      1474: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1475: checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
                      1476: 
                      1477: [[package]]
                      1478: name = "smallbox"
                      1479: version = "0.8.8"
                      1480: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1481: checksum = "aca054fd9f8c2ebe8557a2433f307e038c0716124efd045daa0388afa5172189"
                      1482: 
                      1483: [[package]]
                      1484: name = "smallvec"
                      1485: version = "1.15.1"
                      1486: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1487: checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
                      1488: 
                      1489: [[package]]
                      1490: name = "smol"
                      1491: version = "2.0.2"
                      1492: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1493: checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
                      1494: dependencies = [
                      1495:  "async-channel",
                      1496:  "async-executor",
                      1497:  "async-fs",
                      1498:  "async-io",
                      1499:  "async-lock",
                      1500:  "async-net",
                      1501:  "async-process",
                      1502:  "blocking",
                      1503:  "futures-lite",
                      1504: ]
                      1505: 
                      1506: [[package]]
                      1507: name = "smtp2tg"
0f47e23e21 2026-01-12 1508: version = "0.5.3"
                      1509: dependencies = [
                      1510:  "async-compat",
                      1511:  "config",
                      1512:  "hostname",
                      1513:  "just-getopt",
                      1514:  "lazy_static",
                      1515:  "mail-parser",
                      1516:  "mailin-embedded",
                      1517:  "regex",
                      1518:  "smol",
                      1519:  "stacked_errors",
                      1520:  "tgbot",
                      1521: ]
                      1522: 
                      1523: [[package]]
                      1524: name = "socket2"
                      1525: version = "0.6.1"
                      1526: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1527: checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
                      1528: dependencies = [
                      1529:  "libc",
                      1530:  "windows-sys 0.60.2",
                      1531: ]
                      1532: 
                      1533: [[package]]
                      1534: name = "stable_deref_trait"
                      1535: version = "1.2.1"
                      1536: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1537: checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
                      1538: 
                      1539: [[package]]
                      1540: name = "stacked_errors"
                      1541: version = "0.7.1"
                      1542: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1543: checksum = "45ef11d2fabcf9a75b82a9d80966bde3257410b1245b31f1fb6849103ceda0c3"
                      1544: dependencies = [
                      1545:  "owo-colors",
                      1546:  "smallbox",
                      1547:  "thin-vec",
8ea7b79fca 2026-01-02 1548:  "thiserror",
                      1549: ]
                      1550: 
                      1551: [[package]]
                      1552: name = "strsim"
                      1553: version = "0.11.1"
                      1554: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1555: checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
                      1556: 
                      1557: [[package]]
                      1558: name = "subtle"
                      1559: version = "2.6.1"
                      1560: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1561: checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
                      1562: 
                      1563: [[package]]
                      1564: name = "syn"
8ea7b79fca 2026-01-02 1565: version = "2.0.112"
                      1566: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1567: checksum = "21f182278bf2d2bcb3c88b1b08a37df029d71ce3d3ae26168e3c653b213b99d4"
                      1568: dependencies = [
                      1569:  "proc-macro2",
                      1570:  "quote",
                      1571:  "unicode-ident",
                      1572: ]
                      1573: 
                      1574: [[package]]
                      1575: name = "sync_wrapper"
                      1576: version = "1.0.2"
                      1577: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1578: checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
                      1579: dependencies = [
                      1580:  "futures-core",
                      1581: ]
                      1582: 
                      1583: [[package]]
                      1584: name = "synstructure"
                      1585: version = "0.13.2"
                      1586: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1587: checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
                      1588: dependencies = [
                      1589:  "proc-macro2",
                      1590:  "quote",
                      1591:  "syn",
                      1592: ]
                      1593: 
                      1594: [[package]]
                      1595: name = "ternop"
                      1596: version = "1.0.1"
                      1597: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1598: checksum = "9d4ae32d0a4605a89c28534371b056919c12e7a070ee07505af75130ff030111"
                      1599: 
                      1600: [[package]]
                      1601: name = "tgbot"
8ea7b79fca 2026-01-02 1602: version = "0.40.0"
                      1603: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1604: checksum = "c07cc857c7553da139c88dc53bdacc7eb834d0a2685d789de4c96754dbe17b10"
                      1605: dependencies = [
                      1606:  "async-stream",
                      1607:  "bytes",
                      1608:  "derive_more",
                      1609:  "futures-util",
                      1610:  "log",
                      1611:  "mime",
                      1612:  "mime_guess",
                      1613:  "reqwest",
                      1614:  "serde",
                      1615:  "serde_json",
                      1616:  "serde_with",
                      1617:  "shellwords",
                      1618:  "tokio",
                      1619:  "tokio-util",
                      1620: ]
                      1621: 
                      1622: [[package]]
                      1623: name = "thin-vec"
                      1624: version = "0.2.14"
                      1625: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1626: checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d"
                      1627: 
                      1628: [[package]]
                      1629: name = "thiserror"
                      1630: version = "2.0.17"
                      1631: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1632: checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
                      1633: dependencies = [
8ea7b79fca 2026-01-02 1634:  "thiserror-impl",
                      1635: ]
                      1636: 
                      1637: [[package]]
                      1638: name = "thiserror-impl"
                      1639: version = "2.0.17"
                      1640: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1641: checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
                      1642: dependencies = [
                      1643:  "proc-macro2",
                      1644:  "quote",
                      1645:  "syn",
                      1646: ]
                      1647: 
                      1648: [[package]]
                      1649: name = "tinystr"
                      1650: version = "0.8.2"
                      1651: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1652: checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
                      1653: dependencies = [
                      1654:  "displaydoc",
                      1655:  "zerovec",
                      1656: ]
                      1657: 
                      1658: [[package]]
                      1659: name = "tinyvec"
                      1660: version = "1.10.0"
                      1661: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1662: checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
                      1663: dependencies = [
                      1664:  "tinyvec_macros",
                      1665: ]
                      1666: 
                      1667: [[package]]
                      1668: name = "tinyvec_macros"
                      1669: version = "0.1.1"
                      1670: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1671: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
                      1672: 
                      1673: [[package]]
                      1674: name = "tokio"
8ea7b79fca 2026-01-02 1675: version = "1.48.0"
                      1676: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1677: checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
                      1678: dependencies = [
                      1679:  "bytes",
                      1680:  "libc",
                      1681:  "mio",
                      1682:  "pin-project-lite",
                      1683:  "socket2",
                      1684:  "windows-sys 0.61.2",
                      1685: ]
                      1686: 
                      1687: [[package]]
                      1688: name = "tokio-rustls"
                      1689: version = "0.26.4"
                      1690: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1691: checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
                      1692: dependencies = [
                      1693:  "rustls",
                      1694:  "tokio",
                      1695: ]
                      1696: 
                      1697: [[package]]
                      1698: name = "tokio-util"
8ea7b79fca 2026-01-02 1699: version = "0.7.17"
                      1700: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1701: checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
                      1702: dependencies = [
                      1703:  "bytes",
                      1704:  "futures-core",
                      1705:  "futures-sink",
                      1706:  "pin-project-lite",
                      1707:  "tokio",
                      1708: ]
                      1709: 
                      1710: [[package]]
                      1711: name = "toml"
4054f8ea66 2026-01-07 1712: version = "0.9.10+spec-1.1.0"
                      1713: source = "registry+https://github.com/rust-lang/crates.io-index"
4054f8ea66 2026-01-07 1714: checksum = "0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48"
                      1715: dependencies = [
                      1716:  "serde_core",
                      1717:  "serde_spanned",
                      1718:  "toml_datetime",
                      1719:  "toml_parser",
                      1720:  "winnow",
                      1721: ]
                      1722: 
                      1723: [[package]]
                      1724: name = "toml_datetime"
                      1725: version = "0.7.5+spec-1.1.0"
                      1726: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1727: checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
                      1728: dependencies = [
                      1729:  "serde_core",
                      1730: ]
                      1731: 
                      1732: [[package]]
                      1733: name = "toml_parser"
                      1734: version = "1.0.6+spec-1.1.0"
                      1735: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1736: checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
                      1737: dependencies = [
                      1738:  "winnow",
                      1739: ]
                      1740: 
                      1741: [[package]]
                      1742: name = "tower"
                      1743: version = "0.5.2"
                      1744: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1745: checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
                      1746: dependencies = [
                      1747:  "futures-core",
                      1748:  "futures-util",
                      1749:  "pin-project-lite",
                      1750:  "sync_wrapper",
                      1751:  "tokio",
                      1752:  "tower-layer",
                      1753:  "tower-service",
                      1754: ]
                      1755: 
                      1756: [[package]]
                      1757: name = "tower-http"
                      1758: version = "0.6.8"
                      1759: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1760: checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
                      1761: dependencies = [
                      1762:  "bitflags",
                      1763:  "bytes",
                      1764:  "futures-util",
                      1765:  "http",
                      1766:  "http-body",
                      1767:  "iri-string",
                      1768:  "pin-project-lite",
                      1769:  "tower",
                      1770:  "tower-layer",
                      1771:  "tower-service",
                      1772: ]
                      1773: 
                      1774: [[package]]
                      1775: name = "tower-layer"
                      1776: version = "0.3.3"
                      1777: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1778: checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
                      1779: 
                      1780: [[package]]
                      1781: name = "tower-service"
                      1782: version = "0.3.3"
                      1783: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1784: checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
                      1785: 
                      1786: [[package]]
                      1787: name = "tracing"
                      1788: version = "0.1.44"
                      1789: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1790: checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
                      1791: dependencies = [
                      1792:  "pin-project-lite",
                      1793:  "tracing-core",
                      1794: ]
                      1795: 
                      1796: [[package]]
                      1797: name = "tracing-core"
                      1798: version = "0.1.36"
                      1799: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1800: checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
                      1801: dependencies = [
                      1802:  "once_cell",
                      1803: ]
                      1804: 
                      1805: [[package]]
                      1806: name = "try-lock"
                      1807: version = "0.2.5"
                      1808: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1809: checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
                      1810: 
                      1811: [[package]]
                      1812: name = "unicase"
4054f8ea66 2026-01-07 1813: version = "2.8.1"
                      1814: source = "registry+https://github.com/rust-lang/crates.io-index"
4054f8ea66 2026-01-07 1815: checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
                      1816: 
                      1817: [[package]]
                      1818: name = "unicode-ident"
                      1819: version = "1.0.22"
                      1820: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1821: checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
                      1822: 
                      1823: [[package]]
                      1824: name = "untrusted"
                      1825: version = "0.9.0"
                      1826: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1827: checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
                      1828: 
                      1829: [[package]]
                      1830: name = "url"
8ea7b79fca 2026-01-02 1831: version = "2.5.7"
                      1832: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1833: checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
                      1834: dependencies = [
                      1835:  "form_urlencoded",
                      1836:  "idna",
                      1837:  "percent-encoding",
                      1838:  "serde",
                      1839: ]
                      1840: 
                      1841: [[package]]
                      1842: name = "utf8_iter"
                      1843: version = "1.0.4"
                      1844: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1845: checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
                      1846: 
                      1847: [[package]]
                      1848: name = "want"
                      1849: version = "0.3.1"
                      1850: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1851: checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
                      1852: dependencies = [
                      1853:  "try-lock",
                      1854: ]
                      1855: 
                      1856: [[package]]
                      1857: name = "wasi"
                      1858: version = "0.11.1+wasi-snapshot-preview1"
                      1859: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1860: checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
                      1861: 
                      1862: [[package]]
                      1863: name = "wasip2"
                      1864: version = "1.0.1+wasi-0.2.4"
                      1865: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1866: checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
                      1867: dependencies = [
                      1868:  "wit-bindgen",
                      1869: ]
                      1870: 
                      1871: [[package]]
                      1872: name = "wasm-bindgen"
                      1873: version = "0.2.106"
                      1874: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1875: checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
                      1876: dependencies = [
                      1877:  "cfg-if",
                      1878:  "once_cell",
                      1879:  "rustversion",
                      1880:  "wasm-bindgen-macro",
                      1881:  "wasm-bindgen-shared",
                      1882: ]
                      1883: 
                      1884: [[package]]
                      1885: name = "wasm-bindgen-futures"
                      1886: version = "0.4.56"
                      1887: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1888: checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
                      1889: dependencies = [
                      1890:  "cfg-if",
                      1891:  "js-sys",
                      1892:  "once_cell",
                      1893:  "wasm-bindgen",
                      1894:  "web-sys",
                      1895: ]
                      1896: 
                      1897: [[package]]
                      1898: name = "wasm-bindgen-macro"
                      1899: version = "0.2.106"
                      1900: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1901: checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
                      1902: dependencies = [
                      1903:  "quote",
                      1904:  "wasm-bindgen-macro-support",
                      1905: ]
                      1906: 
                      1907: [[package]]
                      1908: name = "wasm-bindgen-macro-support"
                      1909: version = "0.2.106"
                      1910: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1911: checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
                      1912: dependencies = [
                      1913:  "bumpalo",
                      1914:  "proc-macro2",
                      1915:  "quote",
                      1916:  "syn",
                      1917:  "wasm-bindgen-shared",
                      1918: ]
                      1919: 
                      1920: [[package]]
                      1921: name = "wasm-bindgen-shared"
                      1922: version = "0.2.106"
                      1923: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1924: checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
                      1925: dependencies = [
                      1926:  "unicode-ident",
                      1927: ]
                      1928: 
                      1929: [[package]]
                      1930: name = "wasm-streams"
                      1931: version = "0.4.2"
                      1932: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1933: checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
                      1934: dependencies = [
                      1935:  "futures-util",
                      1936:  "js-sys",
                      1937:  "wasm-bindgen",
                      1938:  "wasm-bindgen-futures",
                      1939:  "web-sys",
                      1940: ]
                      1941: 
                      1942: [[package]]
                      1943: name = "web-sys"
                      1944: version = "0.3.83"
                      1945: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1946: checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
                      1947: dependencies = [
                      1948:  "js-sys",
                      1949:  "wasm-bindgen",
                      1950: ]
                      1951: 
                      1952: [[package]]
                      1953: name = "web-time"
                      1954: version = "1.1.0"
                      1955: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1956: checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
                      1957: dependencies = [
                      1958:  "js-sys",
                      1959:  "wasm-bindgen",
                      1960: ]
                      1961: 
                      1962: [[package]]
8ea7b79fca 2026-01-02 1963: name = "webpki-roots"
8ea7b79fca 2026-01-02 1964: version = "1.0.4"
4054f8ea66 2026-01-07 1965: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 1966: checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
                      1967: dependencies = [
                      1968:  "rustls-pki-types",
                      1969: ]
                      1970: 
                      1971: [[package]]
                      1972: name = "windows-link"
                      1973: version = "0.2.1"
                      1974: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1975: checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
                      1976: 
                      1977: [[package]]
                      1978: name = "windows-sys"
                      1979: version = "0.52.0"
                      1980: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1981: checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
                      1982: dependencies = [
                      1983:  "windows-targets 0.52.6",
                      1984: ]
                      1985: 
                      1986: [[package]]
                      1987: name = "windows-sys"
                      1988: version = "0.60.2"
                      1989: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1990: checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
                      1991: dependencies = [
                      1992:  "windows-targets 0.53.5",
                      1993: ]
                      1994: 
                      1995: [[package]]
                      1996: name = "windows-sys"
                      1997: version = "0.61.2"
                      1998: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1999: checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
                      2000: dependencies = [
                      2001:  "windows-link",
                      2002: ]
                      2003: 
                      2004: [[package]]
                      2005: name = "windows-targets"
                      2006: version = "0.52.6"
                      2007: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2008: checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
                      2009: dependencies = [
                      2010:  "windows_aarch64_gnullvm 0.52.6",
                      2011:  "windows_aarch64_msvc 0.52.6",
                      2012:  "windows_i686_gnu 0.52.6",
                      2013:  "windows_i686_gnullvm 0.52.6",
                      2014:  "windows_i686_msvc 0.52.6",
                      2015:  "windows_x86_64_gnu 0.52.6",
                      2016:  "windows_x86_64_gnullvm 0.52.6",
                      2017:  "windows_x86_64_msvc 0.52.6",
                      2018: ]
                      2019: 
                      2020: [[package]]
                      2021: name = "windows-targets"
                      2022: version = "0.53.5"
                      2023: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2024: checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
                      2025: dependencies = [
                      2026:  "windows-link",
                      2027:  "windows_aarch64_gnullvm 0.53.1",
                      2028:  "windows_aarch64_msvc 0.53.1",
                      2029:  "windows_i686_gnu 0.53.1",
                      2030:  "windows_i686_gnullvm 0.53.1",
                      2031:  "windows_i686_msvc 0.53.1",
                      2032:  "windows_x86_64_gnu 0.53.1",
                      2033:  "windows_x86_64_gnullvm 0.53.1",
                      2034:  "windows_x86_64_msvc 0.53.1",
                      2035: ]
                      2036: 
                      2037: [[package]]
                      2038: name = "windows_aarch64_gnullvm"
                      2039: version = "0.52.6"
                      2040: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2041: checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
                      2042: 
                      2043: [[package]]
                      2044: name = "windows_aarch64_gnullvm"
                      2045: version = "0.53.1"
                      2046: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2047: checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
                      2048: 
                      2049: [[package]]
                      2050: name = "windows_aarch64_msvc"
                      2051: version = "0.52.6"
                      2052: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2053: checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
                      2054: 
                      2055: [[package]]
                      2056: name = "windows_aarch64_msvc"
                      2057: version = "0.53.1"
                      2058: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2059: checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
                      2060: 
                      2061: [[package]]
                      2062: name = "windows_i686_gnu"
                      2063: version = "0.52.6"
                      2064: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2065: checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
                      2066: 
                      2067: [[package]]
                      2068: name = "windows_i686_gnu"
                      2069: version = "0.53.1"
                      2070: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2071: checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
                      2072: 
                      2073: [[package]]
                      2074: name = "windows_i686_gnullvm"
                      2075: version = "0.52.6"
                      2076: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2077: checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
                      2078: 
                      2079: [[package]]
                      2080: name = "windows_i686_gnullvm"
                      2081: version = "0.53.1"
                      2082: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2083: checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
                      2084: 
                      2085: [[package]]
                      2086: name = "windows_i686_msvc"
                      2087: version = "0.52.6"
                      2088: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2089: checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
                      2090: 
                      2091: [[package]]
                      2092: name = "windows_i686_msvc"
                      2093: version = "0.53.1"
                      2094: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2095: checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
                      2096: 
                      2097: [[package]]
                      2098: name = "windows_x86_64_gnu"
                      2099: version = "0.52.6"
                      2100: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2101: checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
                      2102: 
                      2103: [[package]]
                      2104: name = "windows_x86_64_gnu"
                      2105: version = "0.53.1"
                      2106: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2107: checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
                      2108: 
                      2109: [[package]]
                      2110: name = "windows_x86_64_gnullvm"
                      2111: version = "0.52.6"
                      2112: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2113: checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
                      2114: 
                      2115: [[package]]
                      2116: name = "windows_x86_64_gnullvm"
                      2117: version = "0.53.1"
                      2118: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2119: checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
                      2120: 
                      2121: [[package]]
                      2122: name = "windows_x86_64_msvc"
                      2123: version = "0.52.6"
                      2124: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2125: checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
                      2126: 
                      2127: [[package]]
                      2128: name = "windows_x86_64_msvc"
                      2129: version = "0.53.1"
                      2130: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2131: checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
                      2132: 
                      2133: [[package]]
                      2134: name = "winnow"
                      2135: version = "0.7.14"
                      2136: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2137: checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
                      2138: dependencies = [
                      2139:  "memchr",
                      2140: ]
                      2141: 
                      2142: [[package]]
                      2143: name = "wit-bindgen"
                      2144: version = "0.46.0"
                      2145: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2146: checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
                      2147: 
                      2148: [[package]]
                      2149: name = "writeable"
                      2150: version = "0.6.2"
                      2151: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2152: checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
                      2153: 
                      2154: [[package]]
                      2155: name = "yoke"
                      2156: version = "0.8.1"
                      2157: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2158: checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
                      2159: dependencies = [
                      2160:  "stable_deref_trait",
                      2161:  "yoke-derive",
                      2162:  "zerofrom",
                      2163: ]
                      2164: 
                      2165: [[package]]
                      2166: name = "yoke-derive"
                      2167: version = "0.8.1"
                      2168: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2169: checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
                      2170: dependencies = [
                      2171:  "proc-macro2",
                      2172:  "quote",
                      2173:  "syn",
                      2174:  "synstructure",
                      2175: ]
                      2176: 
                      2177: [[package]]
                      2178: name = "zerocopy"
4054f8ea66 2026-01-07 2179: version = "0.8.31"
                      2180: source = "registry+https://github.com/rust-lang/crates.io-index"
4054f8ea66 2026-01-07 2181: checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
                      2182: dependencies = [
                      2183:  "zerocopy-derive",
                      2184: ]
                      2185: 
                      2186: [[package]]
                      2187: name = "zerocopy-derive"
4054f8ea66 2026-01-07 2188: version = "0.8.31"
                      2189: source = "registry+https://github.com/rust-lang/crates.io-index"
4054f8ea66 2026-01-07 2190: checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
                      2191: dependencies = [
                      2192:  "proc-macro2",
                      2193:  "quote",
                      2194:  "syn",
                      2195: ]
                      2196: 
                      2197: [[package]]
                      2198: name = "zerofrom"
                      2199: version = "0.1.6"
                      2200: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2201: checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
                      2202: dependencies = [
                      2203:  "zerofrom-derive",
                      2204: ]
                      2205: 
                      2206: [[package]]
                      2207: name = "zerofrom-derive"
                      2208: version = "0.1.6"
                      2209: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2210: checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
                      2211: dependencies = [
                      2212:  "proc-macro2",
                      2213:  "quote",
                      2214:  "syn",
                      2215:  "synstructure",
                      2216: ]
                      2217: 
                      2218: [[package]]
                      2219: name = "zeroize"
                      2220: version = "1.8.2"
                      2221: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2222: checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
                      2223: 
                      2224: [[package]]
                      2225: name = "zerotrie"
                      2226: version = "0.2.3"
                      2227: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2228: checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
                      2229: dependencies = [
                      2230:  "displaydoc",
                      2231:  "yoke",
                      2232:  "zerofrom",
                      2233: ]
                      2234: 
                      2235: [[package]]
                      2236: name = "zerovec"
                      2237: version = "0.11.5"
                      2238: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2239: checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
                      2240: dependencies = [
                      2241:  "yoke",
                      2242:  "zerofrom",
                      2243:  "zerovec-derive",
                      2244: ]
                      2245: 
                      2246: [[package]]
                      2247: name = "zerovec-derive"
                      2248: version = "0.11.2"
                      2249: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2250: checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
                      2251: dependencies = [
                      2252:  "proc-macro2",
                      2253:  "quote",
                      2254:  "syn",
                      2255: ]
                      2256: 
                      2257: [[package]]
                      2258: name = "zmij"
8ea7b79fca 2026-01-02 2259: version = "1.0.7"
                      2260: source = "registry+https://github.com/rust-lang/crates.io-index"
8ea7b79fca 2026-01-02 2261: checksum = "de9211a9f64b825911bdf0240f58b7a8dac217fe260fc61f080a07f61372fbd5"