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