A better Rust ATProto crate
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "abnf" 7version = "0.13.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a" 10dependencies = [ 11 "abnf-core", 12 "nom 7.1.3", 13] 14 15[[package]] 16name = "abnf-core" 17version = "0.5.0" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d" 20dependencies = [ 21 "nom 7.1.3", 22] 23 24[[package]] 25name = "addr2line" 26version = "0.25.1" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 29dependencies = [ 30 "gimli", 31] 32 33[[package]] 34name = "adler" 35version = "1.0.2" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 38 39[[package]] 40name = "adler2" 41version = "2.0.1" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 44 45[[package]] 46name = "adler32" 47version = "1.2.0" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 50 51[[package]] 52name = "aho-corasick" 53version = "1.1.3" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 56dependencies = [ 57 "memchr", 58] 59 60[[package]] 61name = "aliasable" 62version = "0.1.3" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 65 66[[package]] 67name = "aligned-vec" 68version = "0.6.4" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" 71dependencies = [ 72 "equator", 73] 74 75[[package]] 76name = "alloc-no-stdlib" 77version = "2.0.4" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 80 81[[package]] 82name = "alloc-stdlib" 83version = "0.2.2" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 86dependencies = [ 87 "alloc-no-stdlib", 88] 89 90[[package]] 91name = "android_system_properties" 92version = "0.1.5" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 95dependencies = [ 96 "libc", 97] 98 99[[package]] 100name = "ansi_colours" 101version = "1.2.3" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "14eec43e0298190790f41679fe69ef7a829d2a2ddd78c8c00339e84710e435fe" 104dependencies = [ 105 "rgb", 106] 107 108[[package]] 109name = "anstream" 110version = "0.6.21" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 113dependencies = [ 114 "anstyle", 115 "anstyle-parse", 116 "anstyle-query", 117 "anstyle-wincon", 118 "colorchoice", 119 "is_terminal_polyfill", 120 "utf8parse", 121] 122 123[[package]] 124name = "anstyle" 125version = "1.0.13" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 128 129[[package]] 130name = "anstyle-parse" 131version = "0.2.7" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 134dependencies = [ 135 "utf8parse", 136] 137 138[[package]] 139name = "anstyle-query" 140version = "1.1.4" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 143dependencies = [ 144 "windows-sys 0.60.2", 145] 146 147[[package]] 148name = "anstyle-wincon" 149version = "3.0.10" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 152dependencies = [ 153 "anstyle", 154 "once_cell_polyfill", 155 "windows-sys 0.60.2", 156] 157 158[[package]] 159name = "anyhow" 160version = "1.0.100" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 163 164[[package]] 165name = "arbitrary" 166version = "1.4.2" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 169 170[[package]] 171name = "arg_enum_proc_macro" 172version = "0.3.4" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 175dependencies = [ 176 "proc-macro2", 177 "quote", 178 "syn 2.0.108", 179] 180 181[[package]] 182name = "arrayvec" 183version = "0.7.6" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 186 187[[package]] 188name = "ascii" 189version = "1.1.0" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" 192 193[[package]] 194name = "async-compression" 195version = "0.4.32" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0" 198dependencies = [ 199 "compression-codecs", 200 "compression-core", 201 "futures-core", 202 "pin-project-lite", 203 "tokio", 204] 205 206[[package]] 207name = "async-trait" 208version = "0.1.89" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 211dependencies = [ 212 "proc-macro2", 213 "quote", 214 "syn 2.0.108", 215] 216 217[[package]] 218name = "atomic-waker" 219version = "1.1.2" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 222 223[[package]] 224name = "autocfg" 225version = "1.5.0" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 228 229[[package]] 230name = "av1-grain" 231version = "0.2.5" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8" 234dependencies = [ 235 "anyhow", 236 "arrayvec", 237 "log", 238 "nom 8.0.0", 239 "num-rational", 240 "v_frame", 241] 242 243[[package]] 244name = "avif-serialize" 245version = "0.8.6" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f" 248dependencies = [ 249 "arrayvec", 250] 251 252[[package]] 253name = "axum" 254version = "0.8.6" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" 257dependencies = [ 258 "axum-core", 259 "bytes", 260 "form_urlencoded", 261 "futures-util", 262 "http", 263 "http-body", 264 "http-body-util", 265 "hyper", 266 "hyper-util", 267 "itoa", 268 "matchit", 269 "memchr", 270 "mime", 271 "percent-encoding", 272 "pin-project-lite", 273 "serde_core", 274 "serde_json", 275 "serde_path_to_error", 276 "serde_urlencoded", 277 "sync_wrapper", 278 "tokio", 279 "tower", 280 "tower-layer", 281 "tower-service", 282 "tracing", 283] 284 285[[package]] 286name = "axum-core" 287version = "0.5.5" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" 290dependencies = [ 291 "bytes", 292 "futures-core", 293 "http", 294 "http-body", 295 "http-body-util", 296 "mime", 297 "pin-project-lite", 298 "sync_wrapper", 299 "tower-layer", 300 "tower-service", 301 "tracing", 302] 303 304[[package]] 305name = "axum-macros" 306version = "0.5.0" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" 309dependencies = [ 310 "proc-macro2", 311 "quote", 312 "syn 2.0.108", 313] 314 315[[package]] 316name = "axum-test" 317version = "18.1.0" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "680e88effaafbb28675074f29cda0e984c984bed5eb513085c17caf7de564225" 320dependencies = [ 321 "anyhow", 322 "axum", 323 "bytes", 324 "bytesize", 325 "cookie", 326 "expect-json", 327 "http", 328 "http-body-util", 329 "hyper", 330 "hyper-util", 331 "mime", 332 "pretty_assertions", 333 "reserve-port", 334 "rust-multipart-rfc7578_2", 335 "serde", 336 "serde_json", 337 "serde_urlencoded", 338 "smallvec", 339 "tokio", 340 "tower", 341 "url", 342] 343 344[[package]] 345name = "backtrace" 346version = "0.3.76" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 349dependencies = [ 350 "addr2line", 351 "cfg-if", 352 "libc", 353 "miniz_oxide 0.8.9", 354 "object", 355 "rustc-demangle", 356 "windows-link 0.2.1", 357] 358 359[[package]] 360name = "backtrace-ext" 361version = "0.2.1" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" 364dependencies = [ 365 "backtrace", 366] 367 368[[package]] 369name = "base-x" 370version = "0.2.11" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 373 374[[package]] 375name = "base16ct" 376version = "0.2.0" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 379 380[[package]] 381name = "base256emoji" 382version = "1.0.2" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 385dependencies = [ 386 "const-str", 387 "match-lookup", 388] 389 390[[package]] 391name = "base64" 392version = "0.13.1" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 395 396[[package]] 397name = "base64" 398version = "0.22.1" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 401 402[[package]] 403name = "base64ct" 404version = "1.8.0" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" 407 408[[package]] 409name = "bit_field" 410version = "0.10.3" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" 413 414[[package]] 415name = "bitflags" 416version = "2.10.0" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 419 420[[package]] 421name = "bitstream-io" 422version = "2.6.0" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2" 425 426[[package]] 427name = "block-buffer" 428version = "0.10.4" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 431dependencies = [ 432 "generic-array", 433] 434 435[[package]] 436name = "bon" 437version = "3.8.1" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1" 440dependencies = [ 441 "bon-macros", 442 "rustversion", 443] 444 445[[package]] 446name = "bon-macros" 447version = "3.8.1" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645" 450dependencies = [ 451 "darling", 452 "ident_case", 453 "prettyplease", 454 "proc-macro2", 455 "quote", 456 "rustversion", 457 "syn 2.0.108", 458] 459 460[[package]] 461name = "borsh" 462version = "1.5.7" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" 465dependencies = [ 466 "cfg_aliases", 467] 468 469[[package]] 470name = "brotli" 471version = "3.5.0" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" 474dependencies = [ 475 "alloc-no-stdlib", 476 "alloc-stdlib", 477 "brotli-decompressor", 478] 479 480[[package]] 481name = "brotli-decompressor" 482version = "2.5.1" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 485dependencies = [ 486 "alloc-no-stdlib", 487 "alloc-stdlib", 488] 489 490[[package]] 491name = "btree-range-map" 492version = "0.7.2" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33" 495dependencies = [ 496 "btree-slab", 497 "cc-traits", 498 "range-traits", 499 "serde", 500 "slab", 501] 502 503[[package]] 504name = "btree-slab" 505version = "0.6.1" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c" 508dependencies = [ 509 "cc-traits", 510 "slab", 511 "smallvec", 512] 513 514[[package]] 515name = "buf_redux" 516version = "0.8.4" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f" 519dependencies = [ 520 "memchr", 521 "safemem", 522] 523 524[[package]] 525name = "built" 526version = "0.7.7" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b" 529 530[[package]] 531name = "bumpalo" 532version = "3.19.0" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 535 536[[package]] 537name = "bytemuck" 538version = "1.24.0" 539source = "registry+https://github.com/rust-lang/crates.io-index" 540checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 541 542[[package]] 543name = "byteorder" 544version = "1.5.0" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 547 548[[package]] 549name = "byteorder-lite" 550version = "0.1.0" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 553 554[[package]] 555name = "bytes" 556version = "1.10.1" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 559dependencies = [ 560 "serde", 561] 562 563[[package]] 564name = "bytesize" 565version = "2.1.0" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "f5c434ae3cf0089ca203e9019ebe529c47ff45cefe8af7c85ecb734ef541822f" 568 569[[package]] 570name = "cbor4ii" 571version = "0.2.14" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 574dependencies = [ 575 "serde", 576] 577 578[[package]] 579name = "cc" 580version = "1.2.43" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2" 583dependencies = [ 584 "find-msvc-tools", 585 "jobserver", 586 "libc", 587 "shlex", 588] 589 590[[package]] 591name = "cc-traits" 592version = "2.0.0" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5" 595dependencies = [ 596 "slab", 597] 598 599[[package]] 600name = "cesu8" 601version = "1.1.0" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 604 605[[package]] 606name = "cfg-expr" 607version = "0.15.8" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 610dependencies = [ 611 "smallvec", 612 "target-lexicon", 613] 614 615[[package]] 616name = "cfg-if" 617version = "1.0.4" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 620 621[[package]] 622name = "cfg_aliases" 623version = "0.2.1" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 626 627[[package]] 628name = "chrono" 629version = "0.4.42" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 632dependencies = [ 633 "iana-time-zone", 634 "js-sys", 635 "num-traits", 636 "serde", 637 "wasm-bindgen", 638 "windows-link 0.2.1", 639] 640 641[[package]] 642name = "chunked_transfer" 643version = "1.5.0" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" 646 647[[package]] 648name = "ciborium" 649version = "0.2.2" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 652dependencies = [ 653 "ciborium-io", 654 "ciborium-ll", 655 "serde", 656] 657 658[[package]] 659name = "ciborium-io" 660version = "0.2.2" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 663 664[[package]] 665name = "ciborium-ll" 666version = "0.2.2" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 669dependencies = [ 670 "ciborium-io", 671 "half", 672] 673 674[[package]] 675name = "cid" 676version = "0.11.1" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 679dependencies = [ 680 "core2", 681 "multibase", 682 "multihash", 683 "serde", 684 "serde_bytes", 685 "unsigned-varint 0.8.0", 686] 687 688[[package]] 689name = "clap" 690version = "4.5.50" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623" 693dependencies = [ 694 "clap_builder", 695 "clap_derive", 696] 697 698[[package]] 699name = "clap_builder" 700version = "4.5.50" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0" 703dependencies = [ 704 "anstream", 705 "anstyle", 706 "clap_lex", 707 "strsim", 708] 709 710[[package]] 711name = "clap_complete" 712version = "4.5.59" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c" 715dependencies = [ 716 "clap", 717] 718 719[[package]] 720name = "clap_derive" 721version = "4.5.49" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" 724dependencies = [ 725 "heck 0.5.0", 726 "proc-macro2", 727 "quote", 728 "syn 2.0.108", 729] 730 731[[package]] 732name = "clap_lex" 733version = "0.7.6" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" 736 737[[package]] 738name = "clap_mangen" 739version = "0.2.31" 740source = "registry+https://github.com/rust-lang/crates.io-index" 741checksum = "439ea63a92086df93893164221ad4f24142086d535b3a0957b9b9bea2dc86301" 742dependencies = [ 743 "clap", 744 "roff", 745] 746 747[[package]] 748name = "color_quant" 749version = "1.1.0" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 752 753[[package]] 754name = "colorchoice" 755version = "1.0.4" 756source = "registry+https://github.com/rust-lang/crates.io-index" 757checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 758 759[[package]] 760name = "combine" 761version = "4.6.7" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 764dependencies = [ 765 "bytes", 766 "memchr", 767] 768 769[[package]] 770name = "compression-codecs" 771version = "0.4.31" 772source = "registry+https://github.com/rust-lang/crates.io-index" 773checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23" 774dependencies = [ 775 "compression-core", 776 "flate2", 777 "memchr", 778] 779 780[[package]] 781name = "compression-core" 782version = "0.4.29" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" 785 786[[package]] 787name = "console" 788version = "0.15.11" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 791dependencies = [ 792 "encode_unicode", 793 "libc", 794 "once_cell", 795 "windows-sys 0.59.0", 796] 797 798[[package]] 799name = "const-oid" 800version = "0.9.6" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 803 804[[package]] 805name = "const-str" 806version = "0.4.3" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 809 810[[package]] 811name = "cookie" 812version = "0.18.1" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 815dependencies = [ 816 "time", 817 "version_check", 818] 819 820[[package]] 821name = "cordyceps" 822version = "0.3.4" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 825dependencies = [ 826 "loom", 827 "tracing", 828] 829 830[[package]] 831name = "core-foundation" 832version = "0.9.4" 833source = "registry+https://github.com/rust-lang/crates.io-index" 834checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 835dependencies = [ 836 "core-foundation-sys", 837 "libc", 838] 839 840[[package]] 841name = "core-foundation" 842version = "0.10.1" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 845dependencies = [ 846 "core-foundation-sys", 847 "libc", 848] 849 850[[package]] 851name = "core-foundation-sys" 852version = "0.8.7" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 855 856[[package]] 857name = "core2" 858version = "0.4.0" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 861dependencies = [ 862 "memchr", 863] 864 865[[package]] 866name = "cpufeatures" 867version = "0.2.17" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 870dependencies = [ 871 "libc", 872] 873 874[[package]] 875name = "crc32fast" 876version = "1.5.0" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 879dependencies = [ 880 "cfg-if", 881] 882 883[[package]] 884name = "crossbeam-channel" 885version = "0.5.15" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 888dependencies = [ 889 "crossbeam-utils", 890] 891 892[[package]] 893name = "crossbeam-deque" 894version = "0.8.6" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 897dependencies = [ 898 "crossbeam-epoch", 899 "crossbeam-utils", 900] 901 902[[package]] 903name = "crossbeam-epoch" 904version = "0.9.18" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 907dependencies = [ 908 "crossbeam-utils", 909] 910 911[[package]] 912name = "crossbeam-utils" 913version = "0.8.21" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 916 917[[package]] 918name = "crossterm" 919version = "0.28.1" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 922dependencies = [ 923 "bitflags", 924 "crossterm_winapi", 925 "parking_lot", 926 "rustix 0.38.44", 927 "winapi", 928] 929 930[[package]] 931name = "crossterm_winapi" 932version = "0.9.1" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 935dependencies = [ 936 "winapi", 937] 938 939[[package]] 940name = "crunchy" 941version = "0.2.4" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 944 945[[package]] 946name = "crypto-bigint" 947version = "0.5.5" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 950dependencies = [ 951 "generic-array", 952 "rand_core 0.6.4", 953 "subtle", 954 "zeroize", 955] 956 957[[package]] 958name = "crypto-common" 959version = "0.1.6" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 962dependencies = [ 963 "generic-array", 964 "typenum", 965] 966 967[[package]] 968name = "curve25519-dalek" 969version = "4.1.3" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 972dependencies = [ 973 "cfg-if", 974 "cpufeatures", 975 "curve25519-dalek-derive", 976 "digest", 977 "fiat-crypto", 978 "rustc_version", 979 "subtle", 980 "zeroize", 981] 982 983[[package]] 984name = "curve25519-dalek-derive" 985version = "0.1.1" 986source = "registry+https://github.com/rust-lang/crates.io-index" 987checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 988dependencies = [ 989 "proc-macro2", 990 "quote", 991 "syn 2.0.108", 992] 993 994[[package]] 995name = "darling" 996version = "0.21.3" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 999dependencies = [ 1000 "darling_core", 1001 "darling_macro", 1002] 1003 1004[[package]] 1005name = "darling_core" 1006version = "0.21.3" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 1009dependencies = [ 1010 "fnv", 1011 "ident_case", 1012 "proc-macro2", 1013 "quote", 1014 "strsim", 1015 "syn 2.0.108", 1016] 1017 1018[[package]] 1019name = "darling_macro" 1020version = "0.21.3" 1021source = "registry+https://github.com/rust-lang/crates.io-index" 1022checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 1023dependencies = [ 1024 "darling_core", 1025 "quote", 1026 "syn 2.0.108", 1027] 1028 1029[[package]] 1030name = "dashmap" 1031version = "6.1.0" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 1034dependencies = [ 1035 "cfg-if", 1036 "crossbeam-utils", 1037 "hashbrown 0.14.5", 1038 "lock_api", 1039 "once_cell", 1040 "parking_lot_core", 1041] 1042 1043[[package]] 1044name = "data-encoding" 1045version = "2.9.0" 1046source = "registry+https://github.com/rust-lang/crates.io-index" 1047checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 1048 1049[[package]] 1050name = "data-encoding-macro" 1051version = "0.1.18" 1052source = "registry+https://github.com/rust-lang/crates.io-index" 1053checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 1054dependencies = [ 1055 "data-encoding", 1056 "data-encoding-macro-internal", 1057] 1058 1059[[package]] 1060name = "data-encoding-macro-internal" 1061version = "0.1.16" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 1064dependencies = [ 1065 "data-encoding", 1066 "syn 2.0.108", 1067] 1068 1069[[package]] 1070name = "deflate" 1071version = "1.0.0" 1072source = "registry+https://github.com/rust-lang/crates.io-index" 1073checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f" 1074dependencies = [ 1075 "adler32", 1076 "gzip-header", 1077] 1078 1079[[package]] 1080name = "der" 1081version = "0.7.10" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 1084dependencies = [ 1085 "const-oid", 1086 "pem-rfc7468", 1087 "zeroize", 1088] 1089 1090[[package]] 1091name = "deranged" 1092version = "0.5.5" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 1095dependencies = [ 1096 "powerfmt", 1097 "serde_core", 1098] 1099 1100[[package]] 1101name = "derive_more" 1102version = "1.0.0" 1103source = "registry+https://github.com/rust-lang/crates.io-index" 1104checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 1105dependencies = [ 1106 "derive_more-impl", 1107] 1108 1109[[package]] 1110name = "derive_more-impl" 1111version = "1.0.0" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 1114dependencies = [ 1115 "proc-macro2", 1116 "quote", 1117 "syn 2.0.108", 1118 "unicode-xid", 1119] 1120 1121[[package]] 1122name = "diatomic-waker" 1123version = "0.2.3" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 1126 1127[[package]] 1128name = "diff" 1129version = "0.1.13" 1130source = "registry+https://github.com/rust-lang/crates.io-index" 1131checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 1132 1133[[package]] 1134name = "digest" 1135version = "0.10.7" 1136source = "registry+https://github.com/rust-lang/crates.io-index" 1137checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1138dependencies = [ 1139 "block-buffer", 1140 "const-oid", 1141 "crypto-common", 1142 "subtle", 1143] 1144 1145[[package]] 1146name = "displaydoc" 1147version = "0.2.5" 1148source = "registry+https://github.com/rust-lang/crates.io-index" 1149checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1150dependencies = [ 1151 "proc-macro2", 1152 "quote", 1153 "syn 2.0.108", 1154] 1155 1156[[package]] 1157name = "dyn-clone" 1158version = "1.0.20" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 1161 1162[[package]] 1163name = "ecdsa" 1164version = "0.16.9" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1167dependencies = [ 1168 "der", 1169 "digest", 1170 "elliptic-curve", 1171 "rfc6979", 1172 "signature", 1173 "spki", 1174] 1175 1176[[package]] 1177name = "ed25519" 1178version = "2.2.3" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 1181dependencies = [ 1182 "pkcs8", 1183 "signature", 1184] 1185 1186[[package]] 1187name = "ed25519-dalek" 1188version = "2.2.0" 1189source = "registry+https://github.com/rust-lang/crates.io-index" 1190checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" 1191dependencies = [ 1192 "curve25519-dalek", 1193 "ed25519", 1194 "rand_core 0.6.4", 1195 "serde", 1196 "sha2", 1197 "subtle", 1198 "zeroize", 1199] 1200 1201[[package]] 1202name = "either" 1203version = "1.15.0" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1206 1207[[package]] 1208name = "elliptic-curve" 1209version = "0.13.8" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1212dependencies = [ 1213 "base16ct", 1214 "crypto-bigint", 1215 "digest", 1216 "ff", 1217 "generic-array", 1218 "group", 1219 "pem-rfc7468", 1220 "pkcs8", 1221 "rand_core 0.6.4", 1222 "sec1", 1223 "subtle", 1224 "zeroize", 1225] 1226 1227[[package]] 1228name = "email_address" 1229version = "0.2.9" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449" 1232dependencies = [ 1233 "serde", 1234] 1235 1236[[package]] 1237name = "encode_unicode" 1238version = "1.0.0" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 1241 1242[[package]] 1243name = "encoding_rs" 1244version = "0.8.35" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1247dependencies = [ 1248 "cfg-if", 1249] 1250 1251[[package]] 1252name = "enum-as-inner" 1253version = "0.6.1" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 1256dependencies = [ 1257 "heck 0.5.0", 1258 "proc-macro2", 1259 "quote", 1260 "syn 2.0.108", 1261] 1262 1263[[package]] 1264name = "equator" 1265version = "0.4.2" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" 1268dependencies = [ 1269 "equator-macro", 1270] 1271 1272[[package]] 1273name = "equator-macro" 1274version = "0.4.2" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" 1277dependencies = [ 1278 "proc-macro2", 1279 "quote", 1280 "syn 2.0.108", 1281] 1282 1283[[package]] 1284name = "equivalent" 1285version = "1.0.2" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1288 1289[[package]] 1290name = "erased-serde" 1291version = "0.4.8" 1292source = "registry+https://github.com/rust-lang/crates.io-index" 1293checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b" 1294dependencies = [ 1295 "serde", 1296 "serde_core", 1297 "typeid", 1298] 1299 1300[[package]] 1301name = "errno" 1302version = "0.3.14" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1305dependencies = [ 1306 "libc", 1307 "windows-sys 0.61.2", 1308] 1309 1310[[package]] 1311name = "expect-json" 1312version = "1.5.0" 1313source = "registry+https://github.com/rust-lang/crates.io-index" 1314checksum = "7519e78573c950576b89eb4f4fe82aedf3a80639245afa07e3ee3d199dcdb29e" 1315dependencies = [ 1316 "chrono", 1317 "email_address", 1318 "expect-json-macros", 1319 "num", 1320 "serde", 1321 "serde_json", 1322 "thiserror 2.0.17", 1323 "typetag", 1324 "uuid", 1325] 1326 1327[[package]] 1328name = "expect-json-macros" 1329version = "1.5.0" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "7bf7f5979e98460a0eb412665514594f68f366a32b85fa8d7ffb65bb1edee6a0" 1332dependencies = [ 1333 "proc-macro2", 1334 "quote", 1335 "syn 2.0.108", 1336] 1337 1338[[package]] 1339name = "exr" 1340version = "1.73.0" 1341source = "registry+https://github.com/rust-lang/crates.io-index" 1342checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0" 1343dependencies = [ 1344 "bit_field", 1345 "half", 1346 "lebe", 1347 "miniz_oxide 0.8.9", 1348 "rayon-core", 1349 "smallvec", 1350 "zune-inflate", 1351] 1352 1353[[package]] 1354name = "fastrand" 1355version = "2.3.0" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1358 1359[[package]] 1360name = "fax" 1361version = "0.2.6" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" 1364dependencies = [ 1365 "fax_derive", 1366] 1367 1368[[package]] 1369name = "fax_derive" 1370version = "0.2.0" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" 1373dependencies = [ 1374 "proc-macro2", 1375 "quote", 1376 "syn 2.0.108", 1377] 1378 1379[[package]] 1380name = "fdeflate" 1381version = "0.3.7" 1382source = "registry+https://github.com/rust-lang/crates.io-index" 1383checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1384dependencies = [ 1385 "simd-adler32", 1386] 1387 1388[[package]] 1389name = "ff" 1390version = "0.13.1" 1391source = "registry+https://github.com/rust-lang/crates.io-index" 1392checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1393dependencies = [ 1394 "rand_core 0.6.4", 1395 "subtle", 1396] 1397 1398[[package]] 1399name = "fiat-crypto" 1400version = "0.2.9" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1403 1404[[package]] 1405name = "filetime" 1406version = "0.2.26" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" 1409dependencies = [ 1410 "cfg-if", 1411 "libc", 1412 "libredox", 1413 "windows-sys 0.60.2", 1414] 1415 1416[[package]] 1417name = "find-msvc-tools" 1418version = "0.1.4" 1419source = "registry+https://github.com/rust-lang/crates.io-index" 1420checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 1421 1422[[package]] 1423name = "flate2" 1424version = "1.1.5" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 1427dependencies = [ 1428 "crc32fast", 1429 "miniz_oxide 0.8.9", 1430] 1431 1432[[package]] 1433name = "fnv" 1434version = "1.0.7" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1437 1438[[package]] 1439name = "form_urlencoded" 1440version = "1.2.2" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1443dependencies = [ 1444 "percent-encoding", 1445] 1446 1447[[package]] 1448name = "futf" 1449version = "0.1.5" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1452dependencies = [ 1453 "mac", 1454 "new_debug_unreachable", 1455] 1456 1457[[package]] 1458name = "futures" 1459version = "0.3.31" 1460source = "registry+https://github.com/rust-lang/crates.io-index" 1461checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1462dependencies = [ 1463 "futures-channel", 1464 "futures-core", 1465 "futures-executor", 1466 "futures-io", 1467 "futures-sink", 1468 "futures-task", 1469 "futures-util", 1470] 1471 1472[[package]] 1473name = "futures-buffered" 1474version = "0.2.12" 1475source = "registry+https://github.com/rust-lang/crates.io-index" 1476checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd" 1477dependencies = [ 1478 "cordyceps", 1479 "diatomic-waker", 1480 "futures-core", 1481 "pin-project-lite", 1482 "spin 0.10.0", 1483] 1484 1485[[package]] 1486name = "futures-channel" 1487version = "0.3.31" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1490dependencies = [ 1491 "futures-core", 1492 "futures-sink", 1493] 1494 1495[[package]] 1496name = "futures-core" 1497version = "0.3.31" 1498source = "registry+https://github.com/rust-lang/crates.io-index" 1499checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1500 1501[[package]] 1502name = "futures-executor" 1503version = "0.3.31" 1504source = "registry+https://github.com/rust-lang/crates.io-index" 1505checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1506dependencies = [ 1507 "futures-core", 1508 "futures-task", 1509 "futures-util", 1510] 1511 1512[[package]] 1513name = "futures-io" 1514version = "0.3.31" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1517 1518[[package]] 1519name = "futures-lite" 1520version = "2.6.1" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1523dependencies = [ 1524 "fastrand", 1525 "futures-core", 1526 "futures-io", 1527 "parking", 1528 "pin-project-lite", 1529] 1530 1531[[package]] 1532name = "futures-macro" 1533version = "0.3.31" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1536dependencies = [ 1537 "proc-macro2", 1538 "quote", 1539 "syn 2.0.108", 1540] 1541 1542[[package]] 1543name = "futures-sink" 1544version = "0.3.31" 1545source = "registry+https://github.com/rust-lang/crates.io-index" 1546checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1547 1548[[package]] 1549name = "futures-task" 1550version = "0.3.31" 1551source = "registry+https://github.com/rust-lang/crates.io-index" 1552checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1553 1554[[package]] 1555name = "futures-util" 1556version = "0.3.31" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1559dependencies = [ 1560 "futures-channel", 1561 "futures-core", 1562 "futures-io", 1563 "futures-macro", 1564 "futures-sink", 1565 "futures-task", 1566 "memchr", 1567 "pin-project-lite", 1568 "pin-utils", 1569 "slab", 1570] 1571 1572[[package]] 1573name = "generator" 1574version = "0.8.7" 1575source = "registry+https://github.com/rust-lang/crates.io-index" 1576checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2" 1577dependencies = [ 1578 "cc", 1579 "cfg-if", 1580 "libc", 1581 "log", 1582 "rustversion", 1583 "windows", 1584] 1585 1586[[package]] 1587name = "generic-array" 1588version = "0.14.9" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1591dependencies = [ 1592 "typenum", 1593 "version_check", 1594 "zeroize", 1595] 1596 1597[[package]] 1598name = "getrandom" 1599version = "0.2.16" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1602dependencies = [ 1603 "cfg-if", 1604 "js-sys", 1605 "libc", 1606 "wasi", 1607 "wasm-bindgen", 1608] 1609 1610[[package]] 1611name = "getrandom" 1612version = "0.3.4" 1613source = "registry+https://github.com/rust-lang/crates.io-index" 1614checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1615dependencies = [ 1616 "cfg-if", 1617 "js-sys", 1618 "libc", 1619 "r-efi", 1620 "wasip2", 1621 "wasm-bindgen", 1622] 1623 1624[[package]] 1625name = "gif" 1626version = "0.13.3" 1627source = "registry+https://github.com/rust-lang/crates.io-index" 1628checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" 1629dependencies = [ 1630 "color_quant", 1631 "weezl", 1632] 1633 1634[[package]] 1635name = "gimli" 1636version = "0.32.3" 1637source = "registry+https://github.com/rust-lang/crates.io-index" 1638checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 1639 1640[[package]] 1641name = "glob" 1642version = "0.3.3" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1645 1646[[package]] 1647name = "gloo-storage" 1648version = "0.3.0" 1649source = "registry+https://github.com/rust-lang/crates.io-index" 1650checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a" 1651dependencies = [ 1652 "gloo-utils", 1653 "js-sys", 1654 "serde", 1655 "serde_json", 1656 "thiserror 1.0.69", 1657 "wasm-bindgen", 1658 "web-sys", 1659] 1660 1661[[package]] 1662name = "gloo-utils" 1663version = "0.2.0" 1664source = "registry+https://github.com/rust-lang/crates.io-index" 1665checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" 1666dependencies = [ 1667 "js-sys", 1668 "serde", 1669 "serde_json", 1670 "wasm-bindgen", 1671 "web-sys", 1672] 1673 1674[[package]] 1675name = "group" 1676version = "0.13.0" 1677source = "registry+https://github.com/rust-lang/crates.io-index" 1678checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1679dependencies = [ 1680 "ff", 1681 "rand_core 0.6.4", 1682 "subtle", 1683] 1684 1685[[package]] 1686name = "gzip-header" 1687version = "1.0.0" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2" 1690dependencies = [ 1691 "crc32fast", 1692] 1693 1694[[package]] 1695name = "h2" 1696version = "0.4.12" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 1699dependencies = [ 1700 "atomic-waker", 1701 "bytes", 1702 "fnv", 1703 "futures-core", 1704 "futures-sink", 1705 "http", 1706 "indexmap 2.12.0", 1707 "slab", 1708 "tokio", 1709 "tokio-util", 1710 "tracing", 1711] 1712 1713[[package]] 1714name = "half" 1715version = "2.7.1" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1718dependencies = [ 1719 "cfg-if", 1720 "crunchy", 1721 "zerocopy", 1722] 1723 1724[[package]] 1725name = "hashbrown" 1726version = "0.12.3" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1729 1730[[package]] 1731name = "hashbrown" 1732version = "0.14.5" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1735 1736[[package]] 1737name = "hashbrown" 1738version = "0.16.0" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 1741 1742[[package]] 1743name = "heck" 1744version = "0.4.1" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1747 1748[[package]] 1749name = "heck" 1750version = "0.5.0" 1751source = "registry+https://github.com/rust-lang/crates.io-index" 1752checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1753 1754[[package]] 1755name = "hermit-abi" 1756version = "0.5.2" 1757source = "registry+https://github.com/rust-lang/crates.io-index" 1758checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1759 1760[[package]] 1761name = "hex" 1762version = "0.4.3" 1763source = "registry+https://github.com/rust-lang/crates.io-index" 1764checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1765 1766[[package]] 1767name = "hex_fmt" 1768version = "0.3.0" 1769source = "registry+https://github.com/rust-lang/crates.io-index" 1770checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" 1771 1772[[package]] 1773name = "hickory-proto" 1774version = "0.24.4" 1775source = "registry+https://github.com/rust-lang/crates.io-index" 1776checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" 1777dependencies = [ 1778 "async-trait", 1779 "cfg-if", 1780 "data-encoding", 1781 "enum-as-inner", 1782 "futures-channel", 1783 "futures-io", 1784 "futures-util", 1785 "idna", 1786 "ipnet", 1787 "once_cell", 1788 "rand 0.8.5", 1789 "thiserror 1.0.69", 1790 "tinyvec", 1791 "tokio", 1792 "tracing", 1793 "url", 1794] 1795 1796[[package]] 1797name = "hickory-resolver" 1798version = "0.24.4" 1799source = "registry+https://github.com/rust-lang/crates.io-index" 1800checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" 1801dependencies = [ 1802 "cfg-if", 1803 "futures-util", 1804 "hickory-proto", 1805 "ipconfig", 1806 "lru-cache", 1807 "once_cell", 1808 "parking_lot", 1809 "rand 0.8.5", 1810 "resolv-conf", 1811 "smallvec", 1812 "thiserror 1.0.69", 1813 "tokio", 1814 "tracing", 1815] 1816 1817[[package]] 1818name = "hmac" 1819version = "0.12.1" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1822dependencies = [ 1823 "digest", 1824] 1825 1826[[package]] 1827name = "html5ever" 1828version = "0.27.0" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" 1831dependencies = [ 1832 "log", 1833 "mac", 1834 "markup5ever", 1835 "proc-macro2", 1836 "quote", 1837 "syn 2.0.108", 1838] 1839 1840[[package]] 1841name = "http" 1842version = "1.3.1" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1845dependencies = [ 1846 "bytes", 1847 "fnv", 1848 "itoa", 1849] 1850 1851[[package]] 1852name = "http-body" 1853version = "1.0.1" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1856dependencies = [ 1857 "bytes", 1858 "http", 1859] 1860 1861[[package]] 1862name = "http-body-util" 1863version = "0.1.3" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1866dependencies = [ 1867 "bytes", 1868 "futures-core", 1869 "http", 1870 "http-body", 1871 "pin-project-lite", 1872] 1873 1874[[package]] 1875name = "httparse" 1876version = "1.10.1" 1877source = "registry+https://github.com/rust-lang/crates.io-index" 1878checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1879 1880[[package]] 1881name = "httpdate" 1882version = "1.0.3" 1883source = "registry+https://github.com/rust-lang/crates.io-index" 1884checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1885 1886[[package]] 1887name = "hyper" 1888version = "1.7.0" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 1891dependencies = [ 1892 "atomic-waker", 1893 "bytes", 1894 "futures-channel", 1895 "futures-core", 1896 "h2", 1897 "http", 1898 "http-body", 1899 "httparse", 1900 "httpdate", 1901 "itoa", 1902 "pin-project-lite", 1903 "pin-utils", 1904 "smallvec", 1905 "tokio", 1906 "want", 1907] 1908 1909[[package]] 1910name = "hyper-rustls" 1911version = "0.27.7" 1912source = "registry+https://github.com/rust-lang/crates.io-index" 1913checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1914dependencies = [ 1915 "http", 1916 "hyper", 1917 "hyper-util", 1918 "rustls", 1919 "rustls-pki-types", 1920 "tokio", 1921 "tokio-rustls", 1922 "tower-service", 1923 "webpki-roots", 1924] 1925 1926[[package]] 1927name = "hyper-util" 1928version = "0.1.17" 1929source = "registry+https://github.com/rust-lang/crates.io-index" 1930checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 1931dependencies = [ 1932 "base64 0.22.1", 1933 "bytes", 1934 "futures-channel", 1935 "futures-core", 1936 "futures-util", 1937 "http", 1938 "http-body", 1939 "hyper", 1940 "ipnet", 1941 "libc", 1942 "percent-encoding", 1943 "pin-project-lite", 1944 "socket2 0.6.1", 1945 "system-configuration", 1946 "tokio", 1947 "tower-service", 1948 "tracing", 1949 "windows-registry", 1950] 1951 1952[[package]] 1953name = "iana-time-zone" 1954version = "0.1.64" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 1957dependencies = [ 1958 "android_system_properties", 1959 "core-foundation-sys", 1960 "iana-time-zone-haiku", 1961 "js-sys", 1962 "log", 1963 "wasm-bindgen", 1964 "windows-core 0.62.2", 1965] 1966 1967[[package]] 1968name = "iana-time-zone-haiku" 1969version = "0.1.2" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1972dependencies = [ 1973 "cc", 1974] 1975 1976[[package]] 1977name = "icu_collections" 1978version = "2.0.0" 1979source = "registry+https://github.com/rust-lang/crates.io-index" 1980checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1981dependencies = [ 1982 "displaydoc", 1983 "potential_utf", 1984 "yoke", 1985 "zerofrom", 1986 "zerovec", 1987] 1988 1989[[package]] 1990name = "icu_locale_core" 1991version = "2.0.0" 1992source = "registry+https://github.com/rust-lang/crates.io-index" 1993checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1994dependencies = [ 1995 "displaydoc", 1996 "litemap", 1997 "tinystr", 1998 "writeable", 1999 "zerovec", 2000] 2001 2002[[package]] 2003name = "icu_normalizer" 2004version = "2.0.0" 2005source = "registry+https://github.com/rust-lang/crates.io-index" 2006checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 2007dependencies = [ 2008 "displaydoc", 2009 "icu_collections", 2010 "icu_normalizer_data", 2011 "icu_properties", 2012 "icu_provider", 2013 "smallvec", 2014 "zerovec", 2015] 2016 2017[[package]] 2018name = "icu_normalizer_data" 2019version = "2.0.0" 2020source = "registry+https://github.com/rust-lang/crates.io-index" 2021checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 2022 2023[[package]] 2024name = "icu_properties" 2025version = "2.0.1" 2026source = "registry+https://github.com/rust-lang/crates.io-index" 2027checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 2028dependencies = [ 2029 "displaydoc", 2030 "icu_collections", 2031 "icu_locale_core", 2032 "icu_properties_data", 2033 "icu_provider", 2034 "potential_utf", 2035 "zerotrie", 2036 "zerovec", 2037] 2038 2039[[package]] 2040name = "icu_properties_data" 2041version = "2.0.1" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 2044 2045[[package]] 2046name = "icu_provider" 2047version = "2.0.0" 2048source = "registry+https://github.com/rust-lang/crates.io-index" 2049checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 2050dependencies = [ 2051 "displaydoc", 2052 "icu_locale_core", 2053 "stable_deref_trait", 2054 "tinystr", 2055 "writeable", 2056 "yoke", 2057 "zerofrom", 2058 "zerotrie", 2059 "zerovec", 2060] 2061 2062[[package]] 2063name = "ident_case" 2064version = "1.0.1" 2065source = "registry+https://github.com/rust-lang/crates.io-index" 2066checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2067 2068[[package]] 2069name = "idna" 2070version = "1.1.0" 2071source = "registry+https://github.com/rust-lang/crates.io-index" 2072checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 2073dependencies = [ 2074 "idna_adapter", 2075 "smallvec", 2076 "utf8_iter", 2077] 2078 2079[[package]] 2080name = "idna_adapter" 2081version = "1.2.1" 2082source = "registry+https://github.com/rust-lang/crates.io-index" 2083checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 2084dependencies = [ 2085 "icu_normalizer", 2086 "icu_properties", 2087] 2088 2089[[package]] 2090name = "image" 2091version = "0.25.8" 2092source = "registry+https://github.com/rust-lang/crates.io-index" 2093checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7" 2094dependencies = [ 2095 "bytemuck", 2096 "byteorder-lite", 2097 "color_quant", 2098 "exr", 2099 "gif", 2100 "image-webp", 2101 "moxcms", 2102 "num-traits", 2103 "png", 2104 "qoi", 2105 "ravif", 2106 "rayon", 2107 "rgb", 2108 "tiff 0.10.3", 2109 "zune-core", 2110 "zune-jpeg", 2111] 2112 2113[[package]] 2114name = "image-webp" 2115version = "0.2.4" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" 2118dependencies = [ 2119 "byteorder-lite", 2120 "quick-error 2.0.1", 2121] 2122 2123[[package]] 2124name = "imgref" 2125version = "1.12.0" 2126source = "registry+https://github.com/rust-lang/crates.io-index" 2127checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8" 2128 2129[[package]] 2130name = "indexmap" 2131version = "1.9.3" 2132source = "registry+https://github.com/rust-lang/crates.io-index" 2133checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2134dependencies = [ 2135 "autocfg", 2136 "hashbrown 0.12.3", 2137 "serde", 2138] 2139 2140[[package]] 2141name = "indexmap" 2142version = "2.12.0" 2143source = "registry+https://github.com/rust-lang/crates.io-index" 2144checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 2145dependencies = [ 2146 "equivalent", 2147 "hashbrown 0.16.0", 2148 "serde", 2149 "serde_core", 2150] 2151 2152[[package]] 2153name = "indoc" 2154version = "2.0.7" 2155source = "registry+https://github.com/rust-lang/crates.io-index" 2156checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 2157dependencies = [ 2158 "rustversion", 2159] 2160 2161[[package]] 2162name = "interpolate_name" 2163version = "0.2.4" 2164source = "registry+https://github.com/rust-lang/crates.io-index" 2165checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 2166dependencies = [ 2167 "proc-macro2", 2168 "quote", 2169 "syn 2.0.108", 2170] 2171 2172[[package]] 2173name = "inventory" 2174version = "0.3.21" 2175source = "registry+https://github.com/rust-lang/crates.io-index" 2176checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" 2177dependencies = [ 2178 "rustversion", 2179] 2180 2181[[package]] 2182name = "ipconfig" 2183version = "0.3.2" 2184source = "registry+https://github.com/rust-lang/crates.io-index" 2185checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 2186dependencies = [ 2187 "socket2 0.5.10", 2188 "widestring", 2189 "windows-sys 0.48.0", 2190 "winreg", 2191] 2192 2193[[package]] 2194name = "ipld-core" 2195version = "0.4.2" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 2198dependencies = [ 2199 "cid", 2200 "serde", 2201 "serde_bytes", 2202] 2203 2204[[package]] 2205name = "ipnet" 2206version = "2.11.0" 2207source = "registry+https://github.com/rust-lang/crates.io-index" 2208checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 2209 2210[[package]] 2211name = "iri-string" 2212version = "0.7.8" 2213source = "registry+https://github.com/rust-lang/crates.io-index" 2214checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 2215dependencies = [ 2216 "memchr", 2217 "serde", 2218] 2219 2220[[package]] 2221name = "iroh-car" 2222version = "0.5.1" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a" 2225dependencies = [ 2226 "anyhow", 2227 "cid", 2228 "futures", 2229 "serde", 2230 "serde_ipld_dagcbor", 2231 "thiserror 1.0.69", 2232 "tokio", 2233 "unsigned-varint 0.7.2", 2234] 2235 2236[[package]] 2237name = "is_ci" 2238version = "1.2.0" 2239source = "registry+https://github.com/rust-lang/crates.io-index" 2240checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" 2241 2242[[package]] 2243name = "is_terminal_polyfill" 2244version = "1.70.2" 2245source = "registry+https://github.com/rust-lang/crates.io-index" 2246checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 2247 2248[[package]] 2249name = "itertools" 2250version = "0.12.1" 2251source = "registry+https://github.com/rust-lang/crates.io-index" 2252checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2253dependencies = [ 2254 "either", 2255] 2256 2257[[package]] 2258name = "itoa" 2259version = "1.0.15" 2260source = "registry+https://github.com/rust-lang/crates.io-index" 2261checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 2262 2263[[package]] 2264name = "jacquard" 2265version = "0.9.3" 2266dependencies = [ 2267 "bytes", 2268 "clap", 2269 "getrandom 0.2.16", 2270 "gloo-storage", 2271 "http", 2272 "image", 2273 "jacquard-api", 2274 "jacquard-common", 2275 "jacquard-derive", 2276 "jacquard-identity", 2277 "jacquard-oauth", 2278 "jose-jwk", 2279 "miette", 2280 "n0-future", 2281 "regex", 2282 "regex-lite", 2283 "reqwest", 2284 "serde", 2285 "serde_html_form", 2286 "serde_json", 2287 "smol_str", 2288 "thiserror 2.0.17", 2289 "tiff 0.6.1", 2290 "tokio", 2291 "tracing", 2292 "trait-variant", 2293 "url", 2294 "viuer", 2295 "webpage", 2296] 2297 2298[[package]] 2299name = "jacquard-api" 2300version = "0.9.2" 2301dependencies = [ 2302 "bon", 2303 "bytes", 2304 "jacquard-common", 2305 "jacquard-derive", 2306 "jacquard-lexicon", 2307 "miette", 2308 "rustversion", 2309 "serde", 2310 "serde_ipld_dagcbor", 2311 "thiserror 2.0.17", 2312 "unicode-segmentation", 2313] 2314 2315[[package]] 2316name = "jacquard-axum" 2317version = "0.9.2" 2318dependencies = [ 2319 "axum", 2320 "axum-macros", 2321 "axum-test", 2322 "base64 0.22.1", 2323 "bytes", 2324 "chrono", 2325 "jacquard", 2326 "jacquard-common", 2327 "jacquard-derive", 2328 "jacquard-identity", 2329 "k256", 2330 "miette", 2331 "multibase", 2332 "rand 0.8.5", 2333 "reqwest", 2334 "serde", 2335 "serde_html_form", 2336 "serde_json", 2337 "thiserror 2.0.17", 2338 "tokio", 2339 "tower", 2340 "tower-http", 2341 "tracing", 2342 "tracing-subscriber", 2343] 2344 2345[[package]] 2346name = "jacquard-common" 2347version = "0.9.2" 2348dependencies = [ 2349 "base64 0.22.1", 2350 "bon", 2351 "bytes", 2352 "chrono", 2353 "ciborium", 2354 "cid", 2355 "ed25519-dalek", 2356 "futures", 2357 "futures-lite", 2358 "getrandom 0.2.16", 2359 "getrandom 0.3.4", 2360 "http", 2361 "ipld-core", 2362 "k256", 2363 "langtag", 2364 "miette", 2365 "multibase", 2366 "multihash", 2367 "n0-future", 2368 "ouroboros", 2369 "p256", 2370 "rand 0.9.2", 2371 "regex", 2372 "regex-lite", 2373 "reqwest", 2374 "serde", 2375 "serde_html_form", 2376 "serde_ipld_dagcbor", 2377 "serde_json", 2378 "signature", 2379 "smol_str", 2380 "thiserror 2.0.17", 2381 "tokio", 2382 "tokio-tungstenite-wasm", 2383 "tokio-util", 2384 "tracing", 2385 "trait-variant", 2386 "url", 2387 "zstd", 2388] 2389 2390[[package]] 2391name = "jacquard-derive" 2392version = "0.9.3" 2393dependencies = [ 2394 "heck 0.5.0", 2395 "inventory", 2396 "jacquard-common", 2397 "jacquard-lexicon", 2398 "proc-macro2", 2399 "quote", 2400 "serde", 2401 "serde_json", 2402 "syn 2.0.108", 2403 "unicode-segmentation", 2404] 2405 2406[[package]] 2407name = "jacquard-identity" 2408version = "0.9.2" 2409dependencies = [ 2410 "bon", 2411 "bytes", 2412 "hickory-resolver", 2413 "http", 2414 "jacquard-api", 2415 "jacquard-common", 2416 "jacquard-lexicon", 2417 "miette", 2418 "mini-moka", 2419 "n0-future", 2420 "percent-encoding", 2421 "reqwest", 2422 "serde", 2423 "serde_html_form", 2424 "serde_json", 2425 "thiserror 2.0.17", 2426 "tokio", 2427 "tracing", 2428 "trait-variant", 2429 "url", 2430 "urlencoding", 2431] 2432 2433[[package]] 2434name = "jacquard-lexgen" 2435version = "0.9.3" 2436dependencies = [ 2437 "clap", 2438 "clap_complete", 2439 "clap_mangen", 2440 "glob", 2441 "inventory", 2442 "jacquard-api", 2443 "jacquard-common", 2444 "jacquard-derive", 2445 "jacquard-identity", 2446 "jacquard-lexicon", 2447 "kdl", 2448 "miette", 2449 "reqwest", 2450 "serde", 2451 "serde_json", 2452 "syn 2.0.108", 2453 "tempfile", 2454 "thiserror 2.0.17", 2455 "tokio", 2456 "toml 0.8.23", 2457 "walkdir", 2458] 2459 2460[[package]] 2461name = "jacquard-lexicon" 2462version = "0.9.2" 2463dependencies = [ 2464 "bytes", 2465 "cid", 2466 "dashmap", 2467 "heck 0.5.0", 2468 "inventory", 2469 "jacquard-common", 2470 "jacquard-derive", 2471 "miette", 2472 "multihash", 2473 "prettyplease", 2474 "proc-macro2", 2475 "quote", 2476 "serde", 2477 "serde_ipld_dagcbor", 2478 "serde_json", 2479 "serde_repr", 2480 "serde_with", 2481 "sha2", 2482 "syn 2.0.108", 2483 "tempfile", 2484 "thiserror 2.0.17", 2485 "unicode-segmentation", 2486] 2487 2488[[package]] 2489name = "jacquard-oauth" 2490version = "0.9.2" 2491dependencies = [ 2492 "base64 0.22.1", 2493 "bytes", 2494 "chrono", 2495 "dashmap", 2496 "elliptic-curve", 2497 "http", 2498 "jacquard-common", 2499 "jacquard-identity", 2500 "jose-jwa", 2501 "jose-jwk", 2502 "miette", 2503 "n0-future", 2504 "p256", 2505 "rand 0.8.5", 2506 "rouille", 2507 "serde", 2508 "serde_html_form", 2509 "serde_json", 2510 "sha2", 2511 "smol_str", 2512 "thiserror 2.0.17", 2513 "tokio", 2514 "tracing", 2515 "trait-variant", 2516 "url", 2517 "webbrowser", 2518] 2519 2520[[package]] 2521name = "jacquard-repo" 2522version = "0.9.3" 2523dependencies = [ 2524 "anyhow", 2525 "bytes", 2526 "cid", 2527 "ed25519-dalek", 2528 "hex", 2529 "iroh-car", 2530 "jacquard-common", 2531 "jacquard-derive", 2532 "k256", 2533 "miette", 2534 "multihash", 2535 "n0-future", 2536 "p256", 2537 "rand 0.8.5", 2538 "serde", 2539 "serde_bytes", 2540 "serde_ipld_dagcbor", 2541 "serde_ipld_dagjson", 2542 "serde_json", 2543 "sha2", 2544 "smol_str", 2545 "tempfile", 2546 "thiserror 2.0.17", 2547 "tokio", 2548 "trait-variant", 2549] 2550 2551[[package]] 2552name = "jni" 2553version = "0.21.1" 2554source = "registry+https://github.com/rust-lang/crates.io-index" 2555checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2556dependencies = [ 2557 "cesu8", 2558 "cfg-if", 2559 "combine", 2560 "jni-sys", 2561 "log", 2562 "thiserror 1.0.69", 2563 "walkdir", 2564 "windows-sys 0.45.0", 2565] 2566 2567[[package]] 2568name = "jni-sys" 2569version = "0.3.0" 2570source = "registry+https://github.com/rust-lang/crates.io-index" 2571checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2572 2573[[package]] 2574name = "jobserver" 2575version = "0.1.34" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 2578dependencies = [ 2579 "getrandom 0.3.4", 2580 "libc", 2581] 2582 2583[[package]] 2584name = "jose-b64" 2585version = "0.1.2" 2586source = "registry+https://github.com/rust-lang/crates.io-index" 2587checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56" 2588dependencies = [ 2589 "base64ct", 2590 "serde", 2591 "subtle", 2592 "zeroize", 2593] 2594 2595[[package]] 2596name = "jose-jwa" 2597version = "0.1.2" 2598source = "registry+https://github.com/rust-lang/crates.io-index" 2599checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7" 2600dependencies = [ 2601 "serde", 2602] 2603 2604[[package]] 2605name = "jose-jwk" 2606version = "0.1.2" 2607source = "registry+https://github.com/rust-lang/crates.io-index" 2608checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7" 2609dependencies = [ 2610 "jose-b64", 2611 "jose-jwa", 2612 "p256", 2613 "p384", 2614 "rsa", 2615 "serde", 2616 "zeroize", 2617] 2618 2619[[package]] 2620name = "jpeg-decoder" 2621version = "0.1.22" 2622source = "registry+https://github.com/rust-lang/crates.io-index" 2623checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2" 2624 2625[[package]] 2626name = "js-sys" 2627version = "0.3.82" 2628source = "registry+https://github.com/rust-lang/crates.io-index" 2629checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" 2630dependencies = [ 2631 "once_cell", 2632 "wasm-bindgen", 2633] 2634 2635[[package]] 2636name = "k256" 2637version = "0.13.4" 2638source = "registry+https://github.com/rust-lang/crates.io-index" 2639checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 2640dependencies = [ 2641 "cfg-if", 2642 "ecdsa", 2643 "elliptic-curve", 2644 "once_cell", 2645 "sha2", 2646 "signature", 2647] 2648 2649[[package]] 2650name = "kdl" 2651version = "6.5.0" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "81a29e7b50079ff44549f68c0becb1c73d7f6de2a4ea952da77966daf3d4761e" 2654dependencies = [ 2655 "miette", 2656 "num", 2657 "winnow 0.6.24", 2658] 2659 2660[[package]] 2661name = "langtag" 2662version = "0.4.0" 2663source = "registry+https://github.com/rust-lang/crates.io-index" 2664checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600" 2665dependencies = [ 2666 "serde", 2667 "static-regular-grammar", 2668 "thiserror 1.0.69", 2669] 2670 2671[[package]] 2672name = "lazy_static" 2673version = "1.5.0" 2674source = "registry+https://github.com/rust-lang/crates.io-index" 2675checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2676dependencies = [ 2677 "spin 0.9.8", 2678] 2679 2680[[package]] 2681name = "lebe" 2682version = "0.5.3" 2683source = "registry+https://github.com/rust-lang/crates.io-index" 2684checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" 2685 2686[[package]] 2687name = "libc" 2688version = "0.2.177" 2689source = "registry+https://github.com/rust-lang/crates.io-index" 2690checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 2691 2692[[package]] 2693name = "libfuzzer-sys" 2694version = "0.4.10" 2695source = "registry+https://github.com/rust-lang/crates.io-index" 2696checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404" 2697dependencies = [ 2698 "arbitrary", 2699 "cc", 2700] 2701 2702[[package]] 2703name = "libm" 2704version = "0.2.15" 2705source = "registry+https://github.com/rust-lang/crates.io-index" 2706checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 2707 2708[[package]] 2709name = "libredox" 2710version = "0.1.10" 2711source = "registry+https://github.com/rust-lang/crates.io-index" 2712checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 2713dependencies = [ 2714 "bitflags", 2715 "libc", 2716 "redox_syscall", 2717] 2718 2719[[package]] 2720name = "linked-hash-map" 2721version = "0.5.6" 2722source = "registry+https://github.com/rust-lang/crates.io-index" 2723checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2724 2725[[package]] 2726name = "linux-raw-sys" 2727version = "0.4.15" 2728source = "registry+https://github.com/rust-lang/crates.io-index" 2729checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2730 2731[[package]] 2732name = "linux-raw-sys" 2733version = "0.11.0" 2734source = "registry+https://github.com/rust-lang/crates.io-index" 2735checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 2736 2737[[package]] 2738name = "litemap" 2739version = "0.8.0" 2740source = "registry+https://github.com/rust-lang/crates.io-index" 2741checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 2742 2743[[package]] 2744name = "lock_api" 2745version = "0.4.14" 2746source = "registry+https://github.com/rust-lang/crates.io-index" 2747checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2748dependencies = [ 2749 "scopeguard", 2750] 2751 2752[[package]] 2753name = "log" 2754version = "0.4.28" 2755source = "registry+https://github.com/rust-lang/crates.io-index" 2756checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 2757 2758[[package]] 2759name = "loom" 2760version = "0.7.2" 2761source = "registry+https://github.com/rust-lang/crates.io-index" 2762checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2763dependencies = [ 2764 "cfg-if", 2765 "generator", 2766 "scoped-tls", 2767 "tracing", 2768 "tracing-subscriber", 2769] 2770 2771[[package]] 2772name = "loop9" 2773version = "0.1.5" 2774source = "registry+https://github.com/rust-lang/crates.io-index" 2775checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 2776dependencies = [ 2777 "imgref", 2778] 2779 2780[[package]] 2781name = "lru-cache" 2782version = "0.1.2" 2783source = "registry+https://github.com/rust-lang/crates.io-index" 2784checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 2785dependencies = [ 2786 "linked-hash-map", 2787] 2788 2789[[package]] 2790name = "lru-slab" 2791version = "0.1.2" 2792source = "registry+https://github.com/rust-lang/crates.io-index" 2793checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2794 2795[[package]] 2796name = "mac" 2797version = "0.1.1" 2798source = "registry+https://github.com/rust-lang/crates.io-index" 2799checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 2800 2801[[package]] 2802name = "markup5ever" 2803version = "0.12.1" 2804source = "registry+https://github.com/rust-lang/crates.io-index" 2805checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" 2806dependencies = [ 2807 "log", 2808 "phf", 2809 "phf_codegen", 2810 "string_cache", 2811 "string_cache_codegen", 2812 "tendril", 2813] 2814 2815[[package]] 2816name = "markup5ever_rcdom" 2817version = "0.3.0" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18" 2820dependencies = [ 2821 "html5ever", 2822 "markup5ever", 2823 "tendril", 2824 "xml5ever", 2825] 2826 2827[[package]] 2828name = "match-lookup" 2829version = "0.1.1" 2830source = "registry+https://github.com/rust-lang/crates.io-index" 2831checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" 2832dependencies = [ 2833 "proc-macro2", 2834 "quote", 2835 "syn 1.0.109", 2836] 2837 2838[[package]] 2839name = "matchers" 2840version = "0.2.0" 2841source = "registry+https://github.com/rust-lang/crates.io-index" 2842checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 2843dependencies = [ 2844 "regex-automata", 2845] 2846 2847[[package]] 2848name = "matchit" 2849version = "0.8.4" 2850source = "registry+https://github.com/rust-lang/crates.io-index" 2851checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 2852 2853[[package]] 2854name = "maybe-rayon" 2855version = "0.1.1" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 2858dependencies = [ 2859 "cfg-if", 2860 "rayon", 2861] 2862 2863[[package]] 2864name = "memchr" 2865version = "2.7.6" 2866source = "registry+https://github.com/rust-lang/crates.io-index" 2867checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 2868 2869[[package]] 2870name = "miette" 2871version = "7.6.0" 2872source = "registry+https://github.com/rust-lang/crates.io-index" 2873checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 2874dependencies = [ 2875 "backtrace", 2876 "backtrace-ext", 2877 "cfg-if", 2878 "miette-derive", 2879 "owo-colors", 2880 "supports-color", 2881 "supports-hyperlinks", 2882 "supports-unicode", 2883 "terminal_size", 2884 "textwrap", 2885 "unicode-width 0.1.14", 2886] 2887 2888[[package]] 2889name = "miette-derive" 2890version = "7.6.0" 2891source = "registry+https://github.com/rust-lang/crates.io-index" 2892checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 2893dependencies = [ 2894 "proc-macro2", 2895 "quote", 2896 "syn 2.0.108", 2897] 2898 2899[[package]] 2900name = "mime" 2901version = "0.3.17" 2902source = "registry+https://github.com/rust-lang/crates.io-index" 2903checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2904 2905[[package]] 2906name = "mime_guess" 2907version = "2.0.5" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 2910dependencies = [ 2911 "mime", 2912 "unicase", 2913] 2914 2915[[package]] 2916name = "mini-moka" 2917version = "0.10.99" 2918dependencies = [ 2919 "anyhow", 2920 "crossbeam-channel", 2921 "crossbeam-utils", 2922 "dashmap", 2923 "getrandom 0.2.16", 2924 "once_cell", 2925 "smallvec", 2926 "tagptr", 2927 "triomphe", 2928 "trybuild", 2929 "wasm-bindgen-test", 2930 "web-time", 2931] 2932 2933[[package]] 2934name = "minicov" 2935version = "0.3.7" 2936source = "registry+https://github.com/rust-lang/crates.io-index" 2937checksum = "f27fe9f1cc3c22e1687f9446c2083c4c5fc7f0bcf1c7a86bdbded14985895b4b" 2938dependencies = [ 2939 "cc", 2940 "walkdir", 2941] 2942 2943[[package]] 2944name = "minimal-lexical" 2945version = "0.2.1" 2946source = "registry+https://github.com/rust-lang/crates.io-index" 2947checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2948 2949[[package]] 2950name = "miniz_oxide" 2951version = "0.4.4" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 2954dependencies = [ 2955 "adler", 2956 "autocfg", 2957] 2958 2959[[package]] 2960name = "miniz_oxide" 2961version = "0.8.9" 2962source = "registry+https://github.com/rust-lang/crates.io-index" 2963checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2964dependencies = [ 2965 "adler2", 2966 "simd-adler32", 2967] 2968 2969[[package]] 2970name = "mio" 2971version = "1.1.0" 2972source = "registry+https://github.com/rust-lang/crates.io-index" 2973checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 2974dependencies = [ 2975 "libc", 2976 "wasi", 2977 "windows-sys 0.61.2", 2978] 2979 2980[[package]] 2981name = "moxcms" 2982version = "0.7.7" 2983source = "registry+https://github.com/rust-lang/crates.io-index" 2984checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40" 2985dependencies = [ 2986 "num-traits", 2987 "pxfm", 2988] 2989 2990[[package]] 2991name = "multibase" 2992version = "0.9.2" 2993source = "registry+https://github.com/rust-lang/crates.io-index" 2994checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 2995dependencies = [ 2996 "base-x", 2997 "base256emoji", 2998 "data-encoding", 2999 "data-encoding-macro", 3000] 3001 3002[[package]] 3003name = "multihash" 3004version = "0.19.3" 3005source = "registry+https://github.com/rust-lang/crates.io-index" 3006checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 3007dependencies = [ 3008 "core2", 3009 "serde", 3010 "unsigned-varint 0.8.0", 3011] 3012 3013[[package]] 3014name = "multipart" 3015version = "0.18.0" 3016source = "registry+https://github.com/rust-lang/crates.io-index" 3017checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182" 3018dependencies = [ 3019 "buf_redux", 3020 "httparse", 3021 "log", 3022 "mime", 3023 "mime_guess", 3024 "quick-error 1.2.3", 3025 "rand 0.8.5", 3026 "safemem", 3027 "tempfile", 3028 "twoway", 3029] 3030 3031[[package]] 3032name = "n0-future" 3033version = "0.1.3" 3034source = "registry+https://github.com/rust-lang/crates.io-index" 3035checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794" 3036dependencies = [ 3037 "cfg_aliases", 3038 "derive_more", 3039 "futures-buffered", 3040 "futures-lite", 3041 "futures-util", 3042 "js-sys", 3043 "pin-project", 3044 "send_wrapper", 3045 "tokio", 3046 "tokio-util", 3047 "wasm-bindgen", 3048 "wasm-bindgen-futures", 3049 "web-time", 3050] 3051 3052[[package]] 3053name = "ndk-context" 3054version = "0.1.1" 3055source = "registry+https://github.com/rust-lang/crates.io-index" 3056checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3057 3058[[package]] 3059name = "new_debug_unreachable" 3060version = "1.0.6" 3061source = "registry+https://github.com/rust-lang/crates.io-index" 3062checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 3063 3064[[package]] 3065name = "nom" 3066version = "7.1.3" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3069dependencies = [ 3070 "memchr", 3071 "minimal-lexical", 3072] 3073 3074[[package]] 3075name = "nom" 3076version = "8.0.0" 3077source = "registry+https://github.com/rust-lang/crates.io-index" 3078checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" 3079dependencies = [ 3080 "memchr", 3081] 3082 3083[[package]] 3084name = "noop_proc_macro" 3085version = "0.3.0" 3086source = "registry+https://github.com/rust-lang/crates.io-index" 3087checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 3088 3089[[package]] 3090name = "nu-ansi-term" 3091version = "0.50.3" 3092source = "registry+https://github.com/rust-lang/crates.io-index" 3093checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 3094dependencies = [ 3095 "windows-sys 0.61.2", 3096] 3097 3098[[package]] 3099name = "num" 3100version = "0.4.3" 3101source = "registry+https://github.com/rust-lang/crates.io-index" 3102checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 3103dependencies = [ 3104 "num-bigint", 3105 "num-complex", 3106 "num-integer", 3107 "num-iter", 3108 "num-rational", 3109 "num-traits", 3110] 3111 3112[[package]] 3113name = "num-bigint" 3114version = "0.4.6" 3115source = "registry+https://github.com/rust-lang/crates.io-index" 3116checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3117dependencies = [ 3118 "num-integer", 3119 "num-traits", 3120] 3121 3122[[package]] 3123name = "num-bigint-dig" 3124version = "0.8.4" 3125source = "registry+https://github.com/rust-lang/crates.io-index" 3126checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 3127dependencies = [ 3128 "byteorder", 3129 "lazy_static", 3130 "libm", 3131 "num-integer", 3132 "num-iter", 3133 "num-traits", 3134 "rand 0.8.5", 3135 "smallvec", 3136 "zeroize", 3137] 3138 3139[[package]] 3140name = "num-complex" 3141version = "0.4.6" 3142source = "registry+https://github.com/rust-lang/crates.io-index" 3143checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 3144dependencies = [ 3145 "num-traits", 3146] 3147 3148[[package]] 3149name = "num-conv" 3150version = "0.1.0" 3151source = "registry+https://github.com/rust-lang/crates.io-index" 3152checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3153 3154[[package]] 3155name = "num-derive" 3156version = "0.4.2" 3157source = "registry+https://github.com/rust-lang/crates.io-index" 3158checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 3159dependencies = [ 3160 "proc-macro2", 3161 "quote", 3162 "syn 2.0.108", 3163] 3164 3165[[package]] 3166name = "num-integer" 3167version = "0.1.46" 3168source = "registry+https://github.com/rust-lang/crates.io-index" 3169checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3170dependencies = [ 3171 "num-traits", 3172] 3173 3174[[package]] 3175name = "num-iter" 3176version = "0.1.45" 3177source = "registry+https://github.com/rust-lang/crates.io-index" 3178checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 3179dependencies = [ 3180 "autocfg", 3181 "num-integer", 3182 "num-traits", 3183] 3184 3185[[package]] 3186name = "num-rational" 3187version = "0.4.2" 3188source = "registry+https://github.com/rust-lang/crates.io-index" 3189checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 3190dependencies = [ 3191 "num-bigint", 3192 "num-integer", 3193 "num-traits", 3194] 3195 3196[[package]] 3197name = "num-traits" 3198version = "0.2.19" 3199source = "registry+https://github.com/rust-lang/crates.io-index" 3200checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3201dependencies = [ 3202 "autocfg", 3203 "libm", 3204] 3205 3206[[package]] 3207name = "num_cpus" 3208version = "1.17.0" 3209source = "registry+https://github.com/rust-lang/crates.io-index" 3210checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 3211dependencies = [ 3212 "hermit-abi", 3213 "libc", 3214] 3215 3216[[package]] 3217name = "num_threads" 3218version = "0.1.7" 3219source = "registry+https://github.com/rust-lang/crates.io-index" 3220checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 3221dependencies = [ 3222 "libc", 3223] 3224 3225[[package]] 3226name = "objc2" 3227version = "0.6.3" 3228source = "registry+https://github.com/rust-lang/crates.io-index" 3229checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 3230dependencies = [ 3231 "objc2-encode", 3232] 3233 3234[[package]] 3235name = "objc2-encode" 3236version = "4.1.0" 3237source = "registry+https://github.com/rust-lang/crates.io-index" 3238checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 3239 3240[[package]] 3241name = "objc2-foundation" 3242version = "0.3.2" 3243source = "registry+https://github.com/rust-lang/crates.io-index" 3244checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 3245dependencies = [ 3246 "bitflags", 3247 "objc2", 3248] 3249 3250[[package]] 3251name = "object" 3252version = "0.37.3" 3253source = "registry+https://github.com/rust-lang/crates.io-index" 3254checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 3255dependencies = [ 3256 "memchr", 3257] 3258 3259[[package]] 3260name = "once_cell" 3261version = "1.21.3" 3262source = "registry+https://github.com/rust-lang/crates.io-index" 3263checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 3264 3265[[package]] 3266name = "once_cell_polyfill" 3267version = "1.70.2" 3268source = "registry+https://github.com/rust-lang/crates.io-index" 3269checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 3270 3271[[package]] 3272name = "openssl-probe" 3273version = "0.1.6" 3274source = "registry+https://github.com/rust-lang/crates.io-index" 3275checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 3276 3277[[package]] 3278name = "ouroboros" 3279version = "0.18.5" 3280source = "registry+https://github.com/rust-lang/crates.io-index" 3281checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 3282dependencies = [ 3283 "aliasable", 3284 "ouroboros_macro", 3285 "static_assertions", 3286] 3287 3288[[package]] 3289name = "ouroboros_macro" 3290version = "0.18.5" 3291source = "registry+https://github.com/rust-lang/crates.io-index" 3292checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 3293dependencies = [ 3294 "heck 0.4.1", 3295 "proc-macro2", 3296 "proc-macro2-diagnostics", 3297 "quote", 3298 "syn 2.0.108", 3299] 3300 3301[[package]] 3302name = "owo-colors" 3303version = "4.2.3" 3304source = "registry+https://github.com/rust-lang/crates.io-index" 3305checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" 3306 3307[[package]] 3308name = "p256" 3309version = "0.13.2" 3310source = "registry+https://github.com/rust-lang/crates.io-index" 3311checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 3312dependencies = [ 3313 "ecdsa", 3314 "elliptic-curve", 3315 "primeorder", 3316 "sha2", 3317] 3318 3319[[package]] 3320name = "p384" 3321version = "0.13.1" 3322source = "registry+https://github.com/rust-lang/crates.io-index" 3323checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 3324dependencies = [ 3325 "elliptic-curve", 3326 "primeorder", 3327] 3328 3329[[package]] 3330name = "parking" 3331version = "2.2.1" 3332source = "registry+https://github.com/rust-lang/crates.io-index" 3333checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3334 3335[[package]] 3336name = "parking_lot" 3337version = "0.12.5" 3338source = "registry+https://github.com/rust-lang/crates.io-index" 3339checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 3340dependencies = [ 3341 "lock_api", 3342 "parking_lot_core", 3343] 3344 3345[[package]] 3346name = "parking_lot_core" 3347version = "0.9.12" 3348source = "registry+https://github.com/rust-lang/crates.io-index" 3349checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 3350dependencies = [ 3351 "cfg-if", 3352 "libc", 3353 "redox_syscall", 3354 "smallvec", 3355 "windows-link 0.2.1", 3356] 3357 3358[[package]] 3359name = "paste" 3360version = "1.0.15" 3361source = "registry+https://github.com/rust-lang/crates.io-index" 3362checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3363 3364[[package]] 3365name = "pem-rfc7468" 3366version = "0.7.0" 3367source = "registry+https://github.com/rust-lang/crates.io-index" 3368checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 3369dependencies = [ 3370 "base64ct", 3371] 3372 3373[[package]] 3374name = "percent-encoding" 3375version = "2.3.2" 3376source = "registry+https://github.com/rust-lang/crates.io-index" 3377checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 3378 3379[[package]] 3380name = "phf" 3381version = "0.11.3" 3382source = "registry+https://github.com/rust-lang/crates.io-index" 3383checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 3384dependencies = [ 3385 "phf_shared", 3386] 3387 3388[[package]] 3389name = "phf_codegen" 3390version = "0.11.3" 3391source = "registry+https://github.com/rust-lang/crates.io-index" 3392checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 3393dependencies = [ 3394 "phf_generator", 3395 "phf_shared", 3396] 3397 3398[[package]] 3399name = "phf_generator" 3400version = "0.11.3" 3401source = "registry+https://github.com/rust-lang/crates.io-index" 3402checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 3403dependencies = [ 3404 "phf_shared", 3405 "rand 0.8.5", 3406] 3407 3408[[package]] 3409name = "phf_shared" 3410version = "0.11.3" 3411source = "registry+https://github.com/rust-lang/crates.io-index" 3412checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 3413dependencies = [ 3414 "siphasher", 3415] 3416 3417[[package]] 3418name = "pin-project" 3419version = "1.1.10" 3420source = "registry+https://github.com/rust-lang/crates.io-index" 3421checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 3422dependencies = [ 3423 "pin-project-internal", 3424] 3425 3426[[package]] 3427name = "pin-project-internal" 3428version = "1.1.10" 3429source = "registry+https://github.com/rust-lang/crates.io-index" 3430checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 3431dependencies = [ 3432 "proc-macro2", 3433 "quote", 3434 "syn 2.0.108", 3435] 3436 3437[[package]] 3438name = "pin-project-lite" 3439version = "0.2.16" 3440source = "registry+https://github.com/rust-lang/crates.io-index" 3441checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 3442 3443[[package]] 3444name = "pin-utils" 3445version = "0.1.0" 3446source = "registry+https://github.com/rust-lang/crates.io-index" 3447checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3448 3449[[package]] 3450name = "pkcs1" 3451version = "0.7.5" 3452source = "registry+https://github.com/rust-lang/crates.io-index" 3453checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 3454dependencies = [ 3455 "der", 3456 "pkcs8", 3457 "spki", 3458] 3459 3460[[package]] 3461name = "pkcs8" 3462version = "0.10.2" 3463source = "registry+https://github.com/rust-lang/crates.io-index" 3464checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3465dependencies = [ 3466 "der", 3467 "spki", 3468] 3469 3470[[package]] 3471name = "pkg-config" 3472version = "0.3.32" 3473source = "registry+https://github.com/rust-lang/crates.io-index" 3474checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 3475 3476[[package]] 3477name = "png" 3478version = "0.18.0" 3479source = "registry+https://github.com/rust-lang/crates.io-index" 3480checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 3481dependencies = [ 3482 "bitflags", 3483 "crc32fast", 3484 "fdeflate", 3485 "flate2", 3486 "miniz_oxide 0.8.9", 3487] 3488 3489[[package]] 3490name = "potential_utf" 3491version = "0.1.3" 3492source = "registry+https://github.com/rust-lang/crates.io-index" 3493checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 3494dependencies = [ 3495 "zerovec", 3496] 3497 3498[[package]] 3499name = "powerfmt" 3500version = "0.2.0" 3501source = "registry+https://github.com/rust-lang/crates.io-index" 3502checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3503 3504[[package]] 3505name = "ppv-lite86" 3506version = "0.2.21" 3507source = "registry+https://github.com/rust-lang/crates.io-index" 3508checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3509dependencies = [ 3510 "zerocopy", 3511] 3512 3513[[package]] 3514name = "precomputed-hash" 3515version = "0.1.1" 3516source = "registry+https://github.com/rust-lang/crates.io-index" 3517checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3518 3519[[package]] 3520name = "pretty_assertions" 3521version = "1.4.1" 3522source = "registry+https://github.com/rust-lang/crates.io-index" 3523checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" 3524dependencies = [ 3525 "diff", 3526 "yansi", 3527] 3528 3529[[package]] 3530name = "prettyplease" 3531version = "0.2.37" 3532source = "registry+https://github.com/rust-lang/crates.io-index" 3533checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 3534dependencies = [ 3535 "proc-macro2", 3536 "syn 2.0.108", 3537] 3538 3539[[package]] 3540name = "primeorder" 3541version = "0.13.6" 3542source = "registry+https://github.com/rust-lang/crates.io-index" 3543checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 3544dependencies = [ 3545 "elliptic-curve", 3546] 3547 3548[[package]] 3549name = "proc-macro-error" 3550version = "1.0.4" 3551source = "registry+https://github.com/rust-lang/crates.io-index" 3552checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3553dependencies = [ 3554 "proc-macro-error-attr", 3555 "proc-macro2", 3556 "quote", 3557 "syn 1.0.109", 3558 "version_check", 3559] 3560 3561[[package]] 3562name = "proc-macro-error-attr" 3563version = "1.0.4" 3564source = "registry+https://github.com/rust-lang/crates.io-index" 3565checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3566dependencies = [ 3567 "proc-macro2", 3568 "quote", 3569 "version_check", 3570] 3571 3572[[package]] 3573name = "proc-macro2" 3574version = "1.0.103" 3575source = "registry+https://github.com/rust-lang/crates.io-index" 3576checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 3577dependencies = [ 3578 "unicode-ident", 3579] 3580 3581[[package]] 3582name = "proc-macro2-diagnostics" 3583version = "0.10.1" 3584source = "registry+https://github.com/rust-lang/crates.io-index" 3585checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 3586dependencies = [ 3587 "proc-macro2", 3588 "quote", 3589 "syn 2.0.108", 3590 "version_check", 3591 "yansi", 3592] 3593 3594[[package]] 3595name = "profiling" 3596version = "1.0.17" 3597source = "registry+https://github.com/rust-lang/crates.io-index" 3598checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 3599dependencies = [ 3600 "profiling-procmacros", 3601] 3602 3603[[package]] 3604name = "profiling-procmacros" 3605version = "1.0.17" 3606source = "registry+https://github.com/rust-lang/crates.io-index" 3607checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" 3608dependencies = [ 3609 "quote", 3610 "syn 2.0.108", 3611] 3612 3613[[package]] 3614name = "pxfm" 3615version = "0.1.25" 3616source = "registry+https://github.com/rust-lang/crates.io-index" 3617checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84" 3618dependencies = [ 3619 "num-traits", 3620] 3621 3622[[package]] 3623name = "qoi" 3624version = "0.4.1" 3625source = "registry+https://github.com/rust-lang/crates.io-index" 3626checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 3627dependencies = [ 3628 "bytemuck", 3629] 3630 3631[[package]] 3632name = "quick-error" 3633version = "1.2.3" 3634source = "registry+https://github.com/rust-lang/crates.io-index" 3635checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 3636 3637[[package]] 3638name = "quick-error" 3639version = "2.0.1" 3640source = "registry+https://github.com/rust-lang/crates.io-index" 3641checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 3642 3643[[package]] 3644name = "quinn" 3645version = "0.11.9" 3646source = "registry+https://github.com/rust-lang/crates.io-index" 3647checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 3648dependencies = [ 3649 "bytes", 3650 "cfg_aliases", 3651 "pin-project-lite", 3652 "quinn-proto", 3653 "quinn-udp", 3654 "rustc-hash", 3655 "rustls", 3656 "socket2 0.6.1", 3657 "thiserror 2.0.17", 3658 "tokio", 3659 "tracing", 3660 "web-time", 3661] 3662 3663[[package]] 3664name = "quinn-proto" 3665version = "0.11.13" 3666source = "registry+https://github.com/rust-lang/crates.io-index" 3667checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 3668dependencies = [ 3669 "bytes", 3670 "getrandom 0.3.4", 3671 "lru-slab", 3672 "rand 0.9.2", 3673 "ring", 3674 "rustc-hash", 3675 "rustls", 3676 "rustls-pki-types", 3677 "slab", 3678 "thiserror 2.0.17", 3679 "tinyvec", 3680 "tracing", 3681 "web-time", 3682] 3683 3684[[package]] 3685name = "quinn-udp" 3686version = "0.5.14" 3687source = "registry+https://github.com/rust-lang/crates.io-index" 3688checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 3689dependencies = [ 3690 "cfg_aliases", 3691 "libc", 3692 "once_cell", 3693 "socket2 0.6.1", 3694 "tracing", 3695 "windows-sys 0.60.2", 3696] 3697 3698[[package]] 3699name = "quote" 3700version = "1.0.41" 3701source = "registry+https://github.com/rust-lang/crates.io-index" 3702checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 3703dependencies = [ 3704 "proc-macro2", 3705] 3706 3707[[package]] 3708name = "r-efi" 3709version = "5.3.0" 3710source = "registry+https://github.com/rust-lang/crates.io-index" 3711checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3712 3713[[package]] 3714name = "rand" 3715version = "0.8.5" 3716source = "registry+https://github.com/rust-lang/crates.io-index" 3717checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3718dependencies = [ 3719 "libc", 3720 "rand_chacha 0.3.1", 3721 "rand_core 0.6.4", 3722] 3723 3724[[package]] 3725name = "rand" 3726version = "0.9.2" 3727source = "registry+https://github.com/rust-lang/crates.io-index" 3728checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 3729dependencies = [ 3730 "rand_chacha 0.9.0", 3731 "rand_core 0.9.3", 3732] 3733 3734[[package]] 3735name = "rand_chacha" 3736version = "0.3.1" 3737source = "registry+https://github.com/rust-lang/crates.io-index" 3738checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3739dependencies = [ 3740 "ppv-lite86", 3741 "rand_core 0.6.4", 3742] 3743 3744[[package]] 3745name = "rand_chacha" 3746version = "0.9.0" 3747source = "registry+https://github.com/rust-lang/crates.io-index" 3748checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3749dependencies = [ 3750 "ppv-lite86", 3751 "rand_core 0.9.3", 3752] 3753 3754[[package]] 3755name = "rand_core" 3756version = "0.6.4" 3757source = "registry+https://github.com/rust-lang/crates.io-index" 3758checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3759dependencies = [ 3760 "getrandom 0.2.16", 3761] 3762 3763[[package]] 3764name = "rand_core" 3765version = "0.9.3" 3766source = "registry+https://github.com/rust-lang/crates.io-index" 3767checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 3768dependencies = [ 3769 "getrandom 0.3.4", 3770] 3771 3772[[package]] 3773name = "range-traits" 3774version = "0.3.2" 3775source = "registry+https://github.com/rust-lang/crates.io-index" 3776checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab" 3777 3778[[package]] 3779name = "rav1e" 3780version = "0.7.1" 3781source = "registry+https://github.com/rust-lang/crates.io-index" 3782checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9" 3783dependencies = [ 3784 "arbitrary", 3785 "arg_enum_proc_macro", 3786 "arrayvec", 3787 "av1-grain", 3788 "bitstream-io", 3789 "built", 3790 "cfg-if", 3791 "interpolate_name", 3792 "itertools", 3793 "libc", 3794 "libfuzzer-sys", 3795 "log", 3796 "maybe-rayon", 3797 "new_debug_unreachable", 3798 "noop_proc_macro", 3799 "num-derive", 3800 "num-traits", 3801 "once_cell", 3802 "paste", 3803 "profiling", 3804 "rand 0.8.5", 3805 "rand_chacha 0.3.1", 3806 "simd_helpers", 3807 "system-deps", 3808 "thiserror 1.0.69", 3809 "v_frame", 3810 "wasm-bindgen", 3811] 3812 3813[[package]] 3814name = "ravif" 3815version = "0.11.20" 3816source = "registry+https://github.com/rust-lang/crates.io-index" 3817checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b" 3818dependencies = [ 3819 "avif-serialize", 3820 "imgref", 3821 "loop9", 3822 "quick-error 2.0.1", 3823 "rav1e", 3824 "rayon", 3825 "rgb", 3826] 3827 3828[[package]] 3829name = "rayon" 3830version = "1.11.0" 3831source = "registry+https://github.com/rust-lang/crates.io-index" 3832checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 3833dependencies = [ 3834 "either", 3835 "rayon-core", 3836] 3837 3838[[package]] 3839name = "rayon-core" 3840version = "1.13.0" 3841source = "registry+https://github.com/rust-lang/crates.io-index" 3842checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 3843dependencies = [ 3844 "crossbeam-deque", 3845 "crossbeam-utils", 3846] 3847 3848[[package]] 3849name = "redox_syscall" 3850version = "0.5.18" 3851source = "registry+https://github.com/rust-lang/crates.io-index" 3852checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 3853dependencies = [ 3854 "bitflags", 3855] 3856 3857[[package]] 3858name = "ref-cast" 3859version = "1.0.25" 3860source = "registry+https://github.com/rust-lang/crates.io-index" 3861checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 3862dependencies = [ 3863 "ref-cast-impl", 3864] 3865 3866[[package]] 3867name = "ref-cast-impl" 3868version = "1.0.25" 3869source = "registry+https://github.com/rust-lang/crates.io-index" 3870checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 3871dependencies = [ 3872 "proc-macro2", 3873 "quote", 3874 "syn 2.0.108", 3875] 3876 3877[[package]] 3878name = "regex" 3879version = "1.12.2" 3880source = "registry+https://github.com/rust-lang/crates.io-index" 3881checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 3882dependencies = [ 3883 "aho-corasick", 3884 "memchr", 3885 "regex-automata", 3886 "regex-syntax", 3887] 3888 3889[[package]] 3890name = "regex-automata" 3891version = "0.4.13" 3892source = "registry+https://github.com/rust-lang/crates.io-index" 3893checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 3894dependencies = [ 3895 "aho-corasick", 3896 "memchr", 3897 "regex-syntax", 3898] 3899 3900[[package]] 3901name = "regex-lite" 3902version = "0.1.8" 3903source = "registry+https://github.com/rust-lang/crates.io-index" 3904checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" 3905 3906[[package]] 3907name = "regex-syntax" 3908version = "0.8.8" 3909source = "registry+https://github.com/rust-lang/crates.io-index" 3910checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 3911 3912[[package]] 3913name = "reqwest" 3914version = "0.12.24" 3915source = "registry+https://github.com/rust-lang/crates.io-index" 3916checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" 3917dependencies = [ 3918 "async-compression", 3919 "base64 0.22.1", 3920 "bytes", 3921 "encoding_rs", 3922 "futures-core", 3923 "futures-util", 3924 "h2", 3925 "http", 3926 "http-body", 3927 "http-body-util", 3928 "hyper", 3929 "hyper-rustls", 3930 "hyper-util", 3931 "js-sys", 3932 "log", 3933 "mime", 3934 "percent-encoding", 3935 "pin-project-lite", 3936 "quinn", 3937 "rustls", 3938 "rustls-pki-types", 3939 "serde", 3940 "serde_json", 3941 "serde_urlencoded", 3942 "sync_wrapper", 3943 "tokio", 3944 "tokio-rustls", 3945 "tokio-util", 3946 "tower", 3947 "tower-http", 3948 "tower-service", 3949 "url", 3950 "wasm-bindgen", 3951 "wasm-bindgen-futures", 3952 "wasm-streams", 3953 "web-sys", 3954 "webpki-roots", 3955] 3956 3957[[package]] 3958name = "reserve-port" 3959version = "2.3.0" 3960source = "registry+https://github.com/rust-lang/crates.io-index" 3961checksum = "21918d6644020c6f6ef1993242989bf6d4952d2e025617744f184c02df51c356" 3962dependencies = [ 3963 "thiserror 2.0.17", 3964] 3965 3966[[package]] 3967name = "resolv-conf" 3968version = "0.7.5" 3969source = "registry+https://github.com/rust-lang/crates.io-index" 3970checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" 3971 3972[[package]] 3973name = "rfc6979" 3974version = "0.4.0" 3975source = "registry+https://github.com/rust-lang/crates.io-index" 3976checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 3977dependencies = [ 3978 "hmac", 3979 "subtle", 3980] 3981 3982[[package]] 3983name = "rgb" 3984version = "0.8.52" 3985source = "registry+https://github.com/rust-lang/crates.io-index" 3986checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" 3987dependencies = [ 3988 "bytemuck", 3989] 3990 3991[[package]] 3992name = "ring" 3993version = "0.17.14" 3994source = "registry+https://github.com/rust-lang/crates.io-index" 3995checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 3996dependencies = [ 3997 "cc", 3998 "cfg-if", 3999 "getrandom 0.2.16", 4000 "libc", 4001 "untrusted", 4002 "windows-sys 0.52.0", 4003] 4004 4005[[package]] 4006name = "roff" 4007version = "0.2.2" 4008source = "registry+https://github.com/rust-lang/crates.io-index" 4009checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" 4010 4011[[package]] 4012name = "rouille" 4013version = "3.6.2" 4014source = "registry+https://github.com/rust-lang/crates.io-index" 4015checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921" 4016dependencies = [ 4017 "base64 0.13.1", 4018 "brotli", 4019 "chrono", 4020 "deflate", 4021 "filetime", 4022 "multipart", 4023 "percent-encoding", 4024 "rand 0.8.5", 4025 "serde", 4026 "serde_derive", 4027 "serde_json", 4028 "sha1_smol", 4029 "threadpool", 4030 "time", 4031 "tiny_http", 4032 "url", 4033] 4034 4035[[package]] 4036name = "rsa" 4037version = "0.9.8" 4038source = "registry+https://github.com/rust-lang/crates.io-index" 4039checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 4040dependencies = [ 4041 "const-oid", 4042 "digest", 4043 "num-bigint-dig", 4044 "num-integer", 4045 "num-traits", 4046 "pkcs1", 4047 "pkcs8", 4048 "rand_core 0.6.4", 4049 "signature", 4050 "spki", 4051 "subtle", 4052 "zeroize", 4053] 4054 4055[[package]] 4056name = "rust-multipart-rfc7578_2" 4057version = "0.8.0" 4058source = "registry+https://github.com/rust-lang/crates.io-index" 4059checksum = "c839d037155ebc06a571e305af66ff9fd9063a6e662447051737e1ac75beea41" 4060dependencies = [ 4061 "bytes", 4062 "futures-core", 4063 "futures-util", 4064 "http", 4065 "mime", 4066 "rand 0.9.2", 4067 "thiserror 2.0.17", 4068] 4069 4070[[package]] 4071name = "rustc-demangle" 4072version = "0.1.26" 4073source = "registry+https://github.com/rust-lang/crates.io-index" 4074checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 4075 4076[[package]] 4077name = "rustc-hash" 4078version = "2.1.1" 4079source = "registry+https://github.com/rust-lang/crates.io-index" 4080checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4081 4082[[package]] 4083name = "rustc_version" 4084version = "0.4.1" 4085source = "registry+https://github.com/rust-lang/crates.io-index" 4086checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4087dependencies = [ 4088 "semver", 4089] 4090 4091[[package]] 4092name = "rustix" 4093version = "0.38.44" 4094source = "registry+https://github.com/rust-lang/crates.io-index" 4095checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 4096dependencies = [ 4097 "bitflags", 4098 "errno", 4099 "libc", 4100 "linux-raw-sys 0.4.15", 4101 "windows-sys 0.59.0", 4102] 4103 4104[[package]] 4105name = "rustix" 4106version = "1.1.2" 4107source = "registry+https://github.com/rust-lang/crates.io-index" 4108checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 4109dependencies = [ 4110 "bitflags", 4111 "errno", 4112 "libc", 4113 "linux-raw-sys 0.11.0", 4114 "windows-sys 0.61.2", 4115] 4116 4117[[package]] 4118name = "rustls" 4119version = "0.23.34" 4120source = "registry+https://github.com/rust-lang/crates.io-index" 4121checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7" 4122dependencies = [ 4123 "once_cell", 4124 "ring", 4125 "rustls-pki-types", 4126 "rustls-webpki", 4127 "subtle", 4128 "zeroize", 4129] 4130 4131[[package]] 4132name = "rustls-native-certs" 4133version = "0.8.2" 4134source = "registry+https://github.com/rust-lang/crates.io-index" 4135checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" 4136dependencies = [ 4137 "openssl-probe", 4138 "rustls-pki-types", 4139 "schannel", 4140 "security-framework", 4141] 4142 4143[[package]] 4144name = "rustls-pki-types" 4145version = "1.12.0" 4146source = "registry+https://github.com/rust-lang/crates.io-index" 4147checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 4148dependencies = [ 4149 "web-time", 4150 "zeroize", 4151] 4152 4153[[package]] 4154name = "rustls-webpki" 4155version = "0.103.7" 4156source = "registry+https://github.com/rust-lang/crates.io-index" 4157checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" 4158dependencies = [ 4159 "ring", 4160 "rustls-pki-types", 4161 "untrusted", 4162] 4163 4164[[package]] 4165name = "rustversion" 4166version = "1.0.22" 4167source = "registry+https://github.com/rust-lang/crates.io-index" 4168checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 4169 4170[[package]] 4171name = "ryu" 4172version = "1.0.20" 4173source = "registry+https://github.com/rust-lang/crates.io-index" 4174checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 4175 4176[[package]] 4177name = "safemem" 4178version = "0.3.3" 4179source = "registry+https://github.com/rust-lang/crates.io-index" 4180checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 4181 4182[[package]] 4183name = "same-file" 4184version = "1.0.6" 4185source = "registry+https://github.com/rust-lang/crates.io-index" 4186checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4187dependencies = [ 4188 "winapi-util", 4189] 4190 4191[[package]] 4192name = "schannel" 4193version = "0.1.28" 4194source = "registry+https://github.com/rust-lang/crates.io-index" 4195checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 4196dependencies = [ 4197 "windows-sys 0.61.2", 4198] 4199 4200[[package]] 4201name = "schemars" 4202version = "0.9.0" 4203source = "registry+https://github.com/rust-lang/crates.io-index" 4204checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 4205dependencies = [ 4206 "dyn-clone", 4207 "ref-cast", 4208 "serde", 4209 "serde_json", 4210] 4211 4212[[package]] 4213name = "schemars" 4214version = "1.0.4" 4215source = "registry+https://github.com/rust-lang/crates.io-index" 4216checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" 4217dependencies = [ 4218 "dyn-clone", 4219 "ref-cast", 4220 "serde", 4221 "serde_json", 4222] 4223 4224[[package]] 4225name = "scoped-tls" 4226version = "1.0.1" 4227source = "registry+https://github.com/rust-lang/crates.io-index" 4228checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4229 4230[[package]] 4231name = "scopeguard" 4232version = "1.2.0" 4233source = "registry+https://github.com/rust-lang/crates.io-index" 4234checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4235 4236[[package]] 4237name = "sec1" 4238version = "0.7.3" 4239source = "registry+https://github.com/rust-lang/crates.io-index" 4240checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 4241dependencies = [ 4242 "base16ct", 4243 "der", 4244 "generic-array", 4245 "pkcs8", 4246 "subtle", 4247 "zeroize", 4248] 4249 4250[[package]] 4251name = "security-framework" 4252version = "3.5.1" 4253source = "registry+https://github.com/rust-lang/crates.io-index" 4254checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" 4255dependencies = [ 4256 "bitflags", 4257 "core-foundation 0.10.1", 4258 "core-foundation-sys", 4259 "libc", 4260 "security-framework-sys", 4261] 4262 4263[[package]] 4264name = "security-framework-sys" 4265version = "2.15.0" 4266source = "registry+https://github.com/rust-lang/crates.io-index" 4267checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 4268dependencies = [ 4269 "core-foundation-sys", 4270 "libc", 4271] 4272 4273[[package]] 4274name = "semver" 4275version = "1.0.27" 4276source = "registry+https://github.com/rust-lang/crates.io-index" 4277checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 4278 4279[[package]] 4280name = "send_wrapper" 4281version = "0.6.0" 4282source = "registry+https://github.com/rust-lang/crates.io-index" 4283checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 4284 4285[[package]] 4286name = "serde" 4287version = "1.0.228" 4288source = "registry+https://github.com/rust-lang/crates.io-index" 4289checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 4290dependencies = [ 4291 "serde_core", 4292 "serde_derive", 4293] 4294 4295[[package]] 4296name = "serde_bytes" 4297version = "0.11.19" 4298source = "registry+https://github.com/rust-lang/crates.io-index" 4299checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 4300dependencies = [ 4301 "serde", 4302 "serde_core", 4303] 4304 4305[[package]] 4306name = "serde_core" 4307version = "1.0.228" 4308source = "registry+https://github.com/rust-lang/crates.io-index" 4309checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 4310dependencies = [ 4311 "serde_derive", 4312] 4313 4314[[package]] 4315name = "serde_derive" 4316version = "1.0.228" 4317source = "registry+https://github.com/rust-lang/crates.io-index" 4318checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 4319dependencies = [ 4320 "proc-macro2", 4321 "quote", 4322 "syn 2.0.108", 4323] 4324 4325[[package]] 4326name = "serde_html_form" 4327version = "0.2.8" 4328source = "registry+https://github.com/rust-lang/crates.io-index" 4329checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 4330dependencies = [ 4331 "form_urlencoded", 4332 "indexmap 2.12.0", 4333 "itoa", 4334 "ryu", 4335 "serde_core", 4336] 4337 4338[[package]] 4339name = "serde_ipld_dagcbor" 4340version = "0.6.4" 4341source = "registry+https://github.com/rust-lang/crates.io-index" 4342checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 4343dependencies = [ 4344 "cbor4ii", 4345 "ipld-core", 4346 "scopeguard", 4347 "serde", 4348] 4349 4350[[package]] 4351name = "serde_ipld_dagjson" 4352version = "0.2.1" 4353source = "registry+https://github.com/rust-lang/crates.io-index" 4354checksum = "82d2d9d1f29999ee9a3d774fe2a5db4cc199da5178d0350f5e4482ea04252aee" 4355dependencies = [ 4356 "ipld-core", 4357 "serde", 4358 "serde_json", 4359] 4360 4361[[package]] 4362name = "serde_json" 4363version = "1.0.145" 4364source = "registry+https://github.com/rust-lang/crates.io-index" 4365checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 4366dependencies = [ 4367 "indexmap 2.12.0", 4368 "itoa", 4369 "memchr", 4370 "ryu", 4371 "serde", 4372 "serde_core", 4373] 4374 4375[[package]] 4376name = "serde_path_to_error" 4377version = "0.1.20" 4378source = "registry+https://github.com/rust-lang/crates.io-index" 4379checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 4380dependencies = [ 4381 "itoa", 4382 "serde", 4383 "serde_core", 4384] 4385 4386[[package]] 4387name = "serde_repr" 4388version = "0.1.20" 4389source = "registry+https://github.com/rust-lang/crates.io-index" 4390checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 4391dependencies = [ 4392 "proc-macro2", 4393 "quote", 4394 "syn 2.0.108", 4395] 4396 4397[[package]] 4398name = "serde_spanned" 4399version = "0.6.9" 4400source = "registry+https://github.com/rust-lang/crates.io-index" 4401checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 4402dependencies = [ 4403 "serde", 4404] 4405 4406[[package]] 4407name = "serde_spanned" 4408version = "1.0.3" 4409source = "registry+https://github.com/rust-lang/crates.io-index" 4410checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" 4411dependencies = [ 4412 "serde_core", 4413] 4414 4415[[package]] 4416name = "serde_urlencoded" 4417version = "0.7.1" 4418source = "registry+https://github.com/rust-lang/crates.io-index" 4419checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4420dependencies = [ 4421 "form_urlencoded", 4422 "itoa", 4423 "ryu", 4424 "serde", 4425] 4426 4427[[package]] 4428name = "serde_with" 4429version = "3.15.1" 4430source = "registry+https://github.com/rust-lang/crates.io-index" 4431checksum = "aa66c845eee442168b2c8134fec70ac50dc20e760769c8ba0ad1319ca1959b04" 4432dependencies = [ 4433 "base64 0.22.1", 4434 "chrono", 4435 "hex", 4436 "indexmap 1.9.3", 4437 "indexmap 2.12.0", 4438 "schemars 0.9.0", 4439 "schemars 1.0.4", 4440 "serde_core", 4441 "serde_json", 4442 "serde_with_macros", 4443 "time", 4444] 4445 4446[[package]] 4447name = "serde_with_macros" 4448version = "3.15.1" 4449source = "registry+https://github.com/rust-lang/crates.io-index" 4450checksum = "b91a903660542fced4e99881aa481bdbaec1634568ee02e0b8bd57c64cb38955" 4451dependencies = [ 4452 "darling", 4453 "proc-macro2", 4454 "quote", 4455 "syn 2.0.108", 4456] 4457 4458[[package]] 4459name = "sha1" 4460version = "0.10.6" 4461source = "registry+https://github.com/rust-lang/crates.io-index" 4462checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4463dependencies = [ 4464 "cfg-if", 4465 "cpufeatures", 4466 "digest", 4467] 4468 4469[[package]] 4470name = "sha1_smol" 4471version = "1.0.1" 4472source = "registry+https://github.com/rust-lang/crates.io-index" 4473checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 4474 4475[[package]] 4476name = "sha2" 4477version = "0.10.9" 4478source = "registry+https://github.com/rust-lang/crates.io-index" 4479checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 4480dependencies = [ 4481 "cfg-if", 4482 "cpufeatures", 4483 "digest", 4484] 4485 4486[[package]] 4487name = "sharded-slab" 4488version = "0.1.7" 4489source = "registry+https://github.com/rust-lang/crates.io-index" 4490checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4491dependencies = [ 4492 "lazy_static", 4493] 4494 4495[[package]] 4496name = "shlex" 4497version = "1.3.0" 4498source = "registry+https://github.com/rust-lang/crates.io-index" 4499checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4500 4501[[package]] 4502name = "signal-hook-registry" 4503version = "1.4.6" 4504source = "registry+https://github.com/rust-lang/crates.io-index" 4505checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 4506dependencies = [ 4507 "libc", 4508] 4509 4510[[package]] 4511name = "signature" 4512version = "2.2.0" 4513source = "registry+https://github.com/rust-lang/crates.io-index" 4514checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 4515dependencies = [ 4516 "digest", 4517 "rand_core 0.6.4", 4518] 4519 4520[[package]] 4521name = "simd-adler32" 4522version = "0.3.7" 4523source = "registry+https://github.com/rust-lang/crates.io-index" 4524checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 4525 4526[[package]] 4527name = "simd_helpers" 4528version = "0.1.0" 4529source = "registry+https://github.com/rust-lang/crates.io-index" 4530checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 4531dependencies = [ 4532 "quote", 4533] 4534 4535[[package]] 4536name = "siphasher" 4537version = "1.0.1" 4538source = "registry+https://github.com/rust-lang/crates.io-index" 4539checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 4540 4541[[package]] 4542name = "slab" 4543version = "0.4.11" 4544source = "registry+https://github.com/rust-lang/crates.io-index" 4545checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 4546 4547[[package]] 4548name = "smallvec" 4549version = "1.15.1" 4550source = "registry+https://github.com/rust-lang/crates.io-index" 4551checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 4552 4553[[package]] 4554name = "smol_str" 4555version = "0.3.4" 4556source = "registry+https://github.com/rust-lang/crates.io-index" 4557checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5" 4558dependencies = [ 4559 "borsh", 4560 "serde_core", 4561] 4562 4563[[package]] 4564name = "socket2" 4565version = "0.5.10" 4566source = "registry+https://github.com/rust-lang/crates.io-index" 4567checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 4568dependencies = [ 4569 "libc", 4570 "windows-sys 0.52.0", 4571] 4572 4573[[package]] 4574name = "socket2" 4575version = "0.6.1" 4576source = "registry+https://github.com/rust-lang/crates.io-index" 4577checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 4578dependencies = [ 4579 "libc", 4580 "windows-sys 0.60.2", 4581] 4582 4583[[package]] 4584name = "spin" 4585version = "0.9.8" 4586source = "registry+https://github.com/rust-lang/crates.io-index" 4587checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4588 4589[[package]] 4590name = "spin" 4591version = "0.10.0" 4592source = "registry+https://github.com/rust-lang/crates.io-index" 4593checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 4594 4595[[package]] 4596name = "spki" 4597version = "0.7.3" 4598source = "registry+https://github.com/rust-lang/crates.io-index" 4599checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 4600dependencies = [ 4601 "base64ct", 4602 "der", 4603] 4604 4605[[package]] 4606name = "stable_deref_trait" 4607version = "1.2.1" 4608source = "registry+https://github.com/rust-lang/crates.io-index" 4609checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 4610 4611[[package]] 4612name = "static-regular-grammar" 4613version = "2.0.2" 4614source = "registry+https://github.com/rust-lang/crates.io-index" 4615checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957" 4616dependencies = [ 4617 "abnf", 4618 "btree-range-map", 4619 "ciborium", 4620 "hex_fmt", 4621 "indoc", 4622 "proc-macro-error", 4623 "proc-macro2", 4624 "quote", 4625 "serde", 4626 "sha2", 4627 "syn 2.0.108", 4628 "thiserror 1.0.69", 4629] 4630 4631[[package]] 4632name = "static_assertions" 4633version = "1.1.0" 4634source = "registry+https://github.com/rust-lang/crates.io-index" 4635checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4636 4637[[package]] 4638name = "string_cache" 4639version = "0.8.9" 4640source = "registry+https://github.com/rust-lang/crates.io-index" 4641checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 4642dependencies = [ 4643 "new_debug_unreachable", 4644 "parking_lot", 4645 "phf_shared", 4646 "precomputed-hash", 4647 "serde", 4648] 4649 4650[[package]] 4651name = "string_cache_codegen" 4652version = "0.5.4" 4653source = "registry+https://github.com/rust-lang/crates.io-index" 4654checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 4655dependencies = [ 4656 "phf_generator", 4657 "phf_shared", 4658 "proc-macro2", 4659 "quote", 4660] 4661 4662[[package]] 4663name = "strsim" 4664version = "0.11.1" 4665source = "registry+https://github.com/rust-lang/crates.io-index" 4666checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4667 4668[[package]] 4669name = "subtle" 4670version = "2.6.1" 4671source = "registry+https://github.com/rust-lang/crates.io-index" 4672checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 4673 4674[[package]] 4675name = "supports-color" 4676version = "3.0.2" 4677source = "registry+https://github.com/rust-lang/crates.io-index" 4678checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6" 4679dependencies = [ 4680 "is_ci", 4681] 4682 4683[[package]] 4684name = "supports-hyperlinks" 4685version = "3.1.0" 4686source = "registry+https://github.com/rust-lang/crates.io-index" 4687checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b" 4688 4689[[package]] 4690name = "supports-unicode" 4691version = "3.0.0" 4692source = "registry+https://github.com/rust-lang/crates.io-index" 4693checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" 4694 4695[[package]] 4696name = "syn" 4697version = "1.0.109" 4698source = "registry+https://github.com/rust-lang/crates.io-index" 4699checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4700dependencies = [ 4701 "proc-macro2", 4702 "quote", 4703 "unicode-ident", 4704] 4705 4706[[package]] 4707name = "syn" 4708version = "2.0.108" 4709source = "registry+https://github.com/rust-lang/crates.io-index" 4710checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917" 4711dependencies = [ 4712 "proc-macro2", 4713 "quote", 4714 "unicode-ident", 4715] 4716 4717[[package]] 4718name = "sync_wrapper" 4719version = "1.0.2" 4720source = "registry+https://github.com/rust-lang/crates.io-index" 4721checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 4722dependencies = [ 4723 "futures-core", 4724] 4725 4726[[package]] 4727name = "synstructure" 4728version = "0.13.2" 4729source = "registry+https://github.com/rust-lang/crates.io-index" 4730checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 4731dependencies = [ 4732 "proc-macro2", 4733 "quote", 4734 "syn 2.0.108", 4735] 4736 4737[[package]] 4738name = "system-configuration" 4739version = "0.6.1" 4740source = "registry+https://github.com/rust-lang/crates.io-index" 4741checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 4742dependencies = [ 4743 "bitflags", 4744 "core-foundation 0.9.4", 4745 "system-configuration-sys", 4746] 4747 4748[[package]] 4749name = "system-configuration-sys" 4750version = "0.6.0" 4751source = "registry+https://github.com/rust-lang/crates.io-index" 4752checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 4753dependencies = [ 4754 "core-foundation-sys", 4755 "libc", 4756] 4757 4758[[package]] 4759name = "system-deps" 4760version = "6.2.2" 4761source = "registry+https://github.com/rust-lang/crates.io-index" 4762checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 4763dependencies = [ 4764 "cfg-expr", 4765 "heck 0.5.0", 4766 "pkg-config", 4767 "toml 0.8.23", 4768 "version-compare", 4769] 4770 4771[[package]] 4772name = "tagptr" 4773version = "0.2.0" 4774source = "registry+https://github.com/rust-lang/crates.io-index" 4775checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 4776 4777[[package]] 4778name = "target-lexicon" 4779version = "0.12.16" 4780source = "registry+https://github.com/rust-lang/crates.io-index" 4781checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 4782 4783[[package]] 4784name = "target-triple" 4785version = "1.0.0" 4786source = "registry+https://github.com/rust-lang/crates.io-index" 4787checksum = "591ef38edfb78ca4771ee32cf494cb8771944bee237a9b91fc9c1424ac4b777b" 4788 4789[[package]] 4790name = "tempfile" 4791version = "3.23.0" 4792source = "registry+https://github.com/rust-lang/crates.io-index" 4793checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 4794dependencies = [ 4795 "fastrand", 4796 "getrandom 0.3.4", 4797 "once_cell", 4798 "rustix 1.1.2", 4799 "windows-sys 0.61.2", 4800] 4801 4802[[package]] 4803name = "tendril" 4804version = "0.4.3" 4805source = "registry+https://github.com/rust-lang/crates.io-index" 4806checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 4807dependencies = [ 4808 "futf", 4809 "mac", 4810 "utf-8", 4811] 4812 4813[[package]] 4814name = "termcolor" 4815version = "1.4.1" 4816source = "registry+https://github.com/rust-lang/crates.io-index" 4817checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 4818dependencies = [ 4819 "winapi-util", 4820] 4821 4822[[package]] 4823name = "terminal_size" 4824version = "0.4.3" 4825source = "registry+https://github.com/rust-lang/crates.io-index" 4826checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 4827dependencies = [ 4828 "rustix 1.1.2", 4829 "windows-sys 0.60.2", 4830] 4831 4832[[package]] 4833name = "textwrap" 4834version = "0.16.2" 4835source = "registry+https://github.com/rust-lang/crates.io-index" 4836checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 4837dependencies = [ 4838 "unicode-linebreak", 4839 "unicode-width 0.2.2", 4840] 4841 4842[[package]] 4843name = "thiserror" 4844version = "1.0.69" 4845source = "registry+https://github.com/rust-lang/crates.io-index" 4846checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 4847dependencies = [ 4848 "thiserror-impl 1.0.69", 4849] 4850 4851[[package]] 4852name = "thiserror" 4853version = "2.0.17" 4854source = "registry+https://github.com/rust-lang/crates.io-index" 4855checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 4856dependencies = [ 4857 "thiserror-impl 2.0.17", 4858] 4859 4860[[package]] 4861name = "thiserror-impl" 4862version = "1.0.69" 4863source = "registry+https://github.com/rust-lang/crates.io-index" 4864checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 4865dependencies = [ 4866 "proc-macro2", 4867 "quote", 4868 "syn 2.0.108", 4869] 4870 4871[[package]] 4872name = "thiserror-impl" 4873version = "2.0.17" 4874source = "registry+https://github.com/rust-lang/crates.io-index" 4875checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 4876dependencies = [ 4877 "proc-macro2", 4878 "quote", 4879 "syn 2.0.108", 4880] 4881 4882[[package]] 4883name = "thread_local" 4884version = "1.1.9" 4885source = "registry+https://github.com/rust-lang/crates.io-index" 4886checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 4887dependencies = [ 4888 "cfg-if", 4889] 4890 4891[[package]] 4892name = "threadpool" 4893version = "1.8.1" 4894source = "registry+https://github.com/rust-lang/crates.io-index" 4895checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 4896dependencies = [ 4897 "num_cpus", 4898] 4899 4900[[package]] 4901name = "tiff" 4902version = "0.6.1" 4903source = "registry+https://github.com/rust-lang/crates.io-index" 4904checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437" 4905dependencies = [ 4906 "jpeg-decoder", 4907 "miniz_oxide 0.4.4", 4908 "weezl", 4909] 4910 4911[[package]] 4912name = "tiff" 4913version = "0.10.3" 4914source = "registry+https://github.com/rust-lang/crates.io-index" 4915checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f" 4916dependencies = [ 4917 "fax", 4918 "flate2", 4919 "half", 4920 "quick-error 2.0.1", 4921 "weezl", 4922 "zune-jpeg", 4923] 4924 4925[[package]] 4926name = "time" 4927version = "0.3.44" 4928source = "registry+https://github.com/rust-lang/crates.io-index" 4929checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 4930dependencies = [ 4931 "deranged", 4932 "itoa", 4933 "libc", 4934 "num-conv", 4935 "num_threads", 4936 "powerfmt", 4937 "serde", 4938 "time-core", 4939 "time-macros", 4940] 4941 4942[[package]] 4943name = "time-core" 4944version = "0.1.6" 4945source = "registry+https://github.com/rust-lang/crates.io-index" 4946checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 4947 4948[[package]] 4949name = "time-macros" 4950version = "0.2.24" 4951source = "registry+https://github.com/rust-lang/crates.io-index" 4952checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 4953dependencies = [ 4954 "num-conv", 4955 "time-core", 4956] 4957 4958[[package]] 4959name = "tiny_http" 4960version = "0.12.0" 4961source = "registry+https://github.com/rust-lang/crates.io-index" 4962checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" 4963dependencies = [ 4964 "ascii", 4965 "chunked_transfer", 4966 "httpdate", 4967 "log", 4968] 4969 4970[[package]] 4971name = "tinystr" 4972version = "0.8.1" 4973source = "registry+https://github.com/rust-lang/crates.io-index" 4974checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 4975dependencies = [ 4976 "displaydoc", 4977 "zerovec", 4978] 4979 4980[[package]] 4981name = "tinyvec" 4982version = "1.10.0" 4983source = "registry+https://github.com/rust-lang/crates.io-index" 4984checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 4985dependencies = [ 4986 "tinyvec_macros", 4987] 4988 4989[[package]] 4990name = "tinyvec_macros" 4991version = "0.1.1" 4992source = "registry+https://github.com/rust-lang/crates.io-index" 4993checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4994 4995[[package]] 4996name = "tokio" 4997version = "1.48.0" 4998source = "registry+https://github.com/rust-lang/crates.io-index" 4999checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 5000dependencies = [ 5001 "bytes", 5002 "libc", 5003 "mio", 5004 "parking_lot", 5005 "pin-project-lite", 5006 "signal-hook-registry", 5007 "socket2 0.6.1", 5008 "tokio-macros", 5009 "windows-sys 0.61.2", 5010] 5011 5012[[package]] 5013name = "tokio-macros" 5014version = "2.6.0" 5015source = "registry+https://github.com/rust-lang/crates.io-index" 5016checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 5017dependencies = [ 5018 "proc-macro2", 5019 "quote", 5020 "syn 2.0.108", 5021] 5022 5023[[package]] 5024name = "tokio-rustls" 5025version = "0.26.4" 5026source = "registry+https://github.com/rust-lang/crates.io-index" 5027checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 5028dependencies = [ 5029 "rustls", 5030 "tokio", 5031] 5032 5033[[package]] 5034name = "tokio-tungstenite" 5035version = "0.24.0" 5036source = "registry+https://github.com/rust-lang/crates.io-index" 5037checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" 5038dependencies = [ 5039 "futures-util", 5040 "log", 5041 "rustls", 5042 "rustls-native-certs", 5043 "rustls-pki-types", 5044 "tokio", 5045 "tokio-rustls", 5046 "tungstenite", 5047] 5048 5049[[package]] 5050name = "tokio-tungstenite-wasm" 5051version = "0.4.0" 5052source = "registry+https://github.com/rust-lang/crates.io-index" 5053checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae" 5054dependencies = [ 5055 "futures-channel", 5056 "futures-util", 5057 "http", 5058 "httparse", 5059 "js-sys", 5060 "rustls", 5061 "thiserror 1.0.69", 5062 "tokio", 5063 "tokio-tungstenite", 5064 "wasm-bindgen", 5065 "web-sys", 5066] 5067 5068[[package]] 5069name = "tokio-util" 5070version = "0.7.16" 5071source = "registry+https://github.com/rust-lang/crates.io-index" 5072checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 5073dependencies = [ 5074 "bytes", 5075 "futures-core", 5076 "futures-sink", 5077 "futures-util", 5078 "pin-project-lite", 5079 "tokio", 5080] 5081 5082[[package]] 5083name = "toml" 5084version = "0.8.23" 5085source = "registry+https://github.com/rust-lang/crates.io-index" 5086checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 5087dependencies = [ 5088 "serde", 5089 "serde_spanned 0.6.9", 5090 "toml_datetime 0.6.11", 5091 "toml_edit", 5092] 5093 5094[[package]] 5095name = "toml" 5096version = "0.9.8" 5097source = "registry+https://github.com/rust-lang/crates.io-index" 5098checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" 5099dependencies = [ 5100 "indexmap 2.12.0", 5101 "serde_core", 5102 "serde_spanned 1.0.3", 5103 "toml_datetime 0.7.3", 5104 "toml_parser", 5105 "toml_writer", 5106 "winnow 0.7.13", 5107] 5108 5109[[package]] 5110name = "toml_datetime" 5111version = "0.6.11" 5112source = "registry+https://github.com/rust-lang/crates.io-index" 5113checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 5114dependencies = [ 5115 "serde", 5116] 5117 5118[[package]] 5119name = "toml_datetime" 5120version = "0.7.3" 5121source = "registry+https://github.com/rust-lang/crates.io-index" 5122checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" 5123dependencies = [ 5124 "serde_core", 5125] 5126 5127[[package]] 5128name = "toml_edit" 5129version = "0.22.27" 5130source = "registry+https://github.com/rust-lang/crates.io-index" 5131checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 5132dependencies = [ 5133 "indexmap 2.12.0", 5134 "serde", 5135 "serde_spanned 0.6.9", 5136 "toml_datetime 0.6.11", 5137 "toml_write", 5138 "winnow 0.7.13", 5139] 5140 5141[[package]] 5142name = "toml_parser" 5143version = "1.0.4" 5144source = "registry+https://github.com/rust-lang/crates.io-index" 5145checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" 5146dependencies = [ 5147 "winnow 0.7.13", 5148] 5149 5150[[package]] 5151name = "toml_write" 5152version = "0.1.2" 5153source = "registry+https://github.com/rust-lang/crates.io-index" 5154checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 5155 5156[[package]] 5157name = "toml_writer" 5158version = "1.0.4" 5159source = "registry+https://github.com/rust-lang/crates.io-index" 5160checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2" 5161 5162[[package]] 5163name = "tower" 5164version = "0.5.2" 5165source = "registry+https://github.com/rust-lang/crates.io-index" 5166checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 5167dependencies = [ 5168 "futures-core", 5169 "futures-util", 5170 "pin-project-lite", 5171 "sync_wrapper", 5172 "tokio", 5173 "tower-layer", 5174 "tower-service", 5175 "tracing", 5176] 5177 5178[[package]] 5179name = "tower-http" 5180version = "0.6.6" 5181source = "registry+https://github.com/rust-lang/crates.io-index" 5182checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 5183dependencies = [ 5184 "bitflags", 5185 "bytes", 5186 "futures-util", 5187 "http", 5188 "http-body", 5189 "iri-string", 5190 "pin-project-lite", 5191 "tower", 5192 "tower-layer", 5193 "tower-service", 5194 "tracing", 5195] 5196 5197[[package]] 5198name = "tower-layer" 5199version = "0.3.3" 5200source = "registry+https://github.com/rust-lang/crates.io-index" 5201checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 5202 5203[[package]] 5204name = "tower-service" 5205version = "0.3.3" 5206source = "registry+https://github.com/rust-lang/crates.io-index" 5207checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5208 5209[[package]] 5210name = "tracing" 5211version = "0.1.41" 5212source = "registry+https://github.com/rust-lang/crates.io-index" 5213checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 5214dependencies = [ 5215 "log", 5216 "pin-project-lite", 5217 "tracing-attributes", 5218 "tracing-core", 5219] 5220 5221[[package]] 5222name = "tracing-attributes" 5223version = "0.1.30" 5224source = "registry+https://github.com/rust-lang/crates.io-index" 5225checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 5226dependencies = [ 5227 "proc-macro2", 5228 "quote", 5229 "syn 2.0.108", 5230] 5231 5232[[package]] 5233name = "tracing-core" 5234version = "0.1.34" 5235source = "registry+https://github.com/rust-lang/crates.io-index" 5236checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 5237dependencies = [ 5238 "once_cell", 5239 "valuable", 5240] 5241 5242[[package]] 5243name = "tracing-log" 5244version = "0.2.0" 5245source = "registry+https://github.com/rust-lang/crates.io-index" 5246checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5247dependencies = [ 5248 "log", 5249 "once_cell", 5250 "tracing-core", 5251] 5252 5253[[package]] 5254name = "tracing-subscriber" 5255version = "0.3.20" 5256source = "registry+https://github.com/rust-lang/crates.io-index" 5257checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 5258dependencies = [ 5259 "matchers", 5260 "nu-ansi-term", 5261 "once_cell", 5262 "regex-automata", 5263 "sharded-slab", 5264 "smallvec", 5265 "thread_local", 5266 "time", 5267 "tracing", 5268 "tracing-core", 5269 "tracing-log", 5270] 5271 5272[[package]] 5273name = "trait-variant" 5274version = "0.1.2" 5275source = "registry+https://github.com/rust-lang/crates.io-index" 5276checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 5277dependencies = [ 5278 "proc-macro2", 5279 "quote", 5280 "syn 2.0.108", 5281] 5282 5283[[package]] 5284name = "triomphe" 5285version = "0.1.15" 5286source = "registry+https://github.com/rust-lang/crates.io-index" 5287checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" 5288 5289[[package]] 5290name = "try-lock" 5291version = "0.2.5" 5292source = "registry+https://github.com/rust-lang/crates.io-index" 5293checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5294 5295[[package]] 5296name = "trybuild" 5297version = "1.0.114" 5298source = "registry+https://github.com/rust-lang/crates.io-index" 5299checksum = "3e17e807bff86d2a06b52bca4276746584a78375055b6e45843925ce2802b335" 5300dependencies = [ 5301 "glob", 5302 "serde", 5303 "serde_derive", 5304 "serde_json", 5305 "target-triple", 5306 "termcolor", 5307 "toml 0.9.8", 5308] 5309 5310[[package]] 5311name = "tungstenite" 5312version = "0.24.0" 5313source = "registry+https://github.com/rust-lang/crates.io-index" 5314checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" 5315dependencies = [ 5316 "byteorder", 5317 "bytes", 5318 "data-encoding", 5319 "http", 5320 "httparse", 5321 "log", 5322 "rand 0.8.5", 5323 "rustls", 5324 "rustls-pki-types", 5325 "sha1", 5326 "thiserror 1.0.69", 5327 "utf-8", 5328] 5329 5330[[package]] 5331name = "twoway" 5332version = "0.1.8" 5333source = "registry+https://github.com/rust-lang/crates.io-index" 5334checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1" 5335dependencies = [ 5336 "memchr", 5337] 5338 5339[[package]] 5340name = "typeid" 5341version = "1.0.3" 5342source = "registry+https://github.com/rust-lang/crates.io-index" 5343checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 5344 5345[[package]] 5346name = "typenum" 5347version = "1.19.0" 5348source = "registry+https://github.com/rust-lang/crates.io-index" 5349checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 5350 5351[[package]] 5352name = "typetag" 5353version = "0.2.21" 5354source = "registry+https://github.com/rust-lang/crates.io-index" 5355checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf" 5356dependencies = [ 5357 "erased-serde", 5358 "inventory", 5359 "once_cell", 5360 "serde", 5361 "typetag-impl", 5362] 5363 5364[[package]] 5365name = "typetag-impl" 5366version = "0.2.21" 5367source = "registry+https://github.com/rust-lang/crates.io-index" 5368checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846" 5369dependencies = [ 5370 "proc-macro2", 5371 "quote", 5372 "syn 2.0.108", 5373] 5374 5375[[package]] 5376name = "unicase" 5377version = "2.8.1" 5378source = "registry+https://github.com/rust-lang/crates.io-index" 5379checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 5380 5381[[package]] 5382name = "unicode-ident" 5383version = "1.0.20" 5384source = "registry+https://github.com/rust-lang/crates.io-index" 5385checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06" 5386 5387[[package]] 5388name = "unicode-linebreak" 5389version = "0.1.5" 5390source = "registry+https://github.com/rust-lang/crates.io-index" 5391checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 5392 5393[[package]] 5394name = "unicode-segmentation" 5395version = "1.12.0" 5396source = "registry+https://github.com/rust-lang/crates.io-index" 5397checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 5398 5399[[package]] 5400name = "unicode-width" 5401version = "0.1.14" 5402source = "registry+https://github.com/rust-lang/crates.io-index" 5403checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 5404 5405[[package]] 5406name = "unicode-width" 5407version = "0.2.2" 5408source = "registry+https://github.com/rust-lang/crates.io-index" 5409checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 5410 5411[[package]] 5412name = "unicode-xid" 5413version = "0.2.6" 5414source = "registry+https://github.com/rust-lang/crates.io-index" 5415checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 5416 5417[[package]] 5418name = "unsigned-varint" 5419version = "0.7.2" 5420source = "registry+https://github.com/rust-lang/crates.io-index" 5421checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" 5422 5423[[package]] 5424name = "unsigned-varint" 5425version = "0.8.0" 5426source = "registry+https://github.com/rust-lang/crates.io-index" 5427checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 5428 5429[[package]] 5430name = "untrusted" 5431version = "0.9.0" 5432source = "registry+https://github.com/rust-lang/crates.io-index" 5433checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5434 5435[[package]] 5436name = "url" 5437version = "2.5.7" 5438source = "registry+https://github.com/rust-lang/crates.io-index" 5439checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 5440dependencies = [ 5441 "form_urlencoded", 5442 "idna", 5443 "percent-encoding", 5444 "serde", 5445] 5446 5447[[package]] 5448name = "urlencoding" 5449version = "2.1.3" 5450source = "registry+https://github.com/rust-lang/crates.io-index" 5451checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 5452 5453[[package]] 5454name = "utf-8" 5455version = "0.7.6" 5456source = "registry+https://github.com/rust-lang/crates.io-index" 5457checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 5458 5459[[package]] 5460name = "utf8_iter" 5461version = "1.0.4" 5462source = "registry+https://github.com/rust-lang/crates.io-index" 5463checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 5464 5465[[package]] 5466name = "utf8parse" 5467version = "0.2.2" 5468source = "registry+https://github.com/rust-lang/crates.io-index" 5469checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5470 5471[[package]] 5472name = "uuid" 5473version = "1.18.1" 5474source = "registry+https://github.com/rust-lang/crates.io-index" 5475checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" 5476dependencies = [ 5477 "js-sys", 5478 "wasm-bindgen", 5479] 5480 5481[[package]] 5482name = "v_frame" 5483version = "0.3.9" 5484source = "registry+https://github.com/rust-lang/crates.io-index" 5485checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" 5486dependencies = [ 5487 "aligned-vec", 5488 "num-traits", 5489 "wasm-bindgen", 5490] 5491 5492[[package]] 5493name = "valuable" 5494version = "0.1.1" 5495source = "registry+https://github.com/rust-lang/crates.io-index" 5496checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 5497 5498[[package]] 5499name = "version-compare" 5500version = "0.2.0" 5501source = "registry+https://github.com/rust-lang/crates.io-index" 5502checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 5503 5504[[package]] 5505name = "version_check" 5506version = "0.9.5" 5507source = "registry+https://github.com/rust-lang/crates.io-index" 5508checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5509 5510[[package]] 5511name = "viuer" 5512version = "0.9.2" 5513source = "registry+https://github.com/rust-lang/crates.io-index" 5514checksum = "0ae7c6870b98c838123f22cac9a594cbe2d74ea48d79271c08f8c9e680b40fac" 5515dependencies = [ 5516 "ansi_colours", 5517 "base64 0.22.1", 5518 "console", 5519 "crossterm", 5520 "image", 5521 "lazy_static", 5522 "tempfile", 5523 "termcolor", 5524] 5525 5526[[package]] 5527name = "walkdir" 5528version = "2.5.0" 5529source = "registry+https://github.com/rust-lang/crates.io-index" 5530checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5531dependencies = [ 5532 "same-file", 5533 "winapi-util", 5534] 5535 5536[[package]] 5537name = "want" 5538version = "0.3.1" 5539source = "registry+https://github.com/rust-lang/crates.io-index" 5540checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5541dependencies = [ 5542 "try-lock", 5543] 5544 5545[[package]] 5546name = "wasi" 5547version = "0.11.1+wasi-snapshot-preview1" 5548source = "registry+https://github.com/rust-lang/crates.io-index" 5549checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 5550 5551[[package]] 5552name = "wasip2" 5553version = "1.0.1+wasi-0.2.4" 5554source = "registry+https://github.com/rust-lang/crates.io-index" 5555checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 5556dependencies = [ 5557 "wit-bindgen", 5558] 5559 5560[[package]] 5561name = "wasm-bindgen" 5562version = "0.2.105" 5563source = "registry+https://github.com/rust-lang/crates.io-index" 5564checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" 5565dependencies = [ 5566 "cfg-if", 5567 "once_cell", 5568 "rustversion", 5569 "wasm-bindgen-macro", 5570 "wasm-bindgen-shared", 5571] 5572 5573[[package]] 5574name = "wasm-bindgen-futures" 5575version = "0.4.55" 5576source = "registry+https://github.com/rust-lang/crates.io-index" 5577checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" 5578dependencies = [ 5579 "cfg-if", 5580 "js-sys", 5581 "once_cell", 5582 "wasm-bindgen", 5583 "web-sys", 5584] 5585 5586[[package]] 5587name = "wasm-bindgen-macro" 5588version = "0.2.105" 5589source = "registry+https://github.com/rust-lang/crates.io-index" 5590checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" 5591dependencies = [ 5592 "quote", 5593 "wasm-bindgen-macro-support", 5594] 5595 5596[[package]] 5597name = "wasm-bindgen-macro-support" 5598version = "0.2.105" 5599source = "registry+https://github.com/rust-lang/crates.io-index" 5600checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" 5601dependencies = [ 5602 "bumpalo", 5603 "proc-macro2", 5604 "quote", 5605 "syn 2.0.108", 5606 "wasm-bindgen-shared", 5607] 5608 5609[[package]] 5610name = "wasm-bindgen-shared" 5611version = "0.2.105" 5612source = "registry+https://github.com/rust-lang/crates.io-index" 5613checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" 5614dependencies = [ 5615 "unicode-ident", 5616] 5617 5618[[package]] 5619name = "wasm-bindgen-test" 5620version = "0.3.55" 5621source = "registry+https://github.com/rust-lang/crates.io-index" 5622checksum = "bfc379bfb624eb59050b509c13e77b4eb53150c350db69628141abce842f2373" 5623dependencies = [ 5624 "js-sys", 5625 "minicov", 5626 "wasm-bindgen", 5627 "wasm-bindgen-futures", 5628 "wasm-bindgen-test-macro", 5629] 5630 5631[[package]] 5632name = "wasm-bindgen-test-macro" 5633version = "0.3.55" 5634source = "registry+https://github.com/rust-lang/crates.io-index" 5635checksum = "085b2df989e1e6f9620c1311df6c996e83fe16f57792b272ce1e024ac16a90f1" 5636dependencies = [ 5637 "proc-macro2", 5638 "quote", 5639 "syn 2.0.108", 5640] 5641 5642[[package]] 5643name = "wasm-streams" 5644version = "0.4.2" 5645source = "registry+https://github.com/rust-lang/crates.io-index" 5646checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 5647dependencies = [ 5648 "futures-util", 5649 "js-sys", 5650 "wasm-bindgen", 5651 "wasm-bindgen-futures", 5652 "web-sys", 5653] 5654 5655[[package]] 5656name = "web-sys" 5657version = "0.3.82" 5658source = "registry+https://github.com/rust-lang/crates.io-index" 5659checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" 5660dependencies = [ 5661 "js-sys", 5662 "wasm-bindgen", 5663] 5664 5665[[package]] 5666name = "web-time" 5667version = "1.1.0" 5668source = "registry+https://github.com/rust-lang/crates.io-index" 5669checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 5670dependencies = [ 5671 "js-sys", 5672 "wasm-bindgen", 5673] 5674 5675[[package]] 5676name = "webbrowser" 5677version = "1.0.6" 5678source = "registry+https://github.com/rust-lang/crates.io-index" 5679checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97" 5680dependencies = [ 5681 "core-foundation 0.10.1", 5682 "jni", 5683 "log", 5684 "ndk-context", 5685 "objc2", 5686 "objc2-foundation", 5687 "url", 5688 "web-sys", 5689] 5690 5691[[package]] 5692name = "webpage" 5693version = "2.0.1" 5694source = "registry+https://github.com/rust-lang/crates.io-index" 5695checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac" 5696dependencies = [ 5697 "html5ever", 5698 "markup5ever_rcdom", 5699 "serde_json", 5700 "url", 5701] 5702 5703[[package]] 5704name = "webpki-roots" 5705version = "1.0.3" 5706source = "registry+https://github.com/rust-lang/crates.io-index" 5707checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8" 5708dependencies = [ 5709 "rustls-pki-types", 5710] 5711 5712[[package]] 5713name = "weezl" 5714version = "0.1.10" 5715source = "registry+https://github.com/rust-lang/crates.io-index" 5716checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3" 5717 5718[[package]] 5719name = "widestring" 5720version = "1.2.1" 5721source = "registry+https://github.com/rust-lang/crates.io-index" 5722checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 5723 5724[[package]] 5725name = "winapi" 5726version = "0.3.9" 5727source = "registry+https://github.com/rust-lang/crates.io-index" 5728checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5729dependencies = [ 5730 "winapi-i686-pc-windows-gnu", 5731 "winapi-x86_64-pc-windows-gnu", 5732] 5733 5734[[package]] 5735name = "winapi-i686-pc-windows-gnu" 5736version = "0.4.0" 5737source = "registry+https://github.com/rust-lang/crates.io-index" 5738checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5739 5740[[package]] 5741name = "winapi-util" 5742version = "0.1.11" 5743source = "registry+https://github.com/rust-lang/crates.io-index" 5744checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 5745dependencies = [ 5746 "windows-sys 0.61.2", 5747] 5748 5749[[package]] 5750name = "winapi-x86_64-pc-windows-gnu" 5751version = "0.4.0" 5752source = "registry+https://github.com/rust-lang/crates.io-index" 5753checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5754 5755[[package]] 5756name = "windows" 5757version = "0.61.3" 5758source = "registry+https://github.com/rust-lang/crates.io-index" 5759checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 5760dependencies = [ 5761 "windows-collections", 5762 "windows-core 0.61.2", 5763 "windows-future", 5764 "windows-link 0.1.3", 5765 "windows-numerics", 5766] 5767 5768[[package]] 5769name = "windows-collections" 5770version = "0.2.0" 5771source = "registry+https://github.com/rust-lang/crates.io-index" 5772checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 5773dependencies = [ 5774 "windows-core 0.61.2", 5775] 5776 5777[[package]] 5778name = "windows-core" 5779version = "0.61.2" 5780source = "registry+https://github.com/rust-lang/crates.io-index" 5781checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 5782dependencies = [ 5783 "windows-implement", 5784 "windows-interface", 5785 "windows-link 0.1.3", 5786 "windows-result 0.3.4", 5787 "windows-strings 0.4.2", 5788] 5789 5790[[package]] 5791name = "windows-core" 5792version = "0.62.2" 5793source = "registry+https://github.com/rust-lang/crates.io-index" 5794checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 5795dependencies = [ 5796 "windows-implement", 5797 "windows-interface", 5798 "windows-link 0.2.1", 5799 "windows-result 0.4.1", 5800 "windows-strings 0.5.1", 5801] 5802 5803[[package]] 5804name = "windows-future" 5805version = "0.2.1" 5806source = "registry+https://github.com/rust-lang/crates.io-index" 5807checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 5808dependencies = [ 5809 "windows-core 0.61.2", 5810 "windows-link 0.1.3", 5811 "windows-threading", 5812] 5813 5814[[package]] 5815name = "windows-implement" 5816version = "0.60.2" 5817source = "registry+https://github.com/rust-lang/crates.io-index" 5818checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 5819dependencies = [ 5820 "proc-macro2", 5821 "quote", 5822 "syn 2.0.108", 5823] 5824 5825[[package]] 5826name = "windows-interface" 5827version = "0.59.3" 5828source = "registry+https://github.com/rust-lang/crates.io-index" 5829checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 5830dependencies = [ 5831 "proc-macro2", 5832 "quote", 5833 "syn 2.0.108", 5834] 5835 5836[[package]] 5837name = "windows-link" 5838version = "0.1.3" 5839source = "registry+https://github.com/rust-lang/crates.io-index" 5840checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 5841 5842[[package]] 5843name = "windows-link" 5844version = "0.2.1" 5845source = "registry+https://github.com/rust-lang/crates.io-index" 5846checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 5847 5848[[package]] 5849name = "windows-numerics" 5850version = "0.2.0" 5851source = "registry+https://github.com/rust-lang/crates.io-index" 5852checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 5853dependencies = [ 5854 "windows-core 0.61.2", 5855 "windows-link 0.1.3", 5856] 5857 5858[[package]] 5859name = "windows-registry" 5860version = "0.5.3" 5861source = "registry+https://github.com/rust-lang/crates.io-index" 5862checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 5863dependencies = [ 5864 "windows-link 0.1.3", 5865 "windows-result 0.3.4", 5866 "windows-strings 0.4.2", 5867] 5868 5869[[package]] 5870name = "windows-result" 5871version = "0.3.4" 5872source = "registry+https://github.com/rust-lang/crates.io-index" 5873checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 5874dependencies = [ 5875 "windows-link 0.1.3", 5876] 5877 5878[[package]] 5879name = "windows-result" 5880version = "0.4.1" 5881source = "registry+https://github.com/rust-lang/crates.io-index" 5882checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 5883dependencies = [ 5884 "windows-link 0.2.1", 5885] 5886 5887[[package]] 5888name = "windows-strings" 5889version = "0.4.2" 5890source = "registry+https://github.com/rust-lang/crates.io-index" 5891checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 5892dependencies = [ 5893 "windows-link 0.1.3", 5894] 5895 5896[[package]] 5897name = "windows-strings" 5898version = "0.5.1" 5899source = "registry+https://github.com/rust-lang/crates.io-index" 5900checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 5901dependencies = [ 5902 "windows-link 0.2.1", 5903] 5904 5905[[package]] 5906name = "windows-sys" 5907version = "0.45.0" 5908source = "registry+https://github.com/rust-lang/crates.io-index" 5909checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5910dependencies = [ 5911 "windows-targets 0.42.2", 5912] 5913 5914[[package]] 5915name = "windows-sys" 5916version = "0.48.0" 5917source = "registry+https://github.com/rust-lang/crates.io-index" 5918checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5919dependencies = [ 5920 "windows-targets 0.48.5", 5921] 5922 5923[[package]] 5924name = "windows-sys" 5925version = "0.52.0" 5926source = "registry+https://github.com/rust-lang/crates.io-index" 5927checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5928dependencies = [ 5929 "windows-targets 0.52.6", 5930] 5931 5932[[package]] 5933name = "windows-sys" 5934version = "0.59.0" 5935source = "registry+https://github.com/rust-lang/crates.io-index" 5936checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 5937dependencies = [ 5938 "windows-targets 0.52.6", 5939] 5940 5941[[package]] 5942name = "windows-sys" 5943version = "0.60.2" 5944source = "registry+https://github.com/rust-lang/crates.io-index" 5945checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 5946dependencies = [ 5947 "windows-targets 0.53.5", 5948] 5949 5950[[package]] 5951name = "windows-sys" 5952version = "0.61.2" 5953source = "registry+https://github.com/rust-lang/crates.io-index" 5954checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 5955dependencies = [ 5956 "windows-link 0.2.1", 5957] 5958 5959[[package]] 5960name = "windows-targets" 5961version = "0.42.2" 5962source = "registry+https://github.com/rust-lang/crates.io-index" 5963checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5964dependencies = [ 5965 "windows_aarch64_gnullvm 0.42.2", 5966 "windows_aarch64_msvc 0.42.2", 5967 "windows_i686_gnu 0.42.2", 5968 "windows_i686_msvc 0.42.2", 5969 "windows_x86_64_gnu 0.42.2", 5970 "windows_x86_64_gnullvm 0.42.2", 5971 "windows_x86_64_msvc 0.42.2", 5972] 5973 5974[[package]] 5975name = "windows-targets" 5976version = "0.48.5" 5977source = "registry+https://github.com/rust-lang/crates.io-index" 5978checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5979dependencies = [ 5980 "windows_aarch64_gnullvm 0.48.5", 5981 "windows_aarch64_msvc 0.48.5", 5982 "windows_i686_gnu 0.48.5", 5983 "windows_i686_msvc 0.48.5", 5984 "windows_x86_64_gnu 0.48.5", 5985 "windows_x86_64_gnullvm 0.48.5", 5986 "windows_x86_64_msvc 0.48.5", 5987] 5988 5989[[package]] 5990name = "windows-targets" 5991version = "0.52.6" 5992source = "registry+https://github.com/rust-lang/crates.io-index" 5993checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5994dependencies = [ 5995 "windows_aarch64_gnullvm 0.52.6", 5996 "windows_aarch64_msvc 0.52.6", 5997 "windows_i686_gnu 0.52.6", 5998 "windows_i686_gnullvm 0.52.6", 5999 "windows_i686_msvc 0.52.6", 6000 "windows_x86_64_gnu 0.52.6", 6001 "windows_x86_64_gnullvm 0.52.6", 6002 "windows_x86_64_msvc 0.52.6", 6003] 6004 6005[[package]] 6006name = "windows-targets" 6007version = "0.53.5" 6008source = "registry+https://github.com/rust-lang/crates.io-index" 6009checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 6010dependencies = [ 6011 "windows-link 0.2.1", 6012 "windows_aarch64_gnullvm 0.53.1", 6013 "windows_aarch64_msvc 0.53.1", 6014 "windows_i686_gnu 0.53.1", 6015 "windows_i686_gnullvm 0.53.1", 6016 "windows_i686_msvc 0.53.1", 6017 "windows_x86_64_gnu 0.53.1", 6018 "windows_x86_64_gnullvm 0.53.1", 6019 "windows_x86_64_msvc 0.53.1", 6020] 6021 6022[[package]] 6023name = "windows-threading" 6024version = "0.1.0" 6025source = "registry+https://github.com/rust-lang/crates.io-index" 6026checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 6027dependencies = [ 6028 "windows-link 0.1.3", 6029] 6030 6031[[package]] 6032name = "windows_aarch64_gnullvm" 6033version = "0.42.2" 6034source = "registry+https://github.com/rust-lang/crates.io-index" 6035checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 6036 6037[[package]] 6038name = "windows_aarch64_gnullvm" 6039version = "0.48.5" 6040source = "registry+https://github.com/rust-lang/crates.io-index" 6041checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6042 6043[[package]] 6044name = "windows_aarch64_gnullvm" 6045version = "0.52.6" 6046source = "registry+https://github.com/rust-lang/crates.io-index" 6047checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6048 6049[[package]] 6050name = "windows_aarch64_gnullvm" 6051version = "0.53.1" 6052source = "registry+https://github.com/rust-lang/crates.io-index" 6053checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 6054 6055[[package]] 6056name = "windows_aarch64_msvc" 6057version = "0.42.2" 6058source = "registry+https://github.com/rust-lang/crates.io-index" 6059checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 6060 6061[[package]] 6062name = "windows_aarch64_msvc" 6063version = "0.48.5" 6064source = "registry+https://github.com/rust-lang/crates.io-index" 6065checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6066 6067[[package]] 6068name = "windows_aarch64_msvc" 6069version = "0.52.6" 6070source = "registry+https://github.com/rust-lang/crates.io-index" 6071checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 6072 6073[[package]] 6074name = "windows_aarch64_msvc" 6075version = "0.53.1" 6076source = "registry+https://github.com/rust-lang/crates.io-index" 6077checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 6078 6079[[package]] 6080name = "windows_i686_gnu" 6081version = "0.42.2" 6082source = "registry+https://github.com/rust-lang/crates.io-index" 6083checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 6084 6085[[package]] 6086name = "windows_i686_gnu" 6087version = "0.48.5" 6088source = "registry+https://github.com/rust-lang/crates.io-index" 6089checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6090 6091[[package]] 6092name = "windows_i686_gnu" 6093version = "0.52.6" 6094source = "registry+https://github.com/rust-lang/crates.io-index" 6095checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6096 6097[[package]] 6098name = "windows_i686_gnu" 6099version = "0.53.1" 6100source = "registry+https://github.com/rust-lang/crates.io-index" 6101checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 6102 6103[[package]] 6104name = "windows_i686_gnullvm" 6105version = "0.52.6" 6106source = "registry+https://github.com/rust-lang/crates.io-index" 6107checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 6108 6109[[package]] 6110name = "windows_i686_gnullvm" 6111version = "0.53.1" 6112source = "registry+https://github.com/rust-lang/crates.io-index" 6113checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 6114 6115[[package]] 6116name = "windows_i686_msvc" 6117version = "0.42.2" 6118source = "registry+https://github.com/rust-lang/crates.io-index" 6119checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 6120 6121[[package]] 6122name = "windows_i686_msvc" 6123version = "0.48.5" 6124source = "registry+https://github.com/rust-lang/crates.io-index" 6125checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6126 6127[[package]] 6128name = "windows_i686_msvc" 6129version = "0.52.6" 6130source = "registry+https://github.com/rust-lang/crates.io-index" 6131checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6132 6133[[package]] 6134name = "windows_i686_msvc" 6135version = "0.53.1" 6136source = "registry+https://github.com/rust-lang/crates.io-index" 6137checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 6138 6139[[package]] 6140name = "windows_x86_64_gnu" 6141version = "0.42.2" 6142source = "registry+https://github.com/rust-lang/crates.io-index" 6143checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 6144 6145[[package]] 6146name = "windows_x86_64_gnu" 6147version = "0.48.5" 6148source = "registry+https://github.com/rust-lang/crates.io-index" 6149checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6150 6151[[package]] 6152name = "windows_x86_64_gnu" 6153version = "0.52.6" 6154source = "registry+https://github.com/rust-lang/crates.io-index" 6155checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6156 6157[[package]] 6158name = "windows_x86_64_gnu" 6159version = "0.53.1" 6160source = "registry+https://github.com/rust-lang/crates.io-index" 6161checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 6162 6163[[package]] 6164name = "windows_x86_64_gnullvm" 6165version = "0.42.2" 6166source = "registry+https://github.com/rust-lang/crates.io-index" 6167checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 6168 6169[[package]] 6170name = "windows_x86_64_gnullvm" 6171version = "0.48.5" 6172source = "registry+https://github.com/rust-lang/crates.io-index" 6173checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6174 6175[[package]] 6176name = "windows_x86_64_gnullvm" 6177version = "0.52.6" 6178source = "registry+https://github.com/rust-lang/crates.io-index" 6179checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 6180 6181[[package]] 6182name = "windows_x86_64_gnullvm" 6183version = "0.53.1" 6184source = "registry+https://github.com/rust-lang/crates.io-index" 6185checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 6186 6187[[package]] 6188name = "windows_x86_64_msvc" 6189version = "0.42.2" 6190source = "registry+https://github.com/rust-lang/crates.io-index" 6191checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 6192 6193[[package]] 6194name = "windows_x86_64_msvc" 6195version = "0.48.5" 6196source = "registry+https://github.com/rust-lang/crates.io-index" 6197checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6198 6199[[package]] 6200name = "windows_x86_64_msvc" 6201version = "0.52.6" 6202source = "registry+https://github.com/rust-lang/crates.io-index" 6203checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6204 6205[[package]] 6206name = "windows_x86_64_msvc" 6207version = "0.53.1" 6208source = "registry+https://github.com/rust-lang/crates.io-index" 6209checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 6210 6211[[package]] 6212name = "winnow" 6213version = "0.6.24" 6214source = "registry+https://github.com/rust-lang/crates.io-index" 6215checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" 6216dependencies = [ 6217 "memchr", 6218] 6219 6220[[package]] 6221name = "winnow" 6222version = "0.7.13" 6223source = "registry+https://github.com/rust-lang/crates.io-index" 6224checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 6225dependencies = [ 6226 "memchr", 6227] 6228 6229[[package]] 6230name = "winreg" 6231version = "0.50.0" 6232source = "registry+https://github.com/rust-lang/crates.io-index" 6233checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 6234dependencies = [ 6235 "cfg-if", 6236 "windows-sys 0.48.0", 6237] 6238 6239[[package]] 6240name = "wit-bindgen" 6241version = "0.46.0" 6242source = "registry+https://github.com/rust-lang/crates.io-index" 6243checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 6244 6245[[package]] 6246name = "writeable" 6247version = "0.6.1" 6248source = "registry+https://github.com/rust-lang/crates.io-index" 6249checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 6250 6251[[package]] 6252name = "xml5ever" 6253version = "0.18.1" 6254source = "registry+https://github.com/rust-lang/crates.io-index" 6255checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69" 6256dependencies = [ 6257 "log", 6258 "mac", 6259 "markup5ever", 6260] 6261 6262[[package]] 6263name = "yansi" 6264version = "1.0.1" 6265source = "registry+https://github.com/rust-lang/crates.io-index" 6266checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 6267 6268[[package]] 6269name = "yoke" 6270version = "0.8.0" 6271source = "registry+https://github.com/rust-lang/crates.io-index" 6272checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 6273dependencies = [ 6274 "serde", 6275 "stable_deref_trait", 6276 "yoke-derive", 6277 "zerofrom", 6278] 6279 6280[[package]] 6281name = "yoke-derive" 6282version = "0.8.0" 6283source = "registry+https://github.com/rust-lang/crates.io-index" 6284checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 6285dependencies = [ 6286 "proc-macro2", 6287 "quote", 6288 "syn 2.0.108", 6289 "synstructure", 6290] 6291 6292[[package]] 6293name = "zerocopy" 6294version = "0.8.27" 6295source = "registry+https://github.com/rust-lang/crates.io-index" 6296checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 6297dependencies = [ 6298 "zerocopy-derive", 6299] 6300 6301[[package]] 6302name = "zerocopy-derive" 6303version = "0.8.27" 6304source = "registry+https://github.com/rust-lang/crates.io-index" 6305checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 6306dependencies = [ 6307 "proc-macro2", 6308 "quote", 6309 "syn 2.0.108", 6310] 6311 6312[[package]] 6313name = "zerofrom" 6314version = "0.1.6" 6315source = "registry+https://github.com/rust-lang/crates.io-index" 6316checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 6317dependencies = [ 6318 "zerofrom-derive", 6319] 6320 6321[[package]] 6322name = "zerofrom-derive" 6323version = "0.1.6" 6324source = "registry+https://github.com/rust-lang/crates.io-index" 6325checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 6326dependencies = [ 6327 "proc-macro2", 6328 "quote", 6329 "syn 2.0.108", 6330 "synstructure", 6331] 6332 6333[[package]] 6334name = "zeroize" 6335version = "1.8.2" 6336source = "registry+https://github.com/rust-lang/crates.io-index" 6337checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 6338dependencies = [ 6339 "serde", 6340] 6341 6342[[package]] 6343name = "zerotrie" 6344version = "0.2.2" 6345source = "registry+https://github.com/rust-lang/crates.io-index" 6346checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 6347dependencies = [ 6348 "displaydoc", 6349 "yoke", 6350 "zerofrom", 6351] 6352 6353[[package]] 6354name = "zerovec" 6355version = "0.11.4" 6356source = "registry+https://github.com/rust-lang/crates.io-index" 6357checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 6358dependencies = [ 6359 "yoke", 6360 "zerofrom", 6361 "zerovec-derive", 6362] 6363 6364[[package]] 6365name = "zerovec-derive" 6366version = "0.11.1" 6367source = "registry+https://github.com/rust-lang/crates.io-index" 6368checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 6369dependencies = [ 6370 "proc-macro2", 6371 "quote", 6372 "syn 2.0.108", 6373] 6374 6375[[package]] 6376name = "zstd" 6377version = "0.13.3" 6378source = "registry+https://github.com/rust-lang/crates.io-index" 6379checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 6380dependencies = [ 6381 "zstd-safe", 6382] 6383 6384[[package]] 6385name = "zstd-safe" 6386version = "7.2.4" 6387source = "registry+https://github.com/rust-lang/crates.io-index" 6388checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 6389dependencies = [ 6390 "zstd-sys", 6391] 6392 6393[[package]] 6394name = "zstd-sys" 6395version = "2.0.16+zstd.1.5.7" 6396source = "registry+https://github.com/rust-lang/crates.io-index" 6397checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 6398dependencies = [ 6399 "cc", 6400 "pkg-config", 6401] 6402 6403[[package]] 6404name = "zune-core" 6405version = "0.4.12" 6406source = "registry+https://github.com/rust-lang/crates.io-index" 6407checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 6408 6409[[package]] 6410name = "zune-inflate" 6411version = "0.2.54" 6412source = "registry+https://github.com/rust-lang/crates.io-index" 6413checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 6414dependencies = [ 6415 "simd-adler32", 6416] 6417 6418[[package]] 6419name = "zune-jpeg" 6420version = "0.4.21" 6421source = "registry+https://github.com/rust-lang/crates.io-index" 6422checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" 6423dependencies = [ 6424 "zune-core", 6425]