Annotation For Cargo.lock
Logged in as anonymous

Lines of Cargo.lock from check-in 374eadef45 that are changed by the sequence of edits moving toward check-in be0b8602d1:

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