Annotation For Cargo.lock
Logged in as anonymous

Lines of Cargo.lock from check-in 44575a91d3 that are changed by the sequence of edits moving toward check-in 07b34bcad6:

                         1: # This file is automatically @generated by Cargo.
                         2: # It is not intended for manual editing.
                         3: version = 4
                         4: 
                         5: [[package]]
                         6: name = "addr2line"
                         7: version = "0.24.2"
                         8: source = "registry+https://github.com/rust-lang/crates.io-index"
                         9: checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
                        10: dependencies = [
                        11:  "gimli",
                        12: ]
                        13: 
                        14: [[package]]
                        15: name = "adler2"
                        16: version = "2.0.1"
                        17: source = "registry+https://github.com/rust-lang/crates.io-index"
                        18: checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
                        19: 
                        20: [[package]]
                        21: name = "aho-corasick"
                        22: version = "1.1.3"
                        23: source = "registry+https://github.com/rust-lang/crates.io-index"
                        24: checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
                        25: dependencies = [
                        26:  "memchr",
                        27: ]
                        28: 
                        29: [[package]]
                        30: name = "alloc-no-stdlib"
                        31: version = "2.0.4"
                        32: source = "registry+https://github.com/rust-lang/crates.io-index"
                        33: checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
                        34: 
                        35: [[package]]
                        36: name = "alloc-stdlib"
                        37: version = "0.2.2"
                        38: source = "registry+https://github.com/rust-lang/crates.io-index"
                        39: checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
                        40: dependencies = [
                        41:  "alloc-no-stdlib",
                        42: ]
                        43: 
                        44: [[package]]
                        45: name = "allocator-api2"
                        46: version = "0.2.21"
                        47: source = "registry+https://github.com/rust-lang/crates.io-index"
                        48: checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
                        49: 
                        50: [[package]]
                        51: name = "android-tzdata"
                        52: version = "0.1.1"
                        53: source = "registry+https://github.com/rust-lang/crates.io-index"
                        54: checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
                        55: 
                        56: [[package]]
                        57: name = "android_system_properties"
                        58: version = "0.1.5"
                        59: source = "registry+https://github.com/rust-lang/crates.io-index"
                        60: checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
                        61: dependencies = [
                        62:  "libc",
                        63: ]
                        64: 
                        65: [[package]]
                        66: name = "async-attributes"
                        67: version = "1.1.2"
                        68: source = "registry+https://github.com/rust-lang/crates.io-index"
                        69: checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
                        70: dependencies = [
                        71:  "quote",
                        72:  "syn 1.0.109",
                        73: ]
                        74: 
                        75: [[package]]
                        76: name = "async-channel"
                        77: version = "1.9.0"
                        78: source = "registry+https://github.com/rust-lang/crates.io-index"
                        79: checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
                        80: dependencies = [
                        81:  "concurrent-queue",
                        82:  "event-listener 2.5.3",
                        83:  "futures-core",
                        84: ]
                        85: 
                        86: [[package]]
                        87: name = "async-channel"
                        88: version = "2.5.0"
                        89: source = "registry+https://github.com/rust-lang/crates.io-index"
                        90: checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
                        91: dependencies = [
                        92:  "concurrent-queue",
                        93:  "event-listener-strategy",
                        94:  "futures-core",
                        95:  "pin-project-lite",
                        96: ]
                        97: 
                        98: [[package]]
                        99: name = "async-compression"
44575a91d3 2025-07-09  100: version = "0.4.25"
                       101: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09  102: checksum = "40f6024f3f856663b45fd0c9b6f2024034a702f453549449e0d84a305900dad4"
                       103: dependencies = [
                       104:  "brotli",
                       105:  "flate2",
                       106:  "futures-core",
                       107:  "memchr",
                       108:  "pin-project-lite",
                       109:  "tokio",
                       110: ]
                       111: 
                       112: [[package]]
                       113: name = "async-executor"
                       114: version = "1.13.2"
                       115: source = "registry+https://github.com/rust-lang/crates.io-index"
                       116: checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
                       117: dependencies = [
                       118:  "async-task",
                       119:  "concurrent-queue",
                       120:  "fastrand 2.3.0",
44575a91d3 2025-07-09  121:  "futures-lite 2.6.0",
                       122:  "pin-project-lite",
                       123:  "slab",
                       124: ]
                       125: 
                       126: [[package]]
                       127: name = "async-global-executor"
                       128: version = "2.4.1"
                       129: source = "registry+https://github.com/rust-lang/crates.io-index"
                       130: checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
                       131: dependencies = [
                       132:  "async-channel 2.5.0",
                       133:  "async-executor",
44575a91d3 2025-07-09  134:  "async-io 2.4.1",
44575a91d3 2025-07-09  135:  "async-lock 3.4.0",
                       136:  "blocking",
44575a91d3 2025-07-09  137:  "futures-lite 2.6.0",
                       138:  "once_cell",
                       139:  "tokio",
                       140: ]
                       141: 
                       142: [[package]]
                       143: name = "async-io"
                       144: version = "1.13.0"
                       145: source = "registry+https://github.com/rust-lang/crates.io-index"
                       146: checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
                       147: dependencies = [
                       148:  "async-lock 2.8.0",
                       149:  "autocfg",
                       150:  "cfg-if",
                       151:  "concurrent-queue",
                       152:  "futures-lite 1.13.0",
                       153:  "log",
                       154:  "parking",
                       155:  "polling 2.8.0",
                       156:  "rustix 0.37.28",
                       157:  "slab",
                       158:  "socket2 0.4.10",
                       159:  "waker-fn",
                       160: ]
                       161: 
                       162: [[package]]
                       163: name = "async-io"
44575a91d3 2025-07-09  164: version = "2.4.1"
                       165: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09  166: checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3"
                       167: dependencies = [
44575a91d3 2025-07-09  168:  "async-lock 3.4.0",
                       169:  "cfg-if",
                       170:  "concurrent-queue",
                       171:  "futures-io",
44575a91d3 2025-07-09  172:  "futures-lite 2.6.0",
                       173:  "parking",
44575a91d3 2025-07-09  174:  "polling 3.8.0",
44575a91d3 2025-07-09  175:  "rustix 1.0.7",
                       176:  "slab",
44575a91d3 2025-07-09  177:  "tracing",
44575a91d3 2025-07-09  178:  "windows-sys 0.59.0",
                       179: ]
                       180: 
                       181: [[package]]
                       182: name = "async-lock"
                       183: version = "2.8.0"
                       184: source = "registry+https://github.com/rust-lang/crates.io-index"
                       185: checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
                       186: dependencies = [
                       187:  "event-listener 2.5.3",
                       188: ]
                       189: 
                       190: [[package]]
                       191: name = "async-lock"
44575a91d3 2025-07-09  192: version = "3.4.0"
                       193: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09  194: checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
                       195: dependencies = [
44575a91d3 2025-07-09  196:  "event-listener 5.4.0",
                       197:  "event-listener-strategy",
                       198:  "pin-project-lite",
                       199: ]
                       200: 
                       201: [[package]]
                       202: name = "async-std"
                       203: version = "1.13.1"
                       204: source = "registry+https://github.com/rust-lang/crates.io-index"
                       205: checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
                       206: dependencies = [
                       207:  "async-attributes",
                       208:  "async-channel 1.9.0",
                       209:  "async-global-executor",
44575a91d3 2025-07-09  210:  "async-io 2.4.1",
44575a91d3 2025-07-09  211:  "async-lock 3.4.0",
                       212:  "crossbeam-utils",
                       213:  "futures-channel",
                       214:  "futures-core",
                       215:  "futures-io",
44575a91d3 2025-07-09  216:  "futures-lite 2.6.0",
                       217:  "gloo-timers",
                       218:  "kv-log-macro",
                       219:  "log",
                       220:  "memchr",
                       221:  "once_cell",
                       222:  "pin-project-lite",
                       223:  "pin-utils",
                       224:  "slab",
                       225:  "wasm-bindgen-futures",
                       226: ]
                       227: 
                       228: [[package]]
                       229: name = "async-stream"
                       230: version = "0.3.6"
                       231: source = "registry+https://github.com/rust-lang/crates.io-index"
                       232: checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
                       233: dependencies = [
                       234:  "async-stream-impl",
                       235:  "futures-core",
                       236:  "pin-project-lite",
                       237: ]
                       238: 
                       239: [[package]]
                       240: name = "async-stream-impl"
                       241: version = "0.3.6"
                       242: source = "registry+https://github.com/rust-lang/crates.io-index"
                       243: checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
                       244: dependencies = [
                       245:  "proc-macro2",
                       246:  "quote",
                       247:  "syn 2.0.104",
                       248: ]
                       249: 
                       250: [[package]]
                       251: name = "async-task"
                       252: version = "4.7.1"
                       253: source = "registry+https://github.com/rust-lang/crates.io-index"
                       254: checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
                       255: 
                       256: [[package]]
                       257: name = "atoi"
                       258: version = "2.0.0"
                       259: source = "registry+https://github.com/rust-lang/crates.io-index"
                       260: checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
                       261: dependencies = [
                       262:  "num-traits",
                       263: ]
                       264: 
                       265: [[package]]
                       266: name = "atom_syndication"
                       267: version = "0.12.7"
                       268: source = "registry+https://github.com/rust-lang/crates.io-index"
                       269: checksum = "d2f68d23e2cb4fd958c705b91a6b4c80ceeaf27a9e11651272a8389d5ce1a4a3"
                       270: dependencies = [
                       271:  "chrono",
                       272:  "derive_builder",
                       273:  "diligent-date-parser",
                       274:  "never",
                       275:  "quick-xml",
                       276:  "serde",
                       277: ]
                       278: 
                       279: [[package]]
                       280: name = "atomic-waker"
                       281: version = "1.1.2"
                       282: source = "registry+https://github.com/rust-lang/crates.io-index"
                       283: checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
                       284: 
                       285: [[package]]
                       286: name = "autocfg"
                       287: version = "1.5.0"
                       288: source = "registry+https://github.com/rust-lang/crates.io-index"
                       289: checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
                       290: 
                       291: [[package]]
                       292: name = "backtrace"
                       293: version = "0.3.75"
                       294: source = "registry+https://github.com/rust-lang/crates.io-index"
                       295: checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
                       296: dependencies = [
                       297:  "addr2line",
                       298:  "cfg-if",
                       299:  "libc",
                       300:  "miniz_oxide",
                       301:  "object",
                       302:  "rustc-demangle",
                       303:  "windows-targets 0.52.6",
                       304: ]
                       305: 
                       306: [[package]]
                       307: name = "base64"
                       308: version = "0.22.1"
                       309: source = "registry+https://github.com/rust-lang/crates.io-index"
                       310: checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
                       311: 
                       312: [[package]]
                       313: name = "base64ct"
                       314: version = "1.8.0"
                       315: source = "registry+https://github.com/rust-lang/crates.io-index"
                       316: checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
                       317: 
                       318: [[package]]
                       319: name = "bitflags"
                       320: version = "1.3.2"
                       321: source = "registry+https://github.com/rust-lang/crates.io-index"
                       322: checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
                       323: 
                       324: [[package]]
                       325: name = "bitflags"
                       326: version = "2.9.1"
                       327: source = "registry+https://github.com/rust-lang/crates.io-index"
                       328: checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
                       329: dependencies = [
                       330:  "serde",
                       331: ]
                       332: 
                       333: [[package]]
                       334: name = "block-buffer"
                       335: version = "0.10.4"
                       336: source = "registry+https://github.com/rust-lang/crates.io-index"
                       337: checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
                       338: dependencies = [
                       339:  "generic-array",
                       340: ]
                       341: 
                       342: [[package]]
                       343: name = "blocking"
                       344: version = "1.6.2"
                       345: source = "registry+https://github.com/rust-lang/crates.io-index"
                       346: checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
                       347: dependencies = [
                       348:  "async-channel 2.5.0",
                       349:  "async-task",
                       350:  "futures-io",
44575a91d3 2025-07-09  351:  "futures-lite 2.6.0",
                       352:  "piper",
                       353: ]
                       354: 
                       355: [[package]]
                       356: name = "brotli"
                       357: version = "8.0.1"
                       358: source = "registry+https://github.com/rust-lang/crates.io-index"
                       359: checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
                       360: dependencies = [
                       361:  "alloc-no-stdlib",
                       362:  "alloc-stdlib",
                       363:  "brotli-decompressor",
                       364: ]
                       365: 
                       366: [[package]]
                       367: name = "brotli-decompressor"
                       368: version = "5.0.0"
                       369: source = "registry+https://github.com/rust-lang/crates.io-index"
                       370: checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
                       371: dependencies = [
                       372:  "alloc-no-stdlib",
                       373:  "alloc-stdlib",
                       374: ]
                       375: 
                       376: [[package]]
                       377: name = "bumpalo"
                       378: version = "3.19.0"
                       379: source = "registry+https://github.com/rust-lang/crates.io-index"
                       380: checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
                       381: 
                       382: [[package]]
                       383: name = "byteorder"
                       384: version = "1.5.0"
                       385: source = "registry+https://github.com/rust-lang/crates.io-index"
                       386: checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
                       387: 
                       388: [[package]]
                       389: name = "bytes"
                       390: version = "1.10.1"
                       391: source = "registry+https://github.com/rust-lang/crates.io-index"
                       392: checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
                       393: 
                       394: [[package]]
                       395: name = "cc"
