Annotation For Cargo.lock
Logged in as anonymous

Lines of Cargo.lock from check-in f3c59f8e45 that are changed by the sequence of edits moving toward check-in 0c63e822ff:

                         1: # This file is automatically @generated by Cargo.
                         2: # It is not intended for manual editing.
                         3: version = 4
                         4: 
                         5: [[package]]
                         6: name = "addr2line"
                         7: version = "0.24.2"
                         8: source = "registry+https://github.com/rust-lang/crates.io-index"
                         9: checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
                        10: dependencies = [
                        11:  "gimli",
                        12: ]
                        13: 
                        14: [[package]]
                        15: name = "adler2"
                        16: version = "2.0.0"
                        17: source = "registry+https://github.com/rust-lang/crates.io-index"
                        18: checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
                        19: 
                        20: [[package]]
                        21: name = "aho-corasick"
                        22: version = "1.1.3"
                        23: source = "registry+https://github.com/rust-lang/crates.io-index"
                        24: checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
                        25: dependencies = [
                        26:  "memchr",
                        27: ]
                        28: 
                        29: [[package]]
f3c59f8e45 2025-04-08   30: name = "android-tzdata"
f3c59f8e45 2025-04-08   31: version = "0.1.1"
f3c59f8e45 2025-04-08   32: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08   33: checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
f3c59f8e45 2025-04-08   34: 
f3c59f8e45 2025-04-08   35: [[package]]
f3c59f8e45 2025-04-08   36: name = "android_system_properties"
f3c59f8e45 2025-04-08   37: version = "0.1.5"
f3c59f8e45 2025-04-08   38: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08   39: checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
f3c59f8e45 2025-04-08   40: dependencies = [
f3c59f8e45 2025-04-08   41:  "libc",
f3c59f8e45 2025-04-08   42: ]
f3c59f8e45 2025-04-08   43: 
f3c59f8e45 2025-04-08   44: [[package]]
                        45: name = "anyhow"
                        46: version = "1.0.97"
                        47: source = "registry+https://github.com/rust-lang/crates.io-index"
                        48: checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
f3c59f8e45 2025-04-08   49: 
f3c59f8e45 2025-04-08   50: [[package]]
f3c59f8e45 2025-04-08   51: name = "aquamarine"
f3c59f8e45 2025-04-08   52: version = "0.6.0"
f3c59f8e45 2025-04-08   53: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08   54: checksum = "0f50776554130342de4836ba542aa85a4ddb361690d7e8df13774d7284c3d5c2"
f3c59f8e45 2025-04-08   55: dependencies = [
f3c59f8e45 2025-04-08   56:  "include_dir",
f3c59f8e45 2025-04-08   57:  "itertools 0.10.5",
f3c59f8e45 2025-04-08   58:  "proc-macro-error2",
f3c59f8e45 2025-04-08   59:  "proc-macro2",
f3c59f8e45 2025-04-08   60:  "quote",
f3c59f8e45 2025-04-08   61:  "syn 2.0.100",
f3c59f8e45 2025-04-08   62: ]
                        63: 
                        64: [[package]]
                        65: name = "async-attributes"
                        66: version = "1.1.2"
                        67: source = "registry+https://github.com/rust-lang/crates.io-index"
                        68: checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
                        69: dependencies = [
                        70:  "quote",
                        71:  "syn 1.0.109",
                        72: ]
                        73: 
                        74: [[package]]
                        75: name = "async-channel"
                        76: version = "1.9.0"
                        77: source = "registry+https://github.com/rust-lang/crates.io-index"
                        78: checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
                        79: dependencies = [
                        80:  "concurrent-queue",
                        81:  "event-listener 2.5.3",
                        82:  "futures-core",
                        83: ]
                        84: 
                        85: [[package]]
                        86: name = "async-channel"
                        87: version = "2.3.1"
                        88: source = "registry+https://github.com/rust-lang/crates.io-index"
                        89: checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
                        90: dependencies = [
                        91:  "concurrent-queue",
                        92:  "event-listener-strategy",
                        93:  "futures-core",
                        94:  "pin-project-lite",
                        95: ]
                        96: 
                        97: [[package]]
                        98: name = "async-executor"
                        99: version = "1.13.1"
                       100: source = "registry+https://github.com/rust-lang/crates.io-index"
                       101: checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
                       102: dependencies = [
                       103:  "async-task",
                       104:  "concurrent-queue",
                       105:  "fastrand",
                       106:  "futures-lite",
                       107:  "slab",
                       108: ]
                       109: 
                       110: [[package]]
                       111: name = "async-global-executor"
                       112: version = "2.4.1"
                       113: source = "registry+https://github.com/rust-lang/crates.io-index"
                       114: checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
                       115: dependencies = [
                       116:  "async-channel 2.3.1",
                       117:  "async-executor",
                       118:  "async-io",
                       119:  "async-lock",
                       120:  "blocking",
                       121:  "futures-lite",
                       122:  "once_cell",
                       123:  "tokio",
                       124: ]
                       125: 
                       126: [[package]]
                       127: name = "async-io"
                       128: version = "2.4.0"
                       129: source = "registry+https://github.com/rust-lang/crates.io-index"
                       130: checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
                       131: dependencies = [
                       132:  "async-lock",
                       133:  "cfg-if",
                       134:  "concurrent-queue",
                       135:  "futures-io",
                       136:  "futures-lite",
                       137:  "parking",
                       138:  "polling",
f3c59f8e45 2025-04-08  139:  "rustix 0.38.44",
                       140:  "slab",
                       141:  "tracing",
                       142:  "windows-sys 0.59.0",
                       143: ]
                       144: 
                       145: [[package]]
                       146: name = "async-lock"
                       147: version = "3.4.0"
                       148: source = "registry+https://github.com/rust-lang/crates.io-index"
                       149: checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
                       150: dependencies = [
                       151:  "event-listener 5.4.0",
                       152:  "event-listener-strategy",
                       153:  "pin-project-lite",
                       154: ]
                       155: 
                       156: [[package]]
                       157: name = "async-std"
                       158: version = "1.13.1"
                       159: source = "registry+https://github.com/rust-lang/crates.io-index"
                       160: checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
                       161: dependencies = [
                       162:  "async-attributes",
                       163:  "async-channel 1.9.0",
                       164:  "async-global-executor",
                       165:  "async-io",
                       166:  "async-lock",
                       167:  "crossbeam-utils",
                       168:  "futures-channel",
                       169:  "futures-core",
                       170:  "futures-io",
                       171:  "futures-lite",
                       172:  "gloo-timers",
                       173:  "kv-log-macro",
                       174:  "log",
                       175:  "memchr",
                       176:  "once_cell",
                       177:  "pin-project-lite",
                       178:  "pin-utils",
                       179:  "slab",
                       180:  "wasm-bindgen-futures",
                       181: ]
                       182: 
                       183: [[package]]
                       184: name = "async-task"
                       185: version = "4.7.1"
                       186: source = "registry+https://github.com/rust-lang/crates.io-index"
                       187: checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
                       188: 
                       189: [[package]]
                       190: name = "atomic-waker"
                       191: version = "1.1.2"
                       192: source = "registry+https://github.com/rust-lang/crates.io-index"
                       193: checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
                       194: 
                       195: [[package]]
                       196: name = "autocfg"
                       197: version = "1.4.0"
                       198: source = "registry+https://github.com/rust-lang/crates.io-index"
                       199: checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
                       200: 
                       201: [[package]]
                       202: name = "aws-lc-rs"
                       203: version = "1.13.0"
                       204: source = "registry+https://github.com/rust-lang/crates.io-index"
                       205: checksum = "19b756939cb2f8dc900aa6dcd505e6e2428e9cae7ff7b028c49e3946efa70878"
                       206: dependencies = [
                       207:  "aws-lc-sys",
                       208:  "zeroize",
                       209: ]
                       210: 
                       211: [[package]]
                       212: name = "aws-lc-sys"
                       213: version = "0.28.0"
                       214: source = "registry+https://github.com/rust-lang/crates.io-index"
                       215: checksum = "b9f7720b74ed28ca77f90769a71fd8c637a0137f6fae4ae947e1050229cff57f"
                       216: dependencies = [
                       217:  "bindgen",
                       218:  "cc",
                       219:  "cmake",
                       220:  "dunce",
                       221:  "fs_extra",
                       222: ]
                       223: 
                       224: [[package]]
                       225: name = "backtrace"
                       226: version = "0.3.74"
                       227: source = "registry+https://github.com/rust-lang/crates.io-index"
                       228: checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
                       229: dependencies = [
                       230:  "addr2line",
                       231:  "cfg-if",
                       232:  "libc",
                       233:  "miniz_oxide",
                       234:  "object",
                       235:  "rustc-demangle",
                       236:  "windows-targets 0.52.6",
                       237: ]
                       238: 
                       239: [[package]]
                       240: name = "base64"
                       241: version = "0.22.1"
                       242: source = "registry+https://github.com/rust-lang/crates.io-index"
                       243: checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
                       244: 
                       245: [[package]]
                       246: name = "base64-compat"
                       247: version = "1.0.0"
                       248: source = "registry+https://github.com/rust-lang/crates.io-index"
                       249: checksum = "5a8d4d2746f89841e49230dd26917df1876050f95abafafbe34f47cb534b88d7"
                       250: dependencies = [
                       251:  "byteorder",
                       252: ]
                       253: 
                       254: [[package]]
                       255: name = "bindgen"
                       256: version = "0.69.5"
                       257: source = "registry+https://github.com/rust-lang/crates.io-index"
                       258: checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
                       259: dependencies = [
                       260:  "bitflags",
                       261:  "cexpr",
                       262:  "clang-sys",
f3c59f8e45 2025-04-08  263:  "itertools 0.12.1",
                       264:  "lazy_static",
                       265:  "lazycell",
                       266:  "log",
                       267:  "prettyplease",
                       268:  "proc-macro2",
                       269:  "quote",
                       270:  "regex",
                       271:  "rustc-hash 1.1.0",
                       272:  "shlex",
                       273:  "syn 2.0.100",
                       274:  "which",
                       275: ]
                       276: 
                       277: [[package]]
                       278: name = "bitflags"
                       279: version = "2.9.0"
                       280: source = "registry+https://github.com/rust-lang/crates.io-index"
                       281: checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
                       282: 
                       283: [[package]]
                       284: name = "blocking"
                       285: version = "1.6.1"
                       286: source = "registry+https://github.com/rust-lang/crates.io-index"
                       287: checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
                       288: dependencies = [
                       289:  "async-channel 2.3.1",
                       290:  "async-task",
                       291:  "futures-io",
                       292:  "futures-lite",
                       293:  "piper",
                       294: ]
                       295: 
                       296: [[package]]
                       297: name = "bufstream-fresh"
                       298: version = "0.3.1"
                       299: source = "registry+https://github.com/rust-lang/crates.io-index"
                       300: checksum = "7c431e5d450eceb6f5096c371f502946ae1cc65407935bc2cae8f1d625a2035f"
                       301: 
                       302: [[package]]
                       303: name = "bumpalo"
                       304: version = "3.17.0"
                       305: source = "registry+https://github.com/rust-lang/crates.io-index"
                       306: checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
f3c59f8e45 2025-04-08  307: 
f3c59f8e45 2025-04-08  308: [[package]]
f3c59f8e45 2025-04-08  309: name = "bytemuck"
f3c59f8e45 2025-04-08  310: version = "1.22.0"
f3c59f8e45 2025-04-08  311: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  312: checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
                       313: 
                       314: [[package]]
                       315: name = "byteorder"
                       316: version = "1.5.0"
                       317: source = "registry+https://github.com/rust-lang/crates.io-index"
                       318: checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
                       319: 
                       320: [[package]]
                       321: name = "bytes"
                       322: version = "1.10.1"
                       323: source = "registry+https://github.com/rust-lang/crates.io-index"
                       324: checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
                       325: 
                       326: [[package]]
                       327: name = "cc"
f3c59f8e45 2025-04-08  328: version = "1.2.18"
                       329: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  330: checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c"
                       331: dependencies = [
                       332:  "jobserver",
                       333:  "libc",
                       334:  "shlex",
                       335: ]
                       336: 
                       337: [[package]]
                       338: name = "cexpr"
                       339: version = "0.6.0"
                       340: source = "registry+https://github.com/rust-lang/crates.io-index"
                       341: checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
                       342: dependencies = [
                       343:  "nom",
                       344: ]
                       345: 
                       346: [[package]]
                       347: name = "cfg-if"
                       348: version = "1.0.0"
                       349: source = "registry+https://github.com/rust-lang/crates.io-index"
                       350: checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
                       351: 
                       352: [[package]]
                       353: name = "cfg_aliases"
                       354: version = "0.2.1"
                       355: source = "registry+https://github.com/rust-lang/crates.io-index"
                       356: checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
f3c59f8e45 2025-04-08  357: 
f3c59f8e45 2025-04-08  358: [[package]]
f3c59f8e45 2025-04-08  359: name = "chrono"
f3c59f8e45 2025-04-08  360: version = "0.4.40"
f3c59f8e45 2025-04-08  361: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  362: checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
f3c59f8e45 2025-04-08  363: dependencies = [
f3c59f8e45 2025-04-08  364:  "android-tzdata",
f3c59f8e45 2025-04-08  365:  "iana-time-zone",
f3c59f8e45 2025-04-08  366:  "num-traits",
f3c59f8e45 2025-04-08  367:  "serde",
f3c59f8e45 2025-04-08  368:  "windows-link",
f3c59f8e45 2025-04-08  369: ]
                       370: 
                       371: [[package]]
                       372: name = "clang-sys"
                       373: version = "1.8.1"
                       374: source = "registry+https://github.com/rust-lang/crates.io-index"
                       375: checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
                       376: dependencies = [
                       377:  "glob",
                       378:  "libc",
                       379:  "libloading",
                       380: ]
                       381: 
                       382: [[package]]
                       383: name = "cmake"
                       384: version = "0.1.54"
                       385: source = "registry+https://github.com/rust-lang/crates.io-index"
                       386: checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
                       387: dependencies = [
                       388:  "cc",
                       389: ]
                       390: 
                       391: [[package]]
                       392: name = "concurrent-queue"
                       393: version = "2.5.0"
                       394: source = "registry+https://github.com/rust-lang/crates.io-index"
                       395: checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
                       396: dependencies = [
                       397:  "crossbeam-utils",
                       398: ]
                       399: 
                       400: [[package]]
                       401: name = "config"
                       402: version = "0.15.11"
                       403: source = "registry+https://github.com/rust-lang/crates.io-index"
                       404: checksum = "595aae20e65c3be792d05818e8c63025294ac3cb7e200f11459063a352a6ef80"
                       405: dependencies = [
                       406:  "pathdiff",
                       407:  "serde",
                       408:  "toml",
                       409:  "winnow",
                       410: ]
                       411: 
                       412: [[package]]
