putz u in dhe washing machin and spins ur bsky pofile pictuer !!! :D
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

sign into bsky

did:plc:73gqgbnvpx5syidcponjri… 0fdea015 dd71a6ac

verified
+4203 -28
+4147 -26
Cargo.lock
··· 19 19 checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" 20 20 21 21 [[package]] 22 + name = "abnf" 23 + version = "0.13.0" 24 + source = "registry+https://github.com/rust-lang/crates.io-index" 25 + checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a" 26 + dependencies = [ 27 + "abnf-core", 28 + "nom 7.1.3", 29 + ] 30 + 31 + [[package]] 32 + name = "abnf-core" 33 + version = "0.5.0" 34 + source = "registry+https://github.com/rust-lang/crates.io-index" 35 + checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d" 36 + dependencies = [ 37 + "nom 7.1.3", 38 + ] 39 + 40 + [[package]] 22 41 name = "adler2" 23 42 version = "2.0.1" 24 43 source = "registry+https://github.com/rust-lang/crates.io-index" 25 44 checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 26 45 27 46 [[package]] 47 + name = "adler32" 48 + version = "1.2.0" 49 + source = "registry+https://github.com/rust-lang/crates.io-index" 50 + checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 51 + 52 + [[package]] 53 + name = "aho-corasick" 54 + version = "1.1.4" 55 + source = "registry+https://github.com/rust-lang/crates.io-index" 56 + checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 57 + dependencies = [ 58 + "memchr", 59 + ] 60 + 61 + [[package]] 62 + name = "aliasable" 63 + version = "0.1.3" 64 + source = "registry+https://github.com/rust-lang/crates.io-index" 65 + checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 66 + 67 + [[package]] 28 68 name = "aligned" 29 69 version = "0.4.3" 30 70 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 43 83 ] 44 84 45 85 [[package]] 86 + name = "alloc-no-stdlib" 87 + version = "2.0.4" 88 + source = "registry+https://github.com/rust-lang/crates.io-index" 89 + checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 90 + 91 + [[package]] 92 + name = "alloc-stdlib" 93 + version = "0.2.2" 94 + source = "registry+https://github.com/rust-lang/crates.io-index" 95 + checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 96 + dependencies = [ 97 + "alloc-no-stdlib", 98 + ] 99 + 100 + [[package]] 101 + name = "android_system_properties" 102 + version = "0.1.5" 103 + source = "registry+https://github.com/rust-lang/crates.io-index" 104 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 105 + dependencies = [ 106 + "libc", 107 + ] 108 + 109 + [[package]] 46 110 name = "anyhow" 47 111 version = "1.0.100" 48 112 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 71 135 dependencies = [ 72 136 "proc-macro2", 73 137 "quote", 74 - "syn", 138 + "syn 2.0.114", 75 139 ] 76 140 77 141 [[package]] ··· 90 154 ] 91 155 92 156 [[package]] 157 + name = "ascii" 158 + version = "1.1.0" 159 + source = "registry+https://github.com/rust-lang/crates.io-index" 160 + checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" 161 + 162 + [[package]] 163 + name = "async-compression" 164 + version = "0.4.36" 165 + source = "registry+https://github.com/rust-lang/crates.io-index" 166 + checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37" 167 + dependencies = [ 168 + "compression-codecs", 169 + "compression-core", 170 + "futures-core", 171 + "pin-project-lite", 172 + "tokio", 173 + ] 174 + 175 + [[package]] 176 + name = "async-trait" 177 + version = "0.1.89" 178 + source = "registry+https://github.com/rust-lang/crates.io-index" 179 + checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 180 + dependencies = [ 181 + "proc-macro2", 182 + "quote", 183 + "syn 2.0.114", 184 + ] 185 + 186 + [[package]] 187 + name = "atomic-polyfill" 188 + version = "1.0.3" 189 + source = "registry+https://github.com/rust-lang/crates.io-index" 190 + checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 191 + dependencies = [ 192 + "critical-section", 193 + ] 194 + 195 + [[package]] 196 + name = "atomic-waker" 197 + version = "1.1.2" 198 + source = "registry+https://github.com/rust-lang/crates.io-index" 199 + checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 200 + 201 + [[package]] 93 202 name = "autocfg" 94 203 version = "1.5.0" 95 204 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 110 219 "num-traits", 111 220 "pastey", 112 221 "rayon", 113 - "thiserror", 222 + "thiserror 2.0.17", 114 223 "v_frame", 115 224 "y4m", 116 225 ] ··· 124 233 "anyhow", 125 234 "arrayvec", 126 235 "log", 127 - "nom", 236 + "nom 8.0.0", 128 237 "num-rational", 129 238 "v_frame", 130 239 ] ··· 139 248 ] 140 249 141 250 [[package]] 251 + name = "base-x" 252 + version = "0.2.11" 253 + source = "registry+https://github.com/rust-lang/crates.io-index" 254 + checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 255 + 256 + [[package]] 257 + name = "base16ct" 258 + version = "0.2.0" 259 + source = "registry+https://github.com/rust-lang/crates.io-index" 260 + checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 261 + 262 + [[package]] 263 + name = "base256emoji" 264 + version = "1.0.2" 265 + source = "registry+https://github.com/rust-lang/crates.io-index" 266 + checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 267 + dependencies = [ 268 + "const-str", 269 + "match-lookup", 270 + ] 271 + 272 + [[package]] 273 + name = "base64" 274 + version = "0.13.1" 275 + source = "registry+https://github.com/rust-lang/crates.io-index" 276 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 277 + 278 + [[package]] 279 + name = "base64" 280 + version = "0.22.1" 281 + source = "registry+https://github.com/rust-lang/crates.io-index" 282 + checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 283 + 284 + [[package]] 285 + name = "base64ct" 286 + version = "1.8.2" 287 + source = "registry+https://github.com/rust-lang/crates.io-index" 288 + checksum = "7d809780667f4410e7c41b07f52439b94d2bdf8528eeedc287fa38d3b7f95d82" 289 + 290 + [[package]] 142 291 name = "bit_field" 143 292 version = "0.10.3" 144 293 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 160 309 ] 161 310 162 311 [[package]] 312 + name = "block-buffer" 313 + version = "0.10.4" 314 + source = "registry+https://github.com/rust-lang/crates.io-index" 315 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 316 + dependencies = [ 317 + "generic-array", 318 + ] 319 + 320 + [[package]] 321 + name = "bon" 322 + version = "3.8.1" 323 + source = "registry+https://github.com/rust-lang/crates.io-index" 324 + checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1" 325 + dependencies = [ 326 + "bon-macros", 327 + "rustversion", 328 + ] 329 + 330 + [[package]] 331 + name = "bon-macros" 332 + version = "3.8.1" 333 + source = "registry+https://github.com/rust-lang/crates.io-index" 334 + checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645" 335 + dependencies = [ 336 + "darling", 337 + "ident_case", 338 + "prettyplease", 339 + "proc-macro2", 340 + "quote", 341 + "rustversion", 342 + "syn 2.0.114", 343 + ] 344 + 345 + [[package]] 346 + name = "borsh" 347 + version = "1.6.0" 348 + source = "registry+https://github.com/rust-lang/crates.io-index" 349 + checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" 350 + dependencies = [ 351 + "cfg_aliases", 352 + ] 353 + 354 + [[package]] 355 + name = "brotli" 356 + version = "3.5.0" 357 + source = "registry+https://github.com/rust-lang/crates.io-index" 358 + checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" 359 + dependencies = [ 360 + "alloc-no-stdlib", 361 + "alloc-stdlib", 362 + "brotli-decompressor", 363 + ] 364 + 365 + [[package]] 366 + name = "brotli-decompressor" 367 + version = "2.5.1" 368 + source = "registry+https://github.com/rust-lang/crates.io-index" 369 + checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 370 + dependencies = [ 371 + "alloc-no-stdlib", 372 + "alloc-stdlib", 373 + ] 374 + 375 + [[package]] 376 + name = "btree-range-map" 377 + version = "0.7.2" 378 + source = "registry+https://github.com/rust-lang/crates.io-index" 379 + checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33" 380 + dependencies = [ 381 + "btree-slab", 382 + "cc-traits", 383 + "range-traits", 384 + "serde", 385 + "slab", 386 + ] 387 + 388 + [[package]] 389 + name = "btree-slab" 390 + version = "0.6.1" 391 + source = "registry+https://github.com/rust-lang/crates.io-index" 392 + checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c" 393 + dependencies = [ 394 + "cc-traits", 395 + "slab", 396 + "smallvec", 397 + ] 398 + 399 + [[package]] 400 + name = "buf_redux" 401 + version = "0.8.4" 402 + source = "registry+https://github.com/rust-lang/crates.io-index" 403 + checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f" 404 + dependencies = [ 405 + "memchr", 406 + "safemem", 407 + ] 408 + 409 + [[package]] 163 410 name = "built" 164 411 version = "0.8.0" 165 412 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 178 425 checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 179 426 180 427 [[package]] 428 + name = "byteorder" 429 + version = "1.5.0" 430 + source = "registry+https://github.com/rust-lang/crates.io-index" 431 + checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 432 + 433 + [[package]] 181 434 name = "byteorder-lite" 182 435 version = "0.1.0" 183 436 source = "registry+https://github.com/rust-lang/crates.io-index" 184 437 checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 185 438 186 439 [[package]] 440 + name = "bytes" 441 + version = "1.11.0" 442 + source = "registry+https://github.com/rust-lang/crates.io-index" 443 + checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 444 + dependencies = [ 445 + "serde", 446 + ] 447 + 448 + [[package]] 449 + name = "cbor4ii" 450 + version = "0.2.14" 451 + source = "registry+https://github.com/rust-lang/crates.io-index" 452 + checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 453 + dependencies = [ 454 + "serde", 455 + ] 456 + 457 + [[package]] 187 458 name = "cc" 188 459 version = "1.2.51" 189 460 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 196 467 ] 197 468 198 469 [[package]] 470 + name = "cc-traits" 471 + version = "2.0.0" 472 + source = "registry+https://github.com/rust-lang/crates.io-index" 473 + checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5" 474 + dependencies = [ 475 + "slab", 476 + ] 477 + 478 + [[package]] 479 + name = "cesu8" 480 + version = "1.1.0" 481 + source = "registry+https://github.com/rust-lang/crates.io-index" 482 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 483 + 484 + [[package]] 199 485 name = "cfg-if" 200 486 version = "1.0.4" 201 487 source = "registry+https://github.com/rust-lang/crates.io-index" 202 488 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 203 489 204 490 [[package]] 491 + name = "cfg_aliases" 492 + version = "0.2.1" 493 + source = "registry+https://github.com/rust-lang/crates.io-index" 494 + checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 495 + 496 + [[package]] 497 + name = "chrono" 498 + version = "0.4.42" 499 + source = "registry+https://github.com/rust-lang/crates.io-index" 500 + checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 501 + dependencies = [ 502 + "iana-time-zone", 503 + "js-sys", 504 + "num-traits", 505 + "serde", 506 + "wasm-bindgen", 507 + "windows-link", 508 + ] 509 + 510 + [[package]] 511 + name = "chunked_transfer" 512 + version = "1.5.0" 513 + source = "registry+https://github.com/rust-lang/crates.io-index" 514 + checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" 515 + 516 + [[package]] 517 + name = "ciborium" 518 + version = "0.2.2" 519 + source = "registry+https://github.com/rust-lang/crates.io-index" 520 + checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 521 + dependencies = [ 522 + "ciborium-io", 523 + "ciborium-ll", 524 + "serde", 525 + ] 526 + 527 + [[package]] 528 + name = "ciborium-io" 529 + version = "0.2.2" 530 + source = "registry+https://github.com/rust-lang/crates.io-index" 531 + checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 532 + 533 + [[package]] 534 + name = "ciborium-ll" 535 + version = "0.2.2" 536 + source = "registry+https://github.com/rust-lang/crates.io-index" 537 + checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 538 + dependencies = [ 539 + "ciborium-io", 540 + "half", 541 + ] 542 + 543 + [[package]] 544 + name = "cid" 545 + version = "0.11.1" 546 + source = "registry+https://github.com/rust-lang/crates.io-index" 547 + checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 548 + dependencies = [ 549 + "core2", 550 + "multibase", 551 + "multihash", 552 + "serde", 553 + "serde_bytes", 554 + "unsigned-varint", 555 + ] 556 + 557 + [[package]] 558 + name = "cobs" 559 + version = "0.3.0" 560 + source = "registry+https://github.com/rust-lang/crates.io-index" 561 + checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 562 + dependencies = [ 563 + "thiserror 2.0.17", 564 + ] 565 + 566 + [[package]] 205 567 name = "color_quant" 206 568 version = "1.1.0" 207 569 source = "registry+https://github.com/rust-lang/crates.io-index" 208 570 checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 209 571 210 572 [[package]] 573 + name = "combine" 574 + version = "4.6.7" 575 + source = "registry+https://github.com/rust-lang/crates.io-index" 576 + checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 577 + dependencies = [ 578 + "bytes", 579 + "memchr", 580 + ] 581 + 582 + [[package]] 583 + name = "compression-codecs" 584 + version = "0.4.35" 585 + source = "registry+https://github.com/rust-lang/crates.io-index" 586 + checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2" 587 + dependencies = [ 588 + "compression-core", 589 + "flate2", 590 + "memchr", 591 + ] 592 + 593 + [[package]] 594 + name = "compression-core" 595 + version = "0.4.31" 596 + source = "registry+https://github.com/rust-lang/crates.io-index" 597 + checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" 598 + 599 + [[package]] 600 + name = "const-oid" 601 + version = "0.9.6" 602 + source = "registry+https://github.com/rust-lang/crates.io-index" 603 + checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 604 + 605 + [[package]] 606 + name = "const-str" 607 + version = "0.4.3" 608 + source = "registry+https://github.com/rust-lang/crates.io-index" 609 + checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 610 + 611 + [[package]] 612 + name = "cordyceps" 613 + version = "0.3.4" 614 + source = "registry+https://github.com/rust-lang/crates.io-index" 615 + checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 616 + dependencies = [ 617 + "loom", 618 + "tracing", 619 + ] 620 + 621 + [[package]] 622 + name = "core-foundation" 623 + version = "0.9.4" 624 + source = "registry+https://github.com/rust-lang/crates.io-index" 625 + checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 626 + dependencies = [ 627 + "core-foundation-sys", 628 + "libc", 629 + ] 630 + 631 + [[package]] 632 + name = "core-foundation" 633 + version = "0.10.1" 634 + source = "registry+https://github.com/rust-lang/crates.io-index" 635 + checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 636 + dependencies = [ 637 + "core-foundation-sys", 638 + "libc", 639 + ] 640 + 641 + [[package]] 642 + name = "core-foundation-sys" 643 + version = "0.8.7" 644 + source = "registry+https://github.com/rust-lang/crates.io-index" 645 + checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 646 + 647 + [[package]] 211 648 name = "core2" 212 649 version = "0.4.0" 213 650 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 217 654 ] 218 655 219 656 [[package]] 657 + name = "cpufeatures" 658 + version = "0.2.17" 659 + source = "registry+https://github.com/rust-lang/crates.io-index" 660 + checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 661 + dependencies = [ 662 + "libc", 663 + ] 664 + 665 + [[package]] 220 666 name = "crc32fast" 221 667 version = "1.5.0" 222 668 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 226 672 ] 227 673 228 674 [[package]] 675 + name = "critical-section" 676 + version = "1.2.0" 677 + source = "registry+https://github.com/rust-lang/crates.io-index" 678 + checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 679 + 680 + [[package]] 681 + name = "crossbeam-channel" 682 + version = "0.5.15" 683 + source = "registry+https://github.com/rust-lang/crates.io-index" 684 + checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 685 + dependencies = [ 686 + "crossbeam-utils", 687 + ] 688 + 689 + [[package]] 229 690 name = "crossbeam-deque" 230 691 version = "0.8.6" 231 692 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 257 718 checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 258 719 259 720 [[package]] 721 + name = "crypto-bigint" 722 + version = "0.5.5" 723 + source = "registry+https://github.com/rust-lang/crates.io-index" 724 + checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 725 + dependencies = [ 726 + "generic-array", 727 + "rand_core 0.6.4", 728 + "subtle", 729 + "zeroize", 730 + ] 731 + 732 + [[package]] 733 + name = "crypto-common" 734 + version = "0.1.6" 735 + source = "registry+https://github.com/rust-lang/crates.io-index" 736 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 737 + dependencies = [ 738 + "generic-array", 739 + "typenum", 740 + ] 741 + 742 + [[package]] 743 + name = "darling" 744 + version = "0.21.3" 745 + source = "registry+https://github.com/rust-lang/crates.io-index" 746 + checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 747 + dependencies = [ 748 + "darling_core", 749 + "darling_macro", 750 + ] 751 + 752 + [[package]] 753 + name = "darling_core" 754 + version = "0.21.3" 755 + source = "registry+https://github.com/rust-lang/crates.io-index" 756 + checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 757 + dependencies = [ 758 + "fnv", 759 + "ident_case", 760 + "proc-macro2", 761 + "quote", 762 + "strsim", 763 + "syn 2.0.114", 764 + ] 765 + 766 + [[package]] 767 + name = "darling_macro" 768 + version = "0.21.3" 769 + source = "registry+https://github.com/rust-lang/crates.io-index" 770 + checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 771 + dependencies = [ 772 + "darling_core", 773 + "quote", 774 + "syn 2.0.114", 775 + ] 776 + 777 + [[package]] 778 + name = "dashmap" 779 + version = "6.1.0" 780 + source = "registry+https://github.com/rust-lang/crates.io-index" 781 + checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 782 + dependencies = [ 783 + "cfg-if", 784 + "crossbeam-utils", 785 + "hashbrown 0.14.5", 786 + "lock_api", 787 + "once_cell", 788 + "parking_lot_core", 789 + ] 790 + 791 + [[package]] 792 + name = "data-encoding" 793 + version = "2.9.0" 794 + source = "registry+https://github.com/rust-lang/crates.io-index" 795 + checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 796 + 797 + [[package]] 798 + name = "data-encoding-macro" 799 + version = "0.1.18" 800 + source = "registry+https://github.com/rust-lang/crates.io-index" 801 + checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 802 + dependencies = [ 803 + "data-encoding", 804 + "data-encoding-macro-internal", 805 + ] 806 + 807 + [[package]] 808 + name = "data-encoding-macro-internal" 809 + version = "0.1.16" 810 + source = "registry+https://github.com/rust-lang/crates.io-index" 811 + checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 812 + dependencies = [ 813 + "data-encoding", 814 + "syn 2.0.114", 815 + ] 816 + 817 + [[package]] 818 + name = "deflate" 819 + version = "1.0.0" 820 + source = "registry+https://github.com/rust-lang/crates.io-index" 821 + checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f" 822 + dependencies = [ 823 + "adler32", 824 + "gzip-header", 825 + ] 826 + 827 + [[package]] 828 + name = "der" 829 + version = "0.7.10" 830 + source = "registry+https://github.com/rust-lang/crates.io-index" 831 + checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 832 + dependencies = [ 833 + "const-oid", 834 + "pem-rfc7468", 835 + "zeroize", 836 + ] 837 + 838 + [[package]] 839 + name = "deranged" 840 + version = "0.5.5" 841 + source = "registry+https://github.com/rust-lang/crates.io-index" 842 + checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 843 + dependencies = [ 844 + "powerfmt", 845 + "serde_core", 846 + ] 847 + 848 + [[package]] 849 + name = "derive_more" 850 + version = "1.0.0" 851 + source = "registry+https://github.com/rust-lang/crates.io-index" 852 + checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 853 + dependencies = [ 854 + "derive_more-impl", 855 + ] 856 + 857 + [[package]] 858 + name = "derive_more-impl" 859 + version = "1.0.0" 860 + source = "registry+https://github.com/rust-lang/crates.io-index" 861 + checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 862 + dependencies = [ 863 + "proc-macro2", 864 + "quote", 865 + "syn 2.0.114", 866 + "unicode-xid", 867 + ] 868 + 869 + [[package]] 870 + name = "diatomic-waker" 871 + version = "0.2.3" 872 + source = "registry+https://github.com/rust-lang/crates.io-index" 873 + checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 874 + 875 + [[package]] 876 + name = "digest" 877 + version = "0.10.7" 878 + source = "registry+https://github.com/rust-lang/crates.io-index" 879 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 880 + dependencies = [ 881 + "block-buffer", 882 + "const-oid", 883 + "crypto-common", 884 + "subtle", 885 + ] 886 + 887 + [[package]] 888 + name = "displaydoc" 889 + version = "0.2.5" 890 + source = "registry+https://github.com/rust-lang/crates.io-index" 891 + checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 892 + dependencies = [ 893 + "proc-macro2", 894 + "quote", 895 + "syn 2.0.114", 896 + ] 897 + 898 + [[package]] 899 + name = "dyn-clone" 900 + version = "1.0.20" 901 + source = "registry+https://github.com/rust-lang/crates.io-index" 902 + checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 903 + 904 + [[package]] 905 + name = "ecdsa" 906 + version = "0.16.9" 907 + source = "registry+https://github.com/rust-lang/crates.io-index" 908 + checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 909 + dependencies = [ 910 + "der", 911 + "digest", 912 + "elliptic-curve", 913 + "rfc6979", 914 + "signature", 915 + "spki", 916 + ] 917 + 918 + [[package]] 260 919 name = "either" 261 920 version = "1.15.0" 262 921 source = "registry+https://github.com/rust-lang/crates.io-index" 263 922 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 923 + 924 + [[package]] 925 + name = "elliptic-curve" 926 + version = "0.13.8" 927 + source = "registry+https://github.com/rust-lang/crates.io-index" 928 + checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 929 + dependencies = [ 930 + "base16ct", 931 + "crypto-bigint", 932 + "digest", 933 + "ff", 934 + "generic-array", 935 + "group", 936 + "pem-rfc7468", 937 + "pkcs8", 938 + "rand_core 0.6.4", 939 + "sec1", 940 + "subtle", 941 + "zeroize", 942 + ] 943 + 944 + [[package]] 945 + name = "embedded-io" 946 + version = "0.4.0" 947 + source = "registry+https://github.com/rust-lang/crates.io-index" 948 + checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 949 + 950 + [[package]] 951 + name = "embedded-io" 952 + version = "0.6.1" 953 + source = "registry+https://github.com/rust-lang/crates.io-index" 954 + checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 955 + 956 + [[package]] 957 + name = "encoding_rs" 958 + version = "0.8.35" 959 + source = "registry+https://github.com/rust-lang/crates.io-index" 960 + checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 961 + dependencies = [ 962 + "cfg-if", 963 + ] 964 + 965 + [[package]] 966 + name = "enum-as-inner" 967 + version = "0.6.1" 968 + source = "registry+https://github.com/rust-lang/crates.io-index" 969 + checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 970 + dependencies = [ 971 + "heck 0.5.0", 972 + "proc-macro2", 973 + "quote", 974 + "syn 2.0.114", 975 + ] 264 976 265 977 [[package]] 266 978 name = "equator" ··· 279 991 dependencies = [ 280 992 "proc-macro2", 281 993 "quote", 282 - "syn", 994 + "syn 2.0.114", 995 + ] 996 + 997 + [[package]] 998 + name = "equivalent" 999 + version = "1.0.2" 1000 + source = "registry+https://github.com/rust-lang/crates.io-index" 1001 + checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1002 + 1003 + [[package]] 1004 + name = "errno" 1005 + version = "0.3.14" 1006 + source = "registry+https://github.com/rust-lang/crates.io-index" 1007 + checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1008 + dependencies = [ 1009 + "libc", 1010 + "windows-sys 0.61.2", 283 1011 ] 284 1012 285 1013 [[package]] ··· 298 1026 ] 299 1027 300 1028 [[package]] 1029 + name = "fastrand" 1030 + version = "2.3.0" 1031 + source = "registry+https://github.com/rust-lang/crates.io-index" 1032 + checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1033 + 1034 + [[package]] 301 1035 name = "fax" 302 1036 version = "0.2.6" 303 1037 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 314 1048 dependencies = [ 315 1049 "proc-macro2", 316 1050 "quote", 317 - "syn", 1051 + "syn 2.0.114", 318 1052 ] 319 1053 320 1054 [[package]] ··· 327 1061 ] 328 1062 329 1063 [[package]] 1064 + name = "ff" 1065 + version = "0.13.1" 1066 + source = "registry+https://github.com/rust-lang/crates.io-index" 1067 + checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1068 + dependencies = [ 1069 + "rand_core 0.6.4", 1070 + "subtle", 1071 + ] 1072 + 1073 + [[package]] 1074 + name = "filetime" 1075 + version = "0.2.26" 1076 + source = "registry+https://github.com/rust-lang/crates.io-index" 1077 + checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" 1078 + dependencies = [ 1079 + "cfg-if", 1080 + "libc", 1081 + "libredox", 1082 + "windows-sys 0.60.2", 1083 + ] 1084 + 1085 + [[package]] 330 1086 name = "find-msvc-tools" 331 1087 version = "0.1.6" 332 1088 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 343 1099 ] 344 1100 345 1101 [[package]] 1102 + name = "fnv" 1103 + version = "1.0.7" 1104 + source = "registry+https://github.com/rust-lang/crates.io-index" 1105 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1106 + 1107 + [[package]] 1108 + name = "form_urlencoded" 1109 + version = "1.2.2" 1110 + source = "registry+https://github.com/rust-lang/crates.io-index" 1111 + checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1112 + dependencies = [ 1113 + "percent-encoding", 1114 + ] 1115 + 1116 + [[package]] 1117 + name = "futf" 1118 + version = "0.1.5" 1119 + source = "registry+https://github.com/rust-lang/crates.io-index" 1120 + checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1121 + dependencies = [ 1122 + "mac", 1123 + "new_debug_unreachable", 1124 + ] 1125 + 1126 + [[package]] 1127 + name = "futures-buffered" 1128 + version = "0.2.12" 1129 + source = "registry+https://github.com/rust-lang/crates.io-index" 1130 + checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd" 1131 + dependencies = [ 1132 + "cordyceps", 1133 + "diatomic-waker", 1134 + "futures-core", 1135 + "pin-project-lite", 1136 + "spin 0.10.0", 1137 + ] 1138 + 1139 + [[package]] 1140 + name = "futures-channel" 1141 + version = "0.3.31" 1142 + source = "registry+https://github.com/rust-lang/crates.io-index" 1143 + checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1144 + dependencies = [ 1145 + "futures-core", 1146 + ] 1147 + 1148 + [[package]] 1149 + name = "futures-core" 1150 + version = "0.3.31" 1151 + source = "registry+https://github.com/rust-lang/crates.io-index" 1152 + checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1153 + 1154 + [[package]] 1155 + name = "futures-io" 1156 + version = "0.3.31" 1157 + source = "registry+https://github.com/rust-lang/crates.io-index" 1158 + checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1159 + 1160 + [[package]] 1161 + name = "futures-lite" 1162 + version = "2.6.1" 1163 + source = "registry+https://github.com/rust-lang/crates.io-index" 1164 + checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1165 + dependencies = [ 1166 + "fastrand", 1167 + "futures-core", 1168 + "futures-io", 1169 + "parking", 1170 + "pin-project-lite", 1171 + ] 1172 + 1173 + [[package]] 1174 + name = "futures-macro" 1175 + version = "0.3.31" 1176 + source = "registry+https://github.com/rust-lang/crates.io-index" 1177 + checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1178 + dependencies = [ 1179 + "proc-macro2", 1180 + "quote", 1181 + "syn 2.0.114", 1182 + ] 1183 + 1184 + [[package]] 1185 + name = "futures-sink" 1186 + version = "0.3.31" 1187 + source = "registry+https://github.com/rust-lang/crates.io-index" 1188 + checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1189 + 1190 + [[package]] 1191 + name = "futures-task" 1192 + version = "0.3.31" 1193 + source = "registry+https://github.com/rust-lang/crates.io-index" 1194 + checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1195 + 1196 + [[package]] 1197 + name = "futures-util" 1198 + version = "0.3.31" 1199 + source = "registry+https://github.com/rust-lang/crates.io-index" 1200 + checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1201 + dependencies = [ 1202 + "futures-core", 1203 + "futures-macro", 1204 + "futures-sink", 1205 + "futures-task", 1206 + "pin-project-lite", 1207 + "pin-utils", 1208 + "slab", 1209 + ] 1210 + 1211 + [[package]] 1212 + name = "generator" 1213 + version = "0.8.8" 1214 + source = "registry+https://github.com/rust-lang/crates.io-index" 1215 + checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9" 1216 + dependencies = [ 1217 + "cc", 1218 + "cfg-if", 1219 + "libc", 1220 + "log", 1221 + "rustversion", 1222 + "windows-link", 1223 + "windows-result", 1224 + ] 1225 + 1226 + [[package]] 1227 + name = "generic-array" 1228 + version = "0.14.9" 1229 + source = "registry+https://github.com/rust-lang/crates.io-index" 1230 + checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1231 + dependencies = [ 1232 + "typenum", 1233 + "version_check", 1234 + "zeroize", 1235 + ] 1236 + 1237 + [[package]] 1238 + name = "getrandom" 1239 + version = "0.2.16" 1240 + source = "registry+https://github.com/rust-lang/crates.io-index" 1241 + checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1242 + dependencies = [ 1243 + "cfg-if", 1244 + "js-sys", 1245 + "libc", 1246 + "wasi", 1247 + "wasm-bindgen", 1248 + ] 1249 + 1250 + [[package]] 346 1251 name = "getrandom" 347 1252 version = "0.3.4" 348 1253 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 463 1368 checksum = "19fc433e8437a212d1b6f1e68c7824af3aed907da60afa994e7f542d18d12aa9" 464 1369 465 1370 [[package]] 1371 + name = "gloo-storage" 1372 + version = "0.3.0" 1373 + source = "registry+https://github.com/rust-lang/crates.io-index" 1374 + checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a" 1375 + dependencies = [ 1376 + "gloo-utils", 1377 + "js-sys", 1378 + "serde", 1379 + "serde_json", 1380 + "thiserror 1.0.69", 1381 + "wasm-bindgen", 1382 + "web-sys", 1383 + ] 1384 + 1385 + [[package]] 1386 + name = "gloo-utils" 1387 + version = "0.2.0" 1388 + source = "registry+https://github.com/rust-lang/crates.io-index" 1389 + checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" 1390 + dependencies = [ 1391 + "js-sys", 1392 + "serde", 1393 + "serde_json", 1394 + "wasm-bindgen", 1395 + "web-sys", 1396 + ] 1397 + 1398 + [[package]] 1399 + name = "group" 1400 + version = "0.13.0" 1401 + source = "registry+https://github.com/rust-lang/crates.io-index" 1402 + checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1403 + dependencies = [ 1404 + "ff", 1405 + "rand_core 0.6.4", 1406 + "subtle", 1407 + ] 1408 + 1409 + [[package]] 1410 + name = "gzip-header" 1411 + version = "1.0.0" 1412 + source = "registry+https://github.com/rust-lang/crates.io-index" 1413 + checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2" 1414 + dependencies = [ 1415 + "crc32fast", 1416 + ] 1417 + 1418 + [[package]] 1419 + name = "h2" 1420 + version = "0.4.13" 1421 + source = "registry+https://github.com/rust-lang/crates.io-index" 1422 + checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 1423 + dependencies = [ 1424 + "atomic-waker", 1425 + "bytes", 1426 + "fnv", 1427 + "futures-core", 1428 + "futures-sink", 1429 + "http", 1430 + "indexmap 2.13.0", 1431 + "slab", 1432 + "tokio", 1433 + "tokio-util", 1434 + "tracing", 1435 + ] 1436 + 1437 + [[package]] 466 1438 name = "half" 467 1439 version = "2.7.1" 468 1440 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 474 1446 ] 475 1447 476 1448 [[package]] 1449 + name = "hash32" 1450 + version = "0.2.1" 1451 + source = "registry+https://github.com/rust-lang/crates.io-index" 1452 + checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 1453 + dependencies = [ 1454 + "byteorder", 1455 + ] 1456 + 1457 + [[package]] 1458 + name = "hashbrown" 1459 + version = "0.12.3" 1460 + source = "registry+https://github.com/rust-lang/crates.io-index" 1461 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1462 + 1463 + [[package]] 1464 + name = "hashbrown" 1465 + version = "0.14.5" 1466 + source = "registry+https://github.com/rust-lang/crates.io-index" 1467 + checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1468 + 1469 + [[package]] 1470 + name = "hashbrown" 1471 + version = "0.16.1" 1472 + source = "registry+https://github.com/rust-lang/crates.io-index" 1473 + checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1474 + 1475 + [[package]] 1476 + name = "heapless" 1477 + version = "0.7.17" 1478 + source = "registry+https://github.com/rust-lang/crates.io-index" 1479 + checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 1480 + dependencies = [ 1481 + "atomic-polyfill", 1482 + "hash32", 1483 + "rustc_version", 1484 + "serde", 1485 + "spin 0.9.8", 1486 + "stable_deref_trait", 1487 + ] 1488 + 1489 + [[package]] 1490 + name = "heck" 1491 + version = "0.4.1" 1492 + source = "registry+https://github.com/rust-lang/crates.io-index" 1493 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1494 + 1495 + [[package]] 1496 + name = "heck" 1497 + version = "0.5.0" 1498 + source = "registry+https://github.com/rust-lang/crates.io-index" 1499 + checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1500 + 1501 + [[package]] 1502 + name = "hermit-abi" 1503 + version = "0.5.2" 1504 + source = "registry+https://github.com/rust-lang/crates.io-index" 1505 + checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1506 + 1507 + [[package]] 1508 + name = "hex" 1509 + version = "0.4.3" 1510 + source = "registry+https://github.com/rust-lang/crates.io-index" 1511 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1512 + 1513 + [[package]] 1514 + name = "hex_fmt" 1515 + version = "0.3.0" 1516 + source = "registry+https://github.com/rust-lang/crates.io-index" 1517 + checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" 1518 + 1519 + [[package]] 1520 + name = "hickory-proto" 1521 + version = "0.24.4" 1522 + source = "registry+https://github.com/rust-lang/crates.io-index" 1523 + checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" 1524 + dependencies = [ 1525 + "async-trait", 1526 + "cfg-if", 1527 + "data-encoding", 1528 + "enum-as-inner", 1529 + "futures-channel", 1530 + "futures-io", 1531 + "futures-util", 1532 + "idna", 1533 + "ipnet", 1534 + "once_cell", 1535 + "rand 0.8.5", 1536 + "thiserror 1.0.69", 1537 + "tinyvec", 1538 + "tokio", 1539 + "tracing", 1540 + "url", 1541 + ] 1542 + 1543 + [[package]] 1544 + name = "hickory-resolver" 1545 + version = "0.24.4" 1546 + source = "registry+https://github.com/rust-lang/crates.io-index" 1547 + checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" 1548 + dependencies = [ 1549 + "cfg-if", 1550 + "futures-util", 1551 + "hickory-proto", 1552 + "ipconfig", 1553 + "lru-cache", 1554 + "once_cell", 1555 + "parking_lot", 1556 + "rand 0.8.5", 1557 + "resolv-conf", 1558 + "smallvec", 1559 + "thiserror 1.0.69", 1560 + "tokio", 1561 + "tracing", 1562 + ] 1563 + 1564 + [[package]] 1565 + name = "hmac" 1566 + version = "0.12.1" 1567 + source = "registry+https://github.com/rust-lang/crates.io-index" 1568 + checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1569 + dependencies = [ 1570 + "digest", 1571 + ] 1572 + 1573 + [[package]] 1574 + name = "html5ever" 1575 + version = "0.27.0" 1576 + source = "registry+https://github.com/rust-lang/crates.io-index" 1577 + checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" 1578 + dependencies = [ 1579 + "log", 1580 + "mac", 1581 + "markup5ever", 1582 + "proc-macro2", 1583 + "quote", 1584 + "syn 2.0.114", 1585 + ] 1586 + 1587 + [[package]] 1588 + name = "http" 1589 + version = "1.4.0" 1590 + source = "registry+https://github.com/rust-lang/crates.io-index" 1591 + checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1592 + dependencies = [ 1593 + "bytes", 1594 + "itoa", 1595 + ] 1596 + 1597 + [[package]] 1598 + name = "http-body" 1599 + version = "1.0.1" 1600 + source = "registry+https://github.com/rust-lang/crates.io-index" 1601 + checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1602 + dependencies = [ 1603 + "bytes", 1604 + "http", 1605 + ] 1606 + 1607 + [[package]] 1608 + name = "http-body-util" 1609 + version = "0.1.3" 1610 + source = "registry+https://github.com/rust-lang/crates.io-index" 1611 + checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1612 + dependencies = [ 1613 + "bytes", 1614 + "futures-core", 1615 + "http", 1616 + "http-body", 1617 + "pin-project-lite", 1618 + ] 1619 + 1620 + [[package]] 1621 + name = "httparse" 1622 + version = "1.10.1" 1623 + source = "registry+https://github.com/rust-lang/crates.io-index" 1624 + checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1625 + 1626 + [[package]] 1627 + name = "httpdate" 1628 + version = "1.0.3" 1629 + source = "registry+https://github.com/rust-lang/crates.io-index" 1630 + checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1631 + 1632 + [[package]] 1633 + name = "hyper" 1634 + version = "1.8.1" 1635 + source = "registry+https://github.com/rust-lang/crates.io-index" 1636 + checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1637 + dependencies = [ 1638 + "atomic-waker", 1639 + "bytes", 1640 + "futures-channel", 1641 + "futures-core", 1642 + "h2", 1643 + "http", 1644 + "http-body", 1645 + "httparse", 1646 + "itoa", 1647 + "pin-project-lite", 1648 + "pin-utils", 1649 + "smallvec", 1650 + "tokio", 1651 + "want", 1652 + ] 1653 + 1654 + [[package]] 1655 + name = "hyper-rustls" 1656 + version = "0.27.7" 1657 + source = "registry+https://github.com/rust-lang/crates.io-index" 1658 + checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1659 + dependencies = [ 1660 + "http", 1661 + "hyper", 1662 + "hyper-util", 1663 + "rustls", 1664 + "rustls-pki-types", 1665 + "tokio", 1666 + "tokio-rustls", 1667 + "tower-service", 1668 + "webpki-roots", 1669 + ] 1670 + 1671 + [[package]] 1672 + name = "hyper-util" 1673 + version = "0.1.19" 1674 + source = "registry+https://github.com/rust-lang/crates.io-index" 1675 + checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 1676 + dependencies = [ 1677 + "base64 0.22.1", 1678 + "bytes", 1679 + "futures-channel", 1680 + "futures-core", 1681 + "futures-util", 1682 + "http", 1683 + "http-body", 1684 + "hyper", 1685 + "ipnet", 1686 + "libc", 1687 + "percent-encoding", 1688 + "pin-project-lite", 1689 + "socket2 0.6.1", 1690 + "system-configuration", 1691 + "tokio", 1692 + "tower-service", 1693 + "tracing", 1694 + "windows-registry", 1695 + ] 1696 + 1697 + [[package]] 1698 + name = "iana-time-zone" 1699 + version = "0.1.64" 1700 + source = "registry+https://github.com/rust-lang/crates.io-index" 1701 + checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 1702 + dependencies = [ 1703 + "android_system_properties", 1704 + "core-foundation-sys", 1705 + "iana-time-zone-haiku", 1706 + "js-sys", 1707 + "log", 1708 + "wasm-bindgen", 1709 + "windows-core", 1710 + ] 1711 + 1712 + [[package]] 1713 + name = "iana-time-zone-haiku" 1714 + version = "0.1.2" 1715 + source = "registry+https://github.com/rust-lang/crates.io-index" 1716 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1717 + dependencies = [ 1718 + "cc", 1719 + ] 1720 + 1721 + [[package]] 1722 + name = "icu_collections" 1723 + version = "2.1.1" 1724 + source = "registry+https://github.com/rust-lang/crates.io-index" 1725 + checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1726 + dependencies = [ 1727 + "displaydoc", 1728 + "potential_utf", 1729 + "yoke", 1730 + "zerofrom", 1731 + "zerovec", 1732 + ] 1733 + 1734 + [[package]] 1735 + name = "icu_locale_core" 1736 + version = "2.1.1" 1737 + source = "registry+https://github.com/rust-lang/crates.io-index" 1738 + checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1739 + dependencies = [ 1740 + "displaydoc", 1741 + "litemap", 1742 + "tinystr", 1743 + "writeable", 1744 + "zerovec", 1745 + ] 1746 + 1747 + [[package]] 1748 + name = "icu_normalizer" 1749 + version = "2.1.1" 1750 + source = "registry+https://github.com/rust-lang/crates.io-index" 1751 + checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1752 + dependencies = [ 1753 + "icu_collections", 1754 + "icu_normalizer_data", 1755 + "icu_properties", 1756 + "icu_provider", 1757 + "smallvec", 1758 + "zerovec", 1759 + ] 1760 + 1761 + [[package]] 1762 + name = "icu_normalizer_data" 1763 + version = "2.1.1" 1764 + source = "registry+https://github.com/rust-lang/crates.io-index" 1765 + checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1766 + 1767 + [[package]] 1768 + name = "icu_properties" 1769 + version = "2.1.2" 1770 + source = "registry+https://github.com/rust-lang/crates.io-index" 1771 + checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 1772 + dependencies = [ 1773 + "icu_collections", 1774 + "icu_locale_core", 1775 + "icu_properties_data", 1776 + "icu_provider", 1777 + "zerotrie", 1778 + "zerovec", 1779 + ] 1780 + 1781 + [[package]] 1782 + name = "icu_properties_data" 1783 + version = "2.1.2" 1784 + source = "registry+https://github.com/rust-lang/crates.io-index" 1785 + checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 1786 + 1787 + [[package]] 1788 + name = "icu_provider" 1789 + version = "2.1.1" 1790 + source = "registry+https://github.com/rust-lang/crates.io-index" 1791 + checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 1792 + dependencies = [ 1793 + "displaydoc", 1794 + "icu_locale_core", 1795 + "writeable", 1796 + "yoke", 1797 + "zerofrom", 1798 + "zerotrie", 1799 + "zerovec", 1800 + ] 1801 + 1802 + [[package]] 1803 + name = "ident_case" 1804 + version = "1.0.1" 1805 + source = "registry+https://github.com/rust-lang/crates.io-index" 1806 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1807 + 1808 + [[package]] 1809 + name = "idna" 1810 + version = "1.1.0" 1811 + source = "registry+https://github.com/rust-lang/crates.io-index" 1812 + checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1813 + dependencies = [ 1814 + "idna_adapter", 1815 + "smallvec", 1816 + "utf8_iter", 1817 + ] 1818 + 1819 + [[package]] 1820 + name = "idna_adapter" 1821 + version = "1.2.1" 1822 + source = "registry+https://github.com/rust-lang/crates.io-index" 1823 + checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1824 + dependencies = [ 1825 + "icu_normalizer", 1826 + "icu_properties", 1827 + ] 1828 + 1829 + [[package]] 477 1830 name = "image" 478 1831 version = "0.25.9" 479 1832 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 504 1857 checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" 505 1858 dependencies = [ 506 1859 "byteorder-lite", 507 - "quick-error", 1860 + "quick-error 2.0.1", 508 1861 ] 509 1862 510 1863 [[package]] ··· 515 1868 dependencies = [ 516 1869 "ab_glyph", 517 1870 "approx", 518 - "getrandom", 1871 + "getrandom 0.3.4", 519 1872 "image", 520 1873 "itertools", 521 1874 "nalgebra", 522 1875 "num", 523 - "rand", 1876 + "rand 0.9.2", 524 1877 "rand_distr", 525 1878 "rayon", 526 1879 "rustdct", ··· 533 1886 checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8" 534 1887 535 1888 [[package]] 1889 + name = "indexmap" 1890 + version = "1.9.3" 1891 + source = "registry+https://github.com/rust-lang/crates.io-index" 1892 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1893 + dependencies = [ 1894 + "autocfg", 1895 + "hashbrown 0.12.3", 1896 + "serde", 1897 + ] 1898 + 1899 + [[package]] 1900 + name = "indexmap" 1901 + version = "2.13.0" 1902 + source = "registry+https://github.com/rust-lang/crates.io-index" 1903 + checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 1904 + dependencies = [ 1905 + "equivalent", 1906 + "hashbrown 0.16.1", 1907 + "serde", 1908 + "serde_core", 1909 + ] 1910 + 1911 + [[package]] 1912 + name = "indoc" 1913 + version = "2.0.7" 1914 + source = "registry+https://github.com/rust-lang/crates.io-index" 1915 + checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 1916 + dependencies = [ 1917 + "rustversion", 1918 + ] 1919 + 1920 + [[package]] 536 1921 name = "interpolate_name" 537 1922 version = "0.2.4" 538 1923 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 540 1925 dependencies = [ 541 1926 "proc-macro2", 542 1927 "quote", 543 - "syn", 1928 + "syn 2.0.114", 1929 + ] 1930 + 1931 + [[package]] 1932 + name = "inventory" 1933 + version = "0.3.21" 1934 + source = "registry+https://github.com/rust-lang/crates.io-index" 1935 + checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" 1936 + dependencies = [ 1937 + "rustversion", 1938 + ] 1939 + 1940 + [[package]] 1941 + name = "ipconfig" 1942 + version = "0.3.2" 1943 + source = "registry+https://github.com/rust-lang/crates.io-index" 1944 + checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1945 + dependencies = [ 1946 + "socket2 0.5.10", 1947 + "widestring", 1948 + "windows-sys 0.48.0", 1949 + "winreg", 1950 + ] 1951 + 1952 + [[package]] 1953 + name = "ipld-core" 1954 + version = "0.4.2" 1955 + source = "registry+https://github.com/rust-lang/crates.io-index" 1956 + checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1957 + dependencies = [ 1958 + "cid", 1959 + "serde", 1960 + "serde_bytes", 1961 + ] 1962 + 1963 + [[package]] 1964 + name = "ipnet" 1965 + version = "2.11.0" 1966 + source = "registry+https://github.com/rust-lang/crates.io-index" 1967 + checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1968 + 1969 + [[package]] 1970 + name = "iri-string" 1971 + version = "0.7.10" 1972 + source = "registry+https://github.com/rust-lang/crates.io-index" 1973 + checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 1974 + dependencies = [ 1975 + "memchr", 1976 + "serde", 544 1977 ] 545 1978 546 1979 [[package]] ··· 553 1986 ] 554 1987 555 1988 [[package]] 1989 + name = "itoa" 1990 + version = "1.0.17" 1991 + source = "registry+https://github.com/rust-lang/crates.io-index" 1992 + checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 1993 + 1994 + [[package]] 1995 + name = "jacquard" 1996 + version = "0.9.5" 1997 + source = "registry+https://github.com/rust-lang/crates.io-index" 1998 + checksum = "f7c1fdbcf1153e6e6b87fde20036c1ffe7473c4852f1c6369bc4ef1fe47ccb9f" 1999 + dependencies = [ 2000 + "bytes", 2001 + "getrandom 0.2.16", 2002 + "gloo-storage", 2003 + "http", 2004 + "jacquard-api", 2005 + "jacquard-common", 2006 + "jacquard-derive", 2007 + "jacquard-identity", 2008 + "jacquard-oauth", 2009 + "jose-jwk", 2010 + "miette", 2011 + "regex", 2012 + "regex-lite", 2013 + "reqwest", 2014 + "serde", 2015 + "serde_html_form", 2016 + "serde_json", 2017 + "smol_str", 2018 + "thiserror 2.0.17", 2019 + "tokio", 2020 + "trait-variant", 2021 + "url", 2022 + "webpage", 2023 + ] 2024 + 2025 + [[package]] 2026 + name = "jacquard-api" 2027 + version = "0.9.5" 2028 + source = "registry+https://github.com/rust-lang/crates.io-index" 2029 + checksum = "4979fb1848c1dd7ac8fd12745bc71f56f6da61374407d5f9b06005467a954e5a" 2030 + dependencies = [ 2031 + "bon", 2032 + "bytes", 2033 + "jacquard-common", 2034 + "jacquard-derive", 2035 + "jacquard-lexicon", 2036 + "miette", 2037 + "rustversion", 2038 + "serde", 2039 + "serde_bytes", 2040 + "serde_ipld_dagcbor", 2041 + "thiserror 2.0.17", 2042 + "unicode-segmentation", 2043 + ] 2044 + 2045 + [[package]] 2046 + name = "jacquard-common" 2047 + version = "0.9.5" 2048 + source = "registry+https://github.com/rust-lang/crates.io-index" 2049 + checksum = "1751921e0bdae5e0077afade6161545e9ef7698306c868f800916e99ecbcaae9" 2050 + dependencies = [ 2051 + "base64 0.22.1", 2052 + "bon", 2053 + "bytes", 2054 + "chrono", 2055 + "cid", 2056 + "getrandom 0.2.16", 2057 + "getrandom 0.3.4", 2058 + "http", 2059 + "ipld-core", 2060 + "k256", 2061 + "langtag", 2062 + "miette", 2063 + "multibase", 2064 + "multihash", 2065 + "ouroboros", 2066 + "p256", 2067 + "postcard", 2068 + "rand 0.9.2", 2069 + "regex", 2070 + "regex-lite", 2071 + "reqwest", 2072 + "serde", 2073 + "serde_bytes", 2074 + "serde_html_form", 2075 + "serde_ipld_dagcbor", 2076 + "serde_json", 2077 + "signature", 2078 + "smol_str", 2079 + "thiserror 2.0.17", 2080 + "tokio", 2081 + "tokio-util", 2082 + "trait-variant", 2083 + "url", 2084 + ] 2085 + 2086 + [[package]] 2087 + name = "jacquard-derive" 2088 + version = "0.9.5" 2089 + source = "registry+https://github.com/rust-lang/crates.io-index" 2090 + checksum = "9c8d73dfee07943fdab93569ed1c28b06c6921ed891c08b415c4a323ff67e593" 2091 + dependencies = [ 2092 + "heck 0.5.0", 2093 + "jacquard-lexicon", 2094 + "proc-macro2", 2095 + "quote", 2096 + "syn 2.0.114", 2097 + ] 2098 + 2099 + [[package]] 2100 + name = "jacquard-identity" 2101 + version = "0.9.5" 2102 + source = "registry+https://github.com/rust-lang/crates.io-index" 2103 + checksum = "e7aaefa819fa4213cf59f180dba932f018a7cd0599582fd38474ee2a38c16cf2" 2104 + dependencies = [ 2105 + "bon", 2106 + "bytes", 2107 + "hickory-resolver", 2108 + "http", 2109 + "jacquard-api", 2110 + "jacquard-common", 2111 + "jacquard-lexicon", 2112 + "miette", 2113 + "mini-moka-wasm", 2114 + "n0-future", 2115 + "percent-encoding", 2116 + "reqwest", 2117 + "serde", 2118 + "serde_html_form", 2119 + "serde_json", 2120 + "thiserror 2.0.17", 2121 + "tokio", 2122 + "trait-variant", 2123 + "url", 2124 + "urlencoding", 2125 + ] 2126 + 2127 + [[package]] 2128 + name = "jacquard-lexicon" 2129 + version = "0.9.5" 2130 + source = "registry+https://github.com/rust-lang/crates.io-index" 2131 + checksum = "8411aff546569b0a1e0ef669bed2380cec1c00d48f02f3fcd57a71545321b3d8" 2132 + dependencies = [ 2133 + "cid", 2134 + "dashmap", 2135 + "heck 0.5.0", 2136 + "inventory", 2137 + "jacquard-common", 2138 + "miette", 2139 + "multihash", 2140 + "prettyplease", 2141 + "proc-macro2", 2142 + "quote", 2143 + "serde", 2144 + "serde_ipld_dagcbor", 2145 + "serde_json", 2146 + "serde_repr", 2147 + "serde_with", 2148 + "sha2", 2149 + "syn 2.0.114", 2150 + "thiserror 2.0.17", 2151 + "unicode-segmentation", 2152 + ] 2153 + 2154 + [[package]] 2155 + name = "jacquard-oauth" 2156 + version = "0.9.6" 2157 + source = "registry+https://github.com/rust-lang/crates.io-index" 2158 + checksum = "68bf0b0e061d85b09cfa78588dc098918d5b62f539a719165c6a806a1d2c0ef2" 2159 + dependencies = [ 2160 + "base64 0.22.1", 2161 + "bytes", 2162 + "chrono", 2163 + "dashmap", 2164 + "elliptic-curve", 2165 + "http", 2166 + "jacquard-common", 2167 + "jacquard-identity", 2168 + "jose-jwa", 2169 + "jose-jwk", 2170 + "miette", 2171 + "p256", 2172 + "rand 0.8.5", 2173 + "rouille", 2174 + "serde", 2175 + "serde_html_form", 2176 + "serde_json", 2177 + "sha2", 2178 + "smol_str", 2179 + "thiserror 2.0.17", 2180 + "tokio", 2181 + "trait-variant", 2182 + "url", 2183 + "webbrowser", 2184 + ] 2185 + 2186 + [[package]] 2187 + name = "jni" 2188 + version = "0.21.1" 2189 + source = "registry+https://github.com/rust-lang/crates.io-index" 2190 + checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2191 + dependencies = [ 2192 + "cesu8", 2193 + "cfg-if", 2194 + "combine", 2195 + "jni-sys", 2196 + "log", 2197 + "thiserror 1.0.69", 2198 + "walkdir", 2199 + "windows-sys 0.45.0", 2200 + ] 2201 + 2202 + [[package]] 2203 + name = "jni-sys" 2204 + version = "0.3.0" 2205 + source = "registry+https://github.com/rust-lang/crates.io-index" 2206 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2207 + 2208 + [[package]] 556 2209 name = "jobserver" 557 2210 version = "0.1.34" 558 2211 source = "registry+https://github.com/rust-lang/crates.io-index" 559 2212 checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 560 2213 dependencies = [ 561 - "getrandom", 2214 + "getrandom 0.3.4", 562 2215 "libc", 563 2216 ] 564 2217 565 2218 [[package]] 2219 + name = "jose-b64" 2220 + version = "0.1.2" 2221 + source = "registry+https://github.com/rust-lang/crates.io-index" 2222 + checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56" 2223 + dependencies = [ 2224 + "base64ct", 2225 + "serde", 2226 + "subtle", 2227 + "zeroize", 2228 + ] 2229 + 2230 + [[package]] 2231 + name = "jose-jwa" 2232 + version = "0.1.2" 2233 + source = "registry+https://github.com/rust-lang/crates.io-index" 2234 + checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7" 2235 + dependencies = [ 2236 + "serde", 2237 + ] 2238 + 2239 + [[package]] 2240 + name = "jose-jwk" 2241 + version = "0.1.2" 2242 + source = "registry+https://github.com/rust-lang/crates.io-index" 2243 + checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7" 2244 + dependencies = [ 2245 + "jose-b64", 2246 + "jose-jwa", 2247 + "p256", 2248 + "p384", 2249 + "rsa", 2250 + "serde", 2251 + "zeroize", 2252 + ] 2253 + 2254 + [[package]] 566 2255 name = "js-sys" 567 2256 version = "0.3.83" 568 2257 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 573 2262 ] 574 2263 575 2264 [[package]] 2265 + name = "k256" 2266 + version = "0.13.4" 2267 + source = "registry+https://github.com/rust-lang/crates.io-index" 2268 + checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 2269 + dependencies = [ 2270 + "cfg-if", 2271 + "ecdsa", 2272 + "elliptic-curve", 2273 + "sha2", 2274 + ] 2275 + 2276 + [[package]] 2277 + name = "langtag" 2278 + version = "0.4.0" 2279 + source = "registry+https://github.com/rust-lang/crates.io-index" 2280 + checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600" 2281 + dependencies = [ 2282 + "serde", 2283 + "static-regular-grammar", 2284 + "thiserror 1.0.69", 2285 + ] 2286 + 2287 + [[package]] 2288 + name = "lazy_static" 2289 + version = "1.5.0" 2290 + source = "registry+https://github.com/rust-lang/crates.io-index" 2291 + checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2292 + dependencies = [ 2293 + "spin 0.9.8", 2294 + ] 2295 + 2296 + [[package]] 576 2297 name = "lebe" 577 2298 version = "0.5.3" 578 2299 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 601 2322 checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 602 2323 603 2324 [[package]] 2325 + name = "libredox" 2326 + version = "0.1.12" 2327 + source = "registry+https://github.com/rust-lang/crates.io-index" 2328 + checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 2329 + dependencies = [ 2330 + "bitflags", 2331 + "libc", 2332 + "redox_syscall 0.7.0", 2333 + ] 2334 + 2335 + [[package]] 2336 + name = "linked-hash-map" 2337 + version = "0.5.6" 2338 + source = "registry+https://github.com/rust-lang/crates.io-index" 2339 + checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2340 + 2341 + [[package]] 2342 + name = "linux-raw-sys" 2343 + version = "0.11.0" 2344 + source = "registry+https://github.com/rust-lang/crates.io-index" 2345 + checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 2346 + 2347 + [[package]] 2348 + name = "litemap" 2349 + version = "0.8.1" 2350 + source = "registry+https://github.com/rust-lang/crates.io-index" 2351 + checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 2352 + 2353 + [[package]] 2354 + name = "lock_api" 2355 + version = "0.4.14" 2356 + source = "registry+https://github.com/rust-lang/crates.io-index" 2357 + checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2358 + dependencies = [ 2359 + "scopeguard", 2360 + ] 2361 + 2362 + [[package]] 604 2363 name = "log" 605 2364 version = "0.4.29" 606 2365 source = "registry+https://github.com/rust-lang/crates.io-index" 607 2366 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 608 2367 609 2368 [[package]] 2369 + name = "loom" 2370 + version = "0.7.2" 2371 + source = "registry+https://github.com/rust-lang/crates.io-index" 2372 + checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2373 + dependencies = [ 2374 + "cfg-if", 2375 + "generator", 2376 + "scoped-tls", 2377 + "tracing", 2378 + "tracing-subscriber", 2379 + ] 2380 + 2381 + [[package]] 610 2382 name = "loop9" 611 2383 version = "0.1.5" 612 2384 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 616 2388 ] 617 2389 618 2390 [[package]] 2391 + name = "lru-cache" 2392 + version = "0.1.2" 2393 + source = "registry+https://github.com/rust-lang/crates.io-index" 2394 + checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 2395 + dependencies = [ 2396 + "linked-hash-map", 2397 + ] 2398 + 2399 + [[package]] 2400 + name = "lru-slab" 2401 + version = "0.1.2" 2402 + source = "registry+https://github.com/rust-lang/crates.io-index" 2403 + checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2404 + 2405 + [[package]] 2406 + name = "mac" 2407 + version = "0.1.1" 2408 + source = "registry+https://github.com/rust-lang/crates.io-index" 2409 + checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 2410 + 2411 + [[package]] 2412 + name = "markup5ever" 2413 + version = "0.12.1" 2414 + source = "registry+https://github.com/rust-lang/crates.io-index" 2415 + checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" 2416 + dependencies = [ 2417 + "log", 2418 + "phf", 2419 + "phf_codegen", 2420 + "string_cache", 2421 + "string_cache_codegen", 2422 + "tendril", 2423 + ] 2424 + 2425 + [[package]] 2426 + name = "markup5ever_rcdom" 2427 + version = "0.3.0" 2428 + source = "registry+https://github.com/rust-lang/crates.io-index" 2429 + checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18" 2430 + dependencies = [ 2431 + "html5ever", 2432 + "markup5ever", 2433 + "tendril", 2434 + "xml5ever", 2435 + ] 2436 + 2437 + [[package]] 2438 + name = "match-lookup" 2439 + version = "0.1.1" 2440 + source = "registry+https://github.com/rust-lang/crates.io-index" 2441 + checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" 2442 + dependencies = [ 2443 + "proc-macro2", 2444 + "quote", 2445 + "syn 1.0.109", 2446 + ] 2447 + 2448 + [[package]] 2449 + name = "matchers" 2450 + version = "0.2.0" 2451 + source = "registry+https://github.com/rust-lang/crates.io-index" 2452 + checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 2453 + dependencies = [ 2454 + "regex-automata", 2455 + ] 2456 + 2457 + [[package]] 619 2458 name = "matrixmultiply" 620 2459 version = "0.3.10" 621 2460 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 642 2481 checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 643 2482 644 2483 [[package]] 2484 + name = "miette" 2485 + version = "7.6.0" 2486 + source = "registry+https://github.com/rust-lang/crates.io-index" 2487 + checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 2488 + dependencies = [ 2489 + "cfg-if", 2490 + "miette-derive", 2491 + "unicode-width", 2492 + ] 2493 + 2494 + [[package]] 2495 + name = "miette-derive" 2496 + version = "7.6.0" 2497 + source = "registry+https://github.com/rust-lang/crates.io-index" 2498 + checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 2499 + dependencies = [ 2500 + "proc-macro2", 2501 + "quote", 2502 + "syn 2.0.114", 2503 + ] 2504 + 2505 + [[package]] 2506 + name = "mime" 2507 + version = "0.3.17" 2508 + source = "registry+https://github.com/rust-lang/crates.io-index" 2509 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2510 + 2511 + [[package]] 2512 + name = "mime_guess" 2513 + version = "2.0.5" 2514 + source = "registry+https://github.com/rust-lang/crates.io-index" 2515 + checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 2516 + dependencies = [ 2517 + "mime", 2518 + "unicase", 2519 + ] 2520 + 2521 + [[package]] 2522 + name = "mini-moka-wasm" 2523 + version = "0.10.99" 2524 + source = "registry+https://github.com/rust-lang/crates.io-index" 2525 + checksum = "0102b9a2ad50fa47ca89eead2316c8222285ecfbd3f69ce99564fbe4253866e8" 2526 + dependencies = [ 2527 + "crossbeam-channel", 2528 + "crossbeam-utils", 2529 + "dashmap", 2530 + "smallvec", 2531 + "tagptr", 2532 + "triomphe", 2533 + "web-time", 2534 + ] 2535 + 2536 + [[package]] 2537 + name = "minimal-lexical" 2538 + version = "0.2.1" 2539 + source = "registry+https://github.com/rust-lang/crates.io-index" 2540 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2541 + 2542 + [[package]] 645 2543 name = "miniz_oxide" 646 2544 version = "0.8.9" 647 2545 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 652 2550 ] 653 2551 654 2552 [[package]] 2553 + name = "mio" 2554 + version = "1.1.1" 2555 + source = "registry+https://github.com/rust-lang/crates.io-index" 2556 + checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 2557 + dependencies = [ 2558 + "libc", 2559 + "wasi", 2560 + "windows-sys 0.61.2", 2561 + ] 2562 + 2563 + [[package]] 655 2564 name = "moxcms" 656 2565 version = "0.7.11" 657 2566 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 662 2571 ] 663 2572 664 2573 [[package]] 2574 + name = "multibase" 2575 + version = "0.9.2" 2576 + source = "registry+https://github.com/rust-lang/crates.io-index" 2577 + checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 2578 + dependencies = [ 2579 + "base-x", 2580 + "base256emoji", 2581 + "data-encoding", 2582 + "data-encoding-macro", 2583 + ] 2584 + 2585 + [[package]] 2586 + name = "multihash" 2587 + version = "0.19.3" 2588 + source = "registry+https://github.com/rust-lang/crates.io-index" 2589 + checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 2590 + dependencies = [ 2591 + "core2", 2592 + "serde", 2593 + "unsigned-varint", 2594 + ] 2595 + 2596 + [[package]] 2597 + name = "multipart" 2598 + version = "0.18.0" 2599 + source = "registry+https://github.com/rust-lang/crates.io-index" 2600 + checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182" 2601 + dependencies = [ 2602 + "buf_redux", 2603 + "httparse", 2604 + "log", 2605 + "mime", 2606 + "mime_guess", 2607 + "quick-error 1.2.3", 2608 + "rand 0.8.5", 2609 + "safemem", 2610 + "tempfile", 2611 + "twoway", 2612 + ] 2613 + 2614 + [[package]] 2615 + name = "n0-future" 2616 + version = "0.1.3" 2617 + source = "registry+https://github.com/rust-lang/crates.io-index" 2618 + checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794" 2619 + dependencies = [ 2620 + "cfg_aliases", 2621 + "derive_more", 2622 + "futures-buffered", 2623 + "futures-lite", 2624 + "futures-util", 2625 + "js-sys", 2626 + "pin-project", 2627 + "send_wrapper", 2628 + "tokio", 2629 + "tokio-util", 2630 + "wasm-bindgen", 2631 + "wasm-bindgen-futures", 2632 + "web-time", 2633 + ] 2634 + 2635 + [[package]] 665 2636 name = "nalgebra" 666 2637 version = "0.34.1" 667 2638 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 693 2664 ] 694 2665 695 2666 [[package]] 2667 + name = "ndk-context" 2668 + version = "0.1.1" 2669 + source = "registry+https://github.com/rust-lang/crates.io-index" 2670 + checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2671 + 2672 + [[package]] 696 2673 name = "new_debug_unreachable" 697 2674 version = "1.0.6" 698 2675 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 700 2677 701 2678 [[package]] 702 2679 name = "nom" 2680 + version = "7.1.3" 2681 + source = "registry+https://github.com/rust-lang/crates.io-index" 2682 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2683 + dependencies = [ 2684 + "memchr", 2685 + "minimal-lexical", 2686 + ] 2687 + 2688 + [[package]] 2689 + name = "nom" 703 2690 version = "8.0.0" 704 2691 source = "registry+https://github.com/rust-lang/crates.io-index" 705 2692 checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" ··· 714 2701 checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 715 2702 716 2703 [[package]] 2704 + name = "nu-ansi-term" 2705 + version = "0.50.3" 2706 + source = "registry+https://github.com/rust-lang/crates.io-index" 2707 + checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 2708 + dependencies = [ 2709 + "windows-sys 0.61.2", 2710 + ] 2711 + 2712 + [[package]] 717 2713 name = "num" 718 2714 version = "0.4.3" 719 2715 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 737 2733 ] 738 2734 739 2735 [[package]] 2736 + name = "num-bigint-dig" 2737 + version = "0.8.6" 2738 + source = "registry+https://github.com/rust-lang/crates.io-index" 2739 + checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 2740 + dependencies = [ 2741 + "lazy_static", 2742 + "libm", 2743 + "num-integer", 2744 + "num-iter", 2745 + "num-traits", 2746 + "rand 0.8.5", 2747 + "smallvec", 2748 + "zeroize", 2749 + ] 2750 + 2751 + [[package]] 740 2752 name = "num-complex" 741 2753 version = "0.4.6" 742 2754 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 746 2758 ] 747 2759 748 2760 [[package]] 2761 + name = "num-conv" 2762 + version = "0.1.0" 2763 + source = "registry+https://github.com/rust-lang/crates.io-index" 2764 + checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2765 + 2766 + [[package]] 749 2767 name = "num-derive" 750 2768 version = "0.4.2" 751 2769 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 753 2771 dependencies = [ 754 2772 "proc-macro2", 755 2773 "quote", 756 - "syn", 2774 + "syn 2.0.114", 757 2775 ] 758 2776 759 2777 [[package]] ··· 798 2816 ] 799 2817 800 2818 [[package]] 2819 + name = "num_cpus" 2820 + version = "1.17.0" 2821 + source = "registry+https://github.com/rust-lang/crates.io-index" 2822 + checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 2823 + dependencies = [ 2824 + "hermit-abi", 2825 + "libc", 2826 + ] 2827 + 2828 + [[package]] 2829 + name = "num_threads" 2830 + version = "0.1.7" 2831 + source = "registry+https://github.com/rust-lang/crates.io-index" 2832 + checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2833 + dependencies = [ 2834 + "libc", 2835 + ] 2836 + 2837 + [[package]] 2838 + name = "objc2" 2839 + version = "0.6.3" 2840 + source = "registry+https://github.com/rust-lang/crates.io-index" 2841 + checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 2842 + dependencies = [ 2843 + "objc2-encode", 2844 + ] 2845 + 2846 + [[package]] 2847 + name = "objc2-encode" 2848 + version = "4.1.0" 2849 + source = "registry+https://github.com/rust-lang/crates.io-index" 2850 + checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 2851 + 2852 + [[package]] 2853 + name = "objc2-foundation" 2854 + version = "0.3.2" 2855 + source = "registry+https://github.com/rust-lang/crates.io-index" 2856 + checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 2857 + dependencies = [ 2858 + "bitflags", 2859 + "objc2", 2860 + ] 2861 + 2862 + [[package]] 801 2863 name = "once_cell" 802 2864 version = "1.21.3" 803 2865 source = "registry+https://github.com/rust-lang/crates.io-index" 804 2866 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 805 2867 806 2868 [[package]] 2869 + name = "ouroboros" 2870 + version = "0.18.5" 2871 + source = "registry+https://github.com/rust-lang/crates.io-index" 2872 + checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 2873 + dependencies = [ 2874 + "aliasable", 2875 + "ouroboros_macro", 2876 + "static_assertions", 2877 + ] 2878 + 2879 + [[package]] 2880 + name = "ouroboros_macro" 2881 + version = "0.18.5" 2882 + source = "registry+https://github.com/rust-lang/crates.io-index" 2883 + checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 2884 + dependencies = [ 2885 + "heck 0.4.1", 2886 + "proc-macro2", 2887 + "proc-macro2-diagnostics", 2888 + "quote", 2889 + "syn 2.0.114", 2890 + ] 2891 + 2892 + [[package]] 807 2893 name = "owned_ttf_parser" 808 2894 version = "0.25.1" 809 2895 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 813 2899 ] 814 2900 815 2901 [[package]] 2902 + name = "p256" 2903 + version = "0.13.2" 2904 + source = "registry+https://github.com/rust-lang/crates.io-index" 2905 + checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 2906 + dependencies = [ 2907 + "ecdsa", 2908 + "elliptic-curve", 2909 + "primeorder", 2910 + "sha2", 2911 + ] 2912 + 2913 + [[package]] 2914 + name = "p384" 2915 + version = "0.13.1" 2916 + source = "registry+https://github.com/rust-lang/crates.io-index" 2917 + checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 2918 + dependencies = [ 2919 + "elliptic-curve", 2920 + "primeorder", 2921 + ] 2922 + 2923 + [[package]] 2924 + name = "parking" 2925 + version = "2.2.1" 2926 + source = "registry+https://github.com/rust-lang/crates.io-index" 2927 + checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2928 + 2929 + [[package]] 2930 + name = "parking_lot" 2931 + version = "0.12.5" 2932 + source = "registry+https://github.com/rust-lang/crates.io-index" 2933 + checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2934 + dependencies = [ 2935 + "lock_api", 2936 + "parking_lot_core", 2937 + ] 2938 + 2939 + [[package]] 2940 + name = "parking_lot_core" 2941 + version = "0.9.12" 2942 + source = "registry+https://github.com/rust-lang/crates.io-index" 2943 + checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2944 + dependencies = [ 2945 + "cfg-if", 2946 + "libc", 2947 + "redox_syscall 0.5.18", 2948 + "smallvec", 2949 + "windows-link", 2950 + ] 2951 + 2952 + [[package]] 816 2953 name = "paste" 817 2954 version = "1.0.15" 818 2955 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 825 2962 checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" 826 2963 827 2964 [[package]] 2965 + name = "pem-rfc7468" 2966 + version = "0.7.0" 2967 + source = "registry+https://github.com/rust-lang/crates.io-index" 2968 + checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2969 + dependencies = [ 2970 + "base64ct", 2971 + ] 2972 + 2973 + [[package]] 2974 + name = "percent-encoding" 2975 + version = "2.3.2" 2976 + source = "registry+https://github.com/rust-lang/crates.io-index" 2977 + checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2978 + 2979 + [[package]] 2980 + name = "phf" 2981 + version = "0.11.3" 2982 + source = "registry+https://github.com/rust-lang/crates.io-index" 2983 + checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 2984 + dependencies = [ 2985 + "phf_shared", 2986 + ] 2987 + 2988 + [[package]] 2989 + name = "phf_codegen" 2990 + version = "0.11.3" 2991 + source = "registry+https://github.com/rust-lang/crates.io-index" 2992 + checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 2993 + dependencies = [ 2994 + "phf_generator", 2995 + "phf_shared", 2996 + ] 2997 + 2998 + [[package]] 2999 + name = "phf_generator" 3000 + version = "0.11.3" 3001 + source = "registry+https://github.com/rust-lang/crates.io-index" 3002 + checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 3003 + dependencies = [ 3004 + "phf_shared", 3005 + "rand 0.8.5", 3006 + ] 3007 + 3008 + [[package]] 3009 + name = "phf_shared" 3010 + version = "0.11.3" 3011 + source = "registry+https://github.com/rust-lang/crates.io-index" 3012 + checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 3013 + dependencies = [ 3014 + "siphasher", 3015 + ] 3016 + 3017 + [[package]] 3018 + name = "pin-project" 3019 + version = "1.1.10" 3020 + source = "registry+https://github.com/rust-lang/crates.io-index" 3021 + checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 3022 + dependencies = [ 3023 + "pin-project-internal", 3024 + ] 3025 + 3026 + [[package]] 3027 + name = "pin-project-internal" 3028 + version = "1.1.10" 3029 + source = "registry+https://github.com/rust-lang/crates.io-index" 3030 + checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 3031 + dependencies = [ 3032 + "proc-macro2", 3033 + "quote", 3034 + "syn 2.0.114", 3035 + ] 3036 + 3037 + [[package]] 3038 + name = "pin-project-lite" 3039 + version = "0.2.16" 3040 + source = "registry+https://github.com/rust-lang/crates.io-index" 3041 + checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 3042 + 3043 + [[package]] 3044 + name = "pin-utils" 3045 + version = "0.1.0" 3046 + source = "registry+https://github.com/rust-lang/crates.io-index" 3047 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3048 + 3049 + [[package]] 3050 + name = "pkcs1" 3051 + version = "0.7.5" 3052 + source = "registry+https://github.com/rust-lang/crates.io-index" 3053 + checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 3054 + dependencies = [ 3055 + "der", 3056 + "pkcs8", 3057 + "spki", 3058 + ] 3059 + 3060 + [[package]] 3061 + name = "pkcs8" 3062 + version = "0.10.2" 3063 + source = "registry+https://github.com/rust-lang/crates.io-index" 3064 + checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3065 + dependencies = [ 3066 + "der", 3067 + "spki", 3068 + ] 3069 + 3070 + [[package]] 828 3071 name = "png" 829 3072 version = "0.18.0" 830 3073 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 838 3081 ] 839 3082 840 3083 [[package]] 3084 + name = "postcard" 3085 + version = "1.1.3" 3086 + source = "registry+https://github.com/rust-lang/crates.io-index" 3087 + checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" 3088 + dependencies = [ 3089 + "cobs", 3090 + "embedded-io 0.4.0", 3091 + "embedded-io 0.6.1", 3092 + "heapless", 3093 + "serde", 3094 + ] 3095 + 3096 + [[package]] 3097 + name = "potential_utf" 3098 + version = "0.1.4" 3099 + source = "registry+https://github.com/rust-lang/crates.io-index" 3100 + checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 3101 + dependencies = [ 3102 + "zerovec", 3103 + ] 3104 + 3105 + [[package]] 3106 + name = "powerfmt" 3107 + version = "0.2.0" 3108 + source = "registry+https://github.com/rust-lang/crates.io-index" 3109 + checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3110 + 3111 + [[package]] 841 3112 name = "ppv-lite86" 842 3113 version = "0.2.21" 843 3114 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 847 3118 ] 848 3119 849 3120 [[package]] 3121 + name = "precomputed-hash" 3122 + version = "0.1.1" 3123 + source = "registry+https://github.com/rust-lang/crates.io-index" 3124 + checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3125 + 3126 + [[package]] 3127 + name = "prettyplease" 3128 + version = "0.2.37" 3129 + source = "registry+https://github.com/rust-lang/crates.io-index" 3130 + checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 3131 + dependencies = [ 3132 + "proc-macro2", 3133 + "syn 2.0.114", 3134 + ] 3135 + 3136 + [[package]] 850 3137 name = "primal-check" 851 3138 version = "0.3.4" 852 3139 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 856 3143 ] 857 3144 858 3145 [[package]] 3146 + name = "primeorder" 3147 + version = "0.13.6" 3148 + source = "registry+https://github.com/rust-lang/crates.io-index" 3149 + checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 3150 + dependencies = [ 3151 + "elliptic-curve", 3152 + ] 3153 + 3154 + [[package]] 3155 + name = "proc-macro-error" 3156 + version = "1.0.4" 3157 + source = "registry+https://github.com/rust-lang/crates.io-index" 3158 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3159 + dependencies = [ 3160 + "proc-macro-error-attr", 3161 + "proc-macro2", 3162 + "quote", 3163 + "syn 1.0.109", 3164 + "version_check", 3165 + ] 3166 + 3167 + [[package]] 3168 + name = "proc-macro-error-attr" 3169 + version = "1.0.4" 3170 + source = "registry+https://github.com/rust-lang/crates.io-index" 3171 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3172 + dependencies = [ 3173 + "proc-macro2", 3174 + "quote", 3175 + "version_check", 3176 + ] 3177 + 3178 + [[package]] 859 3179 name = "proc-macro2" 860 3180 version = "1.0.105" 861 3181 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 865 3185 ] 866 3186 867 3187 [[package]] 3188 + name = "proc-macro2-diagnostics" 3189 + version = "0.10.1" 3190 + source = "registry+https://github.com/rust-lang/crates.io-index" 3191 + checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 3192 + dependencies = [ 3193 + "proc-macro2", 3194 + "quote", 3195 + "syn 2.0.114", 3196 + "version_check", 3197 + "yansi", 3198 + ] 3199 + 3200 + [[package]] 868 3201 name = "profiling" 869 3202 version = "1.0.17" 870 3203 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 880 3213 checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" 881 3214 dependencies = [ 882 3215 "quote", 883 - "syn", 3216 + "syn 2.0.114", 884 3217 ] 885 3218 886 3219 [[package]] ··· 903 3236 904 3237 [[package]] 905 3238 name = "quick-error" 3239 + version = "1.2.3" 3240 + source = "registry+https://github.com/rust-lang/crates.io-index" 3241 + checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 3242 + 3243 + [[package]] 3244 + name = "quick-error" 906 3245 version = "2.0.1" 907 3246 source = "registry+https://github.com/rust-lang/crates.io-index" 908 3247 checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 909 3248 910 3249 [[package]] 3250 + name = "quinn" 3251 + version = "0.11.9" 3252 + source = "registry+https://github.com/rust-lang/crates.io-index" 3253 + checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 3254 + dependencies = [ 3255 + "bytes", 3256 + "cfg_aliases", 3257 + "pin-project-lite", 3258 + "quinn-proto", 3259 + "quinn-udp", 3260 + "rustc-hash", 3261 + "rustls", 3262 + "socket2 0.6.1", 3263 + "thiserror 2.0.17", 3264 + "tokio", 3265 + "tracing", 3266 + "web-time", 3267 + ] 3268 + 3269 + [[package]] 3270 + name = "quinn-proto" 3271 + version = "0.11.13" 3272 + source = "registry+https://github.com/rust-lang/crates.io-index" 3273 + checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 3274 + dependencies = [ 3275 + "bytes", 3276 + "getrandom 0.3.4", 3277 + "lru-slab", 3278 + "rand 0.9.2", 3279 + "ring", 3280 + "rustc-hash", 3281 + "rustls", 3282 + "rustls-pki-types", 3283 + "slab", 3284 + "thiserror 2.0.17", 3285 + "tinyvec", 3286 + "tracing", 3287 + "web-time", 3288 + ] 3289 + 3290 + [[package]] 3291 + name = "quinn-udp" 3292 + version = "0.5.14" 3293 + source = "registry+https://github.com/rust-lang/crates.io-index" 3294 + checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 3295 + dependencies = [ 3296 + "cfg_aliases", 3297 + "libc", 3298 + "once_cell", 3299 + "socket2 0.6.1", 3300 + "tracing", 3301 + "windows-sys 0.60.2", 3302 + ] 3303 + 3304 + [[package]] 911 3305 name = "quote" 912 3306 version = "1.0.43" 913 3307 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 924 3318 925 3319 [[package]] 926 3320 name = "rand" 3321 + version = "0.8.5" 3322 + source = "registry+https://github.com/rust-lang/crates.io-index" 3323 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3324 + dependencies = [ 3325 + "libc", 3326 + "rand_chacha 0.3.1", 3327 + "rand_core 0.6.4", 3328 + ] 3329 + 3330 + [[package]] 3331 + name = "rand" 927 3332 version = "0.9.2" 928 3333 source = "registry+https://github.com/rust-lang/crates.io-index" 929 3334 checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 930 3335 dependencies = [ 931 - "rand_chacha", 932 - "rand_core", 3336 + "rand_chacha 0.9.0", 3337 + "rand_core 0.9.3", 3338 + ] 3339 + 3340 + [[package]] 3341 + name = "rand_chacha" 3342 + version = "0.3.1" 3343 + source = "registry+https://github.com/rust-lang/crates.io-index" 3344 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3345 + dependencies = [ 3346 + "ppv-lite86", 3347 + "rand_core 0.6.4", 933 3348 ] 934 3349 935 3350 [[package]] ··· 939 3354 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 940 3355 dependencies = [ 941 3356 "ppv-lite86", 942 - "rand_core", 3357 + "rand_core 0.9.3", 3358 + ] 3359 + 3360 + [[package]] 3361 + name = "rand_core" 3362 + version = "0.6.4" 3363 + source = "registry+https://github.com/rust-lang/crates.io-index" 3364 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3365 + dependencies = [ 3366 + "getrandom 0.2.16", 943 3367 ] 944 3368 945 3369 [[package]] ··· 948 3372 source = "registry+https://github.com/rust-lang/crates.io-index" 949 3373 checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 950 3374 dependencies = [ 951 - "getrandom", 3375 + "getrandom 0.3.4", 952 3376 ] 953 3377 954 3378 [[package]] ··· 958 3382 checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" 959 3383 dependencies = [ 960 3384 "num-traits", 961 - "rand", 3385 + "rand 0.9.2", 962 3386 ] 963 3387 964 3388 [[package]] 3389 + name = "range-traits" 3390 + version = "0.3.2" 3391 + source = "registry+https://github.com/rust-lang/crates.io-index" 3392 + checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab" 3393 + 3394 + [[package]] 965 3395 name = "rav1e" 966 3396 version = "0.8.1" 967 3397 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 988 3418 "num-traits", 989 3419 "paste", 990 3420 "profiling", 991 - "rand", 992 - "rand_chacha", 3421 + "rand 0.9.2", 3422 + "rand_chacha 0.9.0", 993 3423 "simd_helpers", 994 - "thiserror", 3424 + "thiserror 2.0.17", 995 3425 "v_frame", 996 3426 "wasm-bindgen", 997 3427 ] ··· 1005 3435 "avif-serialize", 1006 3436 "imgref", 1007 3437 "loop9", 1008 - "quick-error", 3438 + "quick-error 2.0.1", 1009 3439 "rav1e", 1010 3440 "rayon", 1011 3441 "rgb", ··· 1038 3468 ] 1039 3469 1040 3470 [[package]] 3471 + name = "redox_syscall" 3472 + version = "0.5.18" 3473 + source = "registry+https://github.com/rust-lang/crates.io-index" 3474 + checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 3475 + dependencies = [ 3476 + "bitflags", 3477 + ] 3478 + 3479 + [[package]] 3480 + name = "redox_syscall" 3481 + version = "0.7.0" 3482 + source = "registry+https://github.com/rust-lang/crates.io-index" 3483 + checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27" 3484 + dependencies = [ 3485 + "bitflags", 3486 + ] 3487 + 3488 + [[package]] 3489 + name = "ref-cast" 3490 + version = "1.0.25" 3491 + source = "registry+https://github.com/rust-lang/crates.io-index" 3492 + checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 3493 + dependencies = [ 3494 + "ref-cast-impl", 3495 + ] 3496 + 3497 + [[package]] 3498 + name = "ref-cast-impl" 3499 + version = "1.0.25" 3500 + source = "registry+https://github.com/rust-lang/crates.io-index" 3501 + checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 3502 + dependencies = [ 3503 + "proc-macro2", 3504 + "quote", 3505 + "syn 2.0.114", 3506 + ] 3507 + 3508 + [[package]] 3509 + name = "regex" 3510 + version = "1.12.2" 3511 + source = "registry+https://github.com/rust-lang/crates.io-index" 3512 + checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 3513 + dependencies = [ 3514 + "aho-corasick", 3515 + "memchr", 3516 + "regex-automata", 3517 + "regex-syntax", 3518 + ] 3519 + 3520 + [[package]] 3521 + name = "regex-automata" 3522 + version = "0.4.13" 3523 + source = "registry+https://github.com/rust-lang/crates.io-index" 3524 + checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 3525 + dependencies = [ 3526 + "aho-corasick", 3527 + "memchr", 3528 + "regex-syntax", 3529 + ] 3530 + 3531 + [[package]] 3532 + name = "regex-lite" 3533 + version = "0.1.8" 3534 + source = "registry+https://github.com/rust-lang/crates.io-index" 3535 + checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" 3536 + 3537 + [[package]] 3538 + name = "regex-syntax" 3539 + version = "0.8.8" 3540 + source = "registry+https://github.com/rust-lang/crates.io-index" 3541 + checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 3542 + 3543 + [[package]] 3544 + name = "reqwest" 3545 + version = "0.12.28" 3546 + source = "registry+https://github.com/rust-lang/crates.io-index" 3547 + checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 3548 + dependencies = [ 3549 + "base64 0.22.1", 3550 + "bytes", 3551 + "encoding_rs", 3552 + "futures-core", 3553 + "h2", 3554 + "http", 3555 + "http-body", 3556 + "http-body-util", 3557 + "hyper", 3558 + "hyper-rustls", 3559 + "hyper-util", 3560 + "js-sys", 3561 + "log", 3562 + "mime", 3563 + "percent-encoding", 3564 + "pin-project-lite", 3565 + "quinn", 3566 + "rustls", 3567 + "rustls-pki-types", 3568 + "serde", 3569 + "serde_json", 3570 + "serde_urlencoded", 3571 + "sync_wrapper", 3572 + "tokio", 3573 + "tokio-rustls", 3574 + "tower", 3575 + "tower-http", 3576 + "tower-service", 3577 + "url", 3578 + "wasm-bindgen", 3579 + "wasm-bindgen-futures", 3580 + "web-sys", 3581 + "webpki-roots", 3582 + ] 3583 + 3584 + [[package]] 3585 + name = "resolv-conf" 3586 + version = "0.7.6" 3587 + source = "registry+https://github.com/rust-lang/crates.io-index" 3588 + checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 3589 + 3590 + [[package]] 3591 + name = "rfc6979" 3592 + version = "0.4.0" 3593 + source = "registry+https://github.com/rust-lang/crates.io-index" 3594 + checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 3595 + dependencies = [ 3596 + "hmac", 3597 + "subtle", 3598 + ] 3599 + 3600 + [[package]] 1041 3601 name = "rgb" 1042 3602 version = "0.8.52" 1043 3603 source = "registry+https://github.com/rust-lang/crates.io-index" 1044 3604 checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" 1045 3605 1046 3606 [[package]] 3607 + name = "ring" 3608 + version = "0.17.14" 3609 + source = "registry+https://github.com/rust-lang/crates.io-index" 3610 + checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 3611 + dependencies = [ 3612 + "cc", 3613 + "cfg-if", 3614 + "getrandom 0.2.16", 3615 + "libc", 3616 + "untrusted", 3617 + "windows-sys 0.52.0", 3618 + ] 3619 + 3620 + [[package]] 3621 + name = "rouille" 3622 + version = "3.6.2" 3623 + source = "registry+https://github.com/rust-lang/crates.io-index" 3624 + checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921" 3625 + dependencies = [ 3626 + "base64 0.13.1", 3627 + "brotli", 3628 + "chrono", 3629 + "deflate", 3630 + "filetime", 3631 + "multipart", 3632 + "percent-encoding", 3633 + "rand 0.8.5", 3634 + "serde", 3635 + "serde_derive", 3636 + "serde_json", 3637 + "sha1_smol", 3638 + "threadpool", 3639 + "time", 3640 + "tiny_http", 3641 + "url", 3642 + ] 3643 + 3644 + [[package]] 3645 + name = "rsa" 3646 + version = "0.9.10" 3647 + source = "registry+https://github.com/rust-lang/crates.io-index" 3648 + checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" 3649 + dependencies = [ 3650 + "const-oid", 3651 + "digest", 3652 + "num-bigint-dig", 3653 + "num-integer", 3654 + "num-traits", 3655 + "pkcs1", 3656 + "pkcs8", 3657 + "rand_core 0.6.4", 3658 + "signature", 3659 + "spki", 3660 + "subtle", 3661 + "zeroize", 3662 + ] 3663 + 3664 + [[package]] 3665 + name = "rustc-hash" 3666 + version = "2.1.1" 3667 + source = "registry+https://github.com/rust-lang/crates.io-index" 3668 + checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 3669 + 3670 + [[package]] 3671 + name = "rustc_version" 3672 + version = "0.4.1" 3673 + source = "registry+https://github.com/rust-lang/crates.io-index" 3674 + checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3675 + dependencies = [ 3676 + "semver", 3677 + ] 3678 + 3679 + [[package]] 1047 3680 name = "rustdct" 1048 3681 version = "0.7.1" 1049 3682 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1067 3700 ] 1068 3701 1069 3702 [[package]] 3703 + name = "rustix" 3704 + version = "1.1.3" 3705 + source = "registry+https://github.com/rust-lang/crates.io-index" 3706 + checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 3707 + dependencies = [ 3708 + "bitflags", 3709 + "errno", 3710 + "libc", 3711 + "linux-raw-sys", 3712 + "windows-sys 0.61.2", 3713 + ] 3714 + 3715 + [[package]] 3716 + name = "rustls" 3717 + version = "0.23.36" 3718 + source = "registry+https://github.com/rust-lang/crates.io-index" 3719 + checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" 3720 + dependencies = [ 3721 + "once_cell", 3722 + "ring", 3723 + "rustls-pki-types", 3724 + "rustls-webpki", 3725 + "subtle", 3726 + "zeroize", 3727 + ] 3728 + 3729 + [[package]] 3730 + name = "rustls-pki-types" 3731 + version = "1.13.2" 3732 + source = "registry+https://github.com/rust-lang/crates.io-index" 3733 + checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" 3734 + dependencies = [ 3735 + "web-time", 3736 + "zeroize", 3737 + ] 3738 + 3739 + [[package]] 3740 + name = "rustls-webpki" 3741 + version = "0.103.8" 3742 + source = "registry+https://github.com/rust-lang/crates.io-index" 3743 + checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 3744 + dependencies = [ 3745 + "ring", 3746 + "rustls-pki-types", 3747 + "untrusted", 3748 + ] 3749 + 3750 + [[package]] 1070 3751 name = "rustversion" 1071 3752 version = "1.0.22" 1072 3753 source = "registry+https://github.com/rust-lang/crates.io-index" 1073 3754 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1074 3755 1075 3756 [[package]] 3757 + name = "ryu" 3758 + version = "1.0.22" 3759 + source = "registry+https://github.com/rust-lang/crates.io-index" 3760 + checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" 3761 + 3762 + [[package]] 1076 3763 name = "safe_arch" 1077 3764 version = "0.7.4" 1078 3765 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1082 3769 ] 1083 3770 1084 3771 [[package]] 3772 + name = "safemem" 3773 + version = "0.3.3" 3774 + source = "registry+https://github.com/rust-lang/crates.io-index" 3775 + checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 3776 + 3777 + [[package]] 3778 + name = "same-file" 3779 + version = "1.0.6" 3780 + source = "registry+https://github.com/rust-lang/crates.io-index" 3781 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3782 + dependencies = [ 3783 + "winapi-util", 3784 + ] 3785 + 3786 + [[package]] 3787 + name = "schemars" 3788 + version = "0.9.0" 3789 + source = "registry+https://github.com/rust-lang/crates.io-index" 3790 + checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 3791 + dependencies = [ 3792 + "dyn-clone", 3793 + "ref-cast", 3794 + "serde", 3795 + "serde_json", 3796 + ] 3797 + 3798 + [[package]] 3799 + name = "schemars" 3800 + version = "1.2.0" 3801 + source = "registry+https://github.com/rust-lang/crates.io-index" 3802 + checksum = "54e910108742c57a770f492731f99be216a52fadd361b06c8fb59d74ccc267d2" 3803 + dependencies = [ 3804 + "dyn-clone", 3805 + "ref-cast", 3806 + "serde", 3807 + "serde_json", 3808 + ] 3809 + 3810 + [[package]] 3811 + name = "scoped-tls" 3812 + version = "1.0.1" 3813 + source = "registry+https://github.com/rust-lang/crates.io-index" 3814 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3815 + 3816 + [[package]] 3817 + name = "scopeguard" 3818 + version = "1.2.0" 3819 + source = "registry+https://github.com/rust-lang/crates.io-index" 3820 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3821 + 3822 + [[package]] 3823 + name = "sec1" 3824 + version = "0.7.3" 3825 + source = "registry+https://github.com/rust-lang/crates.io-index" 3826 + checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 3827 + dependencies = [ 3828 + "base16ct", 3829 + "der", 3830 + "generic-array", 3831 + "pkcs8", 3832 + "subtle", 3833 + "zeroize", 3834 + ] 3835 + 3836 + [[package]] 3837 + name = "semver" 3838 + version = "1.0.27" 3839 + source = "registry+https://github.com/rust-lang/crates.io-index" 3840 + checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 3841 + 3842 + [[package]] 3843 + name = "send_wrapper" 3844 + version = "0.6.0" 3845 + source = "registry+https://github.com/rust-lang/crates.io-index" 3846 + checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 3847 + 3848 + [[package]] 3849 + name = "serde" 3850 + version = "1.0.228" 3851 + source = "registry+https://github.com/rust-lang/crates.io-index" 3852 + checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3853 + dependencies = [ 3854 + "serde_core", 3855 + "serde_derive", 3856 + ] 3857 + 3858 + [[package]] 3859 + name = "serde_bytes" 3860 + version = "0.11.19" 3861 + source = "registry+https://github.com/rust-lang/crates.io-index" 3862 + checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 3863 + dependencies = [ 3864 + "serde", 3865 + "serde_core", 3866 + ] 3867 + 3868 + [[package]] 3869 + name = "serde_core" 3870 + version = "1.0.228" 3871 + source = "registry+https://github.com/rust-lang/crates.io-index" 3872 + checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3873 + dependencies = [ 3874 + "serde_derive", 3875 + ] 3876 + 3877 + [[package]] 3878 + name = "serde_derive" 3879 + version = "1.0.228" 3880 + source = "registry+https://github.com/rust-lang/crates.io-index" 3881 + checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3882 + dependencies = [ 3883 + "proc-macro2", 3884 + "quote", 3885 + "syn 2.0.114", 3886 + ] 3887 + 3888 + [[package]] 3889 + name = "serde_html_form" 3890 + version = "0.2.8" 3891 + source = "registry+https://github.com/rust-lang/crates.io-index" 3892 + checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 3893 + dependencies = [ 3894 + "form_urlencoded", 3895 + "indexmap 2.13.0", 3896 + "itoa", 3897 + "ryu", 3898 + "serde_core", 3899 + ] 3900 + 3901 + [[package]] 3902 + name = "serde_ipld_dagcbor" 3903 + version = "0.6.4" 3904 + source = "registry+https://github.com/rust-lang/crates.io-index" 3905 + checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 3906 + dependencies = [ 3907 + "cbor4ii", 3908 + "ipld-core", 3909 + "scopeguard", 3910 + "serde", 3911 + ] 3912 + 3913 + [[package]] 3914 + name = "serde_json" 3915 + version = "1.0.149" 3916 + source = "registry+https://github.com/rust-lang/crates.io-index" 3917 + checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 3918 + dependencies = [ 3919 + "itoa", 3920 + "memchr", 3921 + "serde", 3922 + "serde_core", 3923 + "zmij", 3924 + ] 3925 + 3926 + [[package]] 3927 + name = "serde_repr" 3928 + version = "0.1.20" 3929 + source = "registry+https://github.com/rust-lang/crates.io-index" 3930 + checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 3931 + dependencies = [ 3932 + "proc-macro2", 3933 + "quote", 3934 + "syn 2.0.114", 3935 + ] 3936 + 3937 + [[package]] 3938 + name = "serde_urlencoded" 3939 + version = "0.7.1" 3940 + source = "registry+https://github.com/rust-lang/crates.io-index" 3941 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3942 + dependencies = [ 3943 + "form_urlencoded", 3944 + "itoa", 3945 + "ryu", 3946 + "serde", 3947 + ] 3948 + 3949 + [[package]] 3950 + name = "serde_with" 3951 + version = "3.16.1" 3952 + source = "registry+https://github.com/rust-lang/crates.io-index" 3953 + checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" 3954 + dependencies = [ 3955 + "base64 0.22.1", 3956 + "chrono", 3957 + "hex", 3958 + "indexmap 1.9.3", 3959 + "indexmap 2.13.0", 3960 + "schemars 0.9.0", 3961 + "schemars 1.2.0", 3962 + "serde_core", 3963 + "serde_json", 3964 + "serde_with_macros", 3965 + "time", 3966 + ] 3967 + 3968 + [[package]] 3969 + name = "serde_with_macros" 3970 + version = "3.16.1" 3971 + source = "registry+https://github.com/rust-lang/crates.io-index" 3972 + checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" 3973 + dependencies = [ 3974 + "darling", 3975 + "proc-macro2", 3976 + "quote", 3977 + "syn 2.0.114", 3978 + ] 3979 + 3980 + [[package]] 3981 + name = "sha1_smol" 3982 + version = "1.0.1" 3983 + source = "registry+https://github.com/rust-lang/crates.io-index" 3984 + checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 3985 + 3986 + [[package]] 3987 + name = "sha2" 3988 + version = "0.10.9" 3989 + source = "registry+https://github.com/rust-lang/crates.io-index" 3990 + checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3991 + dependencies = [ 3992 + "cfg-if", 3993 + "cpufeatures", 3994 + "digest", 3995 + ] 3996 + 3997 + [[package]] 3998 + name = "sharded-slab" 3999 + version = "0.1.7" 4000 + source = "registry+https://github.com/rust-lang/crates.io-index" 4001 + checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4002 + dependencies = [ 4003 + "lazy_static", 4004 + ] 4005 + 4006 + [[package]] 1085 4007 name = "shlex" 1086 4008 version = "1.3.0" 1087 4009 source = "registry+https://github.com/rust-lang/crates.io-index" 1088 4010 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1089 4011 1090 4012 [[package]] 4013 + name = "signature" 4014 + version = "2.2.0" 4015 + source = "registry+https://github.com/rust-lang/crates.io-index" 4016 + checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 4017 + dependencies = [ 4018 + "digest", 4019 + "rand_core 0.6.4", 4020 + ] 4021 + 4022 + [[package]] 1091 4023 name = "simba" 1092 4024 version = "0.9.1" 1093 4025 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1116 4048 ] 1117 4049 1118 4050 [[package]] 4051 + name = "siphasher" 4052 + version = "1.0.1" 4053 + source = "registry+https://github.com/rust-lang/crates.io-index" 4054 + checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 4055 + 4056 + [[package]] 4057 + name = "slab" 4058 + version = "0.4.11" 4059 + source = "registry+https://github.com/rust-lang/crates.io-index" 4060 + checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 4061 + 4062 + [[package]] 1119 4063 name = "smallvec" 1120 4064 version = "1.15.1" 1121 4065 source = "registry+https://github.com/rust-lang/crates.io-index" 1122 4066 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1123 4067 1124 4068 [[package]] 4069 + name = "smol_str" 4070 + version = "0.3.4" 4071 + source = "registry+https://github.com/rust-lang/crates.io-index" 4072 + checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5" 4073 + dependencies = [ 4074 + "borsh", 4075 + "serde_core", 4076 + ] 4077 + 4078 + [[package]] 4079 + name = "socket2" 4080 + version = "0.5.10" 4081 + source = "registry+https://github.com/rust-lang/crates.io-index" 4082 + checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 4083 + dependencies = [ 4084 + "libc", 4085 + "windows-sys 0.52.0", 4086 + ] 4087 + 4088 + [[package]] 4089 + name = "socket2" 4090 + version = "0.6.1" 4091 + source = "registry+https://github.com/rust-lang/crates.io-index" 4092 + checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 4093 + dependencies = [ 4094 + "libc", 4095 + "windows-sys 0.60.2", 4096 + ] 4097 + 4098 + [[package]] 4099 + name = "spin" 4100 + version = "0.9.8" 4101 + source = "registry+https://github.com/rust-lang/crates.io-index" 4102 + checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4103 + dependencies = [ 4104 + "lock_api", 4105 + ] 4106 + 4107 + [[package]] 4108 + name = "spin" 4109 + version = "0.10.0" 4110 + source = "registry+https://github.com/rust-lang/crates.io-index" 4111 + checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 4112 + 4113 + [[package]] 4114 + name = "spki" 4115 + version = "0.7.3" 4116 + source = "registry+https://github.com/rust-lang/crates.io-index" 4117 + checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 4118 + dependencies = [ 4119 + "base64ct", 4120 + "der", 4121 + ] 4122 + 4123 + [[package]] 1125 4124 name = "stable_deref_trait" 1126 4125 version = "1.2.1" 1127 4126 source = "registry+https://github.com/rust-lang/crates.io-index" 1128 4127 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1129 4128 1130 4129 [[package]] 4130 + name = "static-regular-grammar" 4131 + version = "2.0.2" 4132 + source = "registry+https://github.com/rust-lang/crates.io-index" 4133 + checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957" 4134 + dependencies = [ 4135 + "abnf", 4136 + "btree-range-map", 4137 + "ciborium", 4138 + "hex_fmt", 4139 + "indoc", 4140 + "proc-macro-error", 4141 + "proc-macro2", 4142 + "quote", 4143 + "serde", 4144 + "sha2", 4145 + "syn 2.0.114", 4146 + "thiserror 1.0.69", 4147 + ] 4148 + 4149 + [[package]] 4150 + name = "static_assertions" 4151 + version = "1.1.0" 4152 + source = "registry+https://github.com/rust-lang/crates.io-index" 4153 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4154 + 4155 + [[package]] 1131 4156 name = "strength_reduce" 1132 4157 version = "0.2.4" 1133 4158 source = "registry+https://github.com/rust-lang/crates.io-index" 1134 4159 checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" 1135 4160 1136 4161 [[package]] 4162 + name = "string_cache" 4163 + version = "0.8.9" 4164 + source = "registry+https://github.com/rust-lang/crates.io-index" 4165 + checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 4166 + dependencies = [ 4167 + "new_debug_unreachable", 4168 + "parking_lot", 4169 + "phf_shared", 4170 + "precomputed-hash", 4171 + "serde", 4172 + ] 4173 + 4174 + [[package]] 4175 + name = "string_cache_codegen" 4176 + version = "0.5.4" 4177 + source = "registry+https://github.com/rust-lang/crates.io-index" 4178 + checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 4179 + dependencies = [ 4180 + "phf_generator", 4181 + "phf_shared", 4182 + "proc-macro2", 4183 + "quote", 4184 + ] 4185 + 4186 + [[package]] 4187 + name = "strsim" 4188 + version = "0.11.1" 4189 + source = "registry+https://github.com/rust-lang/crates.io-index" 4190 + checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4191 + 4192 + [[package]] 4193 + name = "subtle" 4194 + version = "2.6.1" 4195 + source = "registry+https://github.com/rust-lang/crates.io-index" 4196 + checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 4197 + 4198 + [[package]] 4199 + name = "syn" 4200 + version = "1.0.109" 4201 + source = "registry+https://github.com/rust-lang/crates.io-index" 4202 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4203 + dependencies = [ 4204 + "proc-macro2", 4205 + "quote", 4206 + "unicode-ident", 4207 + ] 4208 + 4209 + [[package]] 1137 4210 name = "syn" 1138 4211 version = "2.0.114" 1139 4212 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1145 4218 ] 1146 4219 1147 4220 [[package]] 4221 + name = "sync_wrapper" 4222 + version = "1.0.2" 4223 + source = "registry+https://github.com/rust-lang/crates.io-index" 4224 + checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 4225 + dependencies = [ 4226 + "futures-core", 4227 + ] 4228 + 4229 + [[package]] 4230 + name = "synstructure" 4231 + version = "0.13.2" 4232 + source = "registry+https://github.com/rust-lang/crates.io-index" 4233 + checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 4234 + dependencies = [ 4235 + "proc-macro2", 4236 + "quote", 4237 + "syn 2.0.114", 4238 + ] 4239 + 4240 + [[package]] 4241 + name = "system-configuration" 4242 + version = "0.6.1" 4243 + source = "registry+https://github.com/rust-lang/crates.io-index" 4244 + checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 4245 + dependencies = [ 4246 + "bitflags", 4247 + "core-foundation 0.9.4", 4248 + "system-configuration-sys", 4249 + ] 4250 + 4251 + [[package]] 4252 + name = "system-configuration-sys" 4253 + version = "0.6.0" 4254 + source = "registry+https://github.com/rust-lang/crates.io-index" 4255 + checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 4256 + dependencies = [ 4257 + "core-foundation-sys", 4258 + "libc", 4259 + ] 4260 + 4261 + [[package]] 4262 + name = "tagptr" 4263 + version = "0.2.0" 4264 + source = "registry+https://github.com/rust-lang/crates.io-index" 4265 + checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 4266 + 4267 + [[package]] 4268 + name = "tempfile" 4269 + version = "3.24.0" 4270 + source = "registry+https://github.com/rust-lang/crates.io-index" 4271 + checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" 4272 + dependencies = [ 4273 + "fastrand", 4274 + "getrandom 0.3.4", 4275 + "once_cell", 4276 + "rustix", 4277 + "windows-sys 0.61.2", 4278 + ] 4279 + 4280 + [[package]] 4281 + name = "tendril" 4282 + version = "0.4.3" 4283 + source = "registry+https://github.com/rust-lang/crates.io-index" 4284 + checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 4285 + dependencies = [ 4286 + "futf", 4287 + "mac", 4288 + "utf-8", 4289 + ] 4290 + 4291 + [[package]] 4292 + name = "thiserror" 4293 + version = "1.0.69" 4294 + source = "registry+https://github.com/rust-lang/crates.io-index" 4295 + checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 4296 + dependencies = [ 4297 + "thiserror-impl 1.0.69", 4298 + ] 4299 + 4300 + [[package]] 1148 4301 name = "thiserror" 1149 4302 version = "2.0.17" 1150 4303 source = "registry+https://github.com/rust-lang/crates.io-index" 1151 4304 checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 1152 4305 dependencies = [ 1153 - "thiserror-impl", 4306 + "thiserror-impl 2.0.17", 4307 + ] 4308 + 4309 + [[package]] 4310 + name = "thiserror-impl" 4311 + version = "1.0.69" 4312 + source = "registry+https://github.com/rust-lang/crates.io-index" 4313 + checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 4314 + dependencies = [ 4315 + "proc-macro2", 4316 + "quote", 4317 + "syn 2.0.114", 1154 4318 ] 1155 4319 1156 4320 [[package]] ··· 1161 4325 dependencies = [ 1162 4326 "proc-macro2", 1163 4327 "quote", 1164 - "syn", 4328 + "syn 2.0.114", 4329 + ] 4330 + 4331 + [[package]] 4332 + name = "thread_local" 4333 + version = "1.1.9" 4334 + source = "registry+https://github.com/rust-lang/crates.io-index" 4335 + checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 4336 + dependencies = [ 4337 + "cfg-if", 4338 + ] 4339 + 4340 + [[package]] 4341 + name = "threadpool" 4342 + version = "1.8.1" 4343 + source = "registry+https://github.com/rust-lang/crates.io-index" 4344 + checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 4345 + dependencies = [ 4346 + "num_cpus", 1165 4347 ] 1166 4348 1167 4349 [[package]] ··· 1173 4355 "fax", 1174 4356 "flate2", 1175 4357 "half", 1176 - "quick-error", 4358 + "quick-error 2.0.1", 1177 4359 "weezl", 1178 4360 "zune-jpeg 0.4.21", 1179 4361 ] 1180 4362 1181 4363 [[package]] 4364 + name = "time" 4365 + version = "0.3.44" 4366 + source = "registry+https://github.com/rust-lang/crates.io-index" 4367 + checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 4368 + dependencies = [ 4369 + "deranged", 4370 + "itoa", 4371 + "libc", 4372 + "num-conv", 4373 + "num_threads", 4374 + "powerfmt", 4375 + "serde", 4376 + "time-core", 4377 + "time-macros", 4378 + ] 4379 + 4380 + [[package]] 4381 + name = "time-core" 4382 + version = "0.1.6" 4383 + source = "registry+https://github.com/rust-lang/crates.io-index" 4384 + checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 4385 + 4386 + [[package]] 4387 + name = "time-macros" 4388 + version = "0.2.24" 4389 + source = "registry+https://github.com/rust-lang/crates.io-index" 4390 + checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 4391 + dependencies = [ 4392 + "num-conv", 4393 + "time-core", 4394 + ] 4395 + 4396 + [[package]] 4397 + name = "tiny_http" 4398 + version = "0.12.0" 4399 + source = "registry+https://github.com/rust-lang/crates.io-index" 4400 + checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" 4401 + dependencies = [ 4402 + "ascii", 4403 + "chunked_transfer", 4404 + "httpdate", 4405 + "log", 4406 + ] 4407 + 4408 + [[package]] 4409 + name = "tinystr" 4410 + version = "0.8.2" 4411 + source = "registry+https://github.com/rust-lang/crates.io-index" 4412 + checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 4413 + dependencies = [ 4414 + "displaydoc", 4415 + "zerovec", 4416 + ] 4417 + 4418 + [[package]] 4419 + name = "tinyvec" 4420 + version = "1.10.0" 4421 + source = "registry+https://github.com/rust-lang/crates.io-index" 4422 + checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 4423 + dependencies = [ 4424 + "tinyvec_macros", 4425 + ] 4426 + 4427 + [[package]] 4428 + name = "tinyvec_macros" 4429 + version = "0.1.1" 4430 + source = "registry+https://github.com/rust-lang/crates.io-index" 4431 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4432 + 4433 + [[package]] 4434 + name = "tokio" 4435 + version = "1.49.0" 4436 + source = "registry+https://github.com/rust-lang/crates.io-index" 4437 + checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 4438 + dependencies = [ 4439 + "bytes", 4440 + "libc", 4441 + "mio", 4442 + "pin-project-lite", 4443 + "socket2 0.6.1", 4444 + "tokio-macros", 4445 + "windows-sys 0.61.2", 4446 + ] 4447 + 4448 + [[package]] 4449 + name = "tokio-macros" 4450 + version = "2.6.0" 4451 + source = "registry+https://github.com/rust-lang/crates.io-index" 4452 + checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 4453 + dependencies = [ 4454 + "proc-macro2", 4455 + "quote", 4456 + "syn 2.0.114", 4457 + ] 4458 + 4459 + [[package]] 4460 + name = "tokio-rustls" 4461 + version = "0.26.4" 4462 + source = "registry+https://github.com/rust-lang/crates.io-index" 4463 + checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 4464 + dependencies = [ 4465 + "rustls", 4466 + "tokio", 4467 + ] 4468 + 4469 + [[package]] 4470 + name = "tokio-util" 4471 + version = "0.7.18" 4472 + source = "registry+https://github.com/rust-lang/crates.io-index" 4473 + checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 4474 + dependencies = [ 4475 + "bytes", 4476 + "futures-core", 4477 + "futures-sink", 4478 + "futures-util", 4479 + "pin-project-lite", 4480 + "tokio", 4481 + ] 4482 + 4483 + [[package]] 4484 + name = "tower" 4485 + version = "0.5.2" 4486 + source = "registry+https://github.com/rust-lang/crates.io-index" 4487 + checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 4488 + dependencies = [ 4489 + "futures-core", 4490 + "futures-util", 4491 + "pin-project-lite", 4492 + "sync_wrapper", 4493 + "tokio", 4494 + "tower-layer", 4495 + "tower-service", 4496 + ] 4497 + 4498 + [[package]] 4499 + name = "tower-http" 4500 + version = "0.6.8" 4501 + source = "registry+https://github.com/rust-lang/crates.io-index" 4502 + checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 4503 + dependencies = [ 4504 + "async-compression", 4505 + "bitflags", 4506 + "bytes", 4507 + "futures-core", 4508 + "futures-util", 4509 + "http", 4510 + "http-body", 4511 + "http-body-util", 4512 + "iri-string", 4513 + "pin-project-lite", 4514 + "tokio", 4515 + "tokio-util", 4516 + "tower", 4517 + "tower-layer", 4518 + "tower-service", 4519 + ] 4520 + 4521 + [[package]] 4522 + name = "tower-layer" 4523 + version = "0.3.3" 4524 + source = "registry+https://github.com/rust-lang/crates.io-index" 4525 + checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 4526 + 4527 + [[package]] 4528 + name = "tower-service" 4529 + version = "0.3.3" 4530 + source = "registry+https://github.com/rust-lang/crates.io-index" 4531 + checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 4532 + 4533 + [[package]] 4534 + name = "tracing" 4535 + version = "0.1.44" 4536 + source = "registry+https://github.com/rust-lang/crates.io-index" 4537 + checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 4538 + dependencies = [ 4539 + "pin-project-lite", 4540 + "tracing-attributes", 4541 + "tracing-core", 4542 + ] 4543 + 4544 + [[package]] 4545 + name = "tracing-attributes" 4546 + version = "0.1.31" 4547 + source = "registry+https://github.com/rust-lang/crates.io-index" 4548 + checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 4549 + dependencies = [ 4550 + "proc-macro2", 4551 + "quote", 4552 + "syn 2.0.114", 4553 + ] 4554 + 4555 + [[package]] 4556 + name = "tracing-core" 4557 + version = "0.1.36" 4558 + source = "registry+https://github.com/rust-lang/crates.io-index" 4559 + checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 4560 + dependencies = [ 4561 + "once_cell", 4562 + "valuable", 4563 + ] 4564 + 4565 + [[package]] 4566 + name = "tracing-log" 4567 + version = "0.2.0" 4568 + source = "registry+https://github.com/rust-lang/crates.io-index" 4569 + checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4570 + dependencies = [ 4571 + "log", 4572 + "once_cell", 4573 + "tracing-core", 4574 + ] 4575 + 4576 + [[package]] 4577 + name = "tracing-subscriber" 4578 + version = "0.3.22" 4579 + source = "registry+https://github.com/rust-lang/crates.io-index" 4580 + checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 4581 + dependencies = [ 4582 + "matchers", 4583 + "nu-ansi-term", 4584 + "once_cell", 4585 + "regex-automata", 4586 + "sharded-slab", 4587 + "smallvec", 4588 + "thread_local", 4589 + "tracing", 4590 + "tracing-core", 4591 + "tracing-log", 4592 + ] 4593 + 4594 + [[package]] 4595 + name = "trait-variant" 4596 + version = "0.1.2" 4597 + source = "registry+https://github.com/rust-lang/crates.io-index" 4598 + checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 4599 + dependencies = [ 4600 + "proc-macro2", 4601 + "quote", 4602 + "syn 2.0.114", 4603 + ] 4604 + 4605 + [[package]] 1182 4606 name = "transpose" 1183 4607 version = "0.2.3" 1184 4608 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1189 4613 ] 1190 4614 1191 4615 [[package]] 4616 + name = "triomphe" 4617 + version = "0.1.15" 4618 + source = "registry+https://github.com/rust-lang/crates.io-index" 4619 + checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" 4620 + 4621 + [[package]] 4622 + name = "try-lock" 4623 + version = "0.2.5" 4624 + source = "registry+https://github.com/rust-lang/crates.io-index" 4625 + checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4626 + 4627 + [[package]] 1192 4628 name = "ttf-parser" 1193 4629 version = "0.25.1" 1194 4630 source = "registry+https://github.com/rust-lang/crates.io-index" 1195 4631 checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 1196 4632 1197 4633 [[package]] 4634 + name = "twoway" 4635 + version = "0.1.8" 4636 + source = "registry+https://github.com/rust-lang/crates.io-index" 4637 + checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1" 4638 + dependencies = [ 4639 + "memchr", 4640 + ] 4641 + 4642 + [[package]] 1198 4643 name = "typenum" 1199 4644 version = "1.19.0" 1200 4645 source = "registry+https://github.com/rust-lang/crates.io-index" 1201 4646 checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 1202 4647 1203 4648 [[package]] 4649 + name = "unicase" 4650 + version = "2.9.0" 4651 + source = "registry+https://github.com/rust-lang/crates.io-index" 4652 + checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 4653 + 4654 + [[package]] 1204 4655 name = "unicode-ident" 1205 4656 version = "1.0.22" 1206 4657 source = "registry+https://github.com/rust-lang/crates.io-index" 1207 4658 checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 1208 4659 1209 4660 [[package]] 4661 + name = "unicode-segmentation" 4662 + version = "1.12.0" 4663 + source = "registry+https://github.com/rust-lang/crates.io-index" 4664 + checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 4665 + 4666 + [[package]] 4667 + name = "unicode-width" 4668 + version = "0.1.14" 4669 + source = "registry+https://github.com/rust-lang/crates.io-index" 4670 + checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 4671 + 4672 + [[package]] 4673 + name = "unicode-xid" 4674 + version = "0.2.6" 4675 + source = "registry+https://github.com/rust-lang/crates.io-index" 4676 + checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4677 + 4678 + [[package]] 4679 + name = "unsigned-varint" 4680 + version = "0.8.0" 4681 + source = "registry+https://github.com/rust-lang/crates.io-index" 4682 + checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 4683 + 4684 + [[package]] 4685 + name = "untrusted" 4686 + version = "0.9.0" 4687 + source = "registry+https://github.com/rust-lang/crates.io-index" 4688 + checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4689 + 4690 + [[package]] 4691 + name = "url" 4692 + version = "2.5.8" 4693 + source = "registry+https://github.com/rust-lang/crates.io-index" 4694 + checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 4695 + dependencies = [ 4696 + "form_urlencoded", 4697 + "idna", 4698 + "percent-encoding", 4699 + "serde", 4700 + "serde_derive", 4701 + ] 4702 + 4703 + [[package]] 4704 + name = "urlencoding" 4705 + version = "2.1.3" 4706 + source = "registry+https://github.com/rust-lang/crates.io-index" 4707 + checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 4708 + 4709 + [[package]] 4710 + name = "utf-8" 4711 + version = "0.7.6" 4712 + source = "registry+https://github.com/rust-lang/crates.io-index" 4713 + checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4714 + 4715 + [[package]] 4716 + name = "utf8_iter" 4717 + version = "1.0.4" 4718 + source = "registry+https://github.com/rust-lang/crates.io-index" 4719 + checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4720 + 4721 + [[package]] 1210 4722 name = "v_frame" 1211 4723 version = "0.3.9" 1212 4724 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1218 4730 ] 1219 4731 1220 4732 [[package]] 4733 + name = "valuable" 4734 + version = "0.1.1" 4735 + source = "registry+https://github.com/rust-lang/crates.io-index" 4736 + checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 4737 + 4738 + [[package]] 4739 + name = "version_check" 4740 + version = "0.9.5" 4741 + source = "registry+https://github.com/rust-lang/crates.io-index" 4742 + checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4743 + 4744 + [[package]] 4745 + name = "walkdir" 4746 + version = "2.5.0" 4747 + source = "registry+https://github.com/rust-lang/crates.io-index" 4748 + checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4749 + dependencies = [ 4750 + "same-file", 4751 + "winapi-util", 4752 + ] 4753 + 4754 + [[package]] 4755 + name = "want" 4756 + version = "0.3.1" 4757 + source = "registry+https://github.com/rust-lang/crates.io-index" 4758 + checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4759 + dependencies = [ 4760 + "try-lock", 4761 + ] 4762 + 4763 + [[package]] 1221 4764 name = "washing-machien" 1222 4765 version = "0.1.0" 1223 4766 dependencies = [ 1224 4767 "image", 1225 4768 "imageproc", 4769 + "jacquard", 4770 + "jacquard-api", 4771 + "jacquard-identity", 4772 + "tokio", 1226 4773 ] 4774 + 4775 + [[package]] 4776 + name = "wasi" 4777 + version = "0.11.1+wasi-snapshot-preview1" 4778 + source = "registry+https://github.com/rust-lang/crates.io-index" 4779 + checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1227 4780 1228 4781 [[package]] 1229 4782 name = "wasip2" ··· 1248 4801 ] 1249 4802 1250 4803 [[package]] 4804 + name = "wasm-bindgen-futures" 4805 + version = "0.4.56" 4806 + source = "registry+https://github.com/rust-lang/crates.io-index" 4807 + checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" 4808 + dependencies = [ 4809 + "cfg-if", 4810 + "js-sys", 4811 + "once_cell", 4812 + "wasm-bindgen", 4813 + "web-sys", 4814 + ] 4815 + 4816 + [[package]] 1251 4817 name = "wasm-bindgen-macro" 1252 4818 version = "0.2.106" 1253 4819 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1266 4832 "bumpalo", 1267 4833 "proc-macro2", 1268 4834 "quote", 1269 - "syn", 4835 + "syn 2.0.114", 1270 4836 "wasm-bindgen-shared", 1271 4837 ] 1272 4838 ··· 1280 4846 ] 1281 4847 1282 4848 [[package]] 4849 + name = "web-sys" 4850 + version = "0.3.83" 4851 + source = "registry+https://github.com/rust-lang/crates.io-index" 4852 + checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 4853 + dependencies = [ 4854 + "js-sys", 4855 + "wasm-bindgen", 4856 + ] 4857 + 4858 + [[package]] 4859 + name = "web-time" 4860 + version = "1.1.0" 4861 + source = "registry+https://github.com/rust-lang/crates.io-index" 4862 + checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4863 + dependencies = [ 4864 + "js-sys", 4865 + "wasm-bindgen", 4866 + ] 4867 + 4868 + [[package]] 4869 + name = "webbrowser" 4870 + version = "1.0.6" 4871 + source = "registry+https://github.com/rust-lang/crates.io-index" 4872 + checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97" 4873 + dependencies = [ 4874 + "core-foundation 0.10.1", 4875 + "jni", 4876 + "log", 4877 + "ndk-context", 4878 + "objc2", 4879 + "objc2-foundation", 4880 + "url", 4881 + "web-sys", 4882 + ] 4883 + 4884 + [[package]] 4885 + name = "webpage" 4886 + version = "2.0.1" 4887 + source = "registry+https://github.com/rust-lang/crates.io-index" 4888 + checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac" 4889 + dependencies = [ 4890 + "html5ever", 4891 + "markup5ever_rcdom", 4892 + "serde_json", 4893 + "url", 4894 + ] 4895 + 4896 + [[package]] 4897 + name = "webpki-roots" 4898 + version = "1.0.5" 4899 + source = "registry+https://github.com/rust-lang/crates.io-index" 4900 + checksum = "12bed680863276c63889429bfd6cab3b99943659923822de1c8a39c49e4d722c" 4901 + dependencies = [ 4902 + "rustls-pki-types", 4903 + ] 4904 + 4905 + [[package]] 1283 4906 name = "weezl" 1284 4907 version = "0.1.12" 1285 4908 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1296 4919 ] 1297 4920 1298 4921 [[package]] 4922 + name = "widestring" 4923 + version = "1.2.1" 4924 + source = "registry+https://github.com/rust-lang/crates.io-index" 4925 + checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 4926 + 4927 + [[package]] 4928 + name = "winapi-util" 4929 + version = "0.1.11" 4930 + source = "registry+https://github.com/rust-lang/crates.io-index" 4931 + checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4932 + dependencies = [ 4933 + "windows-sys 0.61.2", 4934 + ] 4935 + 4936 + [[package]] 4937 + name = "windows-core" 4938 + version = "0.62.2" 4939 + source = "registry+https://github.com/rust-lang/crates.io-index" 4940 + checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4941 + dependencies = [ 4942 + "windows-implement", 4943 + "windows-interface", 4944 + "windows-link", 4945 + "windows-result", 4946 + "windows-strings", 4947 + ] 4948 + 4949 + [[package]] 4950 + name = "windows-implement" 4951 + version = "0.60.2" 4952 + source = "registry+https://github.com/rust-lang/crates.io-index" 4953 + checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4954 + dependencies = [ 4955 + "proc-macro2", 4956 + "quote", 4957 + "syn 2.0.114", 4958 + ] 4959 + 4960 + [[package]] 4961 + name = "windows-interface" 4962 + version = "0.59.3" 4963 + source = "registry+https://github.com/rust-lang/crates.io-index" 4964 + checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4965 + dependencies = [ 4966 + "proc-macro2", 4967 + "quote", 4968 + "syn 2.0.114", 4969 + ] 4970 + 4971 + [[package]] 4972 + name = "windows-link" 4973 + version = "0.2.1" 4974 + source = "registry+https://github.com/rust-lang/crates.io-index" 4975 + checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4976 + 4977 + [[package]] 4978 + name = "windows-registry" 4979 + version = "0.6.1" 4980 + source = "registry+https://github.com/rust-lang/crates.io-index" 4981 + checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 4982 + dependencies = [ 4983 + "windows-link", 4984 + "windows-result", 4985 + "windows-strings", 4986 + ] 4987 + 4988 + [[package]] 4989 + name = "windows-result" 4990 + version = "0.4.1" 4991 + source = "registry+https://github.com/rust-lang/crates.io-index" 4992 + checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4993 + dependencies = [ 4994 + "windows-link", 4995 + ] 4996 + 4997 + [[package]] 4998 + name = "windows-strings" 4999 + version = "0.5.1" 5000 + source = "registry+https://github.com/rust-lang/crates.io-index" 5001 + checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 5002 + dependencies = [ 5003 + "windows-link", 5004 + ] 5005 + 5006 + [[package]] 5007 + name = "windows-sys" 5008 + version = "0.45.0" 5009 + source = "registry+https://github.com/rust-lang/crates.io-index" 5010 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5011 + dependencies = [ 5012 + "windows-targets 0.42.2", 5013 + ] 5014 + 5015 + [[package]] 5016 + name = "windows-sys" 5017 + version = "0.48.0" 5018 + source = "registry+https://github.com/rust-lang/crates.io-index" 5019 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5020 + dependencies = [ 5021 + "windows-targets 0.48.5", 5022 + ] 5023 + 5024 + [[package]] 5025 + name = "windows-sys" 5026 + version = "0.52.0" 5027 + source = "registry+https://github.com/rust-lang/crates.io-index" 5028 + checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5029 + dependencies = [ 5030 + "windows-targets 0.52.6", 5031 + ] 5032 + 5033 + [[package]] 5034 + name = "windows-sys" 5035 + version = "0.60.2" 5036 + source = "registry+https://github.com/rust-lang/crates.io-index" 5037 + checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 5038 + dependencies = [ 5039 + "windows-targets 0.53.5", 5040 + ] 5041 + 5042 + [[package]] 5043 + name = "windows-sys" 5044 + version = "0.61.2" 5045 + source = "registry+https://github.com/rust-lang/crates.io-index" 5046 + checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 5047 + dependencies = [ 5048 + "windows-link", 5049 + ] 5050 + 5051 + [[package]] 5052 + name = "windows-targets" 5053 + version = "0.42.2" 5054 + source = "registry+https://github.com/rust-lang/crates.io-index" 5055 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5056 + dependencies = [ 5057 + "windows_aarch64_gnullvm 0.42.2", 5058 + "windows_aarch64_msvc 0.42.2", 5059 + "windows_i686_gnu 0.42.2", 5060 + "windows_i686_msvc 0.42.2", 5061 + "windows_x86_64_gnu 0.42.2", 5062 + "windows_x86_64_gnullvm 0.42.2", 5063 + "windows_x86_64_msvc 0.42.2", 5064 + ] 5065 + 5066 + [[package]] 5067 + name = "windows-targets" 5068 + version = "0.48.5" 5069 + source = "registry+https://github.com/rust-lang/crates.io-index" 5070 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5071 + dependencies = [ 5072 + "windows_aarch64_gnullvm 0.48.5", 5073 + "windows_aarch64_msvc 0.48.5", 5074 + "windows_i686_gnu 0.48.5", 5075 + "windows_i686_msvc 0.48.5", 5076 + "windows_x86_64_gnu 0.48.5", 5077 + "windows_x86_64_gnullvm 0.48.5", 5078 + "windows_x86_64_msvc 0.48.5", 5079 + ] 5080 + 5081 + [[package]] 5082 + name = "windows-targets" 5083 + version = "0.52.6" 5084 + source = "registry+https://github.com/rust-lang/crates.io-index" 5085 + checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5086 + dependencies = [ 5087 + "windows_aarch64_gnullvm 0.52.6", 5088 + "windows_aarch64_msvc 0.52.6", 5089 + "windows_i686_gnu 0.52.6", 5090 + "windows_i686_gnullvm 0.52.6", 5091 + "windows_i686_msvc 0.52.6", 5092 + "windows_x86_64_gnu 0.52.6", 5093 + "windows_x86_64_gnullvm 0.52.6", 5094 + "windows_x86_64_msvc 0.52.6", 5095 + ] 5096 + 5097 + [[package]] 5098 + name = "windows-targets" 5099 + version = "0.53.5" 5100 + source = "registry+https://github.com/rust-lang/crates.io-index" 5101 + checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 5102 + dependencies = [ 5103 + "windows-link", 5104 + "windows_aarch64_gnullvm 0.53.1", 5105 + "windows_aarch64_msvc 0.53.1", 5106 + "windows_i686_gnu 0.53.1", 5107 + "windows_i686_gnullvm 0.53.1", 5108 + "windows_i686_msvc 0.53.1", 5109 + "windows_x86_64_gnu 0.53.1", 5110 + "windows_x86_64_gnullvm 0.53.1", 5111 + "windows_x86_64_msvc 0.53.1", 5112 + ] 5113 + 5114 + [[package]] 5115 + name = "windows_aarch64_gnullvm" 5116 + version = "0.42.2" 5117 + source = "registry+https://github.com/rust-lang/crates.io-index" 5118 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5119 + 5120 + [[package]] 5121 + name = "windows_aarch64_gnullvm" 5122 + version = "0.48.5" 5123 + source = "registry+https://github.com/rust-lang/crates.io-index" 5124 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5125 + 5126 + [[package]] 5127 + name = "windows_aarch64_gnullvm" 5128 + version = "0.52.6" 5129 + source = "registry+https://github.com/rust-lang/crates.io-index" 5130 + checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5131 + 5132 + [[package]] 5133 + name = "windows_aarch64_gnullvm" 5134 + version = "0.53.1" 5135 + source = "registry+https://github.com/rust-lang/crates.io-index" 5136 + checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 5137 + 5138 + [[package]] 5139 + name = "windows_aarch64_msvc" 5140 + version = "0.42.2" 5141 + source = "registry+https://github.com/rust-lang/crates.io-index" 5142 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5143 + 5144 + [[package]] 5145 + name = "windows_aarch64_msvc" 5146 + version = "0.48.5" 5147 + source = "registry+https://github.com/rust-lang/crates.io-index" 5148 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5149 + 5150 + [[package]] 5151 + name = "windows_aarch64_msvc" 5152 + version = "0.52.6" 5153 + source = "registry+https://github.com/rust-lang/crates.io-index" 5154 + checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5155 + 5156 + [[package]] 5157 + name = "windows_aarch64_msvc" 5158 + version = "0.53.1" 5159 + source = "registry+https://github.com/rust-lang/crates.io-index" 5160 + checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 5161 + 5162 + [[package]] 5163 + name = "windows_i686_gnu" 5164 + version = "0.42.2" 5165 + source = "registry+https://github.com/rust-lang/crates.io-index" 5166 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5167 + 5168 + [[package]] 5169 + name = "windows_i686_gnu" 5170 + version = "0.48.5" 5171 + source = "registry+https://github.com/rust-lang/crates.io-index" 5172 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 5173 + 5174 + [[package]] 5175 + name = "windows_i686_gnu" 5176 + version = "0.52.6" 5177 + source = "registry+https://github.com/rust-lang/crates.io-index" 5178 + checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5179 + 5180 + [[package]] 5181 + name = "windows_i686_gnu" 5182 + version = "0.53.1" 5183 + source = "registry+https://github.com/rust-lang/crates.io-index" 5184 + checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 5185 + 5186 + [[package]] 5187 + name = "windows_i686_gnullvm" 5188 + version = "0.52.6" 5189 + source = "registry+https://github.com/rust-lang/crates.io-index" 5190 + checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5191 + 5192 + [[package]] 5193 + name = "windows_i686_gnullvm" 5194 + version = "0.53.1" 5195 + source = "registry+https://github.com/rust-lang/crates.io-index" 5196 + checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 5197 + 5198 + [[package]] 5199 + name = "windows_i686_msvc" 5200 + version = "0.42.2" 5201 + source = "registry+https://github.com/rust-lang/crates.io-index" 5202 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5203 + 5204 + [[package]] 5205 + name = "windows_i686_msvc" 5206 + version = "0.48.5" 5207 + source = "registry+https://github.com/rust-lang/crates.io-index" 5208 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 5209 + 5210 + [[package]] 5211 + name = "windows_i686_msvc" 5212 + version = "0.52.6" 5213 + source = "registry+https://github.com/rust-lang/crates.io-index" 5214 + checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 5215 + 5216 + [[package]] 5217 + name = "windows_i686_msvc" 5218 + version = "0.53.1" 5219 + source = "registry+https://github.com/rust-lang/crates.io-index" 5220 + checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 5221 + 5222 + [[package]] 5223 + name = "windows_x86_64_gnu" 5224 + version = "0.42.2" 5225 + source = "registry+https://github.com/rust-lang/crates.io-index" 5226 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5227 + 5228 + [[package]] 5229 + name = "windows_x86_64_gnu" 5230 + version = "0.48.5" 5231 + source = "registry+https://github.com/rust-lang/crates.io-index" 5232 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 5233 + 5234 + [[package]] 5235 + name = "windows_x86_64_gnu" 5236 + version = "0.52.6" 5237 + source = "registry+https://github.com/rust-lang/crates.io-index" 5238 + checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 5239 + 5240 + [[package]] 5241 + name = "windows_x86_64_gnu" 5242 + version = "0.53.1" 5243 + source = "registry+https://github.com/rust-lang/crates.io-index" 5244 + checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 5245 + 5246 + [[package]] 5247 + name = "windows_x86_64_gnullvm" 5248 + version = "0.42.2" 5249 + source = "registry+https://github.com/rust-lang/crates.io-index" 5250 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5251 + 5252 + [[package]] 5253 + name = "windows_x86_64_gnullvm" 5254 + version = "0.48.5" 5255 + source = "registry+https://github.com/rust-lang/crates.io-index" 5256 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 5257 + 5258 + [[package]] 5259 + name = "windows_x86_64_gnullvm" 5260 + version = "0.52.6" 5261 + source = "registry+https://github.com/rust-lang/crates.io-index" 5262 + checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5263 + 5264 + [[package]] 5265 + name = "windows_x86_64_gnullvm" 5266 + version = "0.53.1" 5267 + source = "registry+https://github.com/rust-lang/crates.io-index" 5268 + checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 5269 + 5270 + [[package]] 5271 + name = "windows_x86_64_msvc" 5272 + version = "0.42.2" 5273 + source = "registry+https://github.com/rust-lang/crates.io-index" 5274 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5275 + 5276 + [[package]] 5277 + name = "windows_x86_64_msvc" 5278 + version = "0.48.5" 5279 + source = "registry+https://github.com/rust-lang/crates.io-index" 5280 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 5281 + 5282 + [[package]] 5283 + name = "windows_x86_64_msvc" 5284 + version = "0.52.6" 5285 + source = "registry+https://github.com/rust-lang/crates.io-index" 5286 + checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 5287 + 5288 + [[package]] 5289 + name = "windows_x86_64_msvc" 5290 + version = "0.53.1" 5291 + source = "registry+https://github.com/rust-lang/crates.io-index" 5292 + checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 5293 + 5294 + [[package]] 5295 + name = "winreg" 5296 + version = "0.50.0" 5297 + source = "registry+https://github.com/rust-lang/crates.io-index" 5298 + checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 5299 + dependencies = [ 5300 + "cfg-if", 5301 + "windows-sys 0.48.0", 5302 + ] 5303 + 5304 + [[package]] 1299 5305 name = "wit-bindgen" 1300 5306 version = "0.46.0" 1301 5307 source = "registry+https://github.com/rust-lang/crates.io-index" 1302 5308 checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 1303 5309 1304 5310 [[package]] 5311 + name = "writeable" 5312 + version = "0.6.2" 5313 + source = "registry+https://github.com/rust-lang/crates.io-index" 5314 + checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 5315 + 5316 + [[package]] 5317 + name = "xml5ever" 5318 + version = "0.18.1" 5319 + source = "registry+https://github.com/rust-lang/crates.io-index" 5320 + checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69" 5321 + dependencies = [ 5322 + "log", 5323 + "mac", 5324 + "markup5ever", 5325 + ] 5326 + 5327 + [[package]] 1305 5328 name = "y4m" 1306 5329 version = "0.8.0" 1307 5330 source = "registry+https://github.com/rust-lang/crates.io-index" 1308 5331 checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" 1309 5332 1310 5333 [[package]] 5334 + name = "yansi" 5335 + version = "1.0.1" 5336 + source = "registry+https://github.com/rust-lang/crates.io-index" 5337 + checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 5338 + 5339 + [[package]] 5340 + name = "yoke" 5341 + version = "0.8.1" 5342 + source = "registry+https://github.com/rust-lang/crates.io-index" 5343 + checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 5344 + dependencies = [ 5345 + "stable_deref_trait", 5346 + "yoke-derive", 5347 + "zerofrom", 5348 + ] 5349 + 5350 + [[package]] 5351 + name = "yoke-derive" 5352 + version = "0.8.1" 5353 + source = "registry+https://github.com/rust-lang/crates.io-index" 5354 + checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 5355 + dependencies = [ 5356 + "proc-macro2", 5357 + "quote", 5358 + "syn 2.0.114", 5359 + "synstructure", 5360 + ] 5361 + 5362 + [[package]] 1311 5363 name = "zerocopy" 1312 5364 version = "0.8.33" 1313 5365 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1324 5376 dependencies = [ 1325 5377 "proc-macro2", 1326 5378 "quote", 1327 - "syn", 5379 + "syn 2.0.114", 1328 5380 ] 5381 + 5382 + [[package]] 5383 + name = "zerofrom" 5384 + version = "0.1.6" 5385 + source = "registry+https://github.com/rust-lang/crates.io-index" 5386 + checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 5387 + dependencies = [ 5388 + "zerofrom-derive", 5389 + ] 5390 + 5391 + [[package]] 5392 + name = "zerofrom-derive" 5393 + version = "0.1.6" 5394 + source = "registry+https://github.com/rust-lang/crates.io-index" 5395 + checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 5396 + dependencies = [ 5397 + "proc-macro2", 5398 + "quote", 5399 + "syn 2.0.114", 5400 + "synstructure", 5401 + ] 5402 + 5403 + [[package]] 5404 + name = "zeroize" 5405 + version = "1.8.2" 5406 + source = "registry+https://github.com/rust-lang/crates.io-index" 5407 + checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 5408 + dependencies = [ 5409 + "serde", 5410 + ] 5411 + 5412 + [[package]] 5413 + name = "zerotrie" 5414 + version = "0.2.3" 5415 + source = "registry+https://github.com/rust-lang/crates.io-index" 5416 + checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 5417 + dependencies = [ 5418 + "displaydoc", 5419 + "yoke", 5420 + "zerofrom", 5421 + ] 5422 + 5423 + [[package]] 5424 + name = "zerovec" 5425 + version = "0.11.5" 5426 + source = "registry+https://github.com/rust-lang/crates.io-index" 5427 + checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 5428 + dependencies = [ 5429 + "yoke", 5430 + "zerofrom", 5431 + "zerovec-derive", 5432 + ] 5433 + 5434 + [[package]] 5435 + name = "zerovec-derive" 5436 + version = "0.11.2" 5437 + source = "registry+https://github.com/rust-lang/crates.io-index" 5438 + checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 5439 + dependencies = [ 5440 + "proc-macro2", 5441 + "quote", 5442 + "syn 2.0.114", 5443 + ] 5444 + 5445 + [[package]] 5446 + name = "zmij" 5447 + version = "1.0.12" 5448 + source = "registry+https://github.com/rust-lang/crates.io-index" 5449 + checksum = "2fc5a66a20078bf1251bde995aa2fdcc4b800c70b5d92dd2c62abc5c60f679f8" 1329 5450 1330 5451 [[package]] 1331 5452 name = "zune-core"
+4
Cargo.toml
··· 9 9 [dependencies] 10 10 image = "0.25.9" 11 11 imageproc = "0.26.0" 12 + jacquard = "0.9.5" 13 + jacquard-api = "0.9.5" 14 + jacquard-identity = "0.9.5" 15 + tokio = "1.49.0"
+52 -2
src/main.rs
··· 1 1 use image::{DynamicImage, open}; 2 2 use imageproc::geometric_transformations::{Interpolation, rotate}; 3 + use jacquard::{ 4 + client::{ 5 + Agent, AgentSessionExt, AtpSession, MemoryCredentialSession, MemorySessionStore, 6 + credential_session::{CredentialSession, SessionKey}, 7 + }, 8 + cowstr::ToCowStr, 9 + }; 10 + use jacquard_identity::JacquardResolver; 3 11 use std::{env, process}; 12 + 13 + type AgentType = 14 + Agent<CredentialSession<MemorySessionStore<SessionKey, AtpSession>, JacquardResolver>>; 4 15 5 16 fn print_usage(executable: &str) { 6 - eprintln!("usage: {} <input> <output>", executable); 17 + eprintln!( 18 + "usage: {} <input> <output> <app-password> <did/handle>", 19 + executable 20 + ); 7 21 process::exit(1); 8 22 } 9 23 ··· 22 36 rotated 23 37 } 24 38 25 - fn main() { 39 + async fn update_avatar(image: image::RgbaImage, agent: &AgentType) { 40 + todo!() 41 + } 42 + 43 + #[tokio::main] 44 + async fn main() { 26 45 let mut args = env::args(); 27 46 let executable = args.next().unwrap_or_else(|| "washing-machine".to_string()); 28 47 ··· 40 59 return; 41 60 } 42 61 }; 62 + let app_password = match args.next() { 63 + Some(p) => p, 64 + None => { 65 + print_usage(&executable); 66 + return; 67 + } 68 + }; 69 + let identifier = match args.next() { 70 + Some(p) => p, 71 + None => { 72 + print_usage(&executable); 73 + return; 74 + } 75 + }; 76 + 77 + let (session, auth) = MemoryCredentialSession::authenticated( 78 + identifier.to_cowstr(), 79 + app_password.to_cowstr(), 80 + None, 81 + None, 82 + ) 83 + .await 84 + .unwrap_or_else(|e| { 85 + eprintln!("authentication failed: {}", e); 86 + process::exit(1); 87 + }); 88 + 89 + let agent: Agent<_> = Agent::from(session); 90 + println!("authenticated as {}, hi!", auth.handle); 43 91 44 92 let input_path = input; 45 93 let image = open(&input_path).unwrap_or_else(|e| { ··· 51 99 rotated.save(&output).unwrap_or_else(|e| { 52 100 eprintln!("failed to save '{}': {}", output.to_string(), e); 53 101 }); 102 + 103 + update_avatar(rotated, &agent).await; 54 104 }