44575a91d3 2025-07-09  396: version = "1.2.29"
                       397: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09  398: checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
                       399: dependencies = [
                       400:  "shlex",
                       401: ]
                       402: 
                       403: [[package]]
                       404: name = "cfg-if"
                       405: version = "1.0.1"
                       406: source = "registry+https://github.com/rust-lang/crates.io-index"
                       407: checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
                       408: 
                       409: [[package]]
                       410: name = "cfg_aliases"
                       411: version = "0.2.1"
                       412: source = "registry+https://github.com/rust-lang/crates.io-index"
                       413: checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
                       414: 
                       415: [[package]]
                       416: name = "chrono"
                       417: version = "0.4.41"
                       418: source = "registry+https://github.com/rust-lang/crates.io-index"
                       419: checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
                       420: dependencies = [
                       421:  "android-tzdata",
                       422:  "iana-time-zone",
                       423:  "js-sys",
                       424:  "num-traits",
                       425:  "serde",
                       426:  "wasm-bindgen",
                       427:  "windows-link",
                       428: ]
                       429: 
                       430: [[package]]
                       431: name = "concurrent-queue"
                       432: version = "2.5.0"
                       433: source = "registry+https://github.com/rust-lang/crates.io-index"
                       434: checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
                       435: dependencies = [
                       436:  "crossbeam-utils",
                       437: ]
                       438: 
                       439: [[package]]
                       440: name = "config"
44575a91d3 2025-07-09  441: version = "0.15.12"
                       442: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09  443: checksum = "9baeea16b4f8fc242a701d2abacd87d3b024af0325fb0b59dd16bc14c214c2af"
                       444: dependencies = [
                       445:  "pathdiff",
                       446:  "serde",
                       447:  "toml",
                       448:  "winnow",
                       449: ]
                       450: 
                       451: [[package]]
                       452: name = "const-oid"
                       453: version = "0.9.6"
                       454: source = "registry+https://github.com/rust-lang/crates.io-index"
                       455: checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
                       456: 
                       457: [[package]]
                       458: name = "core-foundation"
                       459: version = "0.9.4"
                       460: source = "registry+https://github.com/rust-lang/crates.io-index"
                       461: checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
                       462: dependencies = [
                       463:  "core-foundation-sys",
                       464:  "libc",
                       465: ]
                       466: 
                       467: [[package]]
                       468: name = "core-foundation-sys"
                       469: version = "0.8.7"
                       470: source = "registry+https://github.com/rust-lang/crates.io-index"
                       471: checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
                       472: 
                       473: [[package]]
                       474: name = "cpufeatures"
                       475: version = "0.2.17"
                       476: source = "registry+https://github.com/rust-lang/crates.io-index"
                       477: checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
                       478: dependencies = [
                       479:  "libc",
                       480: ]
                       481: 
                       482: [[package]]
                       483: name = "crc"
                       484: version = "3.3.0"
                       485: source = "registry+https://github.com/rust-lang/crates.io-index"
                       486: checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
                       487: dependencies = [
                       488:  "crc-catalog",
                       489: ]
                       490: 
                       491: [[package]]
                       492: name = "crc-catalog"
                       493: version = "2.4.0"
                       494: source = "registry+https://github.com/rust-lang/crates.io-index"
                       495: checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
                       496: 
                       497: [[package]]
                       498: name = "crc32fast"
44575a91d3 2025-07-09  499: version = "1.4.2"
                       500: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09  501: checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
                       502: dependencies = [
                       503:  "cfg-if",
                       504: ]
                       505: 
                       506: [[package]]
                       507: name = "crossbeam-queue"
                       508: version = "0.3.12"
                       509: source = "registry+https://github.com/rust-lang/crates.io-index"
                       510: checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
                       511: dependencies = [
                       512:  "crossbeam-utils",
                       513: ]
                       514: 
                       515: [[package]]
                       516: name = "crossbeam-utils"
                       517: version = "0.8.21"
                       518: source = "registry+https://github.com/rust-lang/crates.io-index"
                       519: checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
                       520: 
                       521: [[package]]
                       522: name = "crypto-common"
                       523: version = "0.1.6"
                       524: source = "registry+https://github.com/rust-lang/crates.io-index"
                       525: checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
                       526: dependencies = [
                       527:  "generic-array",
                       528:  "typenum",
                       529: ]
                       530: 
                       531: [[package]]
                       532: name = "darling"
                       533: version = "0.20.11"
                       534: source = "registry+https://github.com/rust-lang/crates.io-index"
                       535: checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
                       536: dependencies = [
                       537:  "darling_core",
                       538:  "darling_macro",
                       539: ]
                       540: 
                       541: [[package]]
                       542: name = "darling_core"
                       543: version = "0.20.11"
                       544: source = "registry+https://github.com/rust-lang/crates.io-index"
                       545: checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
                       546: dependencies = [
                       547:  "fnv",
                       548:  "ident_case",
                       549:  "proc-macro2",
                       550:  "quote",
                       551:  "strsim",
                       552:  "syn 2.0.104",
                       553: ]
                       554: 
                       555: [[package]]
                       556: name = "darling_macro"
                       557: version = "0.20.11"
                       558: source = "registry+https://github.com/rust-lang/crates.io-index"
                       559: checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
                       560: dependencies = [
                       561:  "darling_core",
                       562:  "quote",
                       563:  "syn 2.0.104",
                       564: ]
                       565: 
                       566: [[package]]
                       567: name = "der"
                       568: version = "0.7.10"
                       569: source = "registry+https://github.com/rust-lang/crates.io-index"
                       570: checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
                       571: dependencies = [
                       572:  "const-oid",
                       573:  "pem-rfc7468",
                       574:  "zeroize",
                       575: ]
                       576: 
                       577: [[package]]
                       578: name = "derive_builder"
                       579: version = "0.20.2"
                       580: source = "registry+https://github.com/rust-lang/crates.io-index"
                       581: checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
                       582: dependencies = [
                       583:  "derive_builder_macro",
                       584: ]
                       585: 
                       586: [[package]]
                       587: name = "derive_builder_core"
                       588: version = "0.20.2"
                       589: source = "registry+https://github.com/rust-lang/crates.io-index"
                       590: checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
                       591: dependencies = [
                       592:  "darling",
                       593:  "proc-macro2",
                       594:  "quote",
                       595:  "syn 2.0.104",
                       596: ]
                       597: 
                       598: [[package]]
                       599: name = "derive_builder_macro"
                       600: version = "0.20.2"
                       601: source = "registry+https://github.com/rust-lang/crates.io-index"
                       602: checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
                       603: dependencies = [
                       604:  "derive_builder_core",
                       605:  "syn 2.0.104",
                       606: ]
                       607: 
                       608: [[package]]
                       609: name = "derive_more"
                       610: version = "2.0.1"
                       611: source = "registry+https://github.com/rust-lang/crates.io-index"
                       612: checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
                       613: dependencies = [
                       614:  "derive_more-impl",
                       615: ]
                       616: 
                       617: [[package]]
                       618: name = "derive_more-impl"
                       619: version = "2.0.1"
                       620: source = "registry+https://github.com/rust-lang/crates.io-index"
                       621: checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
                       622: dependencies = [
                       623:  "proc-macro2",
                       624:  "quote",
                       625:  "syn 2.0.104",
                       626: ]
                       627: 
                       628: [[package]]
                       629: name = "digest"
                       630: version = "0.10.7"
                       631: source = "registry+https://github.com/rust-lang/crates.io-index"
                       632: checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
                       633: dependencies = [
                       634:  "block-buffer",
                       635:  "const-oid",
                       636:  "crypto-common",
                       637:  "subtle",
                       638: ]
                       639: 
                       640: [[package]]
                       641: name = "diligent-date-parser"
                       642: version = "0.1.5"
                       643: source = "registry+https://github.com/rust-lang/crates.io-index"
                       644: checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9"
                       645: dependencies = [
                       646:  "chrono",
                       647: ]
                       648: 
                       649: [[package]]
                       650: name = "displaydoc"
                       651: version = "0.2.5"
                       652: source = "registry+https://github.com/rust-lang/crates.io-index"
                       653: checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
                       654: dependencies = [
                       655:  "proc-macro2",
                       656:  "quote",
                       657:  "syn 2.0.104",
                       658: ]
                       659: 
                       660: [[package]]
                       661: name = "dotenvy"
                       662: version = "0.15.7"
                       663: source = "registry+https://github.com/rust-lang/crates.io-index"
                       664: checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
                       665: 
                       666: [[package]]
                       667: name = "either"
                       668: version = "1.15.0"
                       669: source = "registry+https://github.com/rust-lang/crates.io-index"
                       670: checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
                       671: dependencies = [
                       672:  "serde",
                       673: ]
                       674: 
                       675: [[package]]
                       676: name = "encoding_rs"
                       677: version = "0.8.35"
                       678: source = "registry+https://github.com/rust-lang/crates.io-index"
                       679: checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
                       680: dependencies = [
                       681:  "cfg-if",
                       682: ]
                       683: 
                       684: [[package]]
                       685: name = "equivalent"
                       686: version = "1.0.2"
                       687: source = "registry+https://github.com/rust-lang/crates.io-index"
                       688: checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
                       689: 
                       690: [[package]]
                       691: name = "errno"
                       692: version = "0.3.13"
                       693: source = "registry+https://github.com/rust-lang/crates.io-index"
                       694: checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
                       695: dependencies = [
                       696:  "libc",
                       697:  "windows-sys 0.60.2",
                       698: ]
                       699: 
                       700: [[package]]
                       701: name = "etcetera"
                       702: version = "0.8.0"
                       703: source = "registry+https://github.com/rust-lang/crates.io-index"
                       704: checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
                       705: dependencies = [
                       706:  "cfg-if",
                       707:  "home",
                       708:  "windows-sys 0.48.0",
                       709: ]
                       710: 
                       711: [[package]]
                       712: name = "event-listener"
                       713: version = "2.5.3"
                       714: source = "registry+https://github.com/rust-lang/crates.io-index"
                       715: checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
                       716: 
                       717: [[package]]
                       718: name = "event-listener"
44575a91d3 2025-07-09  719: version = "5.4.0"
                       720: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09  721: checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
                       722: dependencies = [
                       723:  "concurrent-queue",
                       724:  "parking",
                       725:  "pin-project-lite",
                       726: ]
                       727: 
                       728: [[package]]
                       729: name = "event-listener-strategy"
                       730: version = "0.5.4"
                       731: source = "registry+https://github.com/rust-lang/crates.io-index"
                       732: checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
                       733: dependencies = [
44575a91d3 2025-07-09  734:  "event-listener 5.4.0",
                       735:  "pin-project-lite",
                       736: ]
                       737: 
                       738: [[package]]
                       739: name = "fastrand"
                       740: version = "1.9.0"
                       741: source = "registry+https://github.com/rust-lang/crates.io-index"
                       742: checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
                       743: dependencies = [
                       744:  "instant",
                       745: ]
                       746: 
                       747: [[package]]
                       748: name = "fastrand"
                       749: version = "2.3.0"
                       750: source = "registry+https://github.com/rust-lang/crates.io-index"
                       751: checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
                       752: 
                       753: [[package]]
                       754: name = "flate2"
                       755: version = "1.1.2"
                       756: source = "registry+https://github.com/rust-lang/crates.io-index"
                       757: checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
                       758: dependencies = [
                       759:  "crc32fast",
                       760:  "miniz_oxide",
                       761: ]
                       762: 
                       763: [[package]]
                       764: name = "flume"
                       765: version = "0.11.1"
                       766: source = "registry+https://github.com/rust-lang/crates.io-index"
                       767: checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
                       768: dependencies = [
                       769:  "futures-core",
                       770:  "futures-sink",
                       771:  "spin",
                       772: ]
                       773: 
                       774: [[package]]
                       775: name = "fnv"
                       776: version = "1.0.7"
                       777: source = "registry+https://github.com/rust-lang/crates.io-index"
                       778: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
                       779: 
                       780: [[package]]
                       781: name = "foldhash"
                       782: version = "0.1.5"
                       783: source = "registry+https://github.com/rust-lang/crates.io-index"
                       784: checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
                       785: 
                       786: [[package]]
                       787: name = "foreign-types"
                       788: version = "0.3.2"
                       789: source = "registry+https://github.com/rust-lang/crates.io-index"
                       790: checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
                       791: dependencies = [
                       792:  "foreign-types-shared",
                       793: ]
                       794: 
                       795: [[package]]
                       796: name = "foreign-types-shared"
                       797: version = "0.1.1"
                       798: source = "registry+https://github.com/rust-lang/crates.io-index"
                       799: checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
                       800: 
                       801: [[package]]
                       802: name = "form_urlencoded"
                       803: version = "1.2.1"
                       804: source = "registry+https://github.com/rust-lang/crates.io-index"
                       805: checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
                       806: dependencies = [
                       807:  "percent-encoding",
                       808: ]
                       809: 
                       810: [[package]]
                       811: name = "futures"
                       812: version = "0.3.31"
                       813: source = "registry+https://github.com/rust-lang/crates.io-index"
                       814: checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
                       815: dependencies = [
                       816:  "futures-channel",
                       817:  "futures-core",
                       818:  "futures-executor",
                       819:  "futures-io",
                       820:  "futures-sink",
                       821:  "futures-task",
                       822:  "futures-util",
                       823: ]
                       824: 
                       825: [[package]]
                       826: name = "futures-channel"
                       827: version = "0.3.31"
                       828: source = "registry+https://github.com/rust-lang/crates.io-index"
                       829: checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
                       830: dependencies = [
                       831:  "futures-core",
                       832:  "futures-sink",
                       833: ]
                       834: 
                       835: [[package]]
                       836: name = "futures-core"
                       837: version = "0.3.31"
                       838: source = "registry+https://github.com/rust-lang/crates.io-index"
                       839: checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
                       840: 
                       841: [[package]]
                       842: name = "futures-executor"
                       843: version = "0.3.31"
                       844: source = "registry+https://github.com/rust-lang/crates.io-index"
                       845: checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
                       846: dependencies = [
                       847:  "futures-core",
                       848:  "futures-task",
                       849:  "futures-util",
                       850: ]
                       851: 
                       852: [[package]]
                       853: name = "futures-intrusive"
                       854: version = "0.5.0"
                       855: source = "registry+https://github.com/rust-lang/crates.io-index"
                       856: checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
                       857: dependencies = [
                       858:  "futures-core",
                       859:  "lock_api",
                       860:  "parking_lot",
                       861: ]
                       862: 
                       863: [[package]]
                       864: name = "futures-io"
                       865: version = "0.3.31"
                       866: source = "registry+https://github.com/rust-lang/crates.io-index"
                       867: checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
                       868: 
                       869: [[package]]
                       870: name = "futures-lite"
                       871: version = "1.13.0"
                       872: source = "registry+https://github.com/rust-lang/crates.io-index"
                       873: checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
                       874: dependencies = [
                       875:  "fastrand 1.9.0",
                       876:  "futures-core",
                       877:  "futures-io",
                       878:  "memchr",
                       879:  "parking",
                       880:  "pin-project-lite",
                       881:  "waker-fn",
                       882: ]
                       883: 
                       884: [[package]]
                       885: name = "futures-lite"