f3c59f8e45 2025-04-08  413: name = "core-foundation"
f3c59f8e45 2025-04-08  414: version = "0.9.4"
f3c59f8e45 2025-04-08  415: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  416: checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
f3c59f8e45 2025-04-08  417: dependencies = [
f3c59f8e45 2025-04-08  418:  "core-foundation-sys",
f3c59f8e45 2025-04-08  419:  "libc",
f3c59f8e45 2025-04-08  420: ]
f3c59f8e45 2025-04-08  421: 
f3c59f8e45 2025-04-08  422: [[package]]
f3c59f8e45 2025-04-08  423: name = "core-foundation-sys"
f3c59f8e45 2025-04-08  424: version = "0.8.7"
f3c59f8e45 2025-04-08  425: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  426: checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
f3c59f8e45 2025-04-08  427: 
f3c59f8e45 2025-04-08  428: [[package]]
                       429: name = "crossbeam-utils"
                       430: version = "0.8.21"
                       431: source = "registry+https://github.com/rust-lang/crates.io-index"
                       432: checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
                       433: 
                       434: [[package]]
                       435: name = "darling"
                       436: version = "0.20.11"
                       437: source = "registry+https://github.com/rust-lang/crates.io-index"
                       438: checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
                       439: dependencies = [
                       440:  "darling_core",
                       441:  "darling_macro",
                       442: ]
                       443: 
                       444: [[package]]
                       445: name = "darling_core"
                       446: version = "0.20.11"
                       447: source = "registry+https://github.com/rust-lang/crates.io-index"
                       448: checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
                       449: dependencies = [
                       450:  "fnv",
                       451:  "ident_case",
                       452:  "proc-macro2",
                       453:  "quote",
                       454:  "strsim",
                       455:  "syn 2.0.100",
                       456: ]
                       457: 
                       458: [[package]]
                       459: name = "darling_macro"
                       460: version = "0.20.11"
                       461: source = "registry+https://github.com/rust-lang/crates.io-index"
                       462: checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
                       463: dependencies = [
                       464:  "darling_core",
                       465:  "quote",
                       466:  "syn 2.0.100",
                       467: ]
                       468: 
                       469: [[package]]
f3c59f8e45 2025-04-08  470: name = "deranged"
f3c59f8e45 2025-04-08  471: version = "0.4.0"
f3c59f8e45 2025-04-08  472: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  473: checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
f3c59f8e45 2025-04-08  474: dependencies = [
f3c59f8e45 2025-04-08  475:  "powerfmt",
f3c59f8e45 2025-04-08  476:  "serde",
f3c59f8e45 2025-04-08  477: ]
f3c59f8e45 2025-04-08  478: 
f3c59f8e45 2025-04-08  479: [[package]]
f3c59f8e45 2025-04-08  480: name = "derive_more"
f3c59f8e45 2025-04-08  481: version = "1.0.0"
f3c59f8e45 2025-04-08  482: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  483: checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
f3c59f8e45 2025-04-08  484: dependencies = [
f3c59f8e45 2025-04-08  485:  "derive_more-impl",
f3c59f8e45 2025-04-08  486: ]
f3c59f8e45 2025-04-08  487: 
f3c59f8e45 2025-04-08  488: [[package]]
f3c59f8e45 2025-04-08  489: name = "derive_more-impl"
f3c59f8e45 2025-04-08  490: version = "1.0.0"
f3c59f8e45 2025-04-08  491: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  492: checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
f3c59f8e45 2025-04-08  493: dependencies = [
f3c59f8e45 2025-04-08  494:  "proc-macro2",
f3c59f8e45 2025-04-08  495:  "quote",
f3c59f8e45 2025-04-08  496:  "syn 2.0.100",
f3c59f8e45 2025-04-08  497:  "unicode-xid",
f3c59f8e45 2025-04-08  498: ]
f3c59f8e45 2025-04-08  499: 
f3c59f8e45 2025-04-08  500: [[package]]
                       501: name = "displaydoc"
                       502: version = "0.2.5"
                       503: source = "registry+https://github.com/rust-lang/crates.io-index"
                       504: checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
                       505: dependencies = [
                       506:  "proc-macro2",
                       507:  "quote",
                       508:  "syn 2.0.100",
f3c59f8e45 2025-04-08  509: ]
f3c59f8e45 2025-04-08  510: 
f3c59f8e45 2025-04-08  511: [[package]]
f3c59f8e45 2025-04-08  512: name = "dptree"
f3c59f8e45 2025-04-08  513: version = "0.3.0"
f3c59f8e45 2025-04-08  514: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  515: checksum = "d81175dab5ec79c30e0576df2ed2c244e1721720c302000bb321b107e82e265c"
f3c59f8e45 2025-04-08  516: dependencies = [
f3c59f8e45 2025-04-08  517:  "futures",
                       518: ]
                       519: 
                       520: [[package]]
                       521: name = "dunce"
                       522: version = "1.0.5"
                       523: source = "registry+https://github.com/rust-lang/crates.io-index"
                       524: checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
                       525: 
                       526: [[package]]
                       527: name = "either"
                       528: version = "1.15.0"
                       529: source = "registry+https://github.com/rust-lang/crates.io-index"
                       530: checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
                       531: 
                       532: [[package]]
                       533: name = "encoding_rs"
                       534: version = "0.8.35"
                       535: source = "registry+https://github.com/rust-lang/crates.io-index"
                       536: checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
                       537: dependencies = [
                       538:  "cfg-if",
                       539: ]
                       540: 
                       541: [[package]]
                       542: name = "equivalent"
                       543: version = "1.0.2"
                       544: source = "registry+https://github.com/rust-lang/crates.io-index"
                       545: checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
f3c59f8e45 2025-04-08  546: 
f3c59f8e45 2025-04-08  547: [[package]]
f3c59f8e45 2025-04-08  548: name = "erasable"
f3c59f8e45 2025-04-08  549: version = "1.3.0"
f3c59f8e45 2025-04-08  550: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  551: checksum = "437cfb75878119ed8265685c41a115724eae43fb7cc5a0bf0e4ecc3b803af1c4"
f3c59f8e45 2025-04-08  552: dependencies = [
f3c59f8e45 2025-04-08  553:  "autocfg",
f3c59f8e45 2025-04-08  554:  "scopeguard",
f3c59f8e45 2025-04-08  555: ]
                       556: 
                       557: [[package]]
                       558: name = "errno"
                       559: version = "0.3.11"
                       560: source = "registry+https://github.com/rust-lang/crates.io-index"
                       561: checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
                       562: dependencies = [
                       563:  "libc",
                       564:  "windows-sys 0.59.0",
                       565: ]
                       566: 
                       567: [[package]]
                       568: name = "event-listener"
                       569: version = "2.5.3"
                       570: source = "registry+https://github.com/rust-lang/crates.io-index"
                       571: checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
                       572: 
                       573: [[package]]
                       574: name = "event-listener"
                       575: version = "5.4.0"
                       576: source = "registry+https://github.com/rust-lang/crates.io-index"
                       577: checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
                       578: dependencies = [
                       579:  "concurrent-queue",
                       580:  "parking",
                       581:  "pin-project-lite",
                       582: ]
                       583: 
                       584: [[package]]
                       585: name = "event-listener-strategy"
                       586: version = "0.5.4"
                       587: source = "registry+https://github.com/rust-lang/crates.io-index"
                       588: checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
                       589: dependencies = [
                       590:  "event-listener 5.4.0",
                       591:  "pin-project-lite",
                       592: ]
                       593: 
                       594: [[package]]
                       595: name = "fastrand"
                       596: version = "2.3.0"
                       597: source = "registry+https://github.com/rust-lang/crates.io-index"
                       598: checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
                       599: 
                       600: [[package]]
                       601: name = "fnv"
                       602: version = "1.0.7"
                       603: source = "registry+https://github.com/rust-lang/crates.io-index"
                       604: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
                       605: 
                       606: [[package]]
f3c59f8e45 2025-04-08  607: name = "foreign-types"
f3c59f8e45 2025-04-08  608: version = "0.3.2"
f3c59f8e45 2025-04-08  609: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  610: checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
f3c59f8e45 2025-04-08  611: dependencies = [
f3c59f8e45 2025-04-08  612:  "foreign-types-shared",
f3c59f8e45 2025-04-08  613: ]
f3c59f8e45 2025-04-08  614: 
f3c59f8e45 2025-04-08  615: [[package]]
f3c59f8e45 2025-04-08  616: name = "foreign-types-shared"
f3c59f8e45 2025-04-08  617: version = "0.1.1"
f3c59f8e45 2025-04-08  618: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  619: checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
f3c59f8e45 2025-04-08  620: 
f3c59f8e45 2025-04-08  621: [[package]]
                       622: name = "form_urlencoded"
                       623: version = "1.2.1"
                       624: source = "registry+https://github.com/rust-lang/crates.io-index"
                       625: checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
                       626: dependencies = [
                       627:  "percent-encoding",
                       628: ]
                       629: 
                       630: [[package]]
                       631: name = "fs_extra"
                       632: version = "1.3.0"
                       633: source = "registry+https://github.com/rust-lang/crates.io-index"
                       634: checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
                       635: 
                       636: [[package]]
f3c59f8e45 2025-04-08  637: name = "futures"
f3c59f8e45 2025-04-08  638: version = "0.3.31"
f3c59f8e45 2025-04-08  639: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  640: checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
f3c59f8e45 2025-04-08  641: dependencies = [
f3c59f8e45 2025-04-08  642:  "futures-channel",
f3c59f8e45 2025-04-08  643:  "futures-core",
f3c59f8e45 2025-04-08  644:  "futures-executor",
f3c59f8e45 2025-04-08  645:  "futures-io",
f3c59f8e45 2025-04-08  646:  "futures-sink",
f3c59f8e45 2025-04-08  647:  "futures-task",
f3c59f8e45 2025-04-08  648:  "futures-util",
f3c59f8e45 2025-04-08  649: ]
f3c59f8e45 2025-04-08  650: 
f3c59f8e45 2025-04-08  651: [[package]]
                       652: name = "futures-channel"
                       653: version = "0.3.31"
                       654: source = "registry+https://github.com/rust-lang/crates.io-index"
                       655: checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
                       656: dependencies = [
                       657:  "futures-core",
f3c59f8e45 2025-04-08  658:  "futures-sink",
                       659: ]
                       660: 
                       661: [[package]]
                       662: name = "futures-core"
                       663: version = "0.3.31"
                       664: source = "registry+https://github.com/rust-lang/crates.io-index"
                       665: checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
f3c59f8e45 2025-04-08  666: 
f3c59f8e45 2025-04-08  667: [[package]]
f3c59f8e45 2025-04-08  668: name = "futures-executor"
f3c59f8e45 2025-04-08  669: version = "0.3.31"
f3c59f8e45 2025-04-08  670: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  671: checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
f3c59f8e45 2025-04-08  672: dependencies = [
f3c59f8e45 2025-04-08  673:  "futures-core",
f3c59f8e45 2025-04-08  674:  "futures-task",
f3c59f8e45 2025-04-08  675:  "futures-util",
f3c59f8e45 2025-04-08  676: ]
                       677: 
                       678: [[package]]
                       679: name = "futures-io"
                       680: version = "0.3.31"
                       681: source = "registry+https://github.com/rust-lang/crates.io-index"
                       682: checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
                       683: 
                       684: [[package]]
                       685: name = "futures-lite"
                       686: version = "2.6.0"
                       687: source = "registry+https://github.com/rust-lang/crates.io-index"
                       688: checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
                       689: dependencies = [
                       690:  "fastrand",
                       691:  "futures-core",
                       692:  "futures-io",
                       693:  "parking",
                       694:  "pin-project-lite",
                       695: ]
                       696: 
                       697: [[package]]
                       698: name = "futures-macro"
                       699: version = "0.3.31"
                       700: source = "registry+https://github.com/rust-lang/crates.io-index"
                       701: checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
                       702: dependencies = [
                       703:  "proc-macro2",
                       704:  "quote",
                       705:  "syn 2.0.100",
                       706: ]
                       707: 
                       708: [[package]]
                       709: name = "futures-sink"
                       710: version = "0.3.31"
                       711: source = "registry+https://github.com/rust-lang/crates.io-index"
                       712: checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
                       713: 
                       714: [[package]]
                       715: name = "futures-task"
                       716: version = "0.3.31"
                       717: source = "registry+https://github.com/rust-lang/crates.io-index"
                       718: checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
                       719: 
                       720: [[package]]
                       721: name = "futures-util"
                       722: version = "0.3.31"
                       723: source = "registry+https://github.com/rust-lang/crates.io-index"
                       724: checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
                       725: dependencies = [
f3c59f8e45 2025-04-08  726:  "futures-channel",
                       727:  "futures-core",
                       728:  "futures-io",
                       729:  "futures-macro",
                       730:  "futures-sink",
                       731:  "futures-task",
                       732:  "memchr",
                       733:  "pin-project-lite",
                       734:  "pin-utils",
                       735:  "slab",
                       736: ]
                       737: 
                       738: [[package]]
                       739: name = "getrandom"
                       740: version = "0.2.15"
                       741: source = "registry+https://github.com/rust-lang/crates.io-index"
                       742: checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
                       743: dependencies = [
                       744:  "cfg-if",
                       745:  "js-sys",
                       746:  "libc",
                       747:  "wasi 0.11.0+wasi-snapshot-preview1",
                       748:  "wasm-bindgen",
                       749: ]
                       750: 
                       751: [[package]]
                       752: name = "getrandom"
                       753: version = "0.3.2"
                       754: source = "registry+https://github.com/rust-lang/crates.io-index"
                       755: checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
                       756: dependencies = [
                       757:  "cfg-if",
                       758:  "js-sys",
                       759:  "libc",
                       760:  "r-efi",
                       761:  "wasi 0.14.2+wasi-0.2.4",
                       762:  "wasm-bindgen",
                       763: ]
                       764: 
                       765: [[package]]
                       766: name = "gimli"
                       767: version = "0.31.1"
                       768: source = "registry+https://github.com/rust-lang/crates.io-index"
                       769: checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
                       770: 
                       771: [[package]]
                       772: name = "glob"
                       773: version = "0.3.2"
                       774: source = "registry+https://github.com/rust-lang/crates.io-index"
                       775: checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
                       776: 
                       777: [[package]]
                       778: name = "gloo-timers"
                       779: version = "0.3.0"
                       780: source = "registry+https://github.com/rust-lang/crates.io-index"
                       781: checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
                       782: dependencies = [
                       783:  "futures-channel",
                       784:  "futures-core",
                       785:  "js-sys",
                       786:  "wasm-bindgen",
                       787: ]
                       788: 
                       789: [[package]]
                       790: name = "hashbrown"
