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