44575a91d3 2025-07-09  886: version = "2.6.0"
                       887: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09  888: checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
                       889: dependencies = [
                       890:  "fastrand 2.3.0",
                       891:  "futures-core",
                       892:  "futures-io",
                       893:  "parking",
                       894:  "pin-project-lite",
                       895: ]
                       896: 
                       897: [[package]]
                       898: name = "futures-macro"
                       899: version = "0.3.31"
                       900: source = "registry+https://github.com/rust-lang/crates.io-index"
                       901: checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
                       902: dependencies = [
                       903:  "proc-macro2",
                       904:  "quote",
                       905:  "syn 2.0.104",
                       906: ]
                       907: 
                       908: [[package]]
                       909: name = "futures-sink"
                       910: version = "0.3.31"
                       911: source = "registry+https://github.com/rust-lang/crates.io-index"
                       912: checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
                       913: 
                       914: [[package]]
                       915: name = "futures-task"
                       916: version = "0.3.31"
                       917: source = "registry+https://github.com/rust-lang/crates.io-index"
                       918: checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
                       919: 
                       920: [[package]]
                       921: name = "futures-util"
                       922: version = "0.3.31"
                       923: source = "registry+https://github.com/rust-lang/crates.io-index"
                       924: checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
                       925: dependencies = [
                       926:  "futures-channel",
                       927:  "futures-core",
                       928:  "futures-io",
                       929:  "futures-macro",
                       930:  "futures-sink",
                       931:  "futures-task",
                       932:  "memchr",
                       933:  "pin-project-lite",
                       934:  "pin-utils",
                       935:  "slab",
                       936: ]
                       937: 
                       938: [[package]]
                       939: name = "generic-array"
                       940: version = "0.14.7"
                       941: source = "registry+https://github.com/rust-lang/crates.io-index"
                       942: checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
                       943: dependencies = [
                       944:  "typenum",
                       945:  "version_check",
                       946: ]
                       947: 
                       948: [[package]]
                       949: name = "getrandom"
                       950: version = "0.2.16"
                       951: source = "registry+https://github.com/rust-lang/crates.io-index"
                       952: checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
                       953: dependencies = [
                       954:  "cfg-if",
                       955:  "js-sys",
                       956:  "libc",
                       957:  "wasi 0.11.1+wasi-snapshot-preview1",
                       958:  "wasm-bindgen",
                       959: ]
                       960: 
                       961: [[package]]
                       962: name = "getrandom"
                       963: version = "0.3.3"
                       964: source = "registry+https://github.com/rust-lang/crates.io-index"
                       965: checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
                       966: dependencies = [
                       967:  "cfg-if",
                       968:  "js-sys",
                       969:  "libc",
                       970:  "r-efi",
                       971:  "wasi 0.14.2+wasi-0.2.4",
                       972:  "wasm-bindgen",
                       973: ]
                       974: 
                       975: [[package]]
                       976: name = "gimli"
                       977: version = "0.31.1"
                       978: source = "registry+https://github.com/rust-lang/crates.io-index"
                       979: checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
                       980: 
                       981: [[package]]
                       982: name = "gloo-timers"
                       983: version = "0.3.0"
                       984: source = "registry+https://github.com/rust-lang/crates.io-index"
                       985: checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
                       986: dependencies = [
                       987:  "futures-channel",
                       988:  "futures-core",
                       989:  "js-sys",
                       990:  "wasm-bindgen",
                       991: ]
                       992: 
                       993: [[package]]
                       994: name = "h2"
                       995: version = "0.4.11"
                       996: source = "registry+https://github.com/rust-lang/crates.io-index"
                       997: checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
                       998: dependencies = [
                       999:  "atomic-waker",
                      1000:  "bytes",
                      1001:  "fnv",
                      1002:  "futures-core",
                      1003:  "futures-sink",
                      1004:  "http",
                      1005:  "indexmap",
                      1006:  "slab",
                      1007:  "tokio",
                      1008:  "tokio-util",
                      1009:  "tracing",
                      1010: ]
                      1011: 
                      1012: [[package]]
                      1013: name = "hashbrown"
                      1014: version = "0.15.4"
                      1015: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1016: checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
                      1017: dependencies = [
                      1018:  "allocator-api2",
                      1019:  "equivalent",
                      1020:  "foldhash",
                      1021: ]
                      1022: 
                      1023: [[package]]
                      1024: name = "hashlink"
                      1025: version = "0.10.0"
                      1026: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1027: checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
                      1028: dependencies = [
                      1029:  "hashbrown",
                      1030: ]
                      1031: 
                      1032: [[package]]
                      1033: name = "heck"
                      1034: version = "0.5.0"
                      1035: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1036: checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
                      1037: 
                      1038: [[package]]
                      1039: name = "hermit-abi"
                      1040: version = "0.3.9"
                      1041: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1042: checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
                      1043: 
                      1044: [[package]]
                      1045: name = "hermit-abi"
                      1046: version = "0.5.2"
                      1047: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1048: checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
                      1049: 
                      1050: [[package]]
                      1051: name = "hex"
                      1052: version = "0.4.3"
                      1053: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1054: checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
                      1055: 
                      1056: [[package]]
                      1057: name = "hkdf"
                      1058: version = "0.12.4"
                      1059: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1060: checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
                      1061: dependencies = [
                      1062:  "hmac",
                      1063: ]
                      1064: 
                      1065: [[package]]
                      1066: name = "hmac"
                      1067: version = "0.12.1"
                      1068: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1069: checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
                      1070: dependencies = [
                      1071:  "digest",
                      1072: ]
                      1073: 
                      1074: [[package]]
                      1075: name = "home"
                      1076: version = "0.5.11"
                      1077: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1078: checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
                      1079: dependencies = [
                      1080:  "windows-sys 0.59.0",
                      1081: ]
                      1082: 
                      1083: [[package]]
                      1084: name = "http"
                      1085: version = "1.3.1"
                      1086: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1087: checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
                      1088: dependencies = [
                      1089:  "bytes",
                      1090:  "fnv",
                      1091:  "itoa",
                      1092: ]
                      1093: 
                      1094: [[package]]
                      1095: name = "http-body"
                      1096: version = "1.0.1"
                      1097: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1098: checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
                      1099: dependencies = [
                      1100:  "bytes",
                      1101:  "http",
                      1102: ]
                      1103: 
                      1104: [[package]]
                      1105: name = "http-body-util"
                      1106: version = "0.1.3"
                      1107: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1108: checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
                      1109: dependencies = [
                      1110:  "bytes",
                      1111:  "futures-core",
                      1112:  "http",
                      1113:  "http-body",
                      1114:  "pin-project-lite",
                      1115: ]
                      1116: 
                      1117: [[package]]
                      1118: name = "httparse"
                      1119: version = "1.10.1"
                      1120: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1121: checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
                      1122: 
                      1123: [[package]]
                      1124: name = "hyper"
                      1125: version = "1.6.0"
                      1126: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1127: checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
                      1128: dependencies = [
                      1129:  "bytes",
                      1130:  "futures-channel",
                      1131:  "futures-util",
                      1132:  "h2",
                      1133:  "http",
                      1134:  "http-body",
                      1135:  "httparse",
                      1136:  "itoa",
                      1137:  "pin-project-lite",
                      1138:  "smallvec",
                      1139:  "tokio",
                      1140:  "want",
                      1141: ]
                      1142: 
                      1143: [[package]]
                      1144: name = "hyper-rustls"
                      1145: version = "0.27.7"
                      1146: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1147: checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
                      1148: dependencies = [
                      1149:  "http",
                      1150:  "hyper",
                      1151:  "hyper-util",
                      1152:  "rustls",
                      1153:  "rustls-pki-types",
                      1154:  "tokio",
                      1155:  "tokio-rustls",
                      1156:  "tower-service",
44575a91d3 2025-07-09 1157:  "webpki-roots 1.0.1",
                      1158: ]
                      1159: 
                      1160: [[package]]
                      1161: name = "hyper-tls"
                      1162: version = "0.6.0"
                      1163: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1164: checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
                      1165: dependencies = [
                      1166:  "bytes",
                      1167:  "http-body-util",
                      1168:  "hyper",
                      1169:  "hyper-util",
                      1170:  "native-tls",
                      1171:  "tokio",
                      1172:  "tokio-native-tls",
                      1173:  "tower-service",
                      1174: ]
                      1175: 
                      1176: [[package]]
                      1177: name = "hyper-util"
44575a91d3 2025-07-09 1178: version = "0.1.15"
                      1179: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 1180: checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
                      1181: dependencies = [
                      1182:  "base64",
                      1183:  "bytes",
                      1184:  "futures-channel",
                      1185:  "futures-core",
                      1186:  "futures-util",
                      1187:  "http",
                      1188:  "http-body",
                      1189:  "hyper",
                      1190:  "ipnet",
                      1191:  "libc",
                      1192:  "percent-encoding",
                      1193:  "pin-project-lite",
44575a91d3 2025-07-09 1194:  "socket2 0.5.10",
                      1195:  "system-configuration",
                      1196:  "tokio",
                      1197:  "tower-service",
                      1198:  "tracing",
                      1199:  "windows-registry",
                      1200: ]
                      1201: 
                      1202: [[package]]
                      1203: name = "iana-time-zone"
                      1204: version = "0.1.63"
                      1205: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1206: checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
                      1207: dependencies = [
                      1208:  "android_system_properties",
                      1209:  "core-foundation-sys",
                      1210:  "iana-time-zone-haiku",
                      1211:  "js-sys",
                      1212:  "log",
                      1213:  "wasm-bindgen",
                      1214:  "windows-core",
                      1215: ]
                      1216: 
                      1217: [[package]]
                      1218: name = "iana-time-zone-haiku"
                      1219: version = "0.1.2"
                      1220: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1221: checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
                      1222: dependencies = [
                      1223:  "cc",
                      1224: ]
                      1225: 
                      1226: [[package]]
                      1227: name = "icu_collections"
                      1228: version = "2.0.0"
                      1229: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1230: checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
                      1231: dependencies = [
                      1232:  "displaydoc",
                      1233:  "potential_utf",
                      1234:  "yoke",
                      1235:  "zerofrom",
                      1236:  "zerovec",
                      1237: ]
                      1238: 
                      1239: [[package]]
                      1240: name = "icu_locale_core"
                      1241: version = "2.0.0"
                      1242: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1243: checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
                      1244: dependencies = [
                      1245:  "displaydoc",
                      1246:  "litemap",
                      1247:  "tinystr",
                      1248:  "writeable",
                      1249:  "zerovec",
                      1250: ]
                      1251: 
                      1252: [[package]]
                      1253: name = "icu_normalizer"
                      1254: version = "2.0.0"
                      1255: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1256: checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
                      1257: dependencies = [
                      1258:  "displaydoc",
                      1259:  "icu_collections",
                      1260:  "icu_normalizer_data",
                      1261:  "icu_properties",
                      1262:  "icu_provider",
                      1263:  "smallvec",
                      1264:  "zerovec",
                      1265: ]
                      1266: 
                      1267: [[package]]
                      1268: name = "icu_normalizer_data"
                      1269: version = "2.0.0"
                      1270: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1271: checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
                      1272: 
                      1273: [[package]]
                      1274: name = "icu_properties"
                      1275: version = "2.0.1"
                      1276: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1277: checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
                      1278: dependencies = [
                      1279:  "displaydoc",
                      1280:  "icu_collections",
                      1281:  "icu_locale_core",
                      1282:  "icu_properties_data",
                      1283:  "icu_provider",
                      1284:  "potential_utf",
                      1285:  "zerotrie",
                      1286:  "zerovec",
                      1287: ]
                      1288: 
                      1289: [[package]]
                      1290: name = "icu_properties_data"
                      1291: version = "2.0.1"
                      1292: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1293: checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
                      1294: 
                      1295: [[package]]
                      1296: name = "icu_provider"
                      1297: version = "2.0.0"
                      1298: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1299: checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
                      1300: dependencies = [
                      1301:  "displaydoc",
                      1302:  "icu_locale_core",
                      1303:  "stable_deref_trait",
                      1304:  "tinystr",
                      1305:  "writeable",
                      1306:  "yoke",
                      1307:  "zerofrom",
                      1308:  "zerotrie",
                      1309:  "zerovec",
                      1310: ]
                      1311: 
                      1312: [[package]]
                      1313: name = "ident_case"
                      1314: version = "1.0.1"
                      1315: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1316: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
                      1317: 
                      1318: [[package]]
                      1319: name = "idna"
                      1320: version = "1.0.3"
                      1321: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1322: checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
                      1323: dependencies = [
                      1324:  "idna_adapter",
                      1325:  "smallvec",
                      1326:  "utf8_iter",
                      1327: ]
                      1328: 
                      1329: [[package]]
                      1330: name = "idna_adapter"
                      1331: version = "1.2.1"
                      1332: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1333: checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
                      1334: dependencies = [
                      1335:  "icu_normalizer",
                      1336:  "icu_properties",
                      1337: ]
                      1338: 
                      1339: [[package]]
                      1340: name = "indexmap"
                      1341: version = "2.10.0"
                      1342: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1343: checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
                      1344: dependencies = [
                      1345:  "equivalent",
                      1346:  "hashbrown",
                      1347: ]
                      1348: 
                      1349: [[package]]
                      1350: name = "instant"
                      1351: version = "0.1.13"
                      1352: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1353: checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
                      1354: dependencies = [
                      1355:  "cfg-if",
                      1356: ]
                      1357: 
                      1358: [[package]]
                      1359: name = "io-lifetimes"
                      1360: version = "1.0.11"
                      1361: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1362: checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
                      1363: dependencies = [
                      1364:  "hermit-abi 0.3.9",
                      1365:  "libc",
                      1366:  "windows-sys 0.48.0",
                      1367: ]
                      1368: 
                      1369: [[package]]
                      1370: name = "io-uring"