f3c59f8e45 2025-04-08  791: version = "0.12.3"
f3c59f8e45 2025-04-08  792: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  793: checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
f3c59f8e45 2025-04-08  794: 
f3c59f8e45 2025-04-08  795: [[package]]
f3c59f8e45 2025-04-08  796: name = "hashbrown"
                       797: version = "0.15.2"
                       798: source = "registry+https://github.com/rust-lang/crates.io-index"
                       799: checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
                       800: 
                       801: [[package]]
                       802: name = "hashify"
                       803: version = "0.2.6"
                       804: source = "registry+https://github.com/rust-lang/crates.io-index"
                       805: checksum = "f208758247e68e239acaa059e72e4ce1f30f2a4b6523f19c1b923d25b7e9cceb"
                       806: dependencies = [
                       807:  "proc-macro2",
                       808:  "quote",
                       809:  "syn 2.0.100",
                       810: ]
                       811: 
                       812: [[package]]
                       813: name = "hermit-abi"
                       814: version = "0.4.0"
                       815: source = "registry+https://github.com/rust-lang/crates.io-index"
                       816: checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
f3c59f8e45 2025-04-08  817: 
f3c59f8e45 2025-04-08  818: [[package]]
f3c59f8e45 2025-04-08  819: name = "hex"
f3c59f8e45 2025-04-08  820: version = "0.4.3"
f3c59f8e45 2025-04-08  821: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  822: checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
                       823: 
                       824: [[package]]
                       825: name = "home"
                       826: version = "0.5.11"
                       827: source = "registry+https://github.com/rust-lang/crates.io-index"
                       828: checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
                       829: dependencies = [
                       830:  "windows-sys 0.59.0",
                       831: ]
                       832: 
                       833: [[package]]
                       834: name = "http"
                       835: version = "1.3.1"
                       836: source = "registry+https://github.com/rust-lang/crates.io-index"
                       837: checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
                       838: dependencies = [
                       839:  "bytes",
                       840:  "fnv",
                       841:  "itoa",
                       842: ]
                       843: 
                       844: [[package]]
                       845: name = "http-body"
                       846: version = "1.0.1"
                       847: source = "registry+https://github.com/rust-lang/crates.io-index"
                       848: checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
                       849: dependencies = [
                       850:  "bytes",
                       851:  "http",
                       852: ]
                       853: 
                       854: [[package]]
                       855: name = "http-body-util"
                       856: version = "0.1.3"
                       857: source = "registry+https://github.com/rust-lang/crates.io-index"
                       858: checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
                       859: dependencies = [
                       860:  "bytes",
                       861:  "futures-core",
                       862:  "http",
                       863:  "http-body",
                       864:  "pin-project-lite",
                       865: ]
                       866: 
                       867: [[package]]
                       868: name = "httparse"
                       869: version = "1.10.1"
                       870: source = "registry+https://github.com/rust-lang/crates.io-index"
                       871: checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
                       872: 
                       873: [[package]]
                       874: name = "hyper"
                       875: version = "1.6.0"
                       876: source = "registry+https://github.com/rust-lang/crates.io-index"
                       877: checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
                       878: dependencies = [
                       879:  "bytes",
                       880:  "futures-channel",
                       881:  "futures-util",
                       882:  "http",
                       883:  "http-body",
                       884:  "httparse",
                       885:  "itoa",
                       886:  "pin-project-lite",
                       887:  "smallvec",
                       888:  "tokio",
                       889:  "want",
                       890: ]
                       891: 
                       892: [[package]]
                       893: name = "hyper-rustls"
                       894: version = "0.27.5"
                       895: source = "registry+https://github.com/rust-lang/crates.io-index"
                       896: checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
                       897: dependencies = [
                       898:  "futures-util",
                       899:  "http",
                       900:  "hyper",
                       901:  "hyper-util",
                       902:  "rustls",
                       903:  "rustls-pki-types",
                       904:  "tokio",
                       905:  "tokio-rustls",
                       906:  "tower-service",
                       907:  "webpki-roots",
                       908: ]
                       909: 
                       910: [[package]]
f3c59f8e45 2025-04-08  911: name = "hyper-tls"
f3c59f8e45 2025-04-08  912: version = "0.6.0"
f3c59f8e45 2025-04-08  913: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  914: checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
f3c59f8e45 2025-04-08  915: dependencies = [
f3c59f8e45 2025-04-08  916:  "bytes",
f3c59f8e45 2025-04-08  917:  "http-body-util",
f3c59f8e45 2025-04-08  918:  "hyper",
f3c59f8e45 2025-04-08  919:  "hyper-util",
f3c59f8e45 2025-04-08  920:  "native-tls",
f3c59f8e45 2025-04-08  921:  "tokio",
f3c59f8e45 2025-04-08  922:  "tokio-native-tls",
f3c59f8e45 2025-04-08  923:  "tower-service",
f3c59f8e45 2025-04-08  924: ]
f3c59f8e45 2025-04-08  925: 
f3c59f8e45 2025-04-08  926: [[package]]
                       927: name = "hyper-util"
                       928: version = "0.1.11"
                       929: source = "registry+https://github.com/rust-lang/crates.io-index"
                       930: checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
                       931: dependencies = [
                       932:  "bytes",
                       933:  "futures-channel",
                       934:  "futures-util",
                       935:  "http",
                       936:  "http-body",
                       937:  "hyper",
                       938:  "libc",
                       939:  "pin-project-lite",
                       940:  "socket2",
                       941:  "tokio",
                       942:  "tower-service",
                       943:  "tracing",
f3c59f8e45 2025-04-08  944: ]
f3c59f8e45 2025-04-08  945: 
f3c59f8e45 2025-04-08  946: [[package]]
f3c59f8e45 2025-04-08  947: name = "iana-time-zone"
f3c59f8e45 2025-04-08  948: version = "0.1.63"
f3c59f8e45 2025-04-08  949: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  950: checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
f3c59f8e45 2025-04-08  951: dependencies = [
f3c59f8e45 2025-04-08  952:  "android_system_properties",
f3c59f8e45 2025-04-08  953:  "core-foundation-sys",
f3c59f8e45 2025-04-08  954:  "iana-time-zone-haiku",
f3c59f8e45 2025-04-08  955:  "js-sys",
f3c59f8e45 2025-04-08  956:  "log",
f3c59f8e45 2025-04-08  957:  "wasm-bindgen",
f3c59f8e45 2025-04-08  958:  "windows-core",
f3c59f8e45 2025-04-08  959: ]
f3c59f8e45 2025-04-08  960: 
f3c59f8e45 2025-04-08  961: [[package]]
f3c59f8e45 2025-04-08  962: name = "iana-time-zone-haiku"
f3c59f8e45 2025-04-08  963: version = "0.1.2"
f3c59f8e45 2025-04-08  964: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08  965: checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
f3c59f8e45 2025-04-08  966: dependencies = [
f3c59f8e45 2025-04-08  967:  "cc",
                       968: ]
                       969: 
                       970: [[package]]
                       971: name = "icu_collections"
                       972: version = "1.5.0"
                       973: source = "registry+https://github.com/rust-lang/crates.io-index"
                       974: checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
                       975: dependencies = [
                       976:  "displaydoc",
                       977:  "yoke",
                       978:  "zerofrom",
                       979:  "zerovec",
                       980: ]
                       981: 
                       982: [[package]]
                       983: name = "icu_locid"
                       984: version = "1.5.0"
                       985: source = "registry+https://github.com/rust-lang/crates.io-index"
                       986: checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
                       987: dependencies = [
                       988:  "displaydoc",
                       989:  "litemap",
                       990:  "tinystr",
                       991:  "writeable",
                       992:  "zerovec",
                       993: ]
                       994: 
                       995: [[package]]
                       996: name = "icu_locid_transform"
                       997: version = "1.5.0"
                       998: source = "registry+https://github.com/rust-lang/crates.io-index"
                       999: checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
                      1000: dependencies = [
                      1001:  "displaydoc",
                      1002:  "icu_locid",
                      1003:  "icu_locid_transform_data",
                      1004:  "icu_provider",
                      1005:  "tinystr",
                      1006:  "zerovec",
                      1007: ]
                      1008: 
                      1009: [[package]]
                      1010: name = "icu_locid_transform_data"
                      1011: version = "1.5.1"
                      1012: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1013: checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
                      1014: 
                      1015: [[package]]
                      1016: name = "icu_normalizer"
                      1017: version = "1.5.0"
                      1018: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1019: checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
                      1020: dependencies = [
                      1021:  "displaydoc",
                      1022:  "icu_collections",
                      1023:  "icu_normalizer_data",
                      1024:  "icu_properties",
                      1025:  "icu_provider",
                      1026:  "smallvec",
                      1027:  "utf16_iter",
                      1028:  "utf8_iter",
                      1029:  "write16",
                      1030:  "zerovec",
                      1031: ]
                      1032: 
                      1033: [[package]]
                      1034: name = "icu_normalizer_data"
                      1035: version = "1.5.1"
                      1036: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1037: checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
                      1038: 
                      1039: [[package]]
                      1040: name = "icu_properties"
                      1041: version = "1.5.1"
                      1042: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1043: checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
                      1044: dependencies = [
                      1045:  "displaydoc",
                      1046:  "icu_collections",
                      1047:  "icu_locid_transform",
                      1048:  "icu_properties_data",
                      1049:  "icu_provider",
                      1050:  "tinystr",
                      1051:  "zerovec",
                      1052: ]
                      1053: 
                      1054: [[package]]
                      1055: name = "icu_properties_data"
                      1056: version = "1.5.1"
                      1057: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1058: checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
                      1059: 
                      1060: [[package]]
                      1061: name = "icu_provider"
                      1062: version = "1.5.0"
                      1063: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1064: checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
                      1065: dependencies = [
                      1066:  "displaydoc",
                      1067:  "icu_locid",
                      1068:  "icu_provider_macros",
                      1069:  "stable_deref_trait",
                      1070:  "tinystr",
                      1071:  "writeable",
                      1072:  "yoke",
                      1073:  "zerofrom",
                      1074:  "zerovec",
                      1075: ]
                      1076: 
                      1077: [[package]]
                      1078: name = "icu_provider_macros"
                      1079: version = "1.5.0"
                      1080: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1081: checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
                      1082: dependencies = [
                      1083:  "proc-macro2",
                      1084:  "quote",
                      1085:  "syn 2.0.100",
                      1086: ]
                      1087: 
                      1088: [[package]]
                      1089: name = "ident_case"
                      1090: version = "1.0.1"
                      1091: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1092: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
                      1093: 
                      1094: [[package]]
                      1095: name = "idna"
                      1096: version = "1.0.3"
                      1097: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1098: checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
                      1099: dependencies = [
                      1100:  "idna_adapter",
                      1101:  "smallvec",
                      1102:  "utf8_iter",
                      1103: ]
                      1104: 
                      1105: [[package]]
                      1106: name = "idna_adapter"
                      1107: version = "1.2.0"
                      1108: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1109: checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
                      1110: dependencies = [
                      1111:  "icu_normalizer",
                      1112:  "icu_properties",
                      1113: ]
                      1114: 
                      1115: [[package]]
