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