44575a91d3 2025-07-09 1371: version = "0.7.8"
                      1372: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 1373: checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
                      1374: dependencies = [
                      1375:  "bitflags 2.9.1",
                      1376:  "cfg-if",
                      1377:  "libc",
                      1378: ]
                      1379: 
                      1380: [[package]]
                      1381: name = "ipnet"
                      1382: version = "2.11.0"
                      1383: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1384: checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
                      1385: 
                      1386: [[package]]
                      1387: name = "iri-string"
                      1388: version = "0.7.8"
                      1389: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1390: checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
                      1391: dependencies = [
                      1392:  "memchr",
                      1393:  "serde",
                      1394: ]
                      1395: 
                      1396: [[package]]
                      1397: name = "itoa"
                      1398: version = "1.0.15"
                      1399: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1400: checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
                      1401: 
                      1402: [[package]]
                      1403: name = "js-sys"
                      1404: version = "0.3.77"
                      1405: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1406: checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
                      1407: dependencies = [
                      1408:  "once_cell",
                      1409:  "wasm-bindgen",
                      1410: ]
                      1411: 
                      1412: [[package]]
                      1413: name = "kv-log-macro"
                      1414: version = "1.0.7"
                      1415: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1416: checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
                      1417: dependencies = [
                      1418:  "log",
                      1419: ]
                      1420: 
                      1421: [[package]]
                      1422: name = "lazy_static"
                      1423: version = "1.5.0"
                      1424: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1425: checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
                      1426: dependencies = [
                      1427:  "spin",
                      1428: ]
                      1429: 
                      1430: [[package]]
                      1431: name = "libc"
                      1432: version = "0.2.174"
                      1433: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1434: checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
                      1435: 
                      1436: [[package]]
                      1437: name = "libm"
                      1438: version = "0.2.15"
                      1439: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1440: checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
                      1441: 
                      1442: [[package]]
                      1443: name = "libsqlite3-sys"
                      1444: version = "0.30.1"
                      1445: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1446: checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
                      1447: dependencies = [
                      1448:  "pkg-config",
                      1449:  "vcpkg",
                      1450: ]
                      1451: 
                      1452: [[package]]
                      1453: name = "linux-raw-sys"
                      1454: version = "0.3.8"
                      1455: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1456: checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
                      1457: 
                      1458: [[package]]
                      1459: name = "linux-raw-sys"
                      1460: version = "0.9.4"
                      1461: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1462: checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
                      1463: 
                      1464: [[package]]
                      1465: name = "litemap"
                      1466: version = "0.8.0"
                      1467: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1468: checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
                      1469: 
                      1470: [[package]]
                      1471: name = "lock_api"
                      1472: version = "0.4.13"
                      1473: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1474: checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
                      1475: dependencies = [
                      1476:  "autocfg",
                      1477:  "scopeguard",
                      1478: ]
                      1479: 
                      1480: [[package]]
                      1481: name = "log"
                      1482: version = "0.4.27"
                      1483: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1484: checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
                      1485: dependencies = [
                      1486:  "value-bag",
                      1487: ]
                      1488: 
                      1489: [[package]]
                      1490: name = "lru-slab"
                      1491: version = "0.1.2"
                      1492: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1493: checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
                      1494: 
                      1495: [[package]]
                      1496: name = "md-5"
                      1497: version = "0.10.6"
                      1498: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1499: checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
                      1500: dependencies = [
                      1501:  "cfg-if",
                      1502:  "digest",
                      1503: ]
                      1504: 
                      1505: [[package]]
                      1506: name = "memchr"
                      1507: version = "2.7.5"
                      1508: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1509: checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
                      1510: 
                      1511: [[package]]
                      1512: name = "mime"
                      1513: version = "0.3.17"
                      1514: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1515: checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
                      1516: 
                      1517: [[package]]
                      1518: name = "mime_guess"
                      1519: version = "2.0.5"
                      1520: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1521: checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
                      1522: dependencies = [
                      1523:  "mime",
                      1524:  "unicase",
                      1525: ]
                      1526: 
                      1527: [[package]]
                      1528: name = "miniz_oxide"
                      1529: version = "0.8.9"
                      1530: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1531: checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
                      1532: dependencies = [
                      1533:  "adler2",
                      1534: ]
                      1535: 
                      1536: [[package]]
                      1537: name = "mio"
                      1538: version = "1.0.4"
                      1539: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1540: checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
                      1541: dependencies = [
                      1542:  "libc",
                      1543:  "wasi 0.11.1+wasi-snapshot-preview1",
                      1544:  "windows-sys 0.59.0",
                      1545: ]
                      1546: 
                      1547: [[package]]
                      1548: name = "native-tls"
                      1549: version = "0.2.14"
                      1550: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1551: checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
                      1552: dependencies = [
                      1553:  "libc",
                      1554:  "log",
                      1555:  "openssl",
                      1556:  "openssl-probe",
                      1557:  "openssl-sys",
                      1558:  "schannel",
                      1559:  "security-framework",
                      1560:  "security-framework-sys",
                      1561:  "tempfile",
                      1562: ]
                      1563: 
                      1564: [[package]]
                      1565: name = "never"
                      1566: version = "0.1.0"
                      1567: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1568: checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
                      1569: 
                      1570: [[package]]
                      1571: name = "num-bigint-dig"
                      1572: version = "0.8.4"
                      1573: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1574: checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
                      1575: dependencies = [
                      1576:  "byteorder",
                      1577:  "lazy_static",
                      1578:  "libm",
                      1579:  "num-integer",
                      1580:  "num-iter",
                      1581:  "num-traits",
                      1582:  "rand 0.8.5",
                      1583:  "smallvec",
                      1584:  "zeroize",
                      1585: ]
                      1586: 
                      1587: [[package]]
                      1588: name = "num-integer"
                      1589: version = "0.1.46"
                      1590: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1591: checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
                      1592: dependencies = [
                      1593:  "num-traits",
                      1594: ]
                      1595: 
                      1596: [[package]]
                      1597: name = "num-iter"
                      1598: version = "0.1.45"
                      1599: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1600: checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
                      1601: dependencies = [
                      1602:  "autocfg",
                      1603:  "num-integer",
                      1604:  "num-traits",
                      1605: ]
                      1606: 
                      1607: [[package]]
                      1608: name = "num-traits"
                      1609: version = "0.2.19"
                      1610: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1611: checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
                      1612: dependencies = [
                      1613:  "autocfg",
                      1614:  "libm",
                      1615: ]
                      1616: 
                      1617: [[package]]
                      1618: name = "object"
                      1619: version = "0.36.7"
                      1620: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1621: checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
                      1622: dependencies = [
                      1623:  "memchr",
                      1624: ]
                      1625: 
                      1626: [[package]]
                      1627: name = "once_cell"
                      1628: version = "1.21.3"
                      1629: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1630: checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
                      1631: 
                      1632: [[package]]
                      1633: name = "openssl"
                      1634: version = "0.10.73"
                      1635: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1636: checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
                      1637: dependencies = [
                      1638:  "bitflags 2.9.1",
                      1639:  "cfg-if",
                      1640:  "foreign-types",
                      1641:  "libc",
                      1642:  "once_cell",
                      1643:  "openssl-macros",
                      1644:  "openssl-sys",
                      1645: ]
                      1646: 
                      1647: [[package]]
                      1648: name = "openssl-macros"
                      1649: version = "0.1.1"
                      1650: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1651: checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
                      1652: dependencies = [
                      1653:  "proc-macro2",
                      1654:  "quote",
                      1655:  "syn 2.0.104",
                      1656: ]
                      1657: 
                      1658: [[package]]
                      1659: name = "openssl-probe"
                      1660: version = "0.1.6"
                      1661: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1662: checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
                      1663: 
                      1664: [[package]]
                      1665: name = "openssl-sys"
                      1666: version = "0.9.109"
                      1667: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1668: checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
                      1669: dependencies = [
                      1670:  "cc",
                      1671:  "libc",
                      1672:  "pkg-config",
                      1673:  "vcpkg",
                      1674: ]
                      1675: 
                      1676: [[package]]
                      1677: name = "owo-colors"
                      1678: version = "4.2.2"
                      1679: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1680: checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e"
                      1681: 
                      1682: [[package]]
                      1683: name = "parking"
                      1684: version = "2.2.1"
                      1685: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1686: checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
                      1687: 
                      1688: [[package]]
                      1689: name = "parking_lot"
                      1690: version = "0.12.4"
                      1691: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1692: checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
                      1693: dependencies = [
                      1694:  "lock_api",
                      1695:  "parking_lot_core",
                      1696: ]
                      1697: 
                      1698: [[package]]
                      1699: name = "parking_lot_core"
                      1700: version = "0.9.11"
                      1701: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1702: checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
                      1703: dependencies = [
                      1704:  "cfg-if",
                      1705:  "libc",
                      1706:  "redox_syscall",
                      1707:  "smallvec",
                      1708:  "windows-targets 0.52.6",
                      1709: ]
                      1710: 
                      1711: [[package]]
                      1712: name = "pathdiff"
                      1713: version = "0.2.3"
                      1714: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1715: checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
                      1716: 
                      1717: [[package]]
                      1718: name = "pem-rfc7468"
                      1719: version = "0.7.0"
                      1720: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1721: checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
                      1722: dependencies = [
                      1723:  "base64ct",
                      1724: ]
                      1725: 
                      1726: [[package]]
                      1727: name = "percent-encoding"
                      1728: version = "2.3.1"
                      1729: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1730: checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
                      1731: 
                      1732: [[package]]
                      1733: name = "pin-project-lite"
                      1734: version = "0.2.16"
                      1735: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1736: checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
                      1737: 
                      1738: [[package]]
                      1739: name = "pin-utils"
                      1740: version = "0.1.0"
                      1741: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1742: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
                      1743: 
                      1744: [[package]]
                      1745: name = "piper"
                      1746: version = "0.2.4"
                      1747: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1748: checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
                      1749: dependencies = [
                      1750:  "atomic-waker",
                      1751:  "fastrand 2.3.0",
                      1752:  "futures-io",
                      1753: ]
                      1754: 
                      1755: [[package]]
                      1756: name = "pkcs1"
                      1757: version = "0.7.5"
                      1758: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1759: checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
                      1760: dependencies = [
                      1761:  "der",
                      1762:  "pkcs8",
                      1763:  "spki",
                      1764: ]
                      1765: 
                      1766: [[package]]
                      1767: name = "pkcs8"
                      1768: version = "0.10.2"
                      1769: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1770: checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
                      1771: dependencies = [
                      1772:  "der",
                      1773:  "spki",
                      1774: ]
                      1775: 
                      1776: [[package]]
                      1777: name = "pkg-config"
                      1778: version = "0.3.32"
                      1779: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1780: checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
                      1781: 
                      1782: [[package]]
                      1783: name = "polling"
                      1784: version = "2.8.0"
                      1785: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1786: checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
                      1787: dependencies = [
                      1788:  "autocfg",
                      1789:  "bitflags 1.3.2",
                      1790:  "cfg-if",
                      1791:  "concurrent-queue",
                      1792:  "libc",
                      1793:  "log",
                      1794:  "pin-project-lite",
                      1795:  "windows-sys 0.48.0",
                      1796: ]
                      1797: 
                      1798: [[package]]
                      1799: name = "polling"