f3c59f8e45 2025-04-08 1116: name = "include_dir"
f3c59f8e45 2025-04-08 1117: version = "0.7.4"
f3c59f8e45 2025-04-08 1118: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1119: checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
f3c59f8e45 2025-04-08 1120: dependencies = [
f3c59f8e45 2025-04-08 1121:  "include_dir_macros",
f3c59f8e45 2025-04-08 1122: ]
f3c59f8e45 2025-04-08 1123: 
f3c59f8e45 2025-04-08 1124: [[package]]
f3c59f8e45 2025-04-08 1125: name = "include_dir_macros"
f3c59f8e45 2025-04-08 1126: version = "0.7.4"
f3c59f8e45 2025-04-08 1127: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1128: checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
f3c59f8e45 2025-04-08 1129: dependencies = [
f3c59f8e45 2025-04-08 1130:  "proc-macro2",
f3c59f8e45 2025-04-08 1131:  "quote",
f3c59f8e45 2025-04-08 1132: ]
f3c59f8e45 2025-04-08 1133: 
f3c59f8e45 2025-04-08 1134: [[package]]
f3c59f8e45 2025-04-08 1135: name = "indexmap"
f3c59f8e45 2025-04-08 1136: version = "1.9.3"
f3c59f8e45 2025-04-08 1137: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1138: checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
f3c59f8e45 2025-04-08 1139: dependencies = [
f3c59f8e45 2025-04-08 1140:  "autocfg",
f3c59f8e45 2025-04-08 1141:  "hashbrown 0.12.3",
f3c59f8e45 2025-04-08 1142:  "serde",
f3c59f8e45 2025-04-08 1143: ]
f3c59f8e45 2025-04-08 1144: 
f3c59f8e45 2025-04-08 1145: [[package]]
                      1146: name = "indexmap"
                      1147: version = "2.9.0"
                      1148: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1149: checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
                      1150: dependencies = [
                      1151:  "equivalent",
f3c59f8e45 2025-04-08 1152:  "hashbrown 0.15.2",
f3c59f8e45 2025-04-08 1153:  "serde",
                      1154: ]
                      1155: 
                      1156: [[package]]
                      1157: name = "ipnet"
                      1158: version = "2.11.0"
                      1159: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1160: checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
f3c59f8e45 2025-04-08 1161: 
f3c59f8e45 2025-04-08 1162: [[package]]
f3c59f8e45 2025-04-08 1163: name = "itertools"
f3c59f8e45 2025-04-08 1164: version = "0.10.5"
f3c59f8e45 2025-04-08 1165: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1166: checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
f3c59f8e45 2025-04-08 1167: dependencies = [
f3c59f8e45 2025-04-08 1168:  "either",
f3c59f8e45 2025-04-08 1169: ]
                      1170: 
                      1171: [[package]]
                      1172: name = "itertools"
                      1173: version = "0.12.1"
                      1174: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1175: checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
                      1176: dependencies = [
                      1177:  "either",
                      1178: ]
                      1179: 
                      1180: [[package]]
                      1181: name = "itoa"
                      1182: version = "1.0.15"
                      1183: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1184: checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
                      1185: 
                      1186: [[package]]
                      1187: name = "jobserver"
                      1188: version = "0.1.33"
                      1189: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1190: checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
                      1191: dependencies = [
                      1192:  "getrandom 0.3.2",
                      1193:  "libc",
                      1194: ]
                      1195: 
                      1196: [[package]]
                      1197: name = "js-sys"
                      1198: version = "0.3.77"
                      1199: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1200: checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
                      1201: dependencies = [
                      1202:  "once_cell",
                      1203:  "wasm-bindgen",
                      1204: ]
                      1205: 
                      1206: [[package]]
                      1207: name = "just-getopt"
                      1208: version = "1.4.1"
                      1209: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1210: checksum = "e980dcd60cd2854675f36724dcf5d9975b387dac1d2dd798fe68b6542c83ae85"
                      1211: 
                      1212: [[package]]
                      1213: name = "kv-log-macro"
                      1214: version = "1.0.7"
                      1215: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1216: checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
                      1217: dependencies = [
                      1218:  "log",
                      1219: ]
                      1220: 
                      1221: [[package]]
                      1222: name = "lazy_static"
                      1223: version = "1.5.0"
                      1224: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1225: checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
                      1226: 
                      1227: [[package]]
                      1228: name = "lazycell"
                      1229: version = "1.3.0"
                      1230: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1231: checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
                      1232: 
                      1233: [[package]]
                      1234: name = "libc"
                      1235: version = "0.2.171"
                      1236: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1237: checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
                      1238: 
                      1239: [[package]]
                      1240: name = "libloading"
                      1241: version = "0.8.6"
                      1242: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1243: checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
                      1244: dependencies = [
                      1245:  "cfg-if",
                      1246:  "windows-targets 0.52.6",
                      1247: ]
                      1248: 
                      1249: [[package]]
                      1250: name = "linux-raw-sys"
                      1251: version = "0.4.15"
                      1252: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1253: checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
                      1254: 
                      1255: [[package]]
f3c59f8e45 2025-04-08 1256: name = "linux-raw-sys"
f3c59f8e45 2025-04-08 1257: version = "0.9.3"
f3c59f8e45 2025-04-08 1258: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1259: checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
f3c59f8e45 2025-04-08 1260: 
f3c59f8e45 2025-04-08 1261: [[package]]
                      1262: name = "litemap"
                      1263: version = "0.7.5"
                      1264: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1265: checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
                      1266: 
                      1267: [[package]]
                      1268: name = "log"
                      1269: version = "0.4.27"
                      1270: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1271: checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
                      1272: dependencies = [
                      1273:  "value-bag",
                      1274: ]
                      1275: 
                      1276: [[package]]
                      1277: name = "mail-parser"
                      1278: version = "0.10.2"
                      1279: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1280: checksum = "187a2b93c4c8c32f552ee06c2d99915e575de2fc7e04b07891c9edfee5b8edd6"
                      1281: dependencies = [
                      1282:  "encoding_rs",
                      1283:  "hashify",
                      1284:  "serde",
                      1285: ]
                      1286: 
                      1287: [[package]]
                      1288: name = "mailin"
                      1289: version = "0.6.5"
                      1290: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1291: checksum = "261c858a4b0f914d12dd9da38b9e55a7d991cd6c3e369f503344c4f1c2137fc4"
                      1292: dependencies = [
                      1293:  "base64-compat",
                      1294:  "either",
                      1295:  "log",
                      1296:  "nom",
                      1297:  "ternop",
                      1298: ]
                      1299: 
                      1300: [[package]]
                      1301: name = "mailin-embedded"
                      1302: version = "0.8.3"
                      1303: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1304: checksum = "c60f4b1d7bed01be9f6fa08ad92c50f1d53c61e1461a058b94197046bfc5844f"
                      1305: dependencies = [
                      1306:  "bufstream-fresh",
                      1307:  "cfg-if",
                      1308:  "log",
                      1309:  "mailin",
                      1310:  "rustls",
                      1311:  "rustls-pemfile",
                      1312:  "scoped_threadpool",
                      1313: ]
                      1314: 
                      1315: [[package]]
                      1316: name = "memchr"
                      1317: version = "2.7.4"
                      1318: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1319: checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
                      1320: 
                      1321: [[package]]
                      1322: name = "mime"
                      1323: version = "0.3.17"
                      1324: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1325: checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
                      1326: 
                      1327: [[package]]
                      1328: name = "mime_guess"
                      1329: version = "2.0.5"
                      1330: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1331: checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
                      1332: dependencies = [
                      1333:  "mime",
                      1334:  "unicase",
                      1335: ]
                      1336: 
                      1337: [[package]]
                      1338: name = "minimal-lexical"
                      1339: version = "0.2.1"
                      1340: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1341: checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
                      1342: 
                      1343: [[package]]
                      1344: name = "miniz_oxide"
f3c59f8e45 2025-04-08 1345: version = "0.8.7"
                      1346: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1347: checksum = "ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430"
                      1348: dependencies = [
                      1349:  "adler2",
                      1350: ]
                      1351: 
                      1352: [[package]]
                      1353: name = "mio"
                      1354: version = "1.0.3"
                      1355: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1356: checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
                      1357: dependencies = [
                      1358:  "libc",
                      1359:  "wasi 0.11.0+wasi-snapshot-preview1",
                      1360:  "windows-sys 0.52.0",
                      1361: ]
                      1362: 
                      1363: [[package]]
f3c59f8e45 2025-04-08 1364: name = "native-tls"
f3c59f8e45 2025-04-08 1365: version = "0.2.14"
f3c59f8e45 2025-04-08 1366: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1367: checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
f3c59f8e45 2025-04-08 1368: dependencies = [
f3c59f8e45 2025-04-08 1369:  "libc",
f3c59f8e45 2025-04-08 1370:  "log",
f3c59f8e45 2025-04-08 1371:  "openssl",
f3c59f8e45 2025-04-08 1372:  "openssl-probe",
f3c59f8e45 2025-04-08 1373:  "openssl-sys",
f3c59f8e45 2025-04-08 1374:  "schannel",
f3c59f8e45 2025-04-08 1375:  "security-framework",
f3c59f8e45 2025-04-08 1376:  "security-framework-sys",
f3c59f8e45 2025-04-08 1377:  "tempfile",
f3c59f8e45 2025-04-08 1378: ]
f3c59f8e45 2025-04-08 1379: 
f3c59f8e45 2025-04-08 1380: [[package]]
                      1381: name = "nom"
                      1382: version = "7.1.3"
                      1383: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1384: checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
                      1385: dependencies = [
                      1386:  "memchr",
                      1387:  "minimal-lexical",
f3c59f8e45 2025-04-08 1388: ]
f3c59f8e45 2025-04-08 1389: 
f3c59f8e45 2025-04-08 1390: [[package]]
f3c59f8e45 2025-04-08 1391: name = "num-conv"
f3c59f8e45 2025-04-08 1392: version = "0.1.0"
f3c59f8e45 2025-04-08 1393: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1394: checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
f3c59f8e45 2025-04-08 1395: 
f3c59f8e45 2025-04-08 1396: [[package]]
f3c59f8e45 2025-04-08 1397: name = "num-traits"
f3c59f8e45 2025-04-08 1398: version = "0.2.19"
f3c59f8e45 2025-04-08 1399: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1400: checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
f3c59f8e45 2025-04-08 1401: dependencies = [
f3c59f8e45 2025-04-08 1402:  "autocfg",
                      1403: ]
                      1404: 
                      1405: [[package]]
                      1406: name = "object"
                      1407: version = "0.36.7"
                      1408: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1409: checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
                      1410: dependencies = [
                      1411:  "memchr",
                      1412: ]
                      1413: 
                      1414: [[package]]
                      1415: name = "once_cell"
                      1416: version = "1.21.3"
                      1417: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1418: checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
                      1419: 
                      1420: [[package]]
f3c59f8e45 2025-04-08 1421: name = "openssl"
f3c59f8e45 2025-04-08 1422: version = "0.10.72"
f3c59f8e45 2025-04-08 1423: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1424: checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
f3c59f8e45 2025-04-08 1425: dependencies = [
f3c59f8e45 2025-04-08 1426:  "bitflags",
f3c59f8e45 2025-04-08 1427:  "cfg-if",
f3c59f8e45 2025-04-08 1428:  "foreign-types",
f3c59f8e45 2025-04-08 1429:  "libc",
f3c59f8e45 2025-04-08 1430:  "once_cell",
f3c59f8e45 2025-04-08 1431:  "openssl-macros",
f3c59f8e45 2025-04-08 1432:  "openssl-sys",
f3c59f8e45 2025-04-08 1433: ]
f3c59f8e45 2025-04-08 1434: 
f3c59f8e45 2025-04-08 1435: [[package]]
f3c59f8e45 2025-04-08 1436: name = "openssl-macros"
f3c59f8e45 2025-04-08 1437: version = "0.1.1"
f3c59f8e45 2025-04-08 1438: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1439: checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
f3c59f8e45 2025-04-08 1440: dependencies = [
f3c59f8e45 2025-04-08 1441:  "proc-macro2",
f3c59f8e45 2025-04-08 1442:  "quote",
f3c59f8e45 2025-04-08 1443:  "syn 2.0.100",
f3c59f8e45 2025-04-08 1444: ]
f3c59f8e45 2025-04-08 1445: 
f3c59f8e45 2025-04-08 1446: [[package]]
f3c59f8e45 2025-04-08 1447: name = "openssl-probe"
f3c59f8e45 2025-04-08 1448: version = "0.1.6"
f3c59f8e45 2025-04-08 1449: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1450: checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
f3c59f8e45 2025-04-08 1451: 
f3c59f8e45 2025-04-08 1452: [[package]]
f3c59f8e45 2025-04-08 1453: name = "openssl-sys"
f3c59f8e45 2025-04-08 1454: version = "0.9.107"
f3c59f8e45 2025-04-08 1455: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1456: checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
f3c59f8e45 2025-04-08 1457: dependencies = [
f3c59f8e45 2025-04-08 1458:  "cc",
f3c59f8e45 2025-04-08 1459:  "libc",
f3c59f8e45 2025-04-08 1460:  "pkg-config",
f3c59f8e45 2025-04-08 1461:  "vcpkg",
f3c59f8e45 2025-04-08 1462: ]
f3c59f8e45 2025-04-08 1463: 
f3c59f8e45 2025-04-08 1464: [[package]]
                      1465: name = "parking"
                      1466: version = "2.2.1"
                      1467: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1468: checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
                      1469: 
                      1470: [[package]]
                      1471: name = "pathdiff"
                      1472: version = "0.2.3"
                      1473: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1474: checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
                      1475: 
                      1476: [[package]]
                      1477: name = "percent-encoding"
                      1478: version = "2.3.1"
                      1479: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1480: checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
f3c59f8e45 2025-04-08 1481: 
f3c59f8e45 2025-04-08 1482: [[package]]
f3c59f8e45 2025-04-08 1483: name = "pin-project"
f3c59f8e45 2025-04-08 1484: version = "1.1.10"
f3c59f8e45 2025-04-08 1485: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1486: checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
f3c59f8e45 2025-04-08 1487: dependencies = [
f3c59f8e45 2025-04-08 1488:  "pin-project-internal",
f3c59f8e45 2025-04-08 1489: ]
f3c59f8e45 2025-04-08 1490: 
f3c59f8e45 2025-04-08 1491: [[package]]
f3c59f8e45 2025-04-08 1492: name = "pin-project-internal"
f3c59f8e45 2025-04-08 1493: version = "1.1.10"
f3c59f8e45 2025-04-08 1494: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1495: checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
f3c59f8e45 2025-04-08 1496: dependencies = [
f3c59f8e45 2025-04-08 1497:  "proc-macro2",
f3c59f8e45 2025-04-08 1498:  "quote",
f3c59f8e45 2025-04-08 1499:  "syn 2.0.100",
f3c59f8e45 2025-04-08 1500: ]
                      1501: 
                      1502: [[package]]
                      1503: name = "pin-project-lite"
                      1504: version = "0.2.16"
                      1505: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1506: checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
                      1507: 
                      1508: [[package]]
                      1509: name = "pin-utils"
                      1510: version = "0.1.0"
                      1511: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1512: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
                      1513: 
                      1514: [[package]]
                      1515: name = "piper"
                      1516: version = "0.2.4"
                      1517: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1518: checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
                      1519: dependencies = [
                      1520:  "atomic-waker",
                      1521:  "fastrand",
                      1522:  "futures-io",
                      1523: ]
                      1524: 
                      1525: [[package]]
