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