44575a91d3 2025-07-09 1800: version = "3.8.0"
                      1801: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 1802: checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50"
                      1803: dependencies = [
                      1804:  "cfg-if",
                      1805:  "concurrent-queue",
                      1806:  "hermit-abi 0.5.2",
                      1807:  "pin-project-lite",
44575a91d3 2025-07-09 1808:  "rustix 1.0.7",
44575a91d3 2025-07-09 1809:  "tracing",
44575a91d3 2025-07-09 1810:  "windows-sys 0.59.0",
                      1811: ]
                      1812: 
                      1813: [[package]]
                      1814: name = "potential_utf"
                      1815: version = "0.1.2"
                      1816: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1817: checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
                      1818: dependencies = [
                      1819:  "zerovec",
                      1820: ]
                      1821: 
                      1822: [[package]]
                      1823: name = "ppv-lite86"
                      1824: version = "0.2.21"
                      1825: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1826: checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
                      1827: dependencies = [
                      1828:  "zerocopy",
                      1829: ]
                      1830: 
                      1831: [[package]]
                      1832: name = "proc-macro2"
                      1833: version = "1.0.95"
                      1834: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1835: checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
                      1836: dependencies = [
                      1837:  "unicode-ident",
                      1838: ]
                      1839: 
                      1840: [[package]]
                      1841: name = "quick-xml"
                      1842: version = "0.37.5"
                      1843: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1844: checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
                      1845: dependencies = [
                      1846:  "encoding_rs",
                      1847:  "memchr",
                      1848: ]
                      1849: 
                      1850: [[package]]
                      1851: name = "quinn"
                      1852: version = "0.11.8"
                      1853: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1854: checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
                      1855: dependencies = [
                      1856:  "bytes",
                      1857:  "cfg_aliases",
                      1858:  "pin-project-lite",
                      1859:  "quinn-proto",
                      1860:  "quinn-udp",
                      1861:  "rustc-hash",
                      1862:  "rustls",
                      1863:  "socket2 0.5.10",
                      1864:  "thiserror",
                      1865:  "tokio",
                      1866:  "tracing",
                      1867:  "web-time",
                      1868: ]
                      1869: 
                      1870: [[package]]
                      1871: name = "quinn-proto"
                      1872: version = "0.11.12"
                      1873: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1874: checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
                      1875: dependencies = [
                      1876:  "bytes",
                      1877:  "getrandom 0.3.3",
                      1878:  "lru-slab",
44575a91d3 2025-07-09 1879:  "rand 0.9.1",
                      1880:  "ring",
                      1881:  "rustc-hash",
                      1882:  "rustls",
                      1883:  "rustls-pki-types",
                      1884:  "slab",
                      1885:  "thiserror",
                      1886:  "tinyvec",
                      1887:  "tracing",
                      1888:  "web-time",
                      1889: ]
                      1890: 
                      1891: [[package]]
                      1892: name = "quinn-udp"
                      1893: version = "0.5.13"
                      1894: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1895: checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
                      1896: dependencies = [
                      1897:  "cfg_aliases",
                      1898:  "libc",
                      1899:  "once_cell",
                      1900:  "socket2 0.5.10",
                      1901:  "tracing",
                      1902:  "windows-sys 0.59.0",
                      1903: ]
                      1904: 
                      1905: [[package]]
                      1906: name = "quote"
                      1907: version = "1.0.40"
                      1908: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1909: checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
                      1910: dependencies = [
                      1911:  "proc-macro2",
                      1912: ]
                      1913: 
                      1914: [[package]]
                      1915: name = "r-efi"
                      1916: version = "5.3.0"
                      1917: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1918: checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
                      1919: 
                      1920: [[package]]
                      1921: name = "rand"
                      1922: version = "0.8.5"
                      1923: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1924: checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
                      1925: dependencies = [
                      1926:  "libc",
                      1927:  "rand_chacha 0.3.1",
                      1928:  "rand_core 0.6.4",
                      1929: ]
                      1930: 
                      1931: [[package]]
                      1932: name = "rand"
44575a91d3 2025-07-09 1933: version = "0.9.1"
                      1934: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 1935: checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
                      1936: dependencies = [
                      1937:  "rand_chacha 0.9.0",
                      1938:  "rand_core 0.9.3",
                      1939: ]
                      1940: 
                      1941: [[package]]
                      1942: name = "rand_chacha"
                      1943: version = "0.3.1"
                      1944: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1945: checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
                      1946: dependencies = [
                      1947:  "ppv-lite86",
                      1948:  "rand_core 0.6.4",
                      1949: ]
                      1950: 
                      1951: [[package]]
                      1952: name = "rand_chacha"
                      1953: version = "0.9.0"
                      1954: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1955: checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
                      1956: dependencies = [
                      1957:  "ppv-lite86",
                      1958:  "rand_core 0.9.3",
                      1959: ]
                      1960: 
                      1961: [[package]]
                      1962: name = "rand_core"
                      1963: version = "0.6.4"
                      1964: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1965: checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
                      1966: dependencies = [
                      1967:  "getrandom 0.2.16",
                      1968: ]
                      1969: 
                      1970: [[package]]
                      1971: name = "rand_core"
                      1972: version = "0.9.3"
                      1973: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1974: checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
                      1975: dependencies = [
                      1976:  "getrandom 0.3.3",
                      1977: ]
                      1978: 
                      1979: [[package]]
                      1980: name = "redox_syscall"
44575a91d3 2025-07-09 1981: version = "0.5.13"
                      1982: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 1983: checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
                      1984: dependencies = [
                      1985:  "bitflags 2.9.1",
                      1986: ]
                      1987: 
                      1988: [[package]]
                      1989: name = "regex"
                      1990: version = "1.11.1"
                      1991: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1992: checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
                      1993: dependencies = [
                      1994:  "aho-corasick",
                      1995:  "memchr",
                      1996:  "regex-automata",
                      1997:  "regex-syntax",
                      1998: ]
                      1999: 
                      2000: [[package]]
                      2001: name = "regex-automata"
                      2002: version = "0.4.9"
                      2003: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2004: checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
                      2005: dependencies = [
                      2006:  "aho-corasick",
                      2007:  "memchr",
                      2008:  "regex-syntax",
                      2009: ]
                      2010: 
                      2011: [[package]]
                      2012: name = "regex-syntax"
                      2013: version = "0.8.5"
                      2014: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2015: checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
                      2016: 
                      2017: [[package]]
                      2018: name = "reqwest"
                      2019: version = "0.12.22"
                      2020: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2021: checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
                      2022: dependencies = [
                      2023:  "async-compression",
                      2024:  "base64",
                      2025:  "bytes",
                      2026:  "encoding_rs",
                      2027:  "futures-core",
                      2028:  "futures-util",
                      2029:  "h2",
                      2030:  "http",
                      2031:  "http-body",
                      2032:  "http-body-util",
                      2033:  "hyper",
                      2034:  "hyper-rustls",
                      2035:  "hyper-tls",
                      2036:  "hyper-util",
                      2037:  "js-sys",
                      2038:  "log",
                      2039:  "mime",
                      2040:  "mime_guess",
                      2041:  "native-tls",
                      2042:  "percent-encoding",
                      2043:  "pin-project-lite",
                      2044:  "quinn",
                      2045:  "rustls",
                      2046:  "rustls-pki-types",
                      2047:  "serde",
                      2048:  "serde_json",
                      2049:  "serde_urlencoded",
                      2050:  "sync_wrapper",
                      2051:  "tokio",
                      2052:  "tokio-native-tls",
                      2053:  "tokio-rustls",
                      2054:  "tokio-util",
                      2055:  "tower",
                      2056:  "tower-http",
                      2057:  "tower-service",
                      2058:  "url",
                      2059:  "wasm-bindgen",
                      2060:  "wasm-bindgen-futures",
                      2061:  "wasm-streams",
                      2062:  "web-sys",
44575a91d3 2025-07-09 2063:  "webpki-roots 1.0.1",
                      2064: ]
                      2065: 
                      2066: [[package]]
                      2067: name = "ring"
                      2068: version = "0.17.14"
                      2069: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2070: checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
                      2071: dependencies = [
                      2072:  "cc",
                      2073:  "cfg-if",
                      2074:  "getrandom 0.2.16",
                      2075:  "libc",
                      2076:  "untrusted",
                      2077:  "windows-sys 0.52.0",
                      2078: ]
                      2079: 
                      2080: [[package]]
                      2081: name = "rsa"
                      2082: version = "0.9.8"
                      2083: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2084: checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
                      2085: dependencies = [
                      2086:  "const-oid",
                      2087:  "digest",
                      2088:  "num-bigint-dig",
                      2089:  "num-integer",
                      2090:  "num-traits",
                      2091:  "pkcs1",
                      2092:  "pkcs8",
                      2093:  "rand_core 0.6.4",
                      2094:  "signature",
                      2095:  "spki",
                      2096:  "subtle",
                      2097:  "zeroize",
                      2098: ]
                      2099: 
                      2100: [[package]]
                      2101: name = "rss"
                      2102: version = "2.0.12"
                      2103: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2104: checksum = "b2107738f003660f0a91f56fd3e3bd3ab5d918b2ddaf1e1ec2136fb1c46f71bf"
                      2105: dependencies = [
                      2106:  "atom_syndication",
                      2107:  "derive_builder",
                      2108:  "never",
                      2109:  "quick-xml",
                      2110: ]
                      2111: 
                      2112: [[package]]
                      2113: name = "rsstg"
44575a91d3 2025-07-09 2114: version = "0.4.5"
                      2115: dependencies = [
                      2116:  "async-std",
                      2117:  "atom_syndication",
                      2118:  "chrono",
                      2119:  "config",
                      2120:  "futures",
                      2121:  "futures-util",
                      2122:  "lazy_static",
                      2123:  "regex",
                      2124:  "reqwest",
                      2125:  "rss",
                      2126:  "sedregex",
                      2127:  "sqlx",
                      2128:  "stacked_errors",
                      2129:  "tgbot",
                      2130: ]
                      2131: 
                      2132: [[package]]
                      2133: name = "rustc-demangle"
44575a91d3 2025-07-09 2134: version = "0.1.25"
                      2135: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 2136: checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
                      2137: 
                      2138: [[package]]
                      2139: name = "rustc-hash"
                      2140: version = "2.1.1"
                      2141: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2142: checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
                      2143: 
                      2144: [[package]]
                      2145: name = "rustix"
                      2146: version = "0.37.28"
                      2147: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2148: checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
                      2149: dependencies = [
                      2150:  "bitflags 1.3.2",
                      2151:  "errno",
                      2152:  "io-lifetimes",
                      2153:  "libc",
                      2154:  "linux-raw-sys 0.3.8",
                      2155:  "windows-sys 0.48.0",
                      2156: ]
                      2157: 
                      2158: [[package]]
                      2159: name = "rustix"
44575a91d3 2025-07-09 2160: version = "1.0.7"
                      2161: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 2162: checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
                      2163: dependencies = [
                      2164:  "bitflags 2.9.1",
                      2165:  "errno",
                      2166:  "libc",
                      2167:  "linux-raw-sys 0.9.4",
44575a91d3 2025-07-09 2168:  "windows-sys 0.59.0",
                      2169: ]
                      2170: 
                      2171: [[package]]
                      2172: name = "rustls"
44575a91d3 2025-07-09 2173: version = "0.23.28"
                      2174: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 2175: checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
                      2176: dependencies = [
                      2177:  "once_cell",
                      2178:  "ring",
                      2179:  "rustls-pki-types",
                      2180:  "rustls-webpki",
                      2181:  "subtle",
                      2182:  "zeroize",
                      2183: ]
                      2184: 
                      2185: [[package]]
                      2186: name = "rustls-pki-types"
                      2187: version = "1.12.0"
                      2188: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2189: checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
                      2190: dependencies = [
                      2191:  "web-time",
                      2192:  "zeroize",
                      2193: ]
                      2194: 
                      2195: [[package]]
                      2196: name = "rustls-webpki"
44575a91d3 2025-07-09 2197: version = "0.103.3"
                      2198: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 2199: checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
                      2200: dependencies = [
                      2201:  "ring",
                      2202:  "rustls-pki-types",
                      2203:  "untrusted",
                      2204: ]
                      2205: 
                      2206: [[package]]
                      2207: name = "rustversion"
                      2208: version = "1.0.21"
                      2209: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2210: checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
                      2211: 
                      2212: [[package]]
                      2213: name = "ryu"
                      2214: version = "1.0.20"
                      2215: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2216: checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
                      2217: 
                      2218: [[package]]
                      2219: name = "schannel"
                      2220: version = "0.1.27"
                      2221: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2222: checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
                      2223: dependencies = [
                      2224:  "windows-sys 0.59.0",
                      2225: ]
                      2226: 
                      2227: [[package]]
                      2228: name = "scopeguard"
                      2229: version = "1.2.0"
                      2230: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2231: checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
                      2232: 
                      2233: [[package]]
                      2234: name = "security-framework"
                      2235: version = "2.11.1"
                      2236: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2237: checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
                      2238: dependencies = [
                      2239:  "bitflags 2.9.1",
                      2240:  "core-foundation",
                      2241:  "core-foundation-sys",
                      2242:  "libc",
                      2243:  "security-framework-sys",
                      2244: ]
                      2245: 
                      2246: [[package]]
                      2247: name = "security-framework-sys"
                      2248: version = "2.14.0"
                      2249: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2250: checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
                      2251: dependencies = [
                      2252:  "core-foundation-sys",
                      2253:  "libc",
                      2254: ]
                      2255: 
                      2256: [[package]]
                      2257: name = "sedregex"
                      2258: version = "0.2.5"
                      2259: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2260: checksum = "19411e23596093f03bbd11dc45603b6329bb4bfec77b9fd13e2b9fc9b02efe3e"
                      2261: dependencies = [
                      2262:  "regex",
                      2263: ]
                      2264: 
                      2265: [[package]]
                      2266: name = "serde"
                      2267: version = "1.0.219"
                      2268: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2269: checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
                      2270: dependencies = [
                      2271:  "serde_derive",
                      2272: ]
                      2273: 
                      2274: [[package]]
                      2275: name = "serde_derive"
                      2276: version = "1.0.219"
                      2277: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2278: checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
                      2279: dependencies = [
                      2280:  "proc-macro2",
                      2281:  "quote",
                      2282:  "syn 2.0.104",
                      2283: ]
                      2284: 
                      2285: [[package]]
                      2286: name = "serde_json"