f3c59f8e45 2025-04-08 1526: name = "pkg-config"
f3c59f8e45 2025-04-08 1527: version = "0.3.32"
f3c59f8e45 2025-04-08 1528: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1529: checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
f3c59f8e45 2025-04-08 1530: 
f3c59f8e45 2025-04-08 1531: [[package]]
                      1532: name = "polling"
                      1533: version = "3.7.4"
                      1534: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1535: checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
                      1536: dependencies = [
                      1537:  "cfg-if",
                      1538:  "concurrent-queue",
                      1539:  "hermit-abi",
                      1540:  "pin-project-lite",
f3c59f8e45 2025-04-08 1541:  "rustix 0.38.44",
                      1542:  "tracing",
                      1543:  "windows-sys 0.59.0",
                      1544: ]
f3c59f8e45 2025-04-08 1545: 
f3c59f8e45 2025-04-08 1546: [[package]]
f3c59f8e45 2025-04-08 1547: name = "powerfmt"
f3c59f8e45 2025-04-08 1548: version = "0.2.0"
f3c59f8e45 2025-04-08 1549: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1550: checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
                      1551: 
                      1552: [[package]]
                      1553: name = "ppv-lite86"
                      1554: version = "0.2.21"
                      1555: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1556: checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
                      1557: dependencies = [
                      1558:  "zerocopy",
                      1559: ]
                      1560: 
                      1561: [[package]]
                      1562: name = "prettyplease"
                      1563: version = "0.2.32"
                      1564: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1565: checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
                      1566: dependencies = [
                      1567:  "proc-macro2",
                      1568:  "syn 2.0.100",
                      1569: ]
                      1570: 
                      1571: [[package]]
f3c59f8e45 2025-04-08 1572: name = "proc-macro-error-attr2"
f3c59f8e45 2025-04-08 1573: version = "2.0.0"
f3c59f8e45 2025-04-08 1574: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1575: checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
f3c59f8e45 2025-04-08 1576: dependencies = [
f3c59f8e45 2025-04-08 1577:  "proc-macro2",
f3c59f8e45 2025-04-08 1578:  "quote",
f3c59f8e45 2025-04-08 1579: ]
f3c59f8e45 2025-04-08 1580: 
f3c59f8e45 2025-04-08 1581: [[package]]
f3c59f8e45 2025-04-08 1582: name = "proc-macro-error2"
f3c59f8e45 2025-04-08 1583: version = "2.0.1"
f3c59f8e45 2025-04-08 1584: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1585: checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
f3c59f8e45 2025-04-08 1586: dependencies = [
f3c59f8e45 2025-04-08 1587:  "proc-macro-error-attr2",
f3c59f8e45 2025-04-08 1588:  "proc-macro2",
f3c59f8e45 2025-04-08 1589:  "quote",
f3c59f8e45 2025-04-08 1590: ]
f3c59f8e45 2025-04-08 1591: 
f3c59f8e45 2025-04-08 1592: [[package]]
                      1593: name = "proc-macro2"
                      1594: version = "1.0.94"
                      1595: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1596: checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
                      1597: dependencies = [
                      1598:  "unicode-ident",
f3c59f8e45 2025-04-08 1599: ]
f3c59f8e45 2025-04-08 1600: 
f3c59f8e45 2025-04-08 1601: [[package]]
f3c59f8e45 2025-04-08 1602: name = "psm"
f3c59f8e45 2025-04-08 1603: version = "0.1.25"
f3c59f8e45 2025-04-08 1604: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1605: checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
f3c59f8e45 2025-04-08 1606: dependencies = [
f3c59f8e45 2025-04-08 1607:  "cc",
                      1608: ]
                      1609: 
                      1610: [[package]]
                      1611: name = "quinn"
                      1612: version = "0.11.7"
                      1613: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1614: checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
                      1615: dependencies = [
                      1616:  "bytes",
                      1617:  "cfg_aliases",
                      1618:  "pin-project-lite",
                      1619:  "quinn-proto",
                      1620:  "quinn-udp",
                      1621:  "rustc-hash 2.1.1",
                      1622:  "rustls",
                      1623:  "socket2",
                      1624:  "thiserror",
                      1625:  "tokio",
                      1626:  "tracing",
                      1627:  "web-time",
                      1628: ]
                      1629: 
                      1630: [[package]]
                      1631: name = "quinn-proto"
                      1632: version = "0.11.10"
                      1633: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1634: checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
                      1635: dependencies = [
                      1636:  "bytes",
                      1637:  "getrandom 0.3.2",
                      1638:  "rand",
                      1639:  "ring",
                      1640:  "rustc-hash 2.1.1",
                      1641:  "rustls",
                      1642:  "rustls-pki-types",
                      1643:  "slab",
                      1644:  "thiserror",
                      1645:  "tinyvec",
                      1646:  "tracing",
                      1647:  "web-time",
                      1648: ]
                      1649: 
                      1650: [[package]]
                      1651: name = "quinn-udp"
                      1652: version = "0.5.11"
                      1653: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1654: checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
                      1655: dependencies = [
                      1656:  "cfg_aliases",
                      1657:  "libc",
                      1658:  "once_cell",
                      1659:  "socket2",
                      1660:  "tracing",
f3c59f8e45 2025-04-08 1661:  "windows-sys 0.59.0",
                      1662: ]
                      1663: 
                      1664: [[package]]
                      1665: name = "quote"
                      1666: version = "1.0.40"
                      1667: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1668: checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
                      1669: dependencies = [
                      1670:  "proc-macro2",
                      1671: ]
                      1672: 
                      1673: [[package]]
                      1674: name = "r-efi"
                      1675: version = "5.2.0"
                      1676: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1677: checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
                      1678: 
                      1679: [[package]]
                      1680: name = "rand"
                      1681: version = "0.9.0"
                      1682: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1683: checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
                      1684: dependencies = [
                      1685:  "rand_chacha",
                      1686:  "rand_core",
                      1687:  "zerocopy",
                      1688: ]
                      1689: 
                      1690: [[package]]
                      1691: name = "rand_chacha"
                      1692: version = "0.9.0"
                      1693: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1694: checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
                      1695: dependencies = [
                      1696:  "ppv-lite86",
                      1697:  "rand_core",
                      1698: ]
                      1699: 
                      1700: [[package]]
                      1701: name = "rand_core"
                      1702: version = "0.9.3"
                      1703: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1704: checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
                      1705: dependencies = [
                      1706:  "getrandom 0.3.2",
                      1707: ]
                      1708: 
                      1709: [[package]]
f3c59f8e45 2025-04-08 1710: name = "rc-box"
f3c59f8e45 2025-04-08 1711: version = "1.3.0"
f3c59f8e45 2025-04-08 1712: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1713: checksum = "897fecc9fac6febd4408f9e935e86df739b0023b625e610e0357535b9c8adad0"
f3c59f8e45 2025-04-08 1714: dependencies = [
f3c59f8e45 2025-04-08 1715:  "erasable",
f3c59f8e45 2025-04-08 1716: ]
f3c59f8e45 2025-04-08 1717: 
f3c59f8e45 2025-04-08 1718: [[package]]
                      1719: name = "regex"
                      1720: version = "1.11.1"
                      1721: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1722: checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
                      1723: dependencies = [
                      1724:  "aho-corasick",
                      1725:  "memchr",
                      1726:  "regex-automata",
                      1727:  "regex-syntax",
                      1728: ]
                      1729: 
                      1730: [[package]]
                      1731: name = "regex-automata"
                      1732: version = "0.4.9"
                      1733: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1734: checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
                      1735: dependencies = [
                      1736:  "aho-corasick",
                      1737:  "memchr",
                      1738:  "regex-syntax",
                      1739: ]
                      1740: 
                      1741: [[package]]
                      1742: name = "regex-syntax"
                      1743: version = "0.8.5"
                      1744: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1745: checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
                      1746: 
                      1747: [[package]]
                      1748: name = "reqwest"
                      1749: version = "0.12.15"
                      1750: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1751: checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
                      1752: dependencies = [
                      1753:  "base64",
                      1754:  "bytes",
                      1755:  "futures-core",
                      1756:  "futures-util",
                      1757:  "http",
                      1758:  "http-body",
                      1759:  "http-body-util",
                      1760:  "hyper",
                      1761:  "hyper-rustls",
f3c59f8e45 2025-04-08 1762:  "hyper-tls",
                      1763:  "hyper-util",
                      1764:  "ipnet",
                      1765:  "js-sys",
                      1766:  "log",
                      1767:  "mime",
                      1768:  "mime_guess",
f3c59f8e45 2025-04-08 1769:  "native-tls",
                      1770:  "once_cell",
                      1771:  "percent-encoding",
                      1772:  "pin-project-lite",
                      1773:  "quinn",
                      1774:  "rustls",
                      1775:  "rustls-pemfile",
                      1776:  "rustls-pki-types",
                      1777:  "serde",
                      1778:  "serde_json",
                      1779:  "serde_urlencoded",
                      1780:  "sync_wrapper",
                      1781:  "tokio",
f3c59f8e45 2025-04-08 1782:  "tokio-native-tls",
                      1783:  "tokio-rustls",
                      1784:  "tokio-util",
                      1785:  "tower",
                      1786:  "tower-service",
                      1787:  "url",
                      1788:  "wasm-bindgen",
                      1789:  "wasm-bindgen-futures",
                      1790:  "wasm-streams",
                      1791:  "web-sys",
                      1792:  "webpki-roots",
                      1793:  "windows-registry",
f3c59f8e45 2025-04-08 1794: ]
f3c59f8e45 2025-04-08 1795: 
f3c59f8e45 2025-04-08 1796: [[package]]
f3c59f8e45 2025-04-08 1797: name = "rgb"
f3c59f8e45 2025-04-08 1798: version = "0.8.50"
f3c59f8e45 2025-04-08 1799: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1800: checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
f3c59f8e45 2025-04-08 1801: dependencies = [
f3c59f8e45 2025-04-08 1802:  "bytemuck",
                      1803: ]
                      1804: 
                      1805: [[package]]
                      1806: name = "ring"
                      1807: version = "0.17.14"
                      1808: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1809: checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
                      1810: dependencies = [
                      1811:  "cc",
                      1812:  "cfg-if",
                      1813:  "getrandom 0.2.15",
                      1814:  "libc",
                      1815:  "untrusted",
                      1816:  "windows-sys 0.52.0",
                      1817: ]
                      1818: 
                      1819: [[package]]
                      1820: name = "rustc-demangle"
                      1821: version = "0.1.24"
                      1822: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1823: checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
                      1824: 
                      1825: [[package]]
                      1826: name = "rustc-hash"
                      1827: version = "1.1.0"
                      1828: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1829: checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
                      1830: 
                      1831: [[package]]
                      1832: name = "rustc-hash"
                      1833: version = "2.1.1"
                      1834: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1835: checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
                      1836: 
                      1837: [[package]]
                      1838: name = "rustix"
                      1839: version = "0.38.44"
                      1840: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1841: checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
                      1842: dependencies = [
                      1843:  "bitflags",
                      1844:  "errno",
                      1845:  "libc",
f3c59f8e45 2025-04-08 1846:  "linux-raw-sys 0.4.15",
f3c59f8e45 2025-04-08 1847:  "windows-sys 0.59.0",
f3c59f8e45 2025-04-08 1848: ]
f3c59f8e45 2025-04-08 1849: 
f3c59f8e45 2025-04-08 1850: [[package]]
f3c59f8e45 2025-04-08 1851: name = "rustix"
f3c59f8e45 2025-04-08 1852: version = "1.0.5"
f3c59f8e45 2025-04-08 1853: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1854: checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
f3c59f8e45 2025-04-08 1855: dependencies = [
f3c59f8e45 2025-04-08 1856:  "bitflags",
f3c59f8e45 2025-04-08 1857:  "errno",
f3c59f8e45 2025-04-08 1858:  "libc",
f3c59f8e45 2025-04-08 1859:  "linux-raw-sys 0.9.3",
                      1860:  "windows-sys 0.59.0",
                      1861: ]
                      1862: 
                      1863: [[package]]
                      1864: name = "rustls"
f3c59f8e45 2025-04-08 1865: version = "0.23.25"
                      1866: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1867: checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
                      1868: dependencies = [
                      1869:  "aws-lc-rs",
                      1870:  "log",
                      1871:  "once_cell",
                      1872:  "ring",
                      1873:  "rustls-pki-types",
                      1874:  "rustls-webpki",
                      1875:  "subtle",
                      1876:  "zeroize",
                      1877: ]
                      1878: 
                      1879: [[package]]
                      1880: name = "rustls-pemfile"
                      1881: version = "2.2.0"
                      1882: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1883: checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
                      1884: dependencies = [
                      1885:  "rustls-pki-types",
                      1886: ]
                      1887: 
                      1888: [[package]]
                      1889: name = "rustls-pki-types"
                      1890: version = "1.11.0"
                      1891: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1892: checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
                      1893: dependencies = [
                      1894:  "web-time",
                      1895: ]
                      1896: 
                      1897: [[package]]
                      1898: name = "rustls-webpki"
                      1899: version = "0.103.1"
                      1900: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1901: checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
                      1902: dependencies = [
                      1903:  "aws-lc-rs",
                      1904:  "ring",
                      1905:  "rustls-pki-types",
                      1906:  "untrusted",
                      1907: ]
                      1908: 
                      1909: [[package]]
                      1910: name = "rustversion"
                      1911: version = "1.0.20"
                      1912: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1913: checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
                      1914: 
                      1915: [[package]]
                      1916: name = "ryu"
                      1917: version = "1.0.20"
                      1918: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1919: checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
                      1920: 
                      1921: [[package]]