44575a91d3 2025-07-09 2287: version = "1.0.140"
                      2288: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 2289: checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
                      2290: dependencies = [
                      2291:  "itoa",
                      2292:  "memchr",
                      2293:  "ryu",
                      2294:  "serde",
                      2295: ]
                      2296: 
                      2297: [[package]]
                      2298: name = "serde_spanned"
                      2299: version = "1.0.0"
                      2300: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2301: checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
                      2302: dependencies = [
                      2303:  "serde",
                      2304: ]
                      2305: 
                      2306: [[package]]
                      2307: name = "serde_urlencoded"
                      2308: version = "0.7.1"
                      2309: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2310: checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
                      2311: dependencies = [
                      2312:  "form_urlencoded",
                      2313:  "itoa",
                      2314:  "ryu",
                      2315:  "serde",
                      2316: ]
                      2317: 
                      2318: [[package]]
                      2319: name = "serde_with"
                      2320: version = "3.14.0"
                      2321: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2322: checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
                      2323: dependencies = [
                      2324:  "serde",
                      2325:  "serde_derive",
                      2326:  "serde_with_macros",
                      2327: ]
                      2328: 
                      2329: [[package]]
                      2330: name = "serde_with_macros"
                      2331: version = "3.14.0"
                      2332: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2333: checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
                      2334: dependencies = [
                      2335:  "darling",
                      2336:  "proc-macro2",
                      2337:  "quote",
                      2338:  "syn 2.0.104",
                      2339: ]
                      2340: 
                      2341: [[package]]
                      2342: name = "sha1"
                      2343: version = "0.10.6"
                      2344: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2345: checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
                      2346: dependencies = [
                      2347:  "cfg-if",
                      2348:  "cpufeatures",
                      2349:  "digest",
                      2350: ]
                      2351: 
                      2352: [[package]]
                      2353: name = "sha2"
                      2354: version = "0.10.9"
                      2355: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2356: checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
                      2357: dependencies = [
                      2358:  "cfg-if",
                      2359:  "cpufeatures",
                      2360:  "digest",
                      2361: ]
                      2362: 
                      2363: [[package]]
                      2364: name = "shellwords"
                      2365: version = "1.1.0"
                      2366: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2367: checksum = "89e515aa4699a88148ed5ef96413ceef0048ce95b43fbc955a33bde0a70fcae6"
                      2368: dependencies = [
                      2369:  "lazy_static",
                      2370:  "regex",
                      2371: ]
                      2372: 
                      2373: [[package]]
                      2374: name = "shlex"
                      2375: version = "1.3.0"
                      2376: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2377: checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
                      2378: 
                      2379: [[package]]
                      2380: name = "signature"
                      2381: version = "2.2.0"
                      2382: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2383: checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
                      2384: dependencies = [
                      2385:  "digest",
                      2386:  "rand_core 0.6.4",
                      2387: ]
                      2388: 
                      2389: [[package]]
                      2390: name = "slab"
                      2391: version = "0.4.10"
                      2392: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2393: checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
                      2394: 
                      2395: [[package]]
                      2396: name = "smallbox"
                      2397: version = "0.8.8"
                      2398: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2399: checksum = "aca054fd9f8c2ebe8557a2433f307e038c0716124efd045daa0388afa5172189"
                      2400: 
                      2401: [[package]]
                      2402: name = "smallvec"
                      2403: version = "1.15.1"
                      2404: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2405: checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
                      2406: dependencies = [
                      2407:  "serde",
                      2408: ]
                      2409: 
                      2410: [[package]]
                      2411: name = "socket2"
                      2412: version = "0.4.10"
                      2413: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2414: checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
                      2415: dependencies = [
                      2416:  "libc",
                      2417:  "winapi",
                      2418: ]
                      2419: 
                      2420: [[package]]
                      2421: name = "socket2"
                      2422: version = "0.5.10"
                      2423: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2424: checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
                      2425: dependencies = [
                      2426:  "libc",
                      2427:  "windows-sys 0.52.0",
                      2428: ]
                      2429: 
                      2430: [[package]]
                      2431: name = "spin"
                      2432: version = "0.9.8"
                      2433: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2434: checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
                      2435: dependencies = [
                      2436:  "lock_api",
                      2437: ]
                      2438: 
                      2439: [[package]]
                      2440: name = "spki"
                      2441: version = "0.7.3"
                      2442: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2443: checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
                      2444: dependencies = [
                      2445:  "base64ct",
                      2446:  "der",
                      2447: ]
                      2448: 
                      2449: [[package]]
                      2450: name = "sqlx"
                      2451: version = "0.8.6"
                      2452: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2453: checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
                      2454: dependencies = [
                      2455:  "sqlx-core",
                      2456:  "sqlx-macros",
                      2457:  "sqlx-mysql",
                      2458:  "sqlx-postgres",
                      2459:  "sqlx-sqlite",
                      2460: ]
                      2461: 
                      2462: [[package]]
                      2463: name = "sqlx-core"
                      2464: version = "0.8.6"
                      2465: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2466: checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
                      2467: dependencies = [
                      2468:  "async-io 1.13.0",
                      2469:  "async-std",
                      2470:  "base64",
                      2471:  "bytes",
                      2472:  "chrono",
                      2473:  "crc",
                      2474:  "crossbeam-queue",
                      2475:  "either",
44575a91d3 2025-07-09 2476:  "event-listener 5.4.0",
                      2477:  "futures-core",
                      2478:  "futures-intrusive",
                      2479:  "futures-io",
                      2480:  "futures-util",
                      2481:  "hashbrown",
                      2482:  "hashlink",
                      2483:  "indexmap",
                      2484:  "log",
                      2485:  "memchr",
                      2486:  "once_cell",
                      2487:  "percent-encoding",
                      2488:  "rustls",
                      2489:  "serde",
                      2490:  "serde_json",
                      2491:  "sha2",
                      2492:  "smallvec",
                      2493:  "thiserror",
                      2494:  "tracing",
                      2495:  "url",
                      2496:  "webpki-roots 0.26.11",
                      2497: ]
                      2498: 
                      2499: [[package]]
                      2500: name = "sqlx-macros"
                      2501: version = "0.8.6"
                      2502: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2503: checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
                      2504: dependencies = [
                      2505:  "proc-macro2",
                      2506:  "quote",
                      2507:  "sqlx-core",
                      2508:  "sqlx-macros-core",
                      2509:  "syn 2.0.104",
                      2510: ]
                      2511: 
                      2512: [[package]]
                      2513: name = "sqlx-macros-core"
                      2514: version = "0.8.6"
                      2515: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2516: checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
                      2517: dependencies = [
                      2518:  "async-std",
                      2519:  "dotenvy",
                      2520:  "either",
                      2521:  "heck",
                      2522:  "hex",
                      2523:  "once_cell",
                      2524:  "proc-macro2",
                      2525:  "quote",
                      2526:  "serde",
                      2527:  "serde_json",
                      2528:  "sha2",
                      2529:  "sqlx-core",
                      2530:  "sqlx-mysql",
                      2531:  "sqlx-postgres",
                      2532:  "sqlx-sqlite",
                      2533:  "syn 2.0.104",
                      2534:  "url",
                      2535: ]
                      2536: 
                      2537: [[package]]
                      2538: name = "sqlx-mysql"
                      2539: version = "0.8.6"
                      2540: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2541: checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
                      2542: dependencies = [
                      2543:  "atoi",
                      2544:  "base64",
                      2545:  "bitflags 2.9.1",
                      2546:  "byteorder",
                      2547:  "bytes",
                      2548:  "chrono",
                      2549:  "crc",
                      2550:  "digest",
                      2551:  "dotenvy",
                      2552:  "either",
                      2553:  "futures-channel",
                      2554:  "futures-core",
                      2555:  "futures-io",
                      2556:  "futures-util",
                      2557:  "generic-array",
                      2558:  "hex",
                      2559:  "hkdf",
                      2560:  "hmac",
                      2561:  "itoa",
                      2562:  "log",
                      2563:  "md-5",
                      2564:  "memchr",
                      2565:  "once_cell",
                      2566:  "percent-encoding",
                      2567:  "rand 0.8.5",
                      2568:  "rsa",
                      2569:  "serde",
                      2570:  "sha1",
                      2571:  "sha2",
                      2572:  "smallvec",
                      2573:  "sqlx-core",
                      2574:  "stringprep",
                      2575:  "thiserror",
                      2576:  "tracing",
                      2577:  "whoami",
                      2578: ]
                      2579: 
                      2580: [[package]]
                      2581: name = "sqlx-postgres"
                      2582: version = "0.8.6"
                      2583: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2584: checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
                      2585: dependencies = [
                      2586:  "atoi",
                      2587:  "base64",
                      2588:  "bitflags 2.9.1",
                      2589:  "byteorder",
                      2590:  "chrono",
                      2591:  "crc",
                      2592:  "dotenvy",
                      2593:  "etcetera",
                      2594:  "futures-channel",
                      2595:  "futures-core",
                      2596:  "futures-util",
                      2597:  "hex",
                      2598:  "hkdf",
                      2599:  "hmac",
                      2600:  "home",
                      2601:  "itoa",
                      2602:  "log",
                      2603:  "md-5",
                      2604:  "memchr",
                      2605:  "once_cell",
                      2606:  "rand 0.8.5",
                      2607:  "serde",
                      2608:  "serde_json",
                      2609:  "sha2",
                      2610:  "smallvec",
                      2611:  "sqlx-core",
                      2612:  "stringprep",
                      2613:  "thiserror",
                      2614:  "tracing",
                      2615:  "whoami",
                      2616: ]
                      2617: 
                      2618: [[package]]
                      2619: name = "sqlx-sqlite"
                      2620: version = "0.8.6"
                      2621: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2622: checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
                      2623: dependencies = [
                      2624:  "atoi",
                      2625:  "chrono",
                      2626:  "flume",
                      2627:  "futures-channel",
                      2628:  "futures-core",
                      2629:  "futures-executor",
                      2630:  "futures-intrusive",
                      2631:  "futures-util",
                      2632:  "libsqlite3-sys",
                      2633:  "log",
                      2634:  "percent-encoding",
                      2635:  "serde",
                      2636:  "serde_urlencoded",
                      2637:  "sqlx-core",
                      2638:  "thiserror",
                      2639:  "tracing",
                      2640:  "url",
                      2641: ]
                      2642: 
                      2643: [[package]]
                      2644: name = "stable_deref_trait"
                      2645: version = "1.2.0"
                      2646: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2647: checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
                      2648: 
                      2649: [[package]]
                      2650: name = "stacked_errors"
                      2651: version = "0.7.1"
                      2652: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2653: checksum = "45ef11d2fabcf9a75b82a9d80966bde3257410b1245b31f1fb6849103ceda0c3"
                      2654: dependencies = [
                      2655:  "owo-colors",
                      2656:  "smallbox",
                      2657:  "thin-vec",
                      2658:  "thiserror",
                      2659: ]
                      2660: 
                      2661: [[package]]
                      2662: name = "stringprep"
                      2663: version = "0.1.5"
                      2664: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2665: checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
                      2666: dependencies = [
                      2667:  "unicode-bidi",
                      2668:  "unicode-normalization",
                      2669:  "unicode-properties",
                      2670: ]
                      2671: 
                      2672: [[package]]
                      2673: name = "strsim"
                      2674: version = "0.11.1"
                      2675: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2676: checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
                      2677: 
                      2678: [[package]]
                      2679: name = "subtle"
                      2680: version = "2.6.1"
                      2681: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2682: checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
                      2683: 
                      2684: [[package]]
                      2685: name = "syn"
                      2686: version = "1.0.109"
                      2687: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2688: checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
                      2689: dependencies = [
                      2690:  "proc-macro2",
                      2691:  "quote",
                      2692:  "unicode-ident",
                      2693: ]
                      2694: 
                      2695: [[package]]
                      2696: name = "syn"
                      2697: version = "2.0.104"
                      2698: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2699: checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
                      2700: dependencies = [
                      2701:  "proc-macro2",
                      2702:  "quote",
                      2703:  "unicode-ident",
                      2704: ]
                      2705: 
                      2706: [[package]]
                      2707: name = "sync_wrapper"
                      2708: version = "1.0.2"
                      2709: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2710: checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
                      2711: dependencies = [
                      2712:  "futures-core",
                      2713: ]
                      2714: 
                      2715: [[package]]
                      2716: name = "synstructure"
                      2717: version = "0.13.2"
                      2718: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2719: checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
                      2720: dependencies = [
                      2721:  "proc-macro2",
                      2722:  "quote",
                      2723:  "syn 2.0.104",
                      2724: ]
                      2725: 
                      2726: [[package]]
                      2727: name = "system-configuration"
                      2728: version = "0.6.1"
                      2729: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2730: checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
                      2731: dependencies = [
                      2732:  "bitflags 2.9.1",
                      2733:  "core-foundation",
                      2734:  "system-configuration-sys",
                      2735: ]
                      2736: 
                      2737: [[package]]
                      2738: name = "system-configuration-sys"
                      2739: version = "0.6.0"
                      2740: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2741: checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
                      2742: dependencies = [
                      2743:  "core-foundation-sys",
                      2744:  "libc",
                      2745: ]
                      2746: 
                      2747: [[package]]
                      2748: name = "tempfile"
                      2749: version = "3.20.0"
                      2750: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2751: checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
                      2752: dependencies = [
                      2753:  "fastrand 2.3.0",
                      2754:  "getrandom 0.3.3",
                      2755:  "once_cell",
44575a91d3 2025-07-09 2756:  "rustix 1.0.7",
                      2757:  "windows-sys 0.59.0",
                      2758: ]
                      2759: 
                      2760: [[package]]
                      2761: name = "tgbot"
                      2762: version = "0.39.1"
                      2763: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2764: checksum = "210b428621f06584a8a87942861f1bfb248d41b7c38fdcee57c1b6d45d7a0678"
                      2765: dependencies = [
                      2766:  "async-stream",
                      2767:  "bytes",
                      2768:  "derive_more",
                      2769:  "futures-util",
                      2770:  "log",
                      2771:  "mime",
                      2772:  "mime_guess",
                      2773:  "reqwest",
                      2774:  "serde",
                      2775:  "serde_json",
                      2776:  "serde_with",
                      2777:  "shellwords",
                      2778:  "tokio",
                      2779:  "tokio-util",
                      2780: ]
                      2781: 
                      2782: [[package]]
                      2783: name = "thin-vec"
                      2784: version = "0.2.14"
                      2785: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2786: checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d"
                      2787: 
                      2788: [[package]]
                      2789: name = "thiserror"
                      2790: version = "2.0.12"
                      2791: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2792: checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
                      2793: dependencies = [
                      2794:  "thiserror-impl",
                      2795: ]
                      2796: 
                      2797: [[package]]
                      2798: name = "thiserror-impl"
                      2799: version = "2.0.12"
                      2800: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2801: checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
                      2802: dependencies = [
                      2803:  "proc-macro2",
                      2804:  "quote",
                      2805:  "syn 2.0.104",
                      2806: ]
                      2807: 
                      2808: [[package]]
                      2809: name = "tinystr"
                      2810: version = "0.8.1"
                      2811: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2812: checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
                      2813: dependencies = [
                      2814:  "displaydoc",
                      2815:  "zerovec",
                      2816: ]
                      2817: 
                      2818: [[package]]
                      2819: name = "tinyvec"
                      2820: version = "1.9.0"
                      2821: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2822: checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
                      2823: dependencies = [
                      2824:  "tinyvec_macros",
                      2825: ]
                      2826: 
                      2827: [[package]]
                      2828: name = "tinyvec_macros"
                      2829: version = "0.1.1"
                      2830: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2831: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
                      2832: 
                      2833: [[package]]
                      2834: name = "tokio"