f3c59f8e45 2025-04-08 1922: name = "schannel"
f3c59f8e45 2025-04-08 1923: version = "0.1.27"
f3c59f8e45 2025-04-08 1924: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1925: checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
f3c59f8e45 2025-04-08 1926: dependencies = [
f3c59f8e45 2025-04-08 1927:  "windows-sys 0.59.0",
f3c59f8e45 2025-04-08 1928: ]
f3c59f8e45 2025-04-08 1929: 
f3c59f8e45 2025-04-08 1930: [[package]]
                      1931: name = "scoped_threadpool"
                      1932: version = "0.1.9"
                      1933: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1934: checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
f3c59f8e45 2025-04-08 1935: 
f3c59f8e45 2025-04-08 1936: [[package]]
f3c59f8e45 2025-04-08 1937: name = "scopeguard"
f3c59f8e45 2025-04-08 1938: version = "1.2.0"
f3c59f8e45 2025-04-08 1939: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1940: checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
f3c59f8e45 2025-04-08 1941: 
f3c59f8e45 2025-04-08 1942: [[package]]
f3c59f8e45 2025-04-08 1943: name = "security-framework"
f3c59f8e45 2025-04-08 1944: version = "2.11.1"
f3c59f8e45 2025-04-08 1945: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1946: checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
f3c59f8e45 2025-04-08 1947: dependencies = [
f3c59f8e45 2025-04-08 1948:  "bitflags",
f3c59f8e45 2025-04-08 1949:  "core-foundation",
f3c59f8e45 2025-04-08 1950:  "core-foundation-sys",
f3c59f8e45 2025-04-08 1951:  "libc",
f3c59f8e45 2025-04-08 1952:  "security-framework-sys",
f3c59f8e45 2025-04-08 1953: ]
f3c59f8e45 2025-04-08 1954: 
f3c59f8e45 2025-04-08 1955: [[package]]
f3c59f8e45 2025-04-08 1956: name = "security-framework-sys"
f3c59f8e45 2025-04-08 1957: version = "2.14.0"
f3c59f8e45 2025-04-08 1958: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 1959: checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
f3c59f8e45 2025-04-08 1960: dependencies = [
f3c59f8e45 2025-04-08 1961:  "core-foundation-sys",
f3c59f8e45 2025-04-08 1962:  "libc",
f3c59f8e45 2025-04-08 1963: ]
                      1964: 
                      1965: [[package]]
                      1966: name = "serde"
                      1967: version = "1.0.219"
                      1968: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1969: checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
                      1970: dependencies = [
                      1971:  "serde_derive",
                      1972: ]
                      1973: 
                      1974: [[package]]
                      1975: name = "serde_derive"
                      1976: version = "1.0.219"
                      1977: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1978: checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
                      1979: dependencies = [
                      1980:  "proc-macro2",
                      1981:  "quote",
                      1982:  "syn 2.0.100",
                      1983: ]
                      1984: 
                      1985: [[package]]
                      1986: name = "serde_json"
                      1987: version = "1.0.140"
                      1988: source = "registry+https://github.com/rust-lang/crates.io-index"
                      1989: checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
                      1990: dependencies = [
                      1991:  "itoa",
                      1992:  "memchr",
                      1993:  "ryu",
                      1994:  "serde",
                      1995: ]
                      1996: 
                      1997: [[package]]
                      1998: name = "serde_spanned"
                      1999: version = "0.6.8"
                      2000: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2001: checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
                      2002: dependencies = [
                      2003:  "serde",
                      2004: ]
                      2005: 
                      2006: [[package]]
                      2007: name = "serde_urlencoded"
                      2008: version = "0.7.1"
                      2009: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2010: checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
                      2011: dependencies = [
                      2012:  "form_urlencoded",
                      2013:  "itoa",
                      2014:  "ryu",
                      2015:  "serde",
                      2016: ]
                      2017: 
                      2018: [[package]]
                      2019: name = "serde_with"
                      2020: version = "3.12.0"
                      2021: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2022: checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
                      2023: dependencies = [
f3c59f8e45 2025-04-08 2024:  "base64",
f3c59f8e45 2025-04-08 2025:  "chrono",
f3c59f8e45 2025-04-08 2026:  "hex",
f3c59f8e45 2025-04-08 2027:  "indexmap 1.9.3",
f3c59f8e45 2025-04-08 2028:  "indexmap 2.9.0",
                      2029:  "serde",
                      2030:  "serde_derive",
f3c59f8e45 2025-04-08 2031:  "serde_json",
                      2032:  "serde_with_macros",
f3c59f8e45 2025-04-08 2033:  "time",
                      2034: ]
                      2035: 
                      2036: [[package]]
                      2037: name = "serde_with_macros"
                      2038: version = "3.12.0"
                      2039: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2040: checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
                      2041: dependencies = [
                      2042:  "darling",
                      2043:  "proc-macro2",
                      2044:  "quote",
                      2045:  "syn 2.0.100",
                      2046: ]
                      2047: 
                      2048: [[package]]
                      2049: name = "shlex"
                      2050: version = "1.3.0"
                      2051: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2052: checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
                      2053: 
                      2054: [[package]]
f3c59f8e45 2025-04-08 2055: name = "signal-hook-registry"
f3c59f8e45 2025-04-08 2056: version = "1.4.2"
f3c59f8e45 2025-04-08 2057: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2058: checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
f3c59f8e45 2025-04-08 2059: dependencies = [
f3c59f8e45 2025-04-08 2060:  "libc",
f3c59f8e45 2025-04-08 2061: ]
f3c59f8e45 2025-04-08 2062: 
f3c59f8e45 2025-04-08 2063: [[package]]
                      2064: name = "slab"
                      2065: version = "0.4.9"
                      2066: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2067: checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
                      2068: dependencies = [
                      2069:  "autocfg",
                      2070: ]
                      2071: 
                      2072: [[package]]
                      2073: name = "smallvec"
                      2074: version = "1.15.0"
                      2075: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2076: checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
                      2077: 
                      2078: [[package]]
                      2079: name = "smtp2tg"
f3c59f8e45 2025-04-08 2080: version = "0.3.10"
                      2081: dependencies = [
                      2082:  "anyhow",
                      2083:  "async-std",
                      2084:  "config",
                      2085:  "just-getopt",
                      2086:  "lazy_static",
                      2087:  "mail-parser",
                      2088:  "mailin-embedded",
                      2089:  "regex",
f3c59f8e45 2025-04-08 2090:  "teloxide",
                      2091:  "thiserror",
                      2092: ]
                      2093: 
                      2094: [[package]]
                      2095: name = "socket2"
                      2096: version = "0.5.9"
                      2097: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2098: checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
                      2099: dependencies = [
                      2100:  "libc",
                      2101:  "windows-sys 0.52.0",
                      2102: ]
                      2103: 
                      2104: [[package]]
                      2105: name = "stable_deref_trait"
                      2106: version = "1.2.0"
                      2107: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2108: checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
f3c59f8e45 2025-04-08 2109: 
f3c59f8e45 2025-04-08 2110: [[package]]
f3c59f8e45 2025-04-08 2111: name = "stacker"
f3c59f8e45 2025-04-08 2112: version = "0.1.20"
f3c59f8e45 2025-04-08 2113: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2114: checksum = "601f9201feb9b09c00266478bf459952b9ef9a6b94edb2f21eba14ab681a60a9"
f3c59f8e45 2025-04-08 2115: dependencies = [
f3c59f8e45 2025-04-08 2116:  "cc",
f3c59f8e45 2025-04-08 2117:  "cfg-if",
f3c59f8e45 2025-04-08 2118:  "libc",
f3c59f8e45 2025-04-08 2119:  "psm",
f3c59f8e45 2025-04-08 2120:  "windows-sys 0.59.0",
f3c59f8e45 2025-04-08 2121: ]
                      2122: 
                      2123: [[package]]
                      2124: name = "strsim"
                      2125: version = "0.11.1"
                      2126: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2127: checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
                      2128: 
                      2129: [[package]]
                      2130: name = "subtle"
                      2131: version = "2.6.1"
                      2132: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2133: checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
                      2134: 
                      2135: [[package]]
                      2136: name = "syn"
                      2137: version = "1.0.109"
                      2138: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2139: checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
                      2140: dependencies = [
                      2141:  "proc-macro2",
                      2142:  "quote",
                      2143:  "unicode-ident",
                      2144: ]
                      2145: 
                      2146: [[package]]
                      2147: name = "syn"
                      2148: version = "2.0.100"
                      2149: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2150: checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
                      2151: dependencies = [
                      2152:  "proc-macro2",
                      2153:  "quote",
                      2154:  "unicode-ident",
                      2155: ]
                      2156: 
                      2157: [[package]]
                      2158: name = "sync_wrapper"
                      2159: version = "1.0.2"
                      2160: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2161: checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
                      2162: dependencies = [
                      2163:  "futures-core",
                      2164: ]
                      2165: 
                      2166: [[package]]
                      2167: name = "synstructure"
                      2168: version = "0.13.1"
                      2169: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2170: checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
                      2171: dependencies = [
                      2172:  "proc-macro2",
                      2173:  "quote",
                      2174:  "syn 2.0.100",
                      2175: ]
                      2176: 
                      2177: [[package]]