44575a91d3 2025-07-09 2835: version = "1.46.1"
                      2836: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 2837: checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
                      2838: dependencies = [
                      2839:  "backtrace",
                      2840:  "bytes",
                      2841:  "io-uring",
                      2842:  "libc",
                      2843:  "mio",
                      2844:  "pin-project-lite",
                      2845:  "slab",
44575a91d3 2025-07-09 2846:  "socket2 0.5.10",
44575a91d3 2025-07-09 2847:  "windows-sys 0.52.0",
                      2848: ]
                      2849: 
                      2850: [[package]]
                      2851: name = "tokio-native-tls"
                      2852: version = "0.3.1"
                      2853: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2854: checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
                      2855: dependencies = [
                      2856:  "native-tls",
                      2857:  "tokio",
                      2858: ]
                      2859: 
                      2860: [[package]]
                      2861: name = "tokio-rustls"
                      2862: version = "0.26.2"
                      2863: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2864: checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
                      2865: dependencies = [
                      2866:  "rustls",
                      2867:  "tokio",
                      2868: ]
                      2869: 
                      2870: [[package]]
                      2871: name = "tokio-util"
44575a91d3 2025-07-09 2872: version = "0.7.15"
                      2873: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 2874: checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
                      2875: dependencies = [
                      2876:  "bytes",
                      2877:  "futures-core",
                      2878:  "futures-sink",
                      2879:  "pin-project-lite",
                      2880:  "tokio",
                      2881: ]
                      2882: 
                      2883: [[package]]
                      2884: name = "toml"
44575a91d3 2025-07-09 2885: version = "0.9.0"
                      2886: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 2887: checksum = "f271e09bde39ab52250160a67e88577e0559ad77e9085de6e9051a2c4353f8f8"
                      2888: dependencies = [
                      2889:  "serde",
                      2890:  "serde_spanned",
                      2891:  "toml_datetime",
                      2892:  "toml_parser",
                      2893:  "winnow",
                      2894: ]
                      2895: 
                      2896: [[package]]
                      2897: name = "toml_datetime"
                      2898: version = "0.7.0"
                      2899: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2900: checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
                      2901: dependencies = [
                      2902:  "serde",
                      2903: ]
                      2904: 
                      2905: [[package]]
                      2906: name = "toml_parser"
44575a91d3 2025-07-09 2907: version = "1.0.0"
                      2908: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 2909: checksum = "b5c1c469eda89749d2230d8156a5969a69ffe0d6d01200581cdc6110674d293e"
                      2910: dependencies = [
                      2911:  "winnow",
                      2912: ]
                      2913: 
                      2914: [[package]]
                      2915: name = "tower"
                      2916: version = "0.5.2"
                      2917: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2918: checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
                      2919: dependencies = [
                      2920:  "futures-core",
                      2921:  "futures-util",
                      2922:  "pin-project-lite",
                      2923:  "sync_wrapper",
                      2924:  "tokio",
                      2925:  "tower-layer",
                      2926:  "tower-service",
                      2927: ]
                      2928: 
                      2929: [[package]]
                      2930: name = "tower-http"
                      2931: version = "0.6.6"
                      2932: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2933: checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
                      2934: dependencies = [
                      2935:  "bitflags 2.9.1",
                      2936:  "bytes",
                      2937:  "futures-util",
                      2938:  "http",
                      2939:  "http-body",
                      2940:  "iri-string",
                      2941:  "pin-project-lite",
                      2942:  "tower",
                      2943:  "tower-layer",
                      2944:  "tower-service",
                      2945: ]
                      2946: 
                      2947: [[package]]
                      2948: name = "tower-layer"
                      2949: version = "0.3.3"
                      2950: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2951: checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
                      2952: 
                      2953: [[package]]
                      2954: name = "tower-service"
                      2955: version = "0.3.3"
                      2956: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2957: checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
                      2958: 
                      2959: [[package]]
                      2960: name = "tracing"
                      2961: version = "0.1.41"
                      2962: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2963: checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
                      2964: dependencies = [
                      2965:  "log",
                      2966:  "pin-project-lite",
                      2967:  "tracing-attributes",
                      2968:  "tracing-core",
                      2969: ]
                      2970: 
                      2971: [[package]]
                      2972: name = "tracing-attributes"
                      2973: version = "0.1.30"
                      2974: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2975: checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
                      2976: dependencies = [
                      2977:  "proc-macro2",
                      2978:  "quote",
                      2979:  "syn 2.0.104",
                      2980: ]
                      2981: 
                      2982: [[package]]
                      2983: name = "tracing-core"
                      2984: version = "0.1.34"
                      2985: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2986: checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
                      2987: dependencies = [
                      2988:  "once_cell",
                      2989: ]
                      2990: 
                      2991: [[package]]
                      2992: name = "try-lock"
                      2993: version = "0.2.5"
                      2994: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2995: checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
                      2996: 
                      2997: [[package]]
                      2998: name = "typenum"
                      2999: version = "1.18.0"
                      3000: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3001: checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
                      3002: 
                      3003: [[package]]
                      3004: name = "unicase"
                      3005: version = "2.8.1"
                      3006: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3007: checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
                      3008: 
                      3009: [[package]]
                      3010: name = "unicode-bidi"
                      3011: version = "0.3.18"
                      3012: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3013: checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
                      3014: 
                      3015: [[package]]
                      3016: name = "unicode-ident"
                      3017: version = "1.0.18"
                      3018: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3019: checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
                      3020: 
                      3021: [[package]]
                      3022: name = "unicode-normalization"
                      3023: version = "0.1.24"
                      3024: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3025: checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
                      3026: dependencies = [
                      3027:  "tinyvec",
                      3028: ]
                      3029: 
                      3030: [[package]]
                      3031: name = "unicode-properties"
                      3032: version = "0.1.3"
                      3033: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3034: checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
                      3035: 
                      3036: [[package]]
                      3037: name = "untrusted"
                      3038: version = "0.9.0"
                      3039: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3040: checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
                      3041: 
                      3042: [[package]]
                      3043: name = "url"
                      3044: version = "2.5.4"
                      3045: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3046: checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
                      3047: dependencies = [
                      3048:  "form_urlencoded",
                      3049:  "idna",
                      3050:  "percent-encoding",
                      3051: ]
                      3052: 
                      3053: [[package]]
                      3054: name = "utf8_iter"
                      3055: version = "1.0.4"
                      3056: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3057: checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
                      3058: 
                      3059: [[package]]
                      3060: name = "value-bag"
                      3061: version = "1.11.1"
                      3062: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3063: checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
                      3064: 
                      3065: [[package]]
                      3066: name = "vcpkg"
                      3067: version = "0.2.15"
                      3068: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3069: checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
                      3070: 
                      3071: [[package]]
                      3072: name = "version_check"
                      3073: version = "0.9.5"
                      3074: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3075: checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
                      3076: 
                      3077: [[package]]
                      3078: name = "waker-fn"
                      3079: version = "1.2.0"
                      3080: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3081: checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
                      3082: 
                      3083: [[package]]
                      3084: name = "want"
                      3085: version = "0.3.1"
                      3086: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3087: checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
                      3088: dependencies = [
                      3089:  "try-lock",
                      3090: ]
                      3091: 
                      3092: [[package]]
                      3093: name = "wasi"
                      3094: version = "0.11.1+wasi-snapshot-preview1"
                      3095: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3096: checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
                      3097: 
                      3098: [[package]]
                      3099: name = "wasi"
                      3100: version = "0.14.2+wasi-0.2.4"
                      3101: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3102: checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
                      3103: dependencies = [
                      3104:  "wit-bindgen-rt",
                      3105: ]
                      3106: 
                      3107: [[package]]
                      3108: name = "wasite"
                      3109: version = "0.1.0"
                      3110: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3111: checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
                      3112: 
                      3113: [[package]]
                      3114: name = "wasm-bindgen"
                      3115: version = "0.2.100"
                      3116: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3117: checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
                      3118: dependencies = [
                      3119:  "cfg-if",
                      3120:  "once_cell",
                      3121:  "rustversion",
                      3122:  "wasm-bindgen-macro",
                      3123: ]
                      3124: 
                      3125: [[package]]
                      3126: name = "wasm-bindgen-backend"
                      3127: version = "0.2.100"
                      3128: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3129: checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
                      3130: dependencies = [
                      3131:  "bumpalo",
                      3132:  "log",
                      3133:  "proc-macro2",
                      3134:  "quote",
                      3135:  "syn 2.0.104",
                      3136:  "wasm-bindgen-shared",
                      3137: ]
                      3138: 
                      3139: [[package]]
                      3140: name = "wasm-bindgen-futures"
                      3141: version = "0.4.50"
                      3142: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3143: checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
                      3144: dependencies = [
                      3145:  "cfg-if",
                      3146:  "js-sys",
                      3147:  "once_cell",
                      3148:  "wasm-bindgen",
                      3149:  "web-sys",
                      3150: ]
                      3151: 
                      3152: [[package]]
                      3153: name = "wasm-bindgen-macro"
                      3154: version = "0.2.100"
                      3155: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3156: checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
                      3157: dependencies = [
                      3158:  "quote",
                      3159:  "wasm-bindgen-macro-support",
                      3160: ]
                      3161: 
                      3162: [[package]]
                      3163: name = "wasm-bindgen-macro-support"
                      3164: version = "0.2.100"
                      3165: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3166: checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
                      3167: dependencies = [
                      3168:  "proc-macro2",
                      3169:  "quote",
                      3170:  "syn 2.0.104",
                      3171:  "wasm-bindgen-backend",
                      3172:  "wasm-bindgen-shared",
                      3173: ]
                      3174: 
                      3175: [[package]]
                      3176: name = "wasm-bindgen-shared"
                      3177: version = "0.2.100"
                      3178: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3179: checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
                      3180: dependencies = [
                      3181:  "unicode-ident",
                      3182: ]
                      3183: 
                      3184: [[package]]
                      3185: name = "wasm-streams"
                      3186: version = "0.4.2"
                      3187: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3188: checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
                      3189: dependencies = [
                      3190:  "futures-util",
                      3191:  "js-sys",
                      3192:  "wasm-bindgen",
                      3193:  "wasm-bindgen-futures",
                      3194:  "web-sys",
                      3195: ]
                      3196: 
                      3197: [[package]]
                      3198: name = "web-sys"
                      3199: version = "0.3.77"
                      3200: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3201: checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
                      3202: dependencies = [
                      3203:  "js-sys",
                      3204:  "wasm-bindgen",
                      3205: ]
                      3206: 
                      3207: [[package]]
                      3208: name = "web-time"
                      3209: version = "1.1.0"
                      3210: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3211: checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
                      3212: dependencies = [
                      3213:  "js-sys",
                      3214:  "wasm-bindgen",
                      3215: ]
                      3216: 
                      3217: [[package]]
                      3218: name = "webpki-roots"
                      3219: version = "0.26.11"
                      3220: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3221: checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
                      3222: dependencies = [
44575a91d3 2025-07-09 3223:  "webpki-roots 1.0.1",
                      3224: ]
                      3225: 
                      3226: [[package]]
                      3227: name = "webpki-roots"