f3c59f8e45 2025-04-08 2178: name = "take_mut"
f3c59f8e45 2025-04-08 2179: version = "0.2.2"
f3c59f8e45 2025-04-08 2180: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2181: checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
f3c59f8e45 2025-04-08 2182: 
f3c59f8e45 2025-04-08 2183: [[package]]
f3c59f8e45 2025-04-08 2184: name = "takecell"
f3c59f8e45 2025-04-08 2185: version = "0.1.1"
f3c59f8e45 2025-04-08 2186: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2187: checksum = "20f34339676cdcab560c9a82300c4c2581f68b9369aedf0fae86f2ff9565ff3e"
f3c59f8e45 2025-04-08 2188: 
f3c59f8e45 2025-04-08 2189: [[package]]
f3c59f8e45 2025-04-08 2190: name = "teloxide"
f3c59f8e45 2025-04-08 2191: version = "0.15.0"
f3c59f8e45 2025-04-08 2192: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2193: checksum = "17cb7c03a9217286fe11021dc72d5a674acbb0d3b24ba38d04f7efe7920e4948"
f3c59f8e45 2025-04-08 2194: dependencies = [
f3c59f8e45 2025-04-08 2195:  "aquamarine",
f3c59f8e45 2025-04-08 2196:  "bytes",
f3c59f8e45 2025-04-08 2197:  "derive_more",
f3c59f8e45 2025-04-08 2198:  "dptree",
f3c59f8e45 2025-04-08 2199:  "either",
f3c59f8e45 2025-04-08 2200:  "futures",
f3c59f8e45 2025-04-08 2201:  "log",
f3c59f8e45 2025-04-08 2202:  "mime",
f3c59f8e45 2025-04-08 2203:  "pin-project",
f3c59f8e45 2025-04-08 2204:  "serde",
f3c59f8e45 2025-04-08 2205:  "serde_json",
f3c59f8e45 2025-04-08 2206:  "teloxide-core",
f3c59f8e45 2025-04-08 2207:  "thiserror",
f3c59f8e45 2025-04-08 2208:  "tokio",
f3c59f8e45 2025-04-08 2209:  "tokio-stream",
f3c59f8e45 2025-04-08 2210:  "tokio-util",
f3c59f8e45 2025-04-08 2211:  "url",
f3c59f8e45 2025-04-08 2212: ]
f3c59f8e45 2025-04-08 2213: 
f3c59f8e45 2025-04-08 2214: [[package]]
f3c59f8e45 2025-04-08 2215: name = "teloxide-core"
f3c59f8e45 2025-04-08 2216: version = "0.11.2"
f3c59f8e45 2025-04-08 2217: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2218: checksum = "aa2f70a3cd58c2b31ca899691b99573a40c6da713ab230bb78bbb4fb0b5c751a"
f3c59f8e45 2025-04-08 2219: dependencies = [
f3c59f8e45 2025-04-08 2220:  "bitflags",
f3c59f8e45 2025-04-08 2221:  "bytes",
f3c59f8e45 2025-04-08 2222:  "chrono",
f3c59f8e45 2025-04-08 2223:  "derive_more",
f3c59f8e45 2025-04-08 2224:  "either",
f3c59f8e45 2025-04-08 2225:  "futures",
f3c59f8e45 2025-04-08 2226:  "log",
f3c59f8e45 2025-04-08 2227:  "mime",
f3c59f8e45 2025-04-08 2228:  "once_cell",
f3c59f8e45 2025-04-08 2229:  "pin-project",
f3c59f8e45 2025-04-08 2230:  "rc-box",
f3c59f8e45 2025-04-08 2231:  "reqwest",
f3c59f8e45 2025-04-08 2232:  "rgb",
f3c59f8e45 2025-04-08 2233:  "serde",
f3c59f8e45 2025-04-08 2234:  "serde_json",
f3c59f8e45 2025-04-08 2235:  "serde_with",
f3c59f8e45 2025-04-08 2236:  "stacker",
f3c59f8e45 2025-04-08 2237:  "take_mut",
f3c59f8e45 2025-04-08 2238:  "takecell",
f3c59f8e45 2025-04-08 2239:  "thiserror",
f3c59f8e45 2025-04-08 2240:  "tokio",
f3c59f8e45 2025-04-08 2241:  "tokio-util",
f3c59f8e45 2025-04-08 2242:  "url",
f3c59f8e45 2025-04-08 2243:  "uuid",
f3c59f8e45 2025-04-08 2244:  "vecrem",
f3c59f8e45 2025-04-08 2245: ]
f3c59f8e45 2025-04-08 2246: 
f3c59f8e45 2025-04-08 2247: [[package]]
f3c59f8e45 2025-04-08 2248: name = "tempfile"
f3c59f8e45 2025-04-08 2249: version = "3.19.1"
f3c59f8e45 2025-04-08 2250: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2251: checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
f3c59f8e45 2025-04-08 2252: dependencies = [
f3c59f8e45 2025-04-08 2253:  "fastrand",
f3c59f8e45 2025-04-08 2254:  "getrandom 0.3.2",
f3c59f8e45 2025-04-08 2255:  "once_cell",
f3c59f8e45 2025-04-08 2256:  "rustix 1.0.5",
f3c59f8e45 2025-04-08 2257:  "windows-sys 0.59.0",
f3c59f8e45 2025-04-08 2258: ]
f3c59f8e45 2025-04-08 2259: 
f3c59f8e45 2025-04-08 2260: [[package]]
                      2261: name = "ternop"
                      2262: version = "1.0.1"
                      2263: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2264: checksum = "9d4ae32d0a4605a89c28534371b056919c12e7a070ee07505af75130ff030111"
                      2265: 
                      2266: [[package]]
                      2267: name = "thiserror"
                      2268: version = "2.0.12"
                      2269: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2270: checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
                      2271: dependencies = [
                      2272:  "thiserror-impl",
                      2273: ]
                      2274: 
                      2275: [[package]]
                      2276: name = "thiserror-impl"
                      2277: version = "2.0.12"
                      2278: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2279: checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
                      2280: dependencies = [
                      2281:  "proc-macro2",
                      2282:  "quote",
                      2283:  "syn 2.0.100",
f3c59f8e45 2025-04-08 2284: ]
f3c59f8e45 2025-04-08 2285: 
f3c59f8e45 2025-04-08 2286: [[package]]
f3c59f8e45 2025-04-08 2287: name = "time"
f3c59f8e45 2025-04-08 2288: version = "0.3.41"
f3c59f8e45 2025-04-08 2289: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2290: checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
f3c59f8e45 2025-04-08 2291: dependencies = [
f3c59f8e45 2025-04-08 2292:  "deranged",
f3c59f8e45 2025-04-08 2293:  "itoa",
f3c59f8e45 2025-04-08 2294:  "num-conv",
f3c59f8e45 2025-04-08 2295:  "powerfmt",
f3c59f8e45 2025-04-08 2296:  "serde",
f3c59f8e45 2025-04-08 2297:  "time-core",
f3c59f8e45 2025-04-08 2298:  "time-macros",
f3c59f8e45 2025-04-08 2299: ]
f3c59f8e45 2025-04-08 2300: 
f3c59f8e45 2025-04-08 2301: [[package]]
f3c59f8e45 2025-04-08 2302: name = "time-core"
f3c59f8e45 2025-04-08 2303: version = "0.1.4"
f3c59f8e45 2025-04-08 2304: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2305: checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
f3c59f8e45 2025-04-08 2306: 
f3c59f8e45 2025-04-08 2307: [[package]]
f3c59f8e45 2025-04-08 2308: name = "time-macros"
f3c59f8e45 2025-04-08 2309: version = "0.2.22"
f3c59f8e45 2025-04-08 2310: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2311: checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
f3c59f8e45 2025-04-08 2312: dependencies = [
f3c59f8e45 2025-04-08 2313:  "num-conv",
f3c59f8e45 2025-04-08 2314:  "time-core",
                      2315: ]
                      2316: 
                      2317: [[package]]
                      2318: name = "tinystr"
                      2319: version = "0.7.6"
                      2320: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2321: checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
                      2322: dependencies = [
                      2323:  "displaydoc",
                      2324:  "zerovec",
                      2325: ]
                      2326: 
                      2327: [[package]]
                      2328: name = "tinyvec"
                      2329: version = "1.9.0"
                      2330: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2331: checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
                      2332: dependencies = [
                      2333:  "tinyvec_macros",
                      2334: ]
                      2335: 
                      2336: [[package]]
                      2337: name = "tinyvec_macros"
                      2338: version = "0.1.1"
                      2339: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2340: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
                      2341: 
                      2342: [[package]]
                      2343: name = "tokio"
                      2344: version = "1.44.2"
                      2345: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2346: checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
                      2347: dependencies = [
                      2348:  "backtrace",
                      2349:  "bytes",
                      2350:  "libc",
                      2351:  "mio",
                      2352:  "pin-project-lite",
f3c59f8e45 2025-04-08 2353:  "signal-hook-registry",
                      2354:  "socket2",
                      2355:  "windows-sys 0.52.0",
f3c59f8e45 2025-04-08 2356: ]
f3c59f8e45 2025-04-08 2357: 
f3c59f8e45 2025-04-08 2358: [[package]]
f3c59f8e45 2025-04-08 2359: name = "tokio-native-tls"
f3c59f8e45 2025-04-08 2360: version = "0.3.1"
f3c59f8e45 2025-04-08 2361: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2362: checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
f3c59f8e45 2025-04-08 2363: dependencies = [
f3c59f8e45 2025-04-08 2364:  "native-tls",
f3c59f8e45 2025-04-08 2365:  "tokio",
                      2366: ]
                      2367: 
                      2368: [[package]]
                      2369: name = "tokio-rustls"
                      2370: version = "0.26.2"
                      2371: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2372: checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
                      2373: dependencies = [
                      2374:  "rustls",
f3c59f8e45 2025-04-08 2375:  "tokio",
f3c59f8e45 2025-04-08 2376: ]
f3c59f8e45 2025-04-08 2377: 
f3c59f8e45 2025-04-08 2378: [[package]]
f3c59f8e45 2025-04-08 2379: name = "tokio-stream"
f3c59f8e45 2025-04-08 2380: version = "0.1.17"
f3c59f8e45 2025-04-08 2381: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2382: checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
f3c59f8e45 2025-04-08 2383: dependencies = [
f3c59f8e45 2025-04-08 2384:  "futures-core",
f3c59f8e45 2025-04-08 2385:  "pin-project-lite",
                      2386:  "tokio",
                      2387: ]
                      2388: 
                      2389: [[package]]
                      2390: name = "tokio-util"
                      2391: version = "0.7.14"
                      2392: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2393: checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
                      2394: dependencies = [
                      2395:  "bytes",
                      2396:  "futures-core",
                      2397:  "futures-sink",
                      2398:  "pin-project-lite",
                      2399:  "tokio",
                      2400: ]
                      2401: 
                      2402: [[package]]
                      2403: name = "toml"
                      2404: version = "0.8.20"
                      2405: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2406: checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
                      2407: dependencies = [
                      2408:  "serde",
                      2409:  "serde_spanned",
                      2410:  "toml_datetime",
                      2411:  "toml_edit",
                      2412: ]
                      2413: 
                      2414: [[package]]
                      2415: name = "toml_datetime"
                      2416: version = "0.6.8"
                      2417: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2418: checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
                      2419: dependencies = [
                      2420:  "serde",
                      2421: ]
                      2422: 
                      2423: [[package]]
                      2424: name = "toml_edit"
                      2425: version = "0.22.24"
                      2426: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2427: checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
                      2428: dependencies = [
f3c59f8e45 2025-04-08 2429:  "indexmap 2.9.0",
                      2430:  "serde",
                      2431:  "serde_spanned",
                      2432:  "toml_datetime",
                      2433:  "winnow",
                      2434: ]
                      2435: 
                      2436: [[package]]
                      2437: name = "tower"
                      2438: version = "0.5.2"
                      2439: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2440: checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
                      2441: dependencies = [
                      2442:  "futures-core",
                      2443:  "futures-util",
                      2444:  "pin-project-lite",
                      2445:  "sync_wrapper",
                      2446:  "tokio",
                      2447:  "tower-layer",
                      2448:  "tower-service",
                      2449: ]
                      2450: 
                      2451: [[package]]
                      2452: name = "tower-layer"
                      2453: version = "0.3.3"
                      2454: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2455: checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
                      2456: 
                      2457: [[package]]
                      2458: name = "tower-service"
                      2459: version = "0.3.3"
                      2460: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2461: checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
                      2462: 
                      2463: [[package]]
                      2464: name = "tracing"
                      2465: version = "0.1.41"
                      2466: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2467: checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
                      2468: dependencies = [
                      2469:  "pin-project-lite",
                      2470:  "tracing-core",
                      2471: ]
                      2472: 
                      2473: [[package]]
                      2474: name = "tracing-core"
                      2475: version = "0.1.33"
                      2476: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2477: checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
                      2478: dependencies = [
                      2479:  "once_cell",
                      2480: ]
                      2481: 
                      2482: [[package]]
                      2483: name = "try-lock"
                      2484: version = "0.2.5"
                      2485: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2486: checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
                      2487: 
                      2488: [[package]]
                      2489: name = "unicase"
                      2490: version = "2.8.1"
                      2491: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2492: checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
                      2493: 
                      2494: [[package]]
                      2495: name = "unicode-ident"
                      2496: version = "1.0.18"
                      2497: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2498: checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
                      2499: 
                      2500: [[package]]
f3c59f8e45 2025-04-08 2501: name = "unicode-xid"
f3c59f8e45 2025-04-08 2502: version = "0.2.6"
f3c59f8e45 2025-04-08 2503: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2504: checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
f3c59f8e45 2025-04-08 2505: 
f3c59f8e45 2025-04-08 2506: [[package]]
                      2507: name = "untrusted"
                      2508: version = "0.9.0"
                      2509: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2510: checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
                      2511: 
                      2512: [[package]]
                      2513: name = "url"
                      2514: version = "2.5.4"
                      2515: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2516: checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
                      2517: dependencies = [
                      2518:  "form_urlencoded",
                      2519:  "idna",
                      2520:  "percent-encoding",
f3c59f8e45 2025-04-08 2521:  "serde",
                      2522: ]
                      2523: 
                      2524: [[package]]
                      2525: name = "utf16_iter"
                      2526: version = "1.0.5"
                      2527: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2528: checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
                      2529: 
                      2530: [[package]]
                      2531: name = "utf8_iter"
                      2532: version = "1.0.4"
                      2533: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2534: checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
                      2535: 
                      2536: [[package]]
f3c59f8e45 2025-04-08 2537: name = "uuid"
f3c59f8e45 2025-04-08 2538: version = "1.16.0"
f3c59f8e45 2025-04-08 2539: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2540: checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
f3c59f8e45 2025-04-08 2541: dependencies = [
f3c59f8e45 2025-04-08 2542:  "getrandom 0.3.2",
f3c59f8e45 2025-04-08 2543: ]
f3c59f8e45 2025-04-08 2544: 
f3c59f8e45 2025-04-08 2545: [[package]]
                      2546: name = "value-bag"
                      2547: version = "1.11.1"
                      2548: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2549: checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
f3c59f8e45 2025-04-08 2550: 
f3c59f8e45 2025-04-08 2551: [[package]]
f3c59f8e45 2025-04-08 2552: name = "vcpkg"
f3c59f8e45 2025-04-08 2553: version = "0.2.15"
f3c59f8e45 2025-04-08 2554: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2555: checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
f3c59f8e45 2025-04-08 2556: 
f3c59f8e45 2025-04-08 2557: [[package]]
f3c59f8e45 2025-04-08 2558: name = "vecrem"
f3c59f8e45 2025-04-08 2559: version = "0.1.0"
f3c59f8e45 2025-04-08 2560: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2561: checksum = "c4808a28789238714a29163e4cb8031f0f050dd670f7a0cc74b6d80f3ce343fa"
                      2562: 
                      2563: [[package]]
                      2564: name = "want"
                      2565: version = "0.3.1"
                      2566: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2567: checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
                      2568: dependencies = [
                      2569:  "try-lock",
                      2570: ]
                      2571: 
                      2572: [[package]]
                      2573: name = "wasi"
                      2574: version = "0.11.0+wasi-snapshot-preview1"
                      2575: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2576: checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
                      2577: 
                      2578: [[package]]
                      2579: name = "wasi"
                      2580: version = "0.14.2+wasi-0.2.4"
                      2581: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2582: checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
                      2583: dependencies = [
                      2584:  "wit-bindgen-rt",
                      2585: ]
                      2586: 
                      2587: [[package]]
                      2588: name = "wasm-bindgen"
                      2589: version = "0.2.100"
                      2590: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2591: checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
                      2592: dependencies = [
                      2593:  "cfg-if",
                      2594:  "once_cell",
                      2595:  "rustversion",
                      2596:  "wasm-bindgen-macro",
                      2597: ]
                      2598: 
                      2599: [[package]]
                      2600: name = "wasm-bindgen-backend"
                      2601: version = "0.2.100"
                      2602: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2603: checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
                      2604: dependencies = [
                      2605:  "bumpalo",
                      2606:  "log",
                      2607:  "proc-macro2",
                      2608:  "quote",
                      2609:  "syn 2.0.100",
                      2610:  "wasm-bindgen-shared",
                      2611: ]
                      2612: 
                      2613: [[package]]
                      2614: name = "wasm-bindgen-futures"
                      2615: version = "0.4.50"
                      2616: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2617: checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
                      2618: dependencies = [
                      2619:  "cfg-if",
                      2620:  "js-sys",
                      2621:  "once_cell",
                      2622:  "wasm-bindgen",
                      2623:  "web-sys",
                      2624: ]
                      2625: 
                      2626: [[package]]
                      2627: name = "wasm-bindgen-macro"
                      2628: version = "0.2.100"
                      2629: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2630: checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
                      2631: dependencies = [
                      2632:  "quote",
                      2633:  "wasm-bindgen-macro-support",
                      2634: ]
                      2635: 
                      2636: [[package]]
                      2637: name = "wasm-bindgen-macro-support"
                      2638: version = "0.2.100"
                      2639: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2640: checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
                      2641: dependencies = [
                      2642:  "proc-macro2",
                      2643:  "quote",
                      2644:  "syn 2.0.100",
                      2645:  "wasm-bindgen-backend",
                      2646:  "wasm-bindgen-shared",
                      2647: ]
                      2648: 
                      2649: [[package]]
                      2650: name = "wasm-bindgen-shared"
                      2651: version = "0.2.100"
                      2652: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2653: checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
                      2654: dependencies = [
                      2655:  "unicode-ident",
                      2656: ]
                      2657: 
                      2658: [[package]]
                      2659: name = "wasm-streams"
                      2660: version = "0.4.2"
                      2661: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2662: checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
                      2663: dependencies = [
                      2664:  "futures-util",
                      2665:  "js-sys",
                      2666:  "wasm-bindgen",
                      2667:  "wasm-bindgen-futures",
                      2668:  "web-sys",
                      2669: ]
                      2670: 
                      2671: [[package]]
                      2672: name = "web-sys"
                      2673: version = "0.3.77"
                      2674: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2675: checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
                      2676: dependencies = [
                      2677:  "js-sys",
                      2678:  "wasm-bindgen",
                      2679: ]
                      2680: 
                      2681: [[package]]
                      2682: name = "web-time"
                      2683: version = "1.1.0"
                      2684: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2685: checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
                      2686: dependencies = [
                      2687:  "js-sys",
                      2688:  "wasm-bindgen",
                      2689: ]
                      2690: 
                      2691: [[package]]
                      2692: name = "webpki-roots"
                      2693: version = "0.26.8"
                      2694: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2695: checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
                      2696: dependencies = [
                      2697:  "rustls-pki-types",
                      2698: ]
                      2699: 
                      2700: [[package]]
                      2701: name = "which"
                      2702: version = "4.4.2"
                      2703: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2704: checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
                      2705: dependencies = [
                      2706:  "either",
                      2707:  "home",
                      2708:  "once_cell",
f3c59f8e45 2025-04-08 2709:  "rustix 0.38.44",
f3c59f8e45 2025-04-08 2710: ]
f3c59f8e45 2025-04-08 2711: 
f3c59f8e45 2025-04-08 2712: [[package]]
f3c59f8e45 2025-04-08 2713: name = "windows-core"
f3c59f8e45 2025-04-08 2714: version = "0.61.0"
f3c59f8e45 2025-04-08 2715: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2716: checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
f3c59f8e45 2025-04-08 2717: dependencies = [
f3c59f8e45 2025-04-08 2718:  "windows-implement",
f3c59f8e45 2025-04-08 2719:  "windows-interface",
f3c59f8e45 2025-04-08 2720:  "windows-link",
f3c59f8e45 2025-04-08 2721:  "windows-result",
f3c59f8e45 2025-04-08 2722:  "windows-strings 0.4.0",
f3c59f8e45 2025-04-08 2723: ]
f3c59f8e45 2025-04-08 2724: 
f3c59f8e45 2025-04-08 2725: [[package]]
f3c59f8e45 2025-04-08 2726: name = "windows-implement"
f3c59f8e45 2025-04-08 2727: version = "0.60.0"
f3c59f8e45 2025-04-08 2728: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2729: checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
f3c59f8e45 2025-04-08 2730: dependencies = [
f3c59f8e45 2025-04-08 2731:  "proc-macro2",
f3c59f8e45 2025-04-08 2732:  "quote",
f3c59f8e45 2025-04-08 2733:  "syn 2.0.100",
f3c59f8e45 2025-04-08 2734: ]
f3c59f8e45 2025-04-08 2735: 
f3c59f8e45 2025-04-08 2736: [[package]]
f3c59f8e45 2025-04-08 2737: name = "windows-interface"
f3c59f8e45 2025-04-08 2738: version = "0.59.1"
f3c59f8e45 2025-04-08 2739: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2740: checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
f3c59f8e45 2025-04-08 2741: dependencies = [
f3c59f8e45 2025-04-08 2742:  "proc-macro2",
f3c59f8e45 2025-04-08 2743:  "quote",
f3c59f8e45 2025-04-08 2744:  "syn 2.0.100",
                      2745: ]
                      2746: 
                      2747: [[package]]
                      2748: name = "windows-link"
                      2749: version = "0.1.1"
                      2750: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2751: checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
                      2752: 
                      2753: [[package]]
                      2754: name = "windows-registry"
                      2755: version = "0.4.0"
                      2756: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2757: checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
                      2758: dependencies = [
                      2759:  "windows-result",
f3c59f8e45 2025-04-08 2760:  "windows-strings 0.3.1",
                      2761:  "windows-targets 0.53.0",
                      2762: ]
                      2763: 
                      2764: [[package]]
                      2765: name = "windows-result"
                      2766: version = "0.3.2"
                      2767: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2768: checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
                      2769: dependencies = [
                      2770:  "windows-link",
                      2771: ]
                      2772: 
                      2773: [[package]]
                      2774: name = "windows-strings"
                      2775: version = "0.3.1"
                      2776: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2777: checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
f3c59f8e45 2025-04-08 2778: dependencies = [
f3c59f8e45 2025-04-08 2779:  "windows-link",
f3c59f8e45 2025-04-08 2780: ]
f3c59f8e45 2025-04-08 2781: 
f3c59f8e45 2025-04-08 2782: [[package]]
f3c59f8e45 2025-04-08 2783: name = "windows-strings"
f3c59f8e45 2025-04-08 2784: version = "0.4.0"
f3c59f8e45 2025-04-08 2785: source = "registry+https://github.com/rust-lang/crates.io-index"
f3c59f8e45 2025-04-08 2786: checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
                      2787: dependencies = [
                      2788:  "windows-link",
                      2789: ]
                      2790: 
                      2791: [[package]]
                      2792: name = "windows-sys"
                      2793: version = "0.52.0"
                      2794: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2795: checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
                      2796: dependencies = [
                      2797:  "windows-targets 0.52.6",
                      2798: ]
                      2799: 
                      2800: [[package]]
                      2801: name = "windows-sys"
                      2802: version = "0.59.0"
                      2803: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2804: checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
                      2805: dependencies = [
                      2806:  "windows-targets 0.52.6",
                      2807: ]
                      2808: 
                      2809: [[package]]
                      2810: name = "windows-targets"
                      2811: version = "0.52.6"
                      2812: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2813: checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
                      2814: dependencies = [
                      2815:  "windows_aarch64_gnullvm 0.52.6",
                      2816:  "windows_aarch64_msvc 0.52.6",
                      2817:  "windows_i686_gnu 0.52.6",
                      2818:  "windows_i686_gnullvm 0.52.6",
                      2819:  "windows_i686_msvc 0.52.6",
                      2820:  "windows_x86_64_gnu 0.52.6",
                      2821:  "windows_x86_64_gnullvm 0.52.6",
                      2822:  "windows_x86_64_msvc 0.52.6",
                      2823: ]
                      2824: 
                      2825: [[package]]
                      2826: name = "windows-targets"
                      2827: version = "0.53.0"
                      2828: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2829: checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
                      2830: dependencies = [
                      2831:  "windows_aarch64_gnullvm 0.53.0",
                      2832:  "windows_aarch64_msvc 0.53.0",
                      2833:  "windows_i686_gnu 0.53.0",
                      2834:  "windows_i686_gnullvm 0.53.0",
                      2835:  "windows_i686_msvc 0.53.0",
                      2836:  "windows_x86_64_gnu 0.53.0",
                      2837:  "windows_x86_64_gnullvm 0.53.0",
                      2838:  "windows_x86_64_msvc 0.53.0",
                      2839: ]
                      2840: 
                      2841: [[package]]
                      2842: name = "windows_aarch64_gnullvm"
                      2843: version = "0.52.6"
                      2844: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2845: checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
                      2846: 
                      2847: [[package]]
                      2848: name = "windows_aarch64_gnullvm"
                      2849: version = "0.53.0"
                      2850: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2851: checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
                      2852: 
                      2853: [[package]]
                      2854: name = "windows_aarch64_msvc"
                      2855: version = "0.52.6"
                      2856: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2857: checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
                      2858: 
                      2859: [[package]]
                      2860: name = "windows_aarch64_msvc"
                      2861: version = "0.53.0"
                      2862: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2863: checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
                      2864: 
                      2865: [[package]]
                      2866: name = "windows_i686_gnu"
                      2867: version = "0.52.6"
                      2868: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2869: checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
                      2870: 
                      2871: [[package]]
                      2872: name = "windows_i686_gnu"
                      2873: version = "0.53.0"
                      2874: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2875: checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
                      2876: 
                      2877: [[package]]
                      2878: name = "windows_i686_gnullvm"
                      2879: version = "0.52.6"
                      2880: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2881: checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
                      2882: 
                      2883: [[package]]
                      2884: name = "windows_i686_gnullvm"
                      2885: version = "0.53.0"
                      2886: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2887: checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
                      2888: 
                      2889: [[package]]
                      2890: name = "windows_i686_msvc"
                      2891: version = "0.52.6"
                      2892: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2893: checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
                      2894: 
                      2895: [[package]]
                      2896: name = "windows_i686_msvc"
                      2897: version = "0.53.0"
                      2898: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2899: checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
                      2900: 
                      2901: [[package]]
                      2902: name = "windows_x86_64_gnu"
                      2903: version = "0.52.6"
                      2904: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2905: checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
                      2906: 
                      2907: [[package]]
                      2908: name = "windows_x86_64_gnu"
                      2909: version = "0.53.0"
                      2910: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2911: checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
                      2912: 
                      2913: [[package]]
                      2914: name = "windows_x86_64_gnullvm"
                      2915: version = "0.52.6"
                      2916: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2917: checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
                      2918: 
                      2919: [[package]]
                      2920: name = "windows_x86_64_gnullvm"
                      2921: version = "0.53.0"
                      2922: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2923: checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
                      2924: 
                      2925: [[package]]
                      2926: name = "windows_x86_64_msvc"
                      2927: version = "0.52.6"
                      2928: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2929: checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
                      2930: 
                      2931: [[package]]
                      2932: name = "windows_x86_64_msvc"
                      2933: version = "0.53.0"
                      2934: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2935: checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
                      2936: 
                      2937: [[package]]
                      2938: name = "winnow"
                      2939: version = "0.7.6"
                      2940: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2941: checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
                      2942: dependencies = [
                      2943:  "memchr",
                      2944: ]
                      2945: 
                      2946: [[package]]
                      2947: name = "wit-bindgen-rt"
                      2948: version = "0.39.0"
                      2949: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2950: checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
                      2951: dependencies = [
                      2952:  "bitflags",
                      2953: ]
                      2954: 
                      2955: [[package]]
                      2956: name = "write16"
                      2957: version = "1.0.0"
                      2958: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2959: checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
                      2960: 
                      2961: [[package]]
                      2962: name = "writeable"
                      2963: version = "0.5.5"
                      2964: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2965: checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
                      2966: 
                      2967: [[package]]
                      2968: name = "yoke"
                      2969: version = "0.7.5"
                      2970: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2971: checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
                      2972: dependencies = [
                      2973:  "serde",
                      2974:  "stable_deref_trait",
                      2975:  "yoke-derive",
                      2976:  "zerofrom",
                      2977: ]
                      2978: 
                      2979: [[package]]
                      2980: name = "yoke-derive"
                      2981: version = "0.7.5"
                      2982: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2983: checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
                      2984: dependencies = [
                      2985:  "proc-macro2",
                      2986:  "quote",
                      2987:  "syn 2.0.100",
                      2988:  "synstructure",
                      2989: ]
                      2990: 
                      2991: [[package]]
                      2992: name = "zerocopy"
                      2993: version = "0.8.24"
                      2994: source = "registry+https://github.com/rust-lang/crates.io-index"
                      2995: checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
                      2996: dependencies = [
                      2997:  "zerocopy-derive",
                      2998: ]
                      2999: 
                      3000: [[package]]
                      3001: name = "zerocopy-derive"
                      3002: version = "0.8.24"
                      3003: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3004: checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
                      3005: dependencies = [
                      3006:  "proc-macro2",
                      3007:  "quote",
                      3008:  "syn 2.0.100",
                      3009: ]
                      3010: 
                      3011: [[package]]
                      3012: name = "zerofrom"
                      3013: version = "0.1.6"
                      3014: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3015: checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
                      3016: dependencies = [
                      3017:  "zerofrom-derive",
                      3018: ]
                      3019: 
                      3020: [[package]]
                      3021: name = "zerofrom-derive"
                      3022: version = "0.1.6"
                      3023: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3024: checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
                      3025: dependencies = [
                      3026:  "proc-macro2",
                      3027:  "quote",
                      3028:  "syn 2.0.100",
                      3029:  "synstructure",
                      3030: ]
                      3031: 
                      3032: [[package]]
                      3033: name = "zeroize"
                      3034: version = "1.8.1"
                      3035: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3036: checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
                      3037: 
                      3038: [[package]]
                      3039: name = "zerovec"
                      3040: version = "0.10.4"
                      3041: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3042: checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
                      3043: dependencies = [
                      3044:  "yoke",
                      3045:  "zerofrom",
                      3046:  "zerovec-derive",
                      3047: ]
                      3048: 
                      3049: [[package]]
                      3050: name = "zerovec-derive"
                      3051: version = "0.10.3"
                      3052: source = "registry+https://github.com/rust-lang/crates.io-index"
                      3053: checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
                      3054: dependencies = [
                      3055:  "proc-macro2",
                      3056:  "quote",
                      3057:  "syn 2.0.100",
                      3058: ]