44575a91d3 2025-07-09 3228: version = "1.0.1"
                      3229: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 3230: checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502"
                      3231: dependencies = [
                      3232:  "rustls-pki-types",
                      3233: ]
                      3234: 
                      3235: [[package]]
                      3236: name = "whoami"
                      3237: version = "1.6.0"
                      3238: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3239: checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
                      3240: dependencies = [
                      3241:  "redox_syscall",
                      3242:  "wasite",
                      3243: ]
                      3244: 
                      3245: [[package]]
                      3246: name = "winapi"
                      3247: version = "0.3.9"
                      3248: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3249: checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
                      3250: dependencies = [
                      3251:  "winapi-i686-pc-windows-gnu",
                      3252:  "winapi-x86_64-pc-windows-gnu",
                      3253: ]
                      3254: 
                      3255: [[package]]
                      3256: name = "winapi-i686-pc-windows-gnu"
                      3257: version = "0.4.0"
                      3258: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3259: checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
                      3260: 
                      3261: [[package]]
                      3262: name = "winapi-x86_64-pc-windows-gnu"
                      3263: version = "0.4.0"
                      3264: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3265: checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
                      3266: 
                      3267: [[package]]
                      3268: name = "windows-core"
                      3269: version = "0.61.2"
                      3270: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3271: checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
                      3272: dependencies = [
                      3273:  "windows-implement",
                      3274:  "windows-interface",
                      3275:  "windows-link",
                      3276:  "windows-result",
                      3277:  "windows-strings",
                      3278: ]
                      3279: 
                      3280: [[package]]
                      3281: name = "windows-implement"
                      3282: version = "0.60.0"
                      3283: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3284: checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
                      3285: dependencies = [
                      3286:  "proc-macro2",
                      3287:  "quote",
                      3288:  "syn 2.0.104",
                      3289: ]
                      3290: 
                      3291: [[package]]
                      3292: name = "windows-interface"
                      3293: version = "0.59.1"
                      3294: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3295: checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
                      3296: dependencies = [
                      3297:  "proc-macro2",
                      3298:  "quote",
                      3299:  "syn 2.0.104",
                      3300: ]
                      3301: 
                      3302: [[package]]
                      3303: name = "windows-link"
                      3304: version = "0.1.3"
                      3305: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3306: checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
                      3307: 
                      3308: [[package]]
                      3309: name = "windows-registry"
                      3310: version = "0.5.3"
                      3311: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3312: checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
                      3313: dependencies = [
                      3314:  "windows-link",
                      3315:  "windows-result",
                      3316:  "windows-strings",
                      3317: ]
                      3318: 
                      3319: [[package]]
                      3320: name = "windows-result"
                      3321: version = "0.3.4"
                      3322: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3323: checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
                      3324: dependencies = [
                      3325:  "windows-link",
                      3326: ]
                      3327: 
                      3328: [[package]]
                      3329: name = "windows-strings"
                      3330: version = "0.4.2"
                      3331: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3332: checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
                      3333: dependencies = [
                      3334:  "windows-link",
                      3335: ]
                      3336: 
                      3337: [[package]]
                      3338: name = "windows-sys"
                      3339: version = "0.48.0"
                      3340: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3341: checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
                      3342: dependencies = [
                      3343:  "windows-targets 0.48.5",
                      3344: ]
                      3345: 
                      3346: [[package]]
                      3347: name = "windows-sys"
                      3348: version = "0.52.0"
                      3349: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3350: checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
                      3351: dependencies = [
                      3352:  "windows-targets 0.52.6",
                      3353: ]
                      3354: 
                      3355: [[package]]
                      3356: name = "windows-sys"
                      3357: version = "0.59.0"
                      3358: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3359: checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
                      3360: dependencies = [
                      3361:  "windows-targets 0.52.6",
                      3362: ]
                      3363: 
                      3364: [[package]]
                      3365: name = "windows-sys"
                      3366: version = "0.60.2"
                      3367: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3368: checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
                      3369: dependencies = [
44575a91d3 2025-07-09 3370:  "windows-targets 0.53.2",
                      3371: ]
                      3372: 
                      3373: [[package]]
                      3374: name = "windows-targets"
                      3375: version = "0.48.5"
                      3376: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3377: checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
                      3378: dependencies = [
                      3379:  "windows_aarch64_gnullvm 0.48.5",
                      3380:  "windows_aarch64_msvc 0.48.5",
                      3381:  "windows_i686_gnu 0.48.5",
                      3382:  "windows_i686_msvc 0.48.5",
                      3383:  "windows_x86_64_gnu 0.48.5",
                      3384:  "windows_x86_64_gnullvm 0.48.5",
                      3385:  "windows_x86_64_msvc 0.48.5",
                      3386: ]
                      3387: 
                      3388: [[package]]
                      3389: name = "windows-targets"
                      3390: version = "0.52.6"
                      3391: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3392: checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
                      3393: dependencies = [
                      3394:  "windows_aarch64_gnullvm 0.52.6",
                      3395:  "windows_aarch64_msvc 0.52.6",
                      3396:  "windows_i686_gnu 0.52.6",
                      3397:  "windows_i686_gnullvm 0.52.6",
                      3398:  "windows_i686_msvc 0.52.6",
                      3399:  "windows_x86_64_gnu 0.52.6",
                      3400:  "windows_x86_64_gnullvm 0.52.6",
                      3401:  "windows_x86_64_msvc 0.52.6",
                      3402: ]
                      3403: 
                      3404: [[package]]
                      3405: name = "windows-targets"
44575a91d3 2025-07-09 3406: version = "0.53.2"
                      3407: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 3408: checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
                      3409: dependencies = [
                      3410:  "windows_aarch64_gnullvm 0.53.0",
                      3411:  "windows_aarch64_msvc 0.53.0",
                      3412:  "windows_i686_gnu 0.53.0",
                      3413:  "windows_i686_gnullvm 0.53.0",
                      3414:  "windows_i686_msvc 0.53.0",
                      3415:  "windows_x86_64_gnu 0.53.0",
                      3416:  "windows_x86_64_gnullvm 0.53.0",
                      3417:  "windows_x86_64_msvc 0.53.0",
                      3418: ]
                      3419: 
                      3420: [[package]]
                      3421: name = "windows_aarch64_gnullvm"
                      3422: version = "0.48.5"
                      3423: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3424: checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
                      3425: 
                      3426: [[package]]
                      3427: name = "windows_aarch64_gnullvm"
                      3428: version = "0.52.6"
                      3429: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3430: checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
                      3431: 
                      3432: [[package]]
                      3433: name = "windows_aarch64_gnullvm"
                      3434: version = "0.53.0"
                      3435: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3436: checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
                      3437: 
                      3438: [[package]]
                      3439: name = "windows_aarch64_msvc"
                      3440: version = "0.48.5"
                      3441: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3442: checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
                      3443: 
                      3444: [[package]]
                      3445: name = "windows_aarch64_msvc"
                      3446: version = "0.52.6"
                      3447: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3448: checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
                      3449: 
                      3450: [[package]]
                      3451: name = "windows_aarch64_msvc"
                      3452: version = "0.53.0"
                      3453: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3454: checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
                      3455: 
                      3456: [[package]]
                      3457: name = "windows_i686_gnu"
                      3458: version = "0.48.5"
                      3459: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3460: checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
                      3461: 
                      3462: [[package]]
                      3463: name = "windows_i686_gnu"
                      3464: version = "0.52.6"
                      3465: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3466: checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
                      3467: 
                      3468: [[package]]
                      3469: name = "windows_i686_gnu"
                      3470: version = "0.53.0"
                      3471: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3472: checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
                      3473: 
                      3474: [[package]]
                      3475: name = "windows_i686_gnullvm"
                      3476: version = "0.52.6"
                      3477: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3478: checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
                      3479: 
                      3480: [[package]]
                      3481: name = "windows_i686_gnullvm"
                      3482: version = "0.53.0"
                      3483: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3484: checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
                      3485: 
                      3486: [[package]]
                      3487: name = "windows_i686_msvc"
                      3488: version = "0.48.5"
                      3489: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3490: checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
                      3491: 
                      3492: [[package]]
                      3493: name = "windows_i686_msvc"
                      3494: version = "0.52.6"
                      3495: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3496: checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
                      3497: 
                      3498: [[package]]
                      3499: name = "windows_i686_msvc"
                      3500: version = "0.53.0"
                      3501: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3502: checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
                      3503: 
                      3504: [[package]]
                      3505: name = "windows_x86_64_gnu"
                      3506: version = "0.48.5"
                      3507: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3508: checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
                      3509: 
                      3510: [[package]]
                      3511: name = "windows_x86_64_gnu"
                      3512: version = "0.52.6"
                      3513: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3514: checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
                      3515: 
                      3516: [[package]]
                      3517: name = "windows_x86_64_gnu"
                      3518: version = "0.53.0"
                      3519: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3520: checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
                      3521: 
                      3522: [[package]]
                      3523: name = "windows_x86_64_gnullvm"
                      3524: version = "0.48.5"
                      3525: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3526: checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
                      3527: 
                      3528: [[package]]
                      3529: name = "windows_x86_64_gnullvm"
                      3530: version = "0.52.6"
                      3531: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3532: checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
                      3533: 
                      3534: [[package]]
                      3535: name = "windows_x86_64_gnullvm"
                      3536: version = "0.53.0"
                      3537: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3538: checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
                      3539: 
                      3540: [[package]]
                      3541: name = "windows_x86_64_msvc"
                      3542: version = "0.48.5"
                      3543: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3544: checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
                      3545: 
                      3546: [[package]]
                      3547: name = "windows_x86_64_msvc"
                      3548: version = "0.52.6"
                      3549: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3550: checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
                      3551: 
                      3552: [[package]]
                      3553: name = "windows_x86_64_msvc"
                      3554: version = "0.53.0"
                      3555: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3556: checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
                      3557: 
                      3558: [[package]]
                      3559: name = "winnow"
44575a91d3 2025-07-09 3560: version = "0.7.11"
                      3561: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 3562: checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd"
                      3563: dependencies = [
                      3564:  "memchr",
                      3565: ]
                      3566: 
                      3567: [[package]]
                      3568: name = "wit-bindgen-rt"
                      3569: version = "0.39.0"
                      3570: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3571: checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
                      3572: dependencies = [
                      3573:  "bitflags 2.9.1",
                      3574: ]
                      3575: 
                      3576: [[package]]
                      3577: name = "writeable"
                      3578: version = "0.6.1"
                      3579: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3580: checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
                      3581: 
                      3582: [[package]]
                      3583: name = "yoke"
                      3584: version = "0.8.0"
                      3585: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3586: checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
                      3587: dependencies = [
                      3588:  "serde",
                      3589:  "stable_deref_trait",
                      3590:  "yoke-derive",
                      3591:  "zerofrom",
                      3592: ]
                      3593: 
                      3594: [[package]]
                      3595: name = "yoke-derive"
                      3596: version = "0.8.0"
                      3597: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3598: checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
                      3599: dependencies = [
                      3600:  "proc-macro2",
                      3601:  "quote",
                      3602:  "syn 2.0.104",
                      3603:  "synstructure",
                      3604: ]
                      3605: 
                      3606: [[package]]
                      3607: name = "zerocopy"
                      3608: version = "0.8.26"
                      3609: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3610: checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
                      3611: dependencies = [
                      3612:  "zerocopy-derive",
                      3613: ]
                      3614: 
                      3615: [[package]]
                      3616: name = "zerocopy-derive"
                      3617: version = "0.8.26"
                      3618: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3619: checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
                      3620: dependencies = [
                      3621:  "proc-macro2",
                      3622:  "quote",
                      3623:  "syn 2.0.104",
                      3624: ]
                      3625: 
                      3626: [[package]]
                      3627: name = "zerofrom"
                      3628: version = "0.1.6"
                      3629: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3630: checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
                      3631: dependencies = [
                      3632:  "zerofrom-derive",
                      3633: ]
                      3634: 
                      3635: [[package]]
                      3636: name = "zerofrom-derive"
                      3637: version = "0.1.6"
                      3638: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3639: checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
                      3640: dependencies = [
                      3641:  "proc-macro2",
                      3642:  "quote",
                      3643:  "syn 2.0.104",
                      3644:  "synstructure",
                      3645: ]
                      3646: 
                      3647: [[package]]
                      3648: name = "zeroize"
                      3649: version = "1.8.1"
                      3650: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3651: checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
                      3652: 
                      3653: [[package]]
                      3654: name = "zerotrie"
                      3655: version = "0.2.2"
                      3656: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3657: checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
                      3658: dependencies = [
                      3659:  "displaydoc",
                      3660:  "yoke",
                      3661:  "zerofrom",
                      3662: ]
                      3663: 
                      3664: [[package]]
                      3665: name = "zerovec"
44575a91d3 2025-07-09 3666: version = "0.11.2"
                      3667: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 3668: checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
                      3669: dependencies = [
                      3670:  "yoke",
                      3671:  "zerofrom",
                      3672:  "zerovec-derive",
                      3673: ]
                      3674: 
                      3675: [[package]]
                      3676: name = "zerovec-derive"
                      3677: version = "0.11.1"
                      3678: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3679: checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
                      3680: dependencies = [
                      3681:  "proc-macro2",
                      3682:  "quote",
                      3683:  "syn 2.0.104",
                      3684: ]