An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.

feat(MM-143): add tauri deps and tauri.conf.json to src-tauri; scope flake buildDepsOnly

authored by malpercio.dev and committed by

Tangled 36234570 59009229

+3393 -82
+3344 -81
Cargo.lock
··· 3 3 version = 4 4 4 5 5 [[package]] 6 + name = "adler2" 7 + version = "2.0.1" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 + 11 + [[package]] 6 12 name = "aead" 7 13 version = "0.5.2" 8 14 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 47 53 ] 48 54 49 55 [[package]] 56 + name = "alloc-no-stdlib" 57 + version = "2.0.4" 58 + source = "registry+https://github.com/rust-lang/crates.io-index" 59 + checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 60 + 61 + [[package]] 62 + name = "alloc-stdlib" 63 + version = "0.2.2" 64 + source = "registry+https://github.com/rust-lang/crates.io-index" 65 + checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 66 + dependencies = [ 67 + "alloc-no-stdlib", 68 + ] 69 + 70 + [[package]] 50 71 name = "allocator-api2" 51 72 version = "0.2.21" 52 73 source = "registry+https://github.com/rust-lang/crates.io-index" 53 74 checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 54 75 55 76 [[package]] 77 + name = "android_system_properties" 78 + version = "0.1.5" 79 + source = "registry+https://github.com/rust-lang/crates.io-index" 80 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 81 + dependencies = [ 82 + "libc", 83 + ] 84 + 85 + [[package]] 56 86 name = "anstream" 57 87 version = "0.6.21" 58 88 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 137 167 dependencies = [ 138 168 "proc-macro2", 139 169 "quote", 140 - "syn", 170 + "syn 2.0.117", 141 171 ] 142 172 143 173 [[package]] ··· 148 178 dependencies = [ 149 179 "proc-macro2", 150 180 "quote", 151 - "syn", 181 + "syn 2.0.117", 182 + ] 183 + 184 + [[package]] 185 + name = "atk" 186 + version = "0.18.2" 187 + source = "registry+https://github.com/rust-lang/crates.io-index" 188 + checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b" 189 + dependencies = [ 190 + "atk-sys", 191 + "glib", 192 + "libc", 193 + ] 194 + 195 + [[package]] 196 + name = "atk-sys" 197 + version = "0.18.2" 198 + source = "registry+https://github.com/rust-lang/crates.io-index" 199 + checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086" 200 + dependencies = [ 201 + "glib-sys", 202 + "gobject-sys", 203 + "libc", 204 + "system-deps", 152 205 ] 153 206 154 207 [[package]] ··· 268 321 checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 269 322 270 323 [[package]] 324 + name = "bit-set" 325 + version = "0.8.0" 326 + source = "registry+https://github.com/rust-lang/crates.io-index" 327 + checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 328 + dependencies = [ 329 + "bit-vec", 330 + ] 331 + 332 + [[package]] 333 + name = "bit-vec" 334 + version = "0.8.0" 335 + source = "registry+https://github.com/rust-lang/crates.io-index" 336 + checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 337 + 338 + [[package]] 339 + name = "bitflags" 340 + version = "1.3.2" 341 + source = "registry+https://github.com/rust-lang/crates.io-index" 342 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 343 + 344 + [[package]] 271 345 name = "bitflags" 272 346 version = "2.11.0" 273 347 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 283 357 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 284 358 dependencies = [ 285 359 "generic-array", 360 + ] 361 + 362 + [[package]] 363 + name = "block2" 364 + version = "0.6.2" 365 + source = "registry+https://github.com/rust-lang/crates.io-index" 366 + checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 367 + dependencies = [ 368 + "objc2", 369 + ] 370 + 371 + [[package]] 372 + name = "brotli" 373 + version = "8.0.2" 374 + source = "registry+https://github.com/rust-lang/crates.io-index" 375 + checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 376 + dependencies = [ 377 + "alloc-no-stdlib", 378 + "alloc-stdlib", 379 + "brotli-decompressor", 380 + ] 381 + 382 + [[package]] 383 + name = "brotli-decompressor" 384 + version = "5.0.0" 385 + source = "registry+https://github.com/rust-lang/crates.io-index" 386 + checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 387 + dependencies = [ 388 + "alloc-no-stdlib", 389 + "alloc-stdlib", 286 390 ] 287 391 288 392 [[package]] ··· 292 396 checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 293 397 294 398 [[package]] 399 + name = "bytemuck" 400 + version = "1.25.0" 401 + source = "registry+https://github.com/rust-lang/crates.io-index" 402 + checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 403 + 404 + [[package]] 295 405 name = "byteorder" 296 406 version = "1.5.0" 297 407 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 302 412 version = "1.11.1" 303 413 source = "registry+https://github.com/rust-lang/crates.io-index" 304 414 checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 415 + dependencies = [ 416 + "serde", 417 + ] 418 + 419 + [[package]] 420 + name = "cairo-rs" 421 + version = "0.18.5" 422 + source = "registry+https://github.com/rust-lang/crates.io-index" 423 + checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" 424 + dependencies = [ 425 + "bitflags 2.11.0", 426 + "cairo-sys-rs", 427 + "glib", 428 + "libc", 429 + "once_cell", 430 + "thiserror 1.0.69", 431 + ] 432 + 433 + [[package]] 434 + name = "cairo-sys-rs" 435 + version = "0.18.2" 436 + source = "registry+https://github.com/rust-lang/crates.io-index" 437 + checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" 438 + dependencies = [ 439 + "glib-sys", 440 + "libc", 441 + "system-deps", 442 + ] 443 + 444 + [[package]] 445 + name = "camino" 446 + version = "1.2.2" 447 + source = "registry+https://github.com/rust-lang/crates.io-index" 448 + checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" 449 + dependencies = [ 450 + "serde_core", 451 + ] 452 + 453 + [[package]] 454 + name = "cargo-platform" 455 + version = "0.1.9" 456 + source = "registry+https://github.com/rust-lang/crates.io-index" 457 + checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" 458 + dependencies = [ 459 + "serde", 460 + ] 461 + 462 + [[package]] 463 + name = "cargo_metadata" 464 + version = "0.19.2" 465 + source = "registry+https://github.com/rust-lang/crates.io-index" 466 + checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" 467 + dependencies = [ 468 + "camino", 469 + "cargo-platform", 470 + "semver", 471 + "serde", 472 + "serde_json", 473 + "thiserror 2.0.18", 474 + ] 475 + 476 + [[package]] 477 + name = "cargo_toml" 478 + version = "0.22.3" 479 + source = "registry+https://github.com/rust-lang/crates.io-index" 480 + checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77" 481 + dependencies = [ 482 + "serde", 483 + "toml 0.9.12+spec-1.1.0", 484 + ] 305 485 306 486 [[package]] 307 487 name = "cc" ··· 314 494 ] 315 495 316 496 [[package]] 497 + name = "cesu8" 498 + version = "1.1.0" 499 + source = "registry+https://github.com/rust-lang/crates.io-index" 500 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 501 + 502 + [[package]] 503 + name = "cfb" 504 + version = "0.7.3" 505 + source = "registry+https://github.com/rust-lang/crates.io-index" 506 + checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 507 + dependencies = [ 508 + "byteorder", 509 + "fnv", 510 + "uuid", 511 + ] 512 + 513 + [[package]] 514 + name = "cfg-expr" 515 + version = "0.15.8" 516 + source = "registry+https://github.com/rust-lang/crates.io-index" 517 + checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 518 + dependencies = [ 519 + "smallvec", 520 + "target-lexicon", 521 + ] 522 + 523 + [[package]] 317 524 name = "cfg-if" 318 525 version = "1.0.4" 319 526 source = "registry+https://github.com/rust-lang/crates.io-index" 320 527 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 321 528 322 529 [[package]] 530 + name = "chrono" 531 + version = "0.4.44" 532 + source = "registry+https://github.com/rust-lang/crates.io-index" 533 + checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 534 + dependencies = [ 535 + "iana-time-zone", 536 + "num-traits", 537 + "serde", 538 + "windows-link 0.2.1", 539 + ] 540 + 541 + [[package]] 323 542 name = "ciborium" 324 543 version = "0.2.2" 325 544 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 384 603 source = "registry+https://github.com/rust-lang/crates.io-index" 385 604 checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 386 605 dependencies = [ 387 - "heck", 606 + "heck 0.5.0", 388 607 "proc-macro2", 389 608 "quote", 390 - "syn", 609 + "syn 2.0.117", 391 610 ] 392 611 393 612 [[package]] ··· 403 622 checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 404 623 405 624 [[package]] 625 + name = "combine" 626 + version = "4.6.7" 627 + source = "registry+https://github.com/rust-lang/crates.io-index" 628 + checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 629 + dependencies = [ 630 + "bytes", 631 + "memchr", 632 + ] 633 + 634 + [[package]] 406 635 name = "common" 407 636 version = "0.1.0" 408 637 dependencies = [ ··· 410 639 "serde", 411 640 "serde_json", 412 641 "tempfile", 413 - "thiserror", 642 + "thiserror 2.0.18", 414 643 "tokio", 415 - "toml", 644 + "toml 0.8.23", 416 645 "tracing", 417 646 "zeroize", 418 647 ] ··· 439 668 checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 440 669 441 670 [[package]] 671 + name = "convert_case" 672 + version = "0.4.0" 673 + source = "registry+https://github.com/rust-lang/crates.io-index" 674 + checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 675 + 676 + [[package]] 677 + name = "cookie" 678 + version = "0.18.1" 679 + source = "registry+https://github.com/rust-lang/crates.io-index" 680 + checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 681 + dependencies = [ 682 + "time", 683 + "version_check", 684 + ] 685 + 686 + [[package]] 442 687 name = "core-foundation" 443 688 version = "0.9.4" 444 689 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 465 710 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 466 711 467 712 [[package]] 713 + name = "core-graphics" 714 + version = "0.25.0" 715 + source = "registry+https://github.com/rust-lang/crates.io-index" 716 + checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97" 717 + dependencies = [ 718 + "bitflags 2.11.0", 719 + "core-foundation 0.10.1", 720 + "core-graphics-types", 721 + "foreign-types 0.5.0", 722 + "libc", 723 + ] 724 + 725 + [[package]] 726 + name = "core-graphics-types" 727 + version = "0.2.0" 728 + source = "registry+https://github.com/rust-lang/crates.io-index" 729 + checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 730 + dependencies = [ 731 + "bitflags 2.11.0", 732 + "core-foundation 0.10.1", 733 + "libc", 734 + ] 735 + 736 + [[package]] 468 737 name = "cpufeatures" 469 738 version = "0.2.17" 470 739 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 489 758 checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 490 759 491 760 [[package]] 761 + name = "crc32fast" 762 + version = "1.5.0" 763 + source = "registry+https://github.com/rust-lang/crates.io-index" 764 + checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 765 + dependencies = [ 766 + "cfg-if", 767 + ] 768 + 769 + [[package]] 492 770 name = "critical-section" 493 771 version = "1.2.0" 494 772 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 547 825 "serde", 548 826 "serde_json", 549 827 "sha2", 550 - "thiserror", 828 + "thiserror 2.0.18", 551 829 "zeroize", 552 830 ] 553 831 ··· 575 853 ] 576 854 577 855 [[package]] 856 + name = "cssparser" 857 + version = "0.29.6" 858 + source = "registry+https://github.com/rust-lang/crates.io-index" 859 + checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" 860 + dependencies = [ 861 + "cssparser-macros", 862 + "dtoa-short", 863 + "itoa", 864 + "matches", 865 + "phf 0.10.1", 866 + "proc-macro2", 867 + "quote", 868 + "smallvec", 869 + "syn 1.0.109", 870 + ] 871 + 872 + [[package]] 873 + name = "cssparser" 874 + version = "0.36.0" 875 + source = "registry+https://github.com/rust-lang/crates.io-index" 876 + checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2" 877 + dependencies = [ 878 + "cssparser-macros", 879 + "dtoa-short", 880 + "itoa", 881 + "phf 0.13.1", 882 + "smallvec", 883 + ] 884 + 885 + [[package]] 886 + name = "cssparser-macros" 887 + version = "0.6.1" 888 + source = "registry+https://github.com/rust-lang/crates.io-index" 889 + checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 890 + dependencies = [ 891 + "quote", 892 + "syn 2.0.117", 893 + ] 894 + 895 + [[package]] 896 + name = "ctor" 897 + version = "0.2.9" 898 + source = "registry+https://github.com/rust-lang/crates.io-index" 899 + checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" 900 + dependencies = [ 901 + "quote", 902 + "syn 2.0.117", 903 + ] 904 + 905 + [[package]] 578 906 name = "ctr" 579 907 version = "0.9.2" 580 908 source = "registry+https://github.com/rust-lang/crates.io-index" 581 909 checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" 582 910 dependencies = [ 583 911 "cipher", 912 + ] 913 + 914 + [[package]] 915 + name = "darling" 916 + version = "0.23.0" 917 + source = "registry+https://github.com/rust-lang/crates.io-index" 918 + checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 919 + dependencies = [ 920 + "darling_core", 921 + "darling_macro", 922 + ] 923 + 924 + [[package]] 925 + name = "darling_core" 926 + version = "0.23.0" 927 + source = "registry+https://github.com/rust-lang/crates.io-index" 928 + checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 929 + dependencies = [ 930 + "ident_case", 931 + "proc-macro2", 932 + "quote", 933 + "strsim", 934 + "syn 2.0.117", 935 + ] 936 + 937 + [[package]] 938 + name = "darling_macro" 939 + version = "0.23.0" 940 + source = "registry+https://github.com/rust-lang/crates.io-index" 941 + checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 942 + dependencies = [ 943 + "darling_core", 944 + "quote", 945 + "syn 2.0.117", 584 946 ] 585 947 586 948 [[package]] ··· 606 968 checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" 607 969 dependencies = [ 608 970 "data-encoding", 609 - "syn", 971 + "syn 2.0.117", 610 972 ] 611 973 612 974 [[package]] ··· 639 1001 ] 640 1002 641 1003 [[package]] 1004 + name = "deranged" 1005 + version = "0.5.8" 1006 + source = "registry+https://github.com/rust-lang/crates.io-index" 1007 + checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 1008 + dependencies = [ 1009 + "powerfmt", 1010 + "serde_core", 1011 + ] 1012 + 1013 + [[package]] 1014 + name = "derive_more" 1015 + version = "0.99.20" 1016 + source = "registry+https://github.com/rust-lang/crates.io-index" 1017 + checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" 1018 + dependencies = [ 1019 + "convert_case", 1020 + "proc-macro2", 1021 + "quote", 1022 + "rustc_version", 1023 + "syn 2.0.117", 1024 + ] 1025 + 1026 + [[package]] 1027 + name = "derive_more" 1028 + version = "2.1.1" 1029 + source = "registry+https://github.com/rust-lang/crates.io-index" 1030 + checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 1031 + dependencies = [ 1032 + "derive_more-impl", 1033 + ] 1034 + 1035 + [[package]] 1036 + name = "derive_more-impl" 1037 + version = "2.1.1" 1038 + source = "registry+https://github.com/rust-lang/crates.io-index" 1039 + checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 1040 + dependencies = [ 1041 + "proc-macro2", 1042 + "quote", 1043 + "rustc_version", 1044 + "syn 2.0.117", 1045 + ] 1046 + 1047 + [[package]] 642 1048 name = "digest" 643 1049 version = "0.10.7" 644 1050 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 651 1057 ] 652 1058 653 1059 [[package]] 1060 + name = "dirs" 1061 + version = "6.0.0" 1062 + source = "registry+https://github.com/rust-lang/crates.io-index" 1063 + checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 1064 + dependencies = [ 1065 + "dirs-sys", 1066 + ] 1067 + 1068 + [[package]] 1069 + name = "dirs-sys" 1070 + version = "0.5.0" 1071 + source = "registry+https://github.com/rust-lang/crates.io-index" 1072 + checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 1073 + dependencies = [ 1074 + "libc", 1075 + "option-ext", 1076 + "redox_users", 1077 + "windows-sys 0.61.2", 1078 + ] 1079 + 1080 + [[package]] 1081 + name = "dispatch2" 1082 + version = "0.3.1" 1083 + source = "registry+https://github.com/rust-lang/crates.io-index" 1084 + checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" 1085 + dependencies = [ 1086 + "bitflags 2.11.0", 1087 + "block2", 1088 + "libc", 1089 + "objc2", 1090 + ] 1091 + 1092 + [[package]] 654 1093 name = "displaydoc" 655 1094 version = "0.2.5" 656 1095 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 658 1097 dependencies = [ 659 1098 "proc-macro2", 660 1099 "quote", 661 - "syn", 1100 + "syn 2.0.117", 1101 + ] 1102 + 1103 + [[package]] 1104 + name = "dlopen2" 1105 + version = "0.8.2" 1106 + source = "registry+https://github.com/rust-lang/crates.io-index" 1107 + checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4" 1108 + dependencies = [ 1109 + "dlopen2_derive", 1110 + "libc", 1111 + "once_cell", 1112 + "winapi", 1113 + ] 1114 + 1115 + [[package]] 1116 + name = "dlopen2_derive" 1117 + version = "0.4.3" 1118 + source = "registry+https://github.com/rust-lang/crates.io-index" 1119 + checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f" 1120 + dependencies = [ 1121 + "proc-macro2", 1122 + "quote", 1123 + "syn 2.0.117", 1124 + ] 1125 + 1126 + [[package]] 1127 + name = "dom_query" 1128 + version = "0.25.1" 1129 + source = "registry+https://github.com/rust-lang/crates.io-index" 1130 + checksum = "4d9c2e7f1d22d0f2ce07626d259b8a55f4a47cb0938d4006dd8ae037f17d585e" 1131 + dependencies = [ 1132 + "bit-set", 1133 + "cssparser 0.36.0", 1134 + "foldhash 0.2.0", 1135 + "html5ever 0.36.1", 1136 + "precomputed-hash", 1137 + "selectors 0.35.0", 1138 + "tendril", 662 1139 ] 663 1140 664 1141 [[package]] ··· 668 1145 checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 669 1146 670 1147 [[package]] 1148 + name = "dpi" 1149 + version = "0.1.2" 1150 + source = "registry+https://github.com/rust-lang/crates.io-index" 1151 + checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 1152 + dependencies = [ 1153 + "serde", 1154 + ] 1155 + 1156 + [[package]] 1157 + name = "dtoa" 1158 + version = "1.0.11" 1159 + source = "registry+https://github.com/rust-lang/crates.io-index" 1160 + checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" 1161 + 1162 + [[package]] 1163 + name = "dtoa-short" 1164 + version = "0.3.5" 1165 + source = "registry+https://github.com/rust-lang/crates.io-index" 1166 + checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 1167 + dependencies = [ 1168 + "dtoa", 1169 + ] 1170 + 1171 + [[package]] 1172 + name = "dunce" 1173 + version = "1.0.5" 1174 + source = "registry+https://github.com/rust-lang/crates.io-index" 1175 + checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1176 + 1177 + [[package]] 1178 + name = "dyn-clone" 1179 + version = "1.0.20" 1180 + source = "registry+https://github.com/rust-lang/crates.io-index" 1181 + checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 1182 + 1183 + [[package]] 671 1184 name = "ecdsa" 672 1185 version = "0.16.9" 673 1186 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 711 1224 ] 712 1225 713 1226 [[package]] 1227 + name = "embed-resource" 1228 + version = "3.0.6" 1229 + source = "registry+https://github.com/rust-lang/crates.io-index" 1230 + checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e" 1231 + dependencies = [ 1232 + "cc", 1233 + "memchr", 1234 + "rustc_version", 1235 + "toml 0.9.12+spec-1.1.0", 1236 + "vswhom", 1237 + "winreg 0.55.0", 1238 + ] 1239 + 1240 + [[package]] 1241 + name = "embed_plist" 1242 + version = "1.2.2" 1243 + source = "registry+https://github.com/rust-lang/crates.io-index" 1244 + checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 1245 + 1246 + [[package]] 714 1247 name = "encoding_rs" 715 1248 version = "0.8.35" 716 1249 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 725 1258 source = "registry+https://github.com/rust-lang/crates.io-index" 726 1259 checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 727 1260 dependencies = [ 728 - "heck", 1261 + "heck 0.5.0", 729 1262 "proc-macro2", 730 1263 "quote", 731 - "syn", 1264 + "syn 2.0.117", 732 1265 ] 733 1266 734 1267 [[package]] ··· 738 1271 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 739 1272 740 1273 [[package]] 1274 + name = "erased-serde" 1275 + version = "0.4.10" 1276 + source = "registry+https://github.com/rust-lang/crates.io-index" 1277 + checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec" 1278 + dependencies = [ 1279 + "serde", 1280 + "serde_core", 1281 + "typeid", 1282 + ] 1283 + 1284 + [[package]] 741 1285 name = "errno" 742 1286 version = "0.3.14" 743 1287 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 776 1320 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 777 1321 778 1322 [[package]] 1323 + name = "fdeflate" 1324 + version = "0.3.7" 1325 + source = "registry+https://github.com/rust-lang/crates.io-index" 1326 + checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1327 + dependencies = [ 1328 + "simd-adler32", 1329 + ] 1330 + 1331 + [[package]] 779 1332 name = "ff" 780 1333 version = "0.13.1" 781 1334 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 786 1339 ] 787 1340 788 1341 [[package]] 1342 + name = "field-offset" 1343 + version = "0.3.6" 1344 + source = "registry+https://github.com/rust-lang/crates.io-index" 1345 + checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 1346 + dependencies = [ 1347 + "memoffset", 1348 + "rustc_version", 1349 + ] 1350 + 1351 + [[package]] 789 1352 name = "find-msvc-tools" 790 1353 version = "0.1.9" 791 1354 source = "registry+https://github.com/rust-lang/crates.io-index" 792 1355 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 793 1356 794 1357 [[package]] 1358 + name = "flate2" 1359 + version = "1.1.9" 1360 + source = "registry+https://github.com/rust-lang/crates.io-index" 1361 + checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1362 + dependencies = [ 1363 + "crc32fast", 1364 + "miniz_oxide", 1365 + ] 1366 + 1367 + [[package]] 795 1368 name = "flume" 796 1369 version = "0.11.1" 797 1370 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 815 1388 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 816 1389 817 1390 [[package]] 1391 + name = "foldhash" 1392 + version = "0.2.0" 1393 + source = "registry+https://github.com/rust-lang/crates.io-index" 1394 + checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1395 + 1396 + [[package]] 818 1397 name = "foreign-types" 819 1398 version = "0.3.2" 820 1399 source = "registry+https://github.com/rust-lang/crates.io-index" 821 1400 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 822 1401 dependencies = [ 823 - "foreign-types-shared", 1402 + "foreign-types-shared 0.1.1", 1403 + ] 1404 + 1405 + [[package]] 1406 + name = "foreign-types" 1407 + version = "0.5.0" 1408 + source = "registry+https://github.com/rust-lang/crates.io-index" 1409 + checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1410 + dependencies = [ 1411 + "foreign-types-macros", 1412 + "foreign-types-shared 0.3.1", 1413 + ] 1414 + 1415 + [[package]] 1416 + name = "foreign-types-macros" 1417 + version = "0.2.3" 1418 + source = "registry+https://github.com/rust-lang/crates.io-index" 1419 + checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1420 + dependencies = [ 1421 + "proc-macro2", 1422 + "quote", 1423 + "syn 2.0.117", 824 1424 ] 825 1425 826 1426 [[package]] ··· 828 1428 version = "0.1.1" 829 1429 source = "registry+https://github.com/rust-lang/crates.io-index" 830 1430 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1431 + 1432 + [[package]] 1433 + name = "foreign-types-shared" 1434 + version = "0.3.1" 1435 + source = "registry+https://github.com/rust-lang/crates.io-index" 1436 + checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 831 1437 832 1438 [[package]] 833 1439 name = "form_urlencoded" ··· 839 1445 ] 840 1446 841 1447 [[package]] 1448 + name = "futf" 1449 + version = "0.1.5" 1450 + source = "registry+https://github.com/rust-lang/crates.io-index" 1451 + checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1452 + dependencies = [ 1453 + "mac", 1454 + "new_debug_unreachable", 1455 + ] 1456 + 1457 + [[package]] 842 1458 name = "futures" 843 1459 version = "0.3.32" 844 1460 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 905 1521 dependencies = [ 906 1522 "proc-macro2", 907 1523 "quote", 908 - "syn", 1524 + "syn 2.0.117", 909 1525 ] 910 1526 911 1527 [[package]] ··· 938 1554 ] 939 1555 940 1556 [[package]] 1557 + name = "fxhash" 1558 + version = "0.2.1" 1559 + source = "registry+https://github.com/rust-lang/crates.io-index" 1560 + checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1561 + dependencies = [ 1562 + "byteorder", 1563 + ] 1564 + 1565 + [[package]] 1566 + name = "gdk" 1567 + version = "0.18.2" 1568 + source = "registry+https://github.com/rust-lang/crates.io-index" 1569 + checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691" 1570 + dependencies = [ 1571 + "cairo-rs", 1572 + "gdk-pixbuf", 1573 + "gdk-sys", 1574 + "gio", 1575 + "glib", 1576 + "libc", 1577 + "pango", 1578 + ] 1579 + 1580 + [[package]] 1581 + name = "gdk-pixbuf" 1582 + version = "0.18.5" 1583 + source = "registry+https://github.com/rust-lang/crates.io-index" 1584 + checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" 1585 + dependencies = [ 1586 + "gdk-pixbuf-sys", 1587 + "gio", 1588 + "glib", 1589 + "libc", 1590 + "once_cell", 1591 + ] 1592 + 1593 + [[package]] 1594 + name = "gdk-pixbuf-sys" 1595 + version = "0.18.0" 1596 + source = "registry+https://github.com/rust-lang/crates.io-index" 1597 + checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" 1598 + dependencies = [ 1599 + "gio-sys", 1600 + "glib-sys", 1601 + "gobject-sys", 1602 + "libc", 1603 + "system-deps", 1604 + ] 1605 + 1606 + [[package]] 1607 + name = "gdk-sys" 1608 + version = "0.18.2" 1609 + source = "registry+https://github.com/rust-lang/crates.io-index" 1610 + checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7" 1611 + dependencies = [ 1612 + "cairo-sys-rs", 1613 + "gdk-pixbuf-sys", 1614 + "gio-sys", 1615 + "glib-sys", 1616 + "gobject-sys", 1617 + "libc", 1618 + "pango-sys", 1619 + "pkg-config", 1620 + "system-deps", 1621 + ] 1622 + 1623 + [[package]] 1624 + name = "gdkwayland-sys" 1625 + version = "0.18.2" 1626 + source = "registry+https://github.com/rust-lang/crates.io-index" 1627 + checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69" 1628 + dependencies = [ 1629 + "gdk-sys", 1630 + "glib-sys", 1631 + "gobject-sys", 1632 + "libc", 1633 + "pkg-config", 1634 + "system-deps", 1635 + ] 1636 + 1637 + [[package]] 1638 + name = "gdkx11" 1639 + version = "0.18.2" 1640 + source = "registry+https://github.com/rust-lang/crates.io-index" 1641 + checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe" 1642 + dependencies = [ 1643 + "gdk", 1644 + "gdkx11-sys", 1645 + "gio", 1646 + "glib", 1647 + "libc", 1648 + "x11", 1649 + ] 1650 + 1651 + [[package]] 1652 + name = "gdkx11-sys" 1653 + version = "0.18.2" 1654 + source = "registry+https://github.com/rust-lang/crates.io-index" 1655 + checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d" 1656 + dependencies = [ 1657 + "gdk-sys", 1658 + "glib-sys", 1659 + "libc", 1660 + "system-deps", 1661 + "x11", 1662 + ] 1663 + 1664 + [[package]] 941 1665 name = "generic-array" 942 1666 version = "0.14.7" 943 1667 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 950 1674 951 1675 [[package]] 952 1676 name = "getrandom" 1677 + version = "0.1.16" 1678 + source = "registry+https://github.com/rust-lang/crates.io-index" 1679 + checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1680 + dependencies = [ 1681 + "cfg-if", 1682 + "libc", 1683 + "wasi 0.9.0+wasi-snapshot-preview1", 1684 + ] 1685 + 1686 + [[package]] 1687 + name = "getrandom" 953 1688 version = "0.2.17" 954 1689 source = "registry+https://github.com/rust-lang/crates.io-index" 955 1690 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 956 1691 dependencies = [ 957 1692 "cfg-if", 958 1693 "libc", 959 - "wasi", 1694 + "wasi 0.11.1+wasi-snapshot-preview1", 960 1695 ] 961 1696 962 1697 [[package]] ··· 995 1730 ] 996 1731 997 1732 [[package]] 1733 + name = "gio" 1734 + version = "0.18.4" 1735 + source = "registry+https://github.com/rust-lang/crates.io-index" 1736 + checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" 1737 + dependencies = [ 1738 + "futures-channel", 1739 + "futures-core", 1740 + "futures-io", 1741 + "futures-util", 1742 + "gio-sys", 1743 + "glib", 1744 + "libc", 1745 + "once_cell", 1746 + "pin-project-lite", 1747 + "smallvec", 1748 + "thiserror 1.0.69", 1749 + ] 1750 + 1751 + [[package]] 1752 + name = "gio-sys" 1753 + version = "0.18.1" 1754 + source = "registry+https://github.com/rust-lang/crates.io-index" 1755 + checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" 1756 + dependencies = [ 1757 + "glib-sys", 1758 + "gobject-sys", 1759 + "libc", 1760 + "system-deps", 1761 + "winapi", 1762 + ] 1763 + 1764 + [[package]] 1765 + name = "glib" 1766 + version = "0.18.5" 1767 + source = "registry+https://github.com/rust-lang/crates.io-index" 1768 + checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" 1769 + dependencies = [ 1770 + "bitflags 2.11.0", 1771 + "futures-channel", 1772 + "futures-core", 1773 + "futures-executor", 1774 + "futures-task", 1775 + "futures-util", 1776 + "gio-sys", 1777 + "glib-macros", 1778 + "glib-sys", 1779 + "gobject-sys", 1780 + "libc", 1781 + "memchr", 1782 + "once_cell", 1783 + "smallvec", 1784 + "thiserror 1.0.69", 1785 + ] 1786 + 1787 + [[package]] 1788 + name = "glib-macros" 1789 + version = "0.18.5" 1790 + source = "registry+https://github.com/rust-lang/crates.io-index" 1791 + checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" 1792 + dependencies = [ 1793 + "heck 0.4.1", 1794 + "proc-macro-crate 2.0.0", 1795 + "proc-macro-error", 1796 + "proc-macro2", 1797 + "quote", 1798 + "syn 2.0.117", 1799 + ] 1800 + 1801 + [[package]] 1802 + name = "glib-sys" 1803 + version = "0.18.1" 1804 + source = "registry+https://github.com/rust-lang/crates.io-index" 1805 + checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" 1806 + dependencies = [ 1807 + "libc", 1808 + "system-deps", 1809 + ] 1810 + 1811 + [[package]] 998 1812 name = "glob" 999 1813 version = "0.3.3" 1000 1814 source = "registry+https://github.com/rust-lang/crates.io-index" 1001 1815 checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1002 1816 1003 1817 [[package]] 1818 + name = "gobject-sys" 1819 + version = "0.18.0" 1820 + source = "registry+https://github.com/rust-lang/crates.io-index" 1821 + checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" 1822 + dependencies = [ 1823 + "glib-sys", 1824 + "libc", 1825 + "system-deps", 1826 + ] 1827 + 1828 + [[package]] 1004 1829 name = "group" 1005 1830 version = "0.13.0" 1006 1831 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1012 1837 ] 1013 1838 1014 1839 [[package]] 1840 + name = "gtk" 1841 + version = "0.18.2" 1842 + source = "registry+https://github.com/rust-lang/crates.io-index" 1843 + checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a" 1844 + dependencies = [ 1845 + "atk", 1846 + "cairo-rs", 1847 + "field-offset", 1848 + "futures-channel", 1849 + "gdk", 1850 + "gdk-pixbuf", 1851 + "gio", 1852 + "glib", 1853 + "gtk-sys", 1854 + "gtk3-macros", 1855 + "libc", 1856 + "pango", 1857 + "pkg-config", 1858 + ] 1859 + 1860 + [[package]] 1861 + name = "gtk-sys" 1862 + version = "0.18.2" 1863 + source = "registry+https://github.com/rust-lang/crates.io-index" 1864 + checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414" 1865 + dependencies = [ 1866 + "atk-sys", 1867 + "cairo-sys-rs", 1868 + "gdk-pixbuf-sys", 1869 + "gdk-sys", 1870 + "gio-sys", 1871 + "glib-sys", 1872 + "gobject-sys", 1873 + "libc", 1874 + "pango-sys", 1875 + "system-deps", 1876 + ] 1877 + 1878 + [[package]] 1879 + name = "gtk3-macros" 1880 + version = "0.18.2" 1881 + source = "registry+https://github.com/rust-lang/crates.io-index" 1882 + checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d" 1883 + dependencies = [ 1884 + "proc-macro-crate 1.3.1", 1885 + "proc-macro-error", 1886 + "proc-macro2", 1887 + "quote", 1888 + "syn 2.0.117", 1889 + ] 1890 + 1891 + [[package]] 1015 1892 name = "h2" 1016 1893 version = "0.4.13" 1017 1894 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1055 1932 dependencies = [ 1056 1933 "allocator-api2", 1057 1934 "equivalent", 1058 - "foldhash", 1935 + "foldhash 0.1.5", 1059 1936 ] 1060 1937 1061 1938 [[package]] ··· 1075 1952 1076 1953 [[package]] 1077 1954 name = "heck" 1955 + version = "0.4.1" 1956 + source = "registry+https://github.com/rust-lang/crates.io-index" 1957 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1958 + 1959 + [[package]] 1960 + name = "heck" 1078 1961 version = "0.5.0" 1079 1962 source = "registry+https://github.com/rust-lang/crates.io-index" 1080 1963 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" ··· 1109 1992 "once_cell", 1110 1993 "rand 0.9.2", 1111 1994 "ring", 1112 - "thiserror", 1995 + "thiserror 2.0.18", 1113 1996 "tinyvec", 1114 1997 "tokio", 1115 1998 "tracing", ··· 1132 2015 "rand 0.9.2", 1133 2016 "resolv-conf", 1134 2017 "smallvec", 1135 - "thiserror", 2018 + "thiserror 2.0.18", 1136 2019 "tokio", 1137 2020 "tracing", 1138 2021 ] ··· 1162 2045 checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 1163 2046 dependencies = [ 1164 2047 "windows-sys 0.61.2", 2048 + ] 2049 + 2050 + [[package]] 2051 + name = "html5ever" 2052 + version = "0.29.1" 2053 + source = "registry+https://github.com/rust-lang/crates.io-index" 2054 + checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c" 2055 + dependencies = [ 2056 + "log", 2057 + "mac", 2058 + "markup5ever 0.14.1", 2059 + "match_token", 2060 + ] 2061 + 2062 + [[package]] 2063 + name = "html5ever" 2064 + version = "0.36.1" 2065 + source = "registry+https://github.com/rust-lang/crates.io-index" 2066 + checksum = "6452c4751a24e1b99c3260d505eaeee76a050573e61f30ac2c924ddc7236f01e" 2067 + dependencies = [ 2068 + "log", 2069 + "markup5ever 0.36.1", 1165 2070 ] 1166 2071 1167 2072 [[package]] ··· 1303 2208 ] 1304 2209 1305 2210 [[package]] 2211 + name = "iana-time-zone" 2212 + version = "0.1.65" 2213 + source = "registry+https://github.com/rust-lang/crates.io-index" 2214 + checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 2215 + dependencies = [ 2216 + "android_system_properties", 2217 + "core-foundation-sys", 2218 + "iana-time-zone-haiku", 2219 + "js-sys", 2220 + "log", 2221 + "wasm-bindgen", 2222 + "windows-core 0.62.2", 2223 + ] 2224 + 2225 + [[package]] 2226 + name = "iana-time-zone-haiku" 2227 + version = "0.1.2" 2228 + source = "registry+https://github.com/rust-lang/crates.io-index" 2229 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2230 + dependencies = [ 2231 + "cc", 2232 + ] 2233 + 2234 + [[package]] 2235 + name = "ico" 2236 + version = "0.5.0" 2237 + source = "registry+https://github.com/rust-lang/crates.io-index" 2238 + checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371" 2239 + dependencies = [ 2240 + "byteorder", 2241 + "png", 2242 + ] 2243 + 2244 + [[package]] 1306 2245 name = "icu_collections" 1307 2246 version = "2.1.1" 1308 2247 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1390 2329 checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1391 2330 1392 2331 [[package]] 2332 + name = "ident_case" 2333 + version = "1.0.1" 2334 + source = "registry+https://github.com/rust-lang/crates.io-index" 2335 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2336 + 2337 + [[package]] 2338 + name = "identity-wallet" 2339 + version = "0.1.0" 2340 + dependencies = [ 2341 + "serde", 2342 + "serde_json", 2343 + "tauri", 2344 + "tauri-build", 2345 + ] 2346 + 2347 + [[package]] 1393 2348 name = "idna" 1394 2349 version = "1.1.0" 1395 2350 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1418 2373 dependencies = [ 1419 2374 "autocfg", 1420 2375 "hashbrown 0.12.3", 2376 + "serde", 1421 2377 ] 1422 2378 1423 2379 [[package]] ··· 1433 2389 ] 1434 2390 1435 2391 [[package]] 2392 + name = "infer" 2393 + version = "0.19.0" 2394 + source = "registry+https://github.com/rust-lang/crates.io-index" 2395 + checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" 2396 + dependencies = [ 2397 + "cfb", 2398 + ] 2399 + 2400 + [[package]] 1436 2401 name = "inout" 1437 2402 version = "0.1.4" 1438 2403 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1450 2415 "socket2 0.5.10", 1451 2416 "widestring", 1452 2417 "windows-sys 0.48.0", 1453 - "winreg", 2418 + "winreg 0.50.0", 1454 2419 ] 1455 2420 1456 2421 [[package]] ··· 1491 2456 checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 1492 2457 1493 2458 [[package]] 2459 + name = "javascriptcore-rs" 2460 + version = "1.1.2" 2461 + source = "registry+https://github.com/rust-lang/crates.io-index" 2462 + checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc" 2463 + dependencies = [ 2464 + "bitflags 1.3.2", 2465 + "glib", 2466 + "javascriptcore-rs-sys", 2467 + ] 2468 + 2469 + [[package]] 2470 + name = "javascriptcore-rs-sys" 2471 + version = "1.1.1" 2472 + source = "registry+https://github.com/rust-lang/crates.io-index" 2473 + checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124" 2474 + dependencies = [ 2475 + "glib-sys", 2476 + "gobject-sys", 2477 + "libc", 2478 + "system-deps", 2479 + ] 2480 + 2481 + [[package]] 2482 + name = "jni" 2483 + version = "0.21.1" 2484 + source = "registry+https://github.com/rust-lang/crates.io-index" 2485 + checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2486 + dependencies = [ 2487 + "cesu8", 2488 + "cfg-if", 2489 + "combine", 2490 + "jni-sys", 2491 + "log", 2492 + "thiserror 1.0.69", 2493 + "walkdir", 2494 + "windows-sys 0.45.0", 2495 + ] 2496 + 2497 + [[package]] 2498 + name = "jni-sys" 2499 + version = "0.3.0" 2500 + source = "registry+https://github.com/rust-lang/crates.io-index" 2501 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2502 + 2503 + [[package]] 1494 2504 name = "js-sys" 1495 2505 version = "0.3.91" 1496 2506 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1501 2511 ] 1502 2512 1503 2513 [[package]] 2514 + name = "json-patch" 2515 + version = "3.0.1" 2516 + source = "registry+https://github.com/rust-lang/crates.io-index" 2517 + checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08" 2518 + dependencies = [ 2519 + "jsonptr", 2520 + "serde", 2521 + "serde_json", 2522 + "thiserror 1.0.69", 2523 + ] 2524 + 2525 + [[package]] 2526 + name = "jsonptr" 2527 + version = "0.6.3" 2528 + source = "registry+https://github.com/rust-lang/crates.io-index" 2529 + checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70" 2530 + dependencies = [ 2531 + "serde", 2532 + "serde_json", 2533 + ] 2534 + 2535 + [[package]] 2536 + name = "keyboard-types" 2537 + version = "0.7.0" 2538 + source = "registry+https://github.com/rust-lang/crates.io-index" 2539 + checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" 2540 + dependencies = [ 2541 + "bitflags 2.11.0", 2542 + "serde", 2543 + "unicode-segmentation", 2544 + ] 2545 + 2546 + [[package]] 2547 + name = "kuchikiki" 2548 + version = "0.8.8-speedreader" 2549 + source = "registry+https://github.com/rust-lang/crates.io-index" 2550 + checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2" 2551 + dependencies = [ 2552 + "cssparser 0.29.6", 2553 + "html5ever 0.29.1", 2554 + "indexmap 2.13.0", 2555 + "selectors 0.24.0", 2556 + ] 2557 + 2558 + [[package]] 1504 2559 name = "lazy_static" 1505 2560 version = "1.5.0" 1506 2561 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1516 2571 checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 1517 2572 1518 2573 [[package]] 2574 + name = "libappindicator" 2575 + version = "0.9.0" 2576 + source = "registry+https://github.com/rust-lang/crates.io-index" 2577 + checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" 2578 + dependencies = [ 2579 + "glib", 2580 + "gtk", 2581 + "gtk-sys", 2582 + "libappindicator-sys", 2583 + "log", 2584 + ] 2585 + 2586 + [[package]] 2587 + name = "libappindicator-sys" 2588 + version = "0.9.0" 2589 + source = "registry+https://github.com/rust-lang/crates.io-index" 2590 + checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" 2591 + dependencies = [ 2592 + "gtk-sys", 2593 + "libloading", 2594 + "once_cell", 2595 + ] 2596 + 2597 + [[package]] 1519 2598 name = "libc" 1520 2599 version = "0.2.183" 1521 2600 source = "registry+https://github.com/rust-lang/crates.io-index" 1522 2601 checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" 2602 + 2603 + [[package]] 2604 + name = "libloading" 2605 + version = "0.7.4" 2606 + source = "registry+https://github.com/rust-lang/crates.io-index" 2607 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2608 + dependencies = [ 2609 + "cfg-if", 2610 + "winapi", 2611 + ] 1523 2612 1524 2613 [[package]] 1525 2614 name = "libm" ··· 1533 2622 source = "registry+https://github.com/rust-lang/crates.io-index" 1534 2623 checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" 1535 2624 dependencies = [ 1536 - "bitflags", 2625 + "bitflags 2.11.0", 1537 2626 "libc", 1538 2627 "plain", 1539 2628 "redox_syscall 0.7.3", ··· 1578 2667 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1579 2668 1580 2669 [[package]] 2670 + name = "mac" 2671 + version = "0.1.1" 2672 + source = "registry+https://github.com/rust-lang/crates.io-index" 2673 + checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 2674 + 2675 + [[package]] 2676 + name = "markup5ever" 2677 + version = "0.14.1" 2678 + source = "registry+https://github.com/rust-lang/crates.io-index" 2679 + checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18" 2680 + dependencies = [ 2681 + "log", 2682 + "phf 0.11.3", 2683 + "phf_codegen 0.11.3", 2684 + "string_cache 0.8.9", 2685 + "string_cache_codegen 0.5.4", 2686 + "tendril", 2687 + ] 2688 + 2689 + [[package]] 2690 + name = "markup5ever" 2691 + version = "0.36.1" 2692 + source = "registry+https://github.com/rust-lang/crates.io-index" 2693 + checksum = "6c3294c4d74d0742910f8c7b466f44dda9eb2d5742c1e430138df290a1e8451c" 2694 + dependencies = [ 2695 + "log", 2696 + "tendril", 2697 + "web_atoms", 2698 + ] 2699 + 2700 + [[package]] 1581 2701 name = "match-lookup" 1582 2702 version = "0.1.2" 1583 2703 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1585 2705 dependencies = [ 1586 2706 "proc-macro2", 1587 2707 "quote", 1588 - "syn", 2708 + "syn 2.0.117", 2709 + ] 2710 + 2711 + [[package]] 2712 + name = "match_token" 2713 + version = "0.1.0" 2714 + source = "registry+https://github.com/rust-lang/crates.io-index" 2715 + checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" 2716 + dependencies = [ 2717 + "proc-macro2", 2718 + "quote", 2719 + "syn 2.0.117", 1589 2720 ] 1590 2721 1591 2722 [[package]] ··· 1596 2727 dependencies = [ 1597 2728 "regex-automata", 1598 2729 ] 2730 + 2731 + [[package]] 2732 + name = "matches" 2733 + version = "0.1.10" 2734 + source = "registry+https://github.com/rust-lang/crates.io-index" 2735 + checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 1599 2736 1600 2737 [[package]] 1601 2738 name = "matchit" ··· 1620 2757 checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 1621 2758 1622 2759 [[package]] 2760 + name = "memoffset" 2761 + version = "0.9.1" 2762 + source = "registry+https://github.com/rust-lang/crates.io-index" 2763 + checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2764 + dependencies = [ 2765 + "autocfg", 2766 + ] 2767 + 2768 + [[package]] 1623 2769 name = "mime" 1624 2770 version = "0.3.17" 1625 2771 source = "registry+https://github.com/rust-lang/crates.io-index" 1626 2772 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1627 2773 1628 2774 [[package]] 2775 + name = "miniz_oxide" 2776 + version = "0.8.9" 2777 + source = "registry+https://github.com/rust-lang/crates.io-index" 2778 + checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2779 + dependencies = [ 2780 + "adler2", 2781 + "simd-adler32", 2782 + ] 2783 + 2784 + [[package]] 1629 2785 name = "mio" 1630 2786 version = "1.1.1" 1631 2787 source = "registry+https://github.com/rust-lang/crates.io-index" 1632 2788 checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 1633 2789 dependencies = [ 1634 2790 "libc", 1635 - "wasi", 2791 + "wasi 0.11.1+wasi-snapshot-preview1", 1636 2792 "windows-sys 0.61.2", 1637 2793 ] 1638 2794 ··· 1654 2810 ] 1655 2811 1656 2812 [[package]] 2813 + name = "muda" 2814 + version = "0.17.1" 2815 + source = "registry+https://github.com/rust-lang/crates.io-index" 2816 + checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a" 2817 + dependencies = [ 2818 + "crossbeam-channel", 2819 + "dpi", 2820 + "gtk", 2821 + "keyboard-types", 2822 + "objc2", 2823 + "objc2-app-kit", 2824 + "objc2-core-foundation", 2825 + "objc2-foundation", 2826 + "once_cell", 2827 + "png", 2828 + "serde", 2829 + "thiserror 2.0.18", 2830 + "windows-sys 0.60.2", 2831 + ] 2832 + 2833 + [[package]] 1657 2834 name = "multibase" 1658 2835 version = "0.9.2" 1659 2836 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1683 2860 ] 1684 2861 1685 2862 [[package]] 2863 + name = "ndk" 2864 + version = "0.9.0" 2865 + source = "registry+https://github.com/rust-lang/crates.io-index" 2866 + checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 2867 + dependencies = [ 2868 + "bitflags 2.11.0", 2869 + "jni-sys", 2870 + "log", 2871 + "ndk-sys", 2872 + "num_enum", 2873 + "raw-window-handle", 2874 + "thiserror 1.0.69", 2875 + ] 2876 + 2877 + [[package]] 2878 + name = "ndk-context" 2879 + version = "0.1.1" 2880 + source = "registry+https://github.com/rust-lang/crates.io-index" 2881 + checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2882 + 2883 + [[package]] 2884 + name = "ndk-sys" 2885 + version = "0.6.0+11769913" 2886 + source = "registry+https://github.com/rust-lang/crates.io-index" 2887 + checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 2888 + dependencies = [ 2889 + "jni-sys", 2890 + ] 2891 + 2892 + [[package]] 2893 + name = "new_debug_unreachable" 2894 + version = "1.0.6" 2895 + source = "registry+https://github.com/rust-lang/crates.io-index" 2896 + checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 2897 + 2898 + [[package]] 2899 + name = "nodrop" 2900 + version = "0.1.14" 2901 + source = "registry+https://github.com/rust-lang/crates.io-index" 2902 + checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 2903 + 2904 + [[package]] 1686 2905 name = "nu-ansi-term" 1687 2906 version = "0.50.3" 1688 2907 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1706 2925 "smallvec", 1707 2926 "zeroize", 1708 2927 ] 2928 + 2929 + [[package]] 2930 + name = "num-conv" 2931 + version = "0.2.0" 2932 + source = "registry+https://github.com/rust-lang/crates.io-index" 2933 + checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 1709 2934 1710 2935 [[package]] 1711 2936 name = "num-integer" ··· 1748 2973 ] 1749 2974 1750 2975 [[package]] 2976 + name = "num_enum" 2977 + version = "0.7.5" 2978 + source = "registry+https://github.com/rust-lang/crates.io-index" 2979 + checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" 2980 + dependencies = [ 2981 + "num_enum_derive", 2982 + "rustversion", 2983 + ] 2984 + 2985 + [[package]] 2986 + name = "num_enum_derive" 2987 + version = "0.7.5" 2988 + source = "registry+https://github.com/rust-lang/crates.io-index" 2989 + checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" 2990 + dependencies = [ 2991 + "proc-macro-crate 3.5.0", 2992 + "proc-macro2", 2993 + "quote", 2994 + "syn 2.0.117", 2995 + ] 2996 + 2997 + [[package]] 2998 + name = "objc2" 2999 + version = "0.6.4" 3000 + source = "registry+https://github.com/rust-lang/crates.io-index" 3001 + checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" 3002 + dependencies = [ 3003 + "objc2-encode", 3004 + "objc2-exception-helper", 3005 + ] 3006 + 3007 + [[package]] 3008 + name = "objc2-app-kit" 3009 + version = "0.3.2" 3010 + source = "registry+https://github.com/rust-lang/crates.io-index" 3011 + checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" 3012 + dependencies = [ 3013 + "bitflags 2.11.0", 3014 + "block2", 3015 + "objc2", 3016 + "objc2-core-foundation", 3017 + "objc2-foundation", 3018 + ] 3019 + 3020 + [[package]] 3021 + name = "objc2-core-foundation" 3022 + version = "0.3.2" 3023 + source = "registry+https://github.com/rust-lang/crates.io-index" 3024 + checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 3025 + dependencies = [ 3026 + "bitflags 2.11.0", 3027 + "dispatch2", 3028 + "objc2", 3029 + ] 3030 + 3031 + [[package]] 3032 + name = "objc2-core-graphics" 3033 + version = "0.3.2" 3034 + source = "registry+https://github.com/rust-lang/crates.io-index" 3035 + checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" 3036 + dependencies = [ 3037 + "bitflags 2.11.0", 3038 + "dispatch2", 3039 + "objc2", 3040 + "objc2-core-foundation", 3041 + "objc2-io-surface", 3042 + ] 3043 + 3044 + [[package]] 3045 + name = "objc2-encode" 3046 + version = "4.1.0" 3047 + source = "registry+https://github.com/rust-lang/crates.io-index" 3048 + checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 3049 + 3050 + [[package]] 3051 + name = "objc2-exception-helper" 3052 + version = "0.1.1" 3053 + source = "registry+https://github.com/rust-lang/crates.io-index" 3054 + checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a" 3055 + dependencies = [ 3056 + "cc", 3057 + ] 3058 + 3059 + [[package]] 3060 + name = "objc2-foundation" 3061 + version = "0.3.2" 3062 + source = "registry+https://github.com/rust-lang/crates.io-index" 3063 + checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 3064 + dependencies = [ 3065 + "bitflags 2.11.0", 3066 + "block2", 3067 + "objc2", 3068 + "objc2-core-foundation", 3069 + ] 3070 + 3071 + [[package]] 3072 + name = "objc2-io-surface" 3073 + version = "0.3.2" 3074 + source = "registry+https://github.com/rust-lang/crates.io-index" 3075 + checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" 3076 + dependencies = [ 3077 + "bitflags 2.11.0", 3078 + "objc2", 3079 + "objc2-core-foundation", 3080 + ] 3081 + 3082 + [[package]] 3083 + name = "objc2-quartz-core" 3084 + version = "0.3.2" 3085 + source = "registry+https://github.com/rust-lang/crates.io-index" 3086 + checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" 3087 + dependencies = [ 3088 + "bitflags 2.11.0", 3089 + "objc2", 3090 + "objc2-core-foundation", 3091 + "objc2-foundation", 3092 + ] 3093 + 3094 + [[package]] 3095 + name = "objc2-ui-kit" 3096 + version = "0.3.2" 3097 + source = "registry+https://github.com/rust-lang/crates.io-index" 3098 + checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" 3099 + dependencies = [ 3100 + "bitflags 2.11.0", 3101 + "objc2", 3102 + "objc2-core-foundation", 3103 + "objc2-foundation", 3104 + ] 3105 + 3106 + [[package]] 3107 + name = "objc2-web-kit" 3108 + version = "0.3.2" 3109 + source = "registry+https://github.com/rust-lang/crates.io-index" 3110 + checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f" 3111 + dependencies = [ 3112 + "bitflags 2.11.0", 3113 + "block2", 3114 + "objc2", 3115 + "objc2-app-kit", 3116 + "objc2-core-foundation", 3117 + "objc2-foundation", 3118 + ] 3119 + 3120 + [[package]] 1751 3121 name = "once_cell" 1752 3122 version = "1.21.3" 1753 3123 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1775 3145 source = "registry+https://github.com/rust-lang/crates.io-index" 1776 3146 checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf" 1777 3147 dependencies = [ 1778 - "bitflags", 3148 + "bitflags 2.11.0", 1779 3149 "cfg-if", 1780 - "foreign-types", 3150 + "foreign-types 0.3.2", 1781 3151 "libc", 1782 3152 "once_cell", 1783 3153 "openssl-macros", ··· 1792 3162 dependencies = [ 1793 3163 "proc-macro2", 1794 3164 "quote", 1795 - "syn", 3165 + "syn 2.0.117", 1796 3166 ] 1797 3167 1798 3168 [[package]] ··· 1823 3193 "futures-sink", 1824 3194 "js-sys", 1825 3195 "pin-project-lite", 1826 - "thiserror", 3196 + "thiserror 2.0.18", 1827 3197 "tracing", 1828 3198 ] 1829 3199 ··· 1837 3207 "bytes", 1838 3208 "http", 1839 3209 "opentelemetry", 1840 - "reqwest", 3210 + "reqwest 0.12.28", 1841 3211 "tracing", 1842 3212 ] 1843 3213 ··· 1855 3225 "opentelemetry-proto", 1856 3226 "opentelemetry_sdk", 1857 3227 "prost", 1858 - "reqwest", 1859 - "thiserror", 3228 + "reqwest 0.12.28", 3229 + "thiserror 2.0.18", 1860 3230 "tokio", 1861 3231 "tonic", 1862 3232 "tracing", ··· 1889 3259 "percent-encoding", 1890 3260 "rand 0.8.5", 1891 3261 "serde_json", 1892 - "thiserror", 3262 + "thiserror 2.0.18", 1893 3263 "tokio", 1894 3264 "tokio-stream", 1895 3265 "tracing", 1896 3266 ] 1897 3267 1898 3268 [[package]] 3269 + name = "option-ext" 3270 + version = "0.2.0" 3271 + source = "registry+https://github.com/rust-lang/crates.io-index" 3272 + checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3273 + 3274 + [[package]] 1899 3275 name = "p256" 1900 3276 version = "0.13.2" 1901 3277 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1908 3284 ] 1909 3285 1910 3286 [[package]] 3287 + name = "pango" 3288 + version = "0.18.3" 3289 + source = "registry+https://github.com/rust-lang/crates.io-index" 3290 + checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" 3291 + dependencies = [ 3292 + "gio", 3293 + "glib", 3294 + "libc", 3295 + "once_cell", 3296 + "pango-sys", 3297 + ] 3298 + 3299 + [[package]] 3300 + name = "pango-sys" 3301 + version = "0.18.0" 3302 + source = "registry+https://github.com/rust-lang/crates.io-index" 3303 + checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" 3304 + dependencies = [ 3305 + "glib-sys", 3306 + "gobject-sys", 3307 + "libc", 3308 + "system-deps", 3309 + ] 3310 + 3311 + [[package]] 1911 3312 name = "parking" 1912 3313 version = "2.2.1" 1913 3314 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1933 3334 "libc", 1934 3335 "redox_syscall 0.5.18", 1935 3336 "smallvec", 1936 - "windows-link", 3337 + "windows-link 0.2.1", 1937 3338 ] 1938 3339 1939 3340 [[package]] ··· 1952 3353 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1953 3354 1954 3355 [[package]] 3356 + name = "phf" 3357 + version = "0.8.0" 3358 + source = "registry+https://github.com/rust-lang/crates.io-index" 3359 + checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 3360 + dependencies = [ 3361 + "phf_shared 0.8.0", 3362 + ] 3363 + 3364 + [[package]] 3365 + name = "phf" 3366 + version = "0.10.1" 3367 + source = "registry+https://github.com/rust-lang/crates.io-index" 3368 + checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 3369 + dependencies = [ 3370 + "phf_macros 0.10.0", 3371 + "phf_shared 0.10.0", 3372 + "proc-macro-hack", 3373 + ] 3374 + 3375 + [[package]] 3376 + name = "phf" 3377 + version = "0.11.3" 3378 + source = "registry+https://github.com/rust-lang/crates.io-index" 3379 + checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 3380 + dependencies = [ 3381 + "phf_macros 0.11.3", 3382 + "phf_shared 0.11.3", 3383 + ] 3384 + 3385 + [[package]] 3386 + name = "phf" 3387 + version = "0.13.1" 3388 + source = "registry+https://github.com/rust-lang/crates.io-index" 3389 + checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" 3390 + dependencies = [ 3391 + "phf_macros 0.13.1", 3392 + "phf_shared 0.13.1", 3393 + "serde", 3394 + ] 3395 + 3396 + [[package]] 3397 + name = "phf_codegen" 3398 + version = "0.8.0" 3399 + source = "registry+https://github.com/rust-lang/crates.io-index" 3400 + checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 3401 + dependencies = [ 3402 + "phf_generator 0.8.0", 3403 + "phf_shared 0.8.0", 3404 + ] 3405 + 3406 + [[package]] 3407 + name = "phf_codegen" 3408 + version = "0.11.3" 3409 + source = "registry+https://github.com/rust-lang/crates.io-index" 3410 + checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 3411 + dependencies = [ 3412 + "phf_generator 0.11.3", 3413 + "phf_shared 0.11.3", 3414 + ] 3415 + 3416 + [[package]] 3417 + name = "phf_codegen" 3418 + version = "0.13.1" 3419 + source = "registry+https://github.com/rust-lang/crates.io-index" 3420 + checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" 3421 + dependencies = [ 3422 + "phf_generator 0.13.1", 3423 + "phf_shared 0.13.1", 3424 + ] 3425 + 3426 + [[package]] 3427 + name = "phf_generator" 3428 + version = "0.8.0" 3429 + source = "registry+https://github.com/rust-lang/crates.io-index" 3430 + checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 3431 + dependencies = [ 3432 + "phf_shared 0.8.0", 3433 + "rand 0.7.3", 3434 + ] 3435 + 3436 + [[package]] 3437 + name = "phf_generator" 3438 + version = "0.10.0" 3439 + source = "registry+https://github.com/rust-lang/crates.io-index" 3440 + checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 3441 + dependencies = [ 3442 + "phf_shared 0.10.0", 3443 + "rand 0.8.5", 3444 + ] 3445 + 3446 + [[package]] 3447 + name = "phf_generator" 3448 + version = "0.11.3" 3449 + source = "registry+https://github.com/rust-lang/crates.io-index" 3450 + checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 3451 + dependencies = [ 3452 + "phf_shared 0.11.3", 3453 + "rand 0.8.5", 3454 + ] 3455 + 3456 + [[package]] 3457 + name = "phf_generator" 3458 + version = "0.13.1" 3459 + source = "registry+https://github.com/rust-lang/crates.io-index" 3460 + checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" 3461 + dependencies = [ 3462 + "fastrand", 3463 + "phf_shared 0.13.1", 3464 + ] 3465 + 3466 + [[package]] 3467 + name = "phf_macros" 3468 + version = "0.10.0" 3469 + source = "registry+https://github.com/rust-lang/crates.io-index" 3470 + checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 3471 + dependencies = [ 3472 + "phf_generator 0.10.0", 3473 + "phf_shared 0.10.0", 3474 + "proc-macro-hack", 3475 + "proc-macro2", 3476 + "quote", 3477 + "syn 1.0.109", 3478 + ] 3479 + 3480 + [[package]] 3481 + name = "phf_macros" 3482 + version = "0.11.3" 3483 + source = "registry+https://github.com/rust-lang/crates.io-index" 3484 + checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 3485 + dependencies = [ 3486 + "phf_generator 0.11.3", 3487 + "phf_shared 0.11.3", 3488 + "proc-macro2", 3489 + "quote", 3490 + "syn 2.0.117", 3491 + ] 3492 + 3493 + [[package]] 3494 + name = "phf_macros" 3495 + version = "0.13.1" 3496 + source = "registry+https://github.com/rust-lang/crates.io-index" 3497 + checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" 3498 + dependencies = [ 3499 + "phf_generator 0.13.1", 3500 + "phf_shared 0.13.1", 3501 + "proc-macro2", 3502 + "quote", 3503 + "syn 2.0.117", 3504 + ] 3505 + 3506 + [[package]] 3507 + name = "phf_shared" 3508 + version = "0.8.0" 3509 + source = "registry+https://github.com/rust-lang/crates.io-index" 3510 + checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 3511 + dependencies = [ 3512 + "siphasher 0.3.11", 3513 + ] 3514 + 3515 + [[package]] 3516 + name = "phf_shared" 3517 + version = "0.10.0" 3518 + source = "registry+https://github.com/rust-lang/crates.io-index" 3519 + checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 3520 + dependencies = [ 3521 + "siphasher 0.3.11", 3522 + ] 3523 + 3524 + [[package]] 3525 + name = "phf_shared" 3526 + version = "0.11.3" 3527 + source = "registry+https://github.com/rust-lang/crates.io-index" 3528 + checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 3529 + dependencies = [ 3530 + "siphasher 1.0.2", 3531 + ] 3532 + 3533 + [[package]] 3534 + name = "phf_shared" 3535 + version = "0.13.1" 3536 + source = "registry+https://github.com/rust-lang/crates.io-index" 3537 + checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" 3538 + dependencies = [ 3539 + "siphasher 1.0.2", 3540 + ] 3541 + 3542 + [[package]] 1955 3543 name = "pin-project" 1956 3544 version = "1.1.11" 1957 3545 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1968 3556 dependencies = [ 1969 3557 "proc-macro2", 1970 3558 "quote", 1971 - "syn", 3559 + "syn 2.0.117", 1972 3560 ] 1973 3561 1974 3562 [[package]] ··· 2017 3605 checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 2018 3606 2019 3607 [[package]] 3608 + name = "plist" 3609 + version = "1.8.0" 3610 + source = "registry+https://github.com/rust-lang/crates.io-index" 3611 + checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" 3612 + dependencies = [ 3613 + "base64 0.22.1", 3614 + "indexmap 2.13.0", 3615 + "quick-xml", 3616 + "serde", 3617 + "time", 3618 + ] 3619 + 3620 + [[package]] 3621 + name = "png" 3622 + version = "0.17.16" 3623 + source = "registry+https://github.com/rust-lang/crates.io-index" 3624 + checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 3625 + dependencies = [ 3626 + "bitflags 1.3.2", 3627 + "crc32fast", 3628 + "fdeflate", 3629 + "flate2", 3630 + "miniz_oxide", 3631 + ] 3632 + 3633 + [[package]] 2020 3634 name = "polyval" 2021 3635 version = "0.6.2" 2022 3636 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2044 3658 ] 2045 3659 2046 3660 [[package]] 3661 + name = "powerfmt" 3662 + version = "0.2.0" 3663 + source = "registry+https://github.com/rust-lang/crates.io-index" 3664 + checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3665 + 3666 + [[package]] 2047 3667 name = "ppv-lite86" 2048 3668 version = "0.2.21" 2049 3669 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2053 3673 ] 2054 3674 2055 3675 [[package]] 3676 + name = "precomputed-hash" 3677 + version = "0.1.1" 3678 + source = "registry+https://github.com/rust-lang/crates.io-index" 3679 + checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3680 + 3681 + [[package]] 2056 3682 name = "prettyplease" 2057 3683 version = "0.2.37" 2058 3684 source = "registry+https://github.com/rust-lang/crates.io-index" 2059 3685 checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2060 3686 dependencies = [ 2061 3687 "proc-macro2", 2062 - "syn", 3688 + "syn 2.0.117", 2063 3689 ] 2064 3690 2065 3691 [[package]] ··· 2072 3698 ] 2073 3699 2074 3700 [[package]] 3701 + name = "proc-macro-crate" 3702 + version = "1.3.1" 3703 + source = "registry+https://github.com/rust-lang/crates.io-index" 3704 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3705 + dependencies = [ 3706 + "once_cell", 3707 + "toml_edit 0.19.15", 3708 + ] 3709 + 3710 + [[package]] 3711 + name = "proc-macro-crate" 3712 + version = "2.0.0" 3713 + source = "registry+https://github.com/rust-lang/crates.io-index" 3714 + checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" 3715 + dependencies = [ 3716 + "toml_edit 0.20.7", 3717 + ] 3718 + 3719 + [[package]] 3720 + name = "proc-macro-crate" 3721 + version = "3.5.0" 3722 + source = "registry+https://github.com/rust-lang/crates.io-index" 3723 + checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" 3724 + dependencies = [ 3725 + "toml_edit 0.25.4+spec-1.1.0", 3726 + ] 3727 + 3728 + [[package]] 3729 + name = "proc-macro-error" 3730 + version = "1.0.4" 3731 + source = "registry+https://github.com/rust-lang/crates.io-index" 3732 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3733 + dependencies = [ 3734 + "proc-macro-error-attr", 3735 + "proc-macro2", 3736 + "quote", 3737 + "syn 1.0.109", 3738 + "version_check", 3739 + ] 3740 + 3741 + [[package]] 3742 + name = "proc-macro-error-attr" 3743 + version = "1.0.4" 3744 + source = "registry+https://github.com/rust-lang/crates.io-index" 3745 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3746 + dependencies = [ 3747 + "proc-macro2", 3748 + "quote", 3749 + "version_check", 3750 + ] 3751 + 3752 + [[package]] 3753 + name = "proc-macro-hack" 3754 + version = "0.5.20+deprecated" 3755 + source = "registry+https://github.com/rust-lang/crates.io-index" 3756 + checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 3757 + 3758 + [[package]] 2075 3759 name = "proc-macro2" 2076 3760 version = "1.0.106" 2077 3761 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2100 3784 "itertools", 2101 3785 "proc-macro2", 2102 3786 "quote", 2103 - "syn", 3787 + "syn 2.0.117", 3788 + ] 3789 + 3790 + [[package]] 3791 + name = "quick-xml" 3792 + version = "0.38.4" 3793 + source = "registry+https://github.com/rust-lang/crates.io-index" 3794 + checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 3795 + dependencies = [ 3796 + "memchr", 2104 3797 ] 2105 3798 2106 3799 [[package]] ··· 2126 3819 2127 3820 [[package]] 2128 3821 name = "rand" 3822 + version = "0.7.3" 3823 + source = "registry+https://github.com/rust-lang/crates.io-index" 3824 + checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 3825 + dependencies = [ 3826 + "getrandom 0.1.16", 3827 + "libc", 3828 + "rand_chacha 0.2.2", 3829 + "rand_core 0.5.1", 3830 + "rand_hc", 3831 + "rand_pcg", 3832 + ] 3833 + 3834 + [[package]] 3835 + name = "rand" 2129 3836 version = "0.8.5" 2130 3837 source = "registry+https://github.com/rust-lang/crates.io-index" 2131 3838 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" ··· 2147 3854 2148 3855 [[package]] 2149 3856 name = "rand_chacha" 3857 + version = "0.2.2" 3858 + source = "registry+https://github.com/rust-lang/crates.io-index" 3859 + checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 3860 + dependencies = [ 3861 + "ppv-lite86", 3862 + "rand_core 0.5.1", 3863 + ] 3864 + 3865 + [[package]] 3866 + name = "rand_chacha" 2150 3867 version = "0.3.1" 2151 3868 source = "registry+https://github.com/rust-lang/crates.io-index" 2152 3869 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" ··· 2167 3884 2168 3885 [[package]] 2169 3886 name = "rand_core" 3887 + version = "0.5.1" 3888 + source = "registry+https://github.com/rust-lang/crates.io-index" 3889 + checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 3890 + dependencies = [ 3891 + "getrandom 0.1.16", 3892 + ] 3893 + 3894 + [[package]] 3895 + name = "rand_core" 2170 3896 version = "0.6.4" 2171 3897 source = "registry+https://github.com/rust-lang/crates.io-index" 2172 3898 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" ··· 2184 3910 ] 2185 3911 2186 3912 [[package]] 3913 + name = "rand_hc" 3914 + version = "0.2.0" 3915 + source = "registry+https://github.com/rust-lang/crates.io-index" 3916 + checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 3917 + dependencies = [ 3918 + "rand_core 0.5.1", 3919 + ] 3920 + 3921 + [[package]] 3922 + name = "rand_pcg" 3923 + version = "0.2.1" 3924 + source = "registry+https://github.com/rust-lang/crates.io-index" 3925 + checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 3926 + dependencies = [ 3927 + "rand_core 0.5.1", 3928 + ] 3929 + 3930 + [[package]] 3931 + name = "raw-window-handle" 3932 + version = "0.6.2" 3933 + source = "registry+https://github.com/rust-lang/crates.io-index" 3934 + checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 3935 + 3936 + [[package]] 2187 3937 name = "redox_syscall" 2188 3938 version = "0.5.18" 2189 3939 source = "registry+https://github.com/rust-lang/crates.io-index" 2190 3940 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2191 3941 dependencies = [ 2192 - "bitflags", 3942 + "bitflags 2.11.0", 2193 3943 ] 2194 3944 2195 3945 [[package]] ··· 2198 3948 source = "registry+https://github.com/rust-lang/crates.io-index" 2199 3949 checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" 2200 3950 dependencies = [ 2201 - "bitflags", 3951 + "bitflags 2.11.0", 3952 + ] 3953 + 3954 + [[package]] 3955 + name = "redox_users" 3956 + version = "0.5.2" 3957 + source = "registry+https://github.com/rust-lang/crates.io-index" 3958 + checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 3959 + dependencies = [ 3960 + "getrandom 0.2.17", 3961 + "libredox", 3962 + "thiserror 2.0.18", 3963 + ] 3964 + 3965 + [[package]] 3966 + name = "ref-cast" 3967 + version = "1.0.25" 3968 + source = "registry+https://github.com/rust-lang/crates.io-index" 3969 + checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 3970 + dependencies = [ 3971 + "ref-cast-impl", 3972 + ] 3973 + 3974 + [[package]] 3975 + name = "ref-cast-impl" 3976 + version = "1.0.25" 3977 + source = "registry+https://github.com/rust-lang/crates.io-index" 3978 + checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 3979 + dependencies = [ 3980 + "proc-macro2", 3981 + "quote", 3982 + "syn 2.0.117", 2202 3983 ] 2203 3984 2204 3985 [[package]] ··· 2245 4026 "opentelemetry-otlp", 2246 4027 "opentelemetry_sdk", 2247 4028 "rand_core 0.6.4", 2248 - "reqwest", 4029 + "reqwest 0.12.28", 2249 4030 "serde", 2250 4031 "serde_json", 2251 4032 "sha2", 2252 4033 "sqlx", 2253 4034 "subtle", 2254 4035 "tempfile", 2255 - "thiserror", 4036 + "thiserror 2.0.18", 2256 4037 "tokio", 2257 4038 "tower 0.5.3", 2258 4039 "tower-http 0.5.2", ··· 2311 4092 ] 2312 4093 2313 4094 [[package]] 4095 + name = "reqwest" 4096 + version = "0.13.2" 4097 + source = "registry+https://github.com/rust-lang/crates.io-index" 4098 + checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" 4099 + dependencies = [ 4100 + "base64 0.22.1", 4101 + "bytes", 4102 + "futures-core", 4103 + "futures-util", 4104 + "http", 4105 + "http-body", 4106 + "http-body-util", 4107 + "hyper", 4108 + "hyper-util", 4109 + "js-sys", 4110 + "log", 4111 + "percent-encoding", 4112 + "pin-project-lite", 4113 + "serde", 4114 + "serde_json", 4115 + "sync_wrapper", 4116 + "tokio", 4117 + "tokio-util", 4118 + "tower 0.5.3", 4119 + "tower-http 0.6.8", 4120 + "tower-service", 4121 + "url", 4122 + "wasm-bindgen", 4123 + "wasm-bindgen-futures", 4124 + "wasm-streams", 4125 + "web-sys", 4126 + ] 4127 + 4128 + [[package]] 2314 4129 name = "resolv-conf" 2315 4130 version = "0.7.6" 2316 4131 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2361 4176 ] 2362 4177 2363 4178 [[package]] 4179 + name = "rustc-hash" 4180 + version = "2.1.1" 4181 + source = "registry+https://github.com/rust-lang/crates.io-index" 4182 + checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4183 + 4184 + [[package]] 4185 + name = "rustc_version" 4186 + version = "0.4.1" 4187 + source = "registry+https://github.com/rust-lang/crates.io-index" 4188 + checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4189 + dependencies = [ 4190 + "semver", 4191 + ] 4192 + 4193 + [[package]] 2364 4194 name = "rustix" 2365 4195 version = "1.1.4" 2366 4196 source = "registry+https://github.com/rust-lang/crates.io-index" 2367 4197 checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 2368 4198 dependencies = [ 2369 - "bitflags", 4199 + "bitflags 2.11.0", 2370 4200 "errno", 2371 4201 "libc", 2372 4202 "linux-raw-sys", ··· 2419 4249 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 2420 4250 2421 4251 [[package]] 4252 + name = "same-file" 4253 + version = "1.0.6" 4254 + source = "registry+https://github.com/rust-lang/crates.io-index" 4255 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4256 + dependencies = [ 4257 + "winapi-util", 4258 + ] 4259 + 4260 + [[package]] 2422 4261 name = "schannel" 2423 4262 version = "0.1.29" 2424 4263 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2428 4267 ] 2429 4268 2430 4269 [[package]] 4270 + name = "schemars" 4271 + version = "0.8.22" 4272 + source = "registry+https://github.com/rust-lang/crates.io-index" 4273 + checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" 4274 + dependencies = [ 4275 + "dyn-clone", 4276 + "indexmap 1.9.3", 4277 + "schemars_derive", 4278 + "serde", 4279 + "serde_json", 4280 + "url", 4281 + "uuid", 4282 + ] 4283 + 4284 + [[package]] 4285 + name = "schemars" 4286 + version = "0.9.0" 4287 + source = "registry+https://github.com/rust-lang/crates.io-index" 4288 + checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 4289 + dependencies = [ 4290 + "dyn-clone", 4291 + "ref-cast", 4292 + "serde", 4293 + "serde_json", 4294 + ] 4295 + 4296 + [[package]] 4297 + name = "schemars" 4298 + version = "1.2.1" 4299 + source = "registry+https://github.com/rust-lang/crates.io-index" 4300 + checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" 4301 + dependencies = [ 4302 + "dyn-clone", 4303 + "ref-cast", 4304 + "serde", 4305 + "serde_json", 4306 + ] 4307 + 4308 + [[package]] 4309 + name = "schemars_derive" 4310 + version = "0.8.22" 4311 + source = "registry+https://github.com/rust-lang/crates.io-index" 4312 + checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" 4313 + dependencies = [ 4314 + "proc-macro2", 4315 + "quote", 4316 + "serde_derive_internals", 4317 + "syn 2.0.117", 4318 + ] 4319 + 4320 + [[package]] 2431 4321 name = "scopeguard" 2432 4322 version = "1.2.0" 2433 4323 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2453 4343 source = "registry+https://github.com/rust-lang/crates.io-index" 2454 4344 checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 2455 4345 dependencies = [ 2456 - "bitflags", 4346 + "bitflags 2.11.0", 2457 4347 "core-foundation 0.10.1", 2458 4348 "core-foundation-sys", 2459 4349 "libc", ··· 2471 4361 ] 2472 4362 2473 4363 [[package]] 4364 + name = "selectors" 4365 + version = "0.24.0" 4366 + source = "registry+https://github.com/rust-lang/crates.io-index" 4367 + checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416" 4368 + dependencies = [ 4369 + "bitflags 1.3.2", 4370 + "cssparser 0.29.6", 4371 + "derive_more 0.99.20", 4372 + "fxhash", 4373 + "log", 4374 + "phf 0.8.0", 4375 + "phf_codegen 0.8.0", 4376 + "precomputed-hash", 4377 + "servo_arc 0.2.0", 4378 + "smallvec", 4379 + ] 4380 + 4381 + [[package]] 4382 + name = "selectors" 4383 + version = "0.35.0" 4384 + source = "registry+https://github.com/rust-lang/crates.io-index" 4385 + checksum = "93fdfed56cd634f04fe8b9ddf947ae3dc493483e819593d2ba17df9ad05db8b2" 4386 + dependencies = [ 4387 + "bitflags 2.11.0", 4388 + "cssparser 0.36.0", 4389 + "derive_more 2.1.1", 4390 + "log", 4391 + "new_debug_unreachable", 4392 + "phf 0.13.1", 4393 + "phf_codegen 0.13.1", 4394 + "precomputed-hash", 4395 + "rustc-hash", 4396 + "servo_arc 0.4.3", 4397 + "smallvec", 4398 + ] 4399 + 4400 + [[package]] 2474 4401 name = "semver" 2475 4402 version = "1.0.27" 2476 4403 source = "registry+https://github.com/rust-lang/crates.io-index" 2477 4404 checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 4405 + dependencies = [ 4406 + "serde", 4407 + "serde_core", 4408 + ] 2478 4409 2479 4410 [[package]] 2480 4411 name = "serde" ··· 2484 4415 dependencies = [ 2485 4416 "serde_core", 2486 4417 "serde_derive", 4418 + ] 4419 + 4420 + [[package]] 4421 + name = "serde-untagged" 4422 + version = "0.1.9" 4423 + source = "registry+https://github.com/rust-lang/crates.io-index" 4424 + checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058" 4425 + dependencies = [ 4426 + "erased-serde", 4427 + "serde", 4428 + "serde_core", 4429 + "typeid", 2487 4430 ] 2488 4431 2489 4432 [[package]] ··· 2503 4446 dependencies = [ 2504 4447 "proc-macro2", 2505 4448 "quote", 2506 - "syn", 4449 + "syn 2.0.117", 4450 + ] 4451 + 4452 + [[package]] 4453 + name = "serde_derive_internals" 4454 + version = "0.29.1" 4455 + source = "registry+https://github.com/rust-lang/crates.io-index" 4456 + checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 4457 + dependencies = [ 4458 + "proc-macro2", 4459 + "quote", 4460 + "syn 2.0.117", 2507 4461 ] 2508 4462 2509 4463 [[package]] ··· 2531 4485 ] 2532 4486 2533 4487 [[package]] 4488 + name = "serde_repr" 4489 + version = "0.1.20" 4490 + source = "registry+https://github.com/rust-lang/crates.io-index" 4491 + checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 4492 + dependencies = [ 4493 + "proc-macro2", 4494 + "quote", 4495 + "syn 2.0.117", 4496 + ] 4497 + 4498 + [[package]] 2534 4499 name = "serde_spanned" 2535 4500 version = "0.6.9" 2536 4501 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2540 4505 ] 2541 4506 2542 4507 [[package]] 4508 + name = "serde_spanned" 4509 + version = "1.0.4" 4510 + source = "registry+https://github.com/rust-lang/crates.io-index" 4511 + checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 4512 + dependencies = [ 4513 + "serde_core", 4514 + ] 4515 + 4516 + [[package]] 2543 4517 name = "serde_urlencoded" 2544 4518 version = "0.7.1" 2545 4519 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2552 4526 ] 2553 4527 2554 4528 [[package]] 4529 + name = "serde_with" 4530 + version = "3.18.0" 4531 + source = "registry+https://github.com/rust-lang/crates.io-index" 4532 + checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" 4533 + dependencies = [ 4534 + "base64 0.22.1", 4535 + "chrono", 4536 + "hex", 4537 + "indexmap 1.9.3", 4538 + "indexmap 2.13.0", 4539 + "schemars 0.9.0", 4540 + "schemars 1.2.1", 4541 + "serde_core", 4542 + "serde_json", 4543 + "serde_with_macros", 4544 + "time", 4545 + ] 4546 + 4547 + [[package]] 4548 + name = "serde_with_macros" 4549 + version = "3.18.0" 4550 + source = "registry+https://github.com/rust-lang/crates.io-index" 4551 + checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65" 4552 + dependencies = [ 4553 + "darling", 4554 + "proc-macro2", 4555 + "quote", 4556 + "syn 2.0.117", 4557 + ] 4558 + 4559 + [[package]] 4560 + name = "serialize-to-javascript" 4561 + version = "0.1.2" 4562 + source = "registry+https://github.com/rust-lang/crates.io-index" 4563 + checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5" 4564 + dependencies = [ 4565 + "serde", 4566 + "serde_json", 4567 + "serialize-to-javascript-impl", 4568 + ] 4569 + 4570 + [[package]] 4571 + name = "serialize-to-javascript-impl" 4572 + version = "0.1.2" 4573 + source = "registry+https://github.com/rust-lang/crates.io-index" 4574 + checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d" 4575 + dependencies = [ 4576 + "proc-macro2", 4577 + "quote", 4578 + "syn 2.0.117", 4579 + ] 4580 + 4581 + [[package]] 4582 + name = "servo_arc" 4583 + version = "0.2.0" 4584 + source = "registry+https://github.com/rust-lang/crates.io-index" 4585 + checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741" 4586 + dependencies = [ 4587 + "nodrop", 4588 + "stable_deref_trait", 4589 + ] 4590 + 4591 + [[package]] 4592 + name = "servo_arc" 4593 + version = "0.4.3" 4594 + source = "registry+https://github.com/rust-lang/crates.io-index" 4595 + checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930" 4596 + dependencies = [ 4597 + "stable_deref_trait", 4598 + ] 4599 + 4600 + [[package]] 2555 4601 name = "sha1" 2556 4602 version = "0.10.6" 2557 4603 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2609 4655 ] 2610 4656 2611 4657 [[package]] 4658 + name = "simd-adler32" 4659 + version = "0.3.8" 4660 + source = "registry+https://github.com/rust-lang/crates.io-index" 4661 + checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 4662 + 4663 + [[package]] 4664 + name = "siphasher" 4665 + version = "0.3.11" 4666 + source = "registry+https://github.com/rust-lang/crates.io-index" 4667 + checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 4668 + 4669 + [[package]] 4670 + name = "siphasher" 4671 + version = "1.0.2" 4672 + source = "registry+https://github.com/rust-lang/crates.io-index" 4673 + checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 4674 + 4675 + [[package]] 2612 4676 name = "slab" 2613 4677 version = "0.4.12" 2614 4678 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2644 4708 ] 2645 4709 2646 4710 [[package]] 4711 + name = "softbuffer" 4712 + version = "0.4.8" 4713 + source = "registry+https://github.com/rust-lang/crates.io-index" 4714 + checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3" 4715 + dependencies = [ 4716 + "bytemuck", 4717 + "js-sys", 4718 + "ndk", 4719 + "objc2", 4720 + "objc2-core-foundation", 4721 + "objc2-core-graphics", 4722 + "objc2-foundation", 4723 + "objc2-quartz-core", 4724 + "raw-window-handle", 4725 + "redox_syscall 0.5.18", 4726 + "tracing", 4727 + "wasm-bindgen", 4728 + "web-sys", 4729 + "windows-sys 0.61.2", 4730 + ] 4731 + 4732 + [[package]] 4733 + name = "soup3" 4734 + version = "0.5.0" 4735 + source = "registry+https://github.com/rust-lang/crates.io-index" 4736 + checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f" 4737 + dependencies = [ 4738 + "futures-channel", 4739 + "gio", 4740 + "glib", 4741 + "libc", 4742 + "soup3-sys", 4743 + ] 4744 + 4745 + [[package]] 4746 + name = "soup3-sys" 4747 + version = "0.5.0" 4748 + source = "registry+https://github.com/rust-lang/crates.io-index" 4749 + checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27" 4750 + dependencies = [ 4751 + "gio-sys", 4752 + "glib-sys", 4753 + "gobject-sys", 4754 + "libc", 4755 + "system-deps", 4756 + ] 4757 + 4758 + [[package]] 2647 4759 name = "spin" 2648 4760 version = "0.9.8" 2649 4761 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2702 4814 "serde_json", 2703 4815 "sha2", 2704 4816 "smallvec", 2705 - "thiserror", 4817 + "thiserror 2.0.18", 2706 4818 "tokio", 2707 4819 "tokio-stream", 2708 4820 "tracing", ··· 2719 4831 "quote", 2720 4832 "sqlx-core", 2721 4833 "sqlx-macros-core", 2722 - "syn", 4834 + "syn 2.0.117", 2723 4835 ] 2724 4836 2725 4837 [[package]] ··· 2730 4842 dependencies = [ 2731 4843 "dotenvy", 2732 4844 "either", 2733 - "heck", 4845 + "heck 0.5.0", 2734 4846 "hex", 2735 4847 "once_cell", 2736 4848 "proc-macro2", ··· 2742 4854 "sqlx-mysql", 2743 4855 "sqlx-postgres", 2744 4856 "sqlx-sqlite", 2745 - "syn", 4857 + "syn 2.0.117", 2746 4858 "tokio", 2747 4859 "url", 2748 4860 ] ··· 2755 4867 dependencies = [ 2756 4868 "atoi", 2757 4869 "base64 0.22.1", 2758 - "bitflags", 4870 + "bitflags 2.11.0", 2759 4871 "byteorder", 2760 4872 "bytes", 2761 4873 "crc", ··· 2784 4896 "smallvec", 2785 4897 "sqlx-core", 2786 4898 "stringprep", 2787 - "thiserror", 4899 + "thiserror 2.0.18", 2788 4900 "tracing", 2789 4901 "whoami", 2790 4902 ] ··· 2797 4909 dependencies = [ 2798 4910 "atoi", 2799 4911 "base64 0.22.1", 2800 - "bitflags", 4912 + "bitflags 2.11.0", 2801 4913 "byteorder", 2802 4914 "crc", 2803 4915 "dotenvy", ··· 2821 4933 "smallvec", 2822 4934 "sqlx-core", 2823 4935 "stringprep", 2824 - "thiserror", 4936 + "thiserror 2.0.18", 2825 4937 "tracing", 2826 4938 "whoami", 2827 4939 ] ··· 2845 4957 "serde", 2846 4958 "serde_urlencoded", 2847 4959 "sqlx-core", 2848 - "thiserror", 4960 + "thiserror 2.0.18", 2849 4961 "tracing", 2850 4962 "url", 2851 4963 ] ··· 2857 4969 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2858 4970 2859 4971 [[package]] 4972 + name = "string_cache" 4973 + version = "0.8.9" 4974 + source = "registry+https://github.com/rust-lang/crates.io-index" 4975 + checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 4976 + dependencies = [ 4977 + "new_debug_unreachable", 4978 + "parking_lot", 4979 + "phf_shared 0.11.3", 4980 + "precomputed-hash", 4981 + "serde", 4982 + ] 4983 + 4984 + [[package]] 4985 + name = "string_cache" 4986 + version = "0.9.0" 4987 + source = "registry+https://github.com/rust-lang/crates.io-index" 4988 + checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" 4989 + dependencies = [ 4990 + "new_debug_unreachable", 4991 + "parking_lot", 4992 + "phf_shared 0.13.1", 4993 + "precomputed-hash", 4994 + ] 4995 + 4996 + [[package]] 4997 + name = "string_cache_codegen" 4998 + version = "0.5.4" 4999 + source = "registry+https://github.com/rust-lang/crates.io-index" 5000 + checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 5001 + dependencies = [ 5002 + "phf_generator 0.11.3", 5003 + "phf_shared 0.11.3", 5004 + "proc-macro2", 5005 + "quote", 5006 + ] 5007 + 5008 + [[package]] 5009 + name = "string_cache_codegen" 5010 + version = "0.6.1" 5011 + source = "registry+https://github.com/rust-lang/crates.io-index" 5012 + checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69" 5013 + dependencies = [ 5014 + "phf_generator 0.13.1", 5015 + "phf_shared 0.13.1", 5016 + "proc-macro2", 5017 + "quote", 5018 + ] 5019 + 5020 + [[package]] 2860 5021 name = "stringprep" 2861 5022 version = "0.1.5" 2862 5023 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2880 5041 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2881 5042 2882 5043 [[package]] 5044 + name = "swift-rs" 5045 + version = "1.0.7" 5046 + source = "registry+https://github.com/rust-lang/crates.io-index" 5047 + checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7" 5048 + dependencies = [ 5049 + "base64 0.21.7", 5050 + "serde", 5051 + "serde_json", 5052 + ] 5053 + 5054 + [[package]] 5055 + name = "syn" 5056 + version = "1.0.109" 5057 + source = "registry+https://github.com/rust-lang/crates.io-index" 5058 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 5059 + dependencies = [ 5060 + "proc-macro2", 5061 + "quote", 5062 + "unicode-ident", 5063 + ] 5064 + 5065 + [[package]] 2883 5066 name = "syn" 2884 5067 version = "2.0.117" 2885 5068 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2907 5090 dependencies = [ 2908 5091 "proc-macro2", 2909 5092 "quote", 2910 - "syn", 5093 + "syn 2.0.117", 2911 5094 ] 2912 5095 2913 5096 [[package]] ··· 2916 5099 source = "registry+https://github.com/rust-lang/crates.io-index" 2917 5100 checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 2918 5101 dependencies = [ 2919 - "bitflags", 5102 + "bitflags 2.11.0", 2920 5103 "core-foundation 0.9.4", 2921 5104 "system-configuration-sys", 2922 5105 ] ··· 2932 5115 ] 2933 5116 2934 5117 [[package]] 5118 + name = "system-deps" 5119 + version = "6.2.2" 5120 + source = "registry+https://github.com/rust-lang/crates.io-index" 5121 + checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 5122 + dependencies = [ 5123 + "cfg-expr", 5124 + "heck 0.5.0", 5125 + "pkg-config", 5126 + "toml 0.8.23", 5127 + "version-compare", 5128 + ] 5129 + 5130 + [[package]] 2935 5131 name = "tagptr" 2936 5132 version = "0.2.0" 2937 5133 source = "registry+https://github.com/rust-lang/crates.io-index" 2938 5134 checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2939 5135 2940 5136 [[package]] 5137 + name = "tao" 5138 + version = "0.34.6" 5139 + source = "registry+https://github.com/rust-lang/crates.io-index" 5140 + checksum = "6e06d52c379e63da659a483a958110bbde891695a0ecb53e48cc7786d5eda7bb" 5141 + dependencies = [ 5142 + "bitflags 2.11.0", 5143 + "block2", 5144 + "core-foundation 0.10.1", 5145 + "core-graphics", 5146 + "crossbeam-channel", 5147 + "dispatch2", 5148 + "dlopen2", 5149 + "dpi", 5150 + "gdkwayland-sys", 5151 + "gdkx11-sys", 5152 + "gtk", 5153 + "jni", 5154 + "libc", 5155 + "log", 5156 + "ndk", 5157 + "ndk-context", 5158 + "ndk-sys", 5159 + "objc2", 5160 + "objc2-app-kit", 5161 + "objc2-foundation", 5162 + "once_cell", 5163 + "parking_lot", 5164 + "raw-window-handle", 5165 + "tao-macros", 5166 + "unicode-segmentation", 5167 + "url", 5168 + "windows", 5169 + "windows-core 0.61.2", 5170 + "windows-version", 5171 + "x11-dl", 5172 + ] 5173 + 5174 + [[package]] 5175 + name = "tao-macros" 5176 + version = "0.1.3" 5177 + source = "registry+https://github.com/rust-lang/crates.io-index" 5178 + checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd" 5179 + dependencies = [ 5180 + "proc-macro2", 5181 + "quote", 5182 + "syn 2.0.117", 5183 + ] 5184 + 5185 + [[package]] 5186 + name = "target-lexicon" 5187 + version = "0.12.16" 5188 + source = "registry+https://github.com/rust-lang/crates.io-index" 5189 + checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 5190 + 5191 + [[package]] 5192 + name = "tauri" 5193 + version = "2.10.3" 5194 + source = "registry+https://github.com/rust-lang/crates.io-index" 5195 + checksum = "da77cc00fb9028caf5b5d4650f75e31f1ef3693459dfca7f7e506d1ecef0ba2d" 5196 + dependencies = [ 5197 + "anyhow", 5198 + "bytes", 5199 + "cookie", 5200 + "dirs", 5201 + "dunce", 5202 + "embed_plist", 5203 + "getrandom 0.3.4", 5204 + "glob", 5205 + "gtk", 5206 + "heck 0.5.0", 5207 + "http", 5208 + "jni", 5209 + "libc", 5210 + "log", 5211 + "mime", 5212 + "muda", 5213 + "objc2", 5214 + "objc2-app-kit", 5215 + "objc2-foundation", 5216 + "objc2-ui-kit", 5217 + "objc2-web-kit", 5218 + "percent-encoding", 5219 + "plist", 5220 + "raw-window-handle", 5221 + "reqwest 0.13.2", 5222 + "serde", 5223 + "serde_json", 5224 + "serde_repr", 5225 + "serialize-to-javascript", 5226 + "swift-rs", 5227 + "tauri-build", 5228 + "tauri-macros", 5229 + "tauri-runtime", 5230 + "tauri-runtime-wry", 5231 + "tauri-utils", 5232 + "thiserror 2.0.18", 5233 + "tokio", 5234 + "tray-icon", 5235 + "url", 5236 + "webkit2gtk", 5237 + "webview2-com", 5238 + "window-vibrancy", 5239 + "windows", 5240 + ] 5241 + 5242 + [[package]] 5243 + name = "tauri-build" 5244 + version = "2.5.6" 5245 + source = "registry+https://github.com/rust-lang/crates.io-index" 5246 + checksum = "4bbc990d1dbf57a8e1c7fa2327f2a614d8b757805603c1b9ba5c81bade09fd4d" 5247 + dependencies = [ 5248 + "anyhow", 5249 + "cargo_toml", 5250 + "dirs", 5251 + "glob", 5252 + "heck 0.5.0", 5253 + "json-patch", 5254 + "schemars 0.8.22", 5255 + "semver", 5256 + "serde", 5257 + "serde_json", 5258 + "tauri-utils", 5259 + "tauri-winres", 5260 + "toml 0.9.12+spec-1.1.0", 5261 + "walkdir", 5262 + ] 5263 + 5264 + [[package]] 5265 + name = "tauri-codegen" 5266 + version = "2.5.5" 5267 + source = "registry+https://github.com/rust-lang/crates.io-index" 5268 + checksum = "d4a24476afd977c5d5d169f72425868613d82747916dd29e0a357c84c4bd6d29" 5269 + dependencies = [ 5270 + "base64 0.22.1", 5271 + "brotli", 5272 + "ico", 5273 + "json-patch", 5274 + "plist", 5275 + "png", 5276 + "proc-macro2", 5277 + "quote", 5278 + "semver", 5279 + "serde", 5280 + "serde_json", 5281 + "sha2", 5282 + "syn 2.0.117", 5283 + "tauri-utils", 5284 + "thiserror 2.0.18", 5285 + "time", 5286 + "url", 5287 + "uuid", 5288 + "walkdir", 5289 + ] 5290 + 5291 + [[package]] 5292 + name = "tauri-macros" 5293 + version = "2.5.5" 5294 + source = "registry+https://github.com/rust-lang/crates.io-index" 5295 + checksum = "d39b349a98dadaffebb73f0a40dcd1f23c999211e5a2e744403db384d0c33de7" 5296 + dependencies = [ 5297 + "heck 0.5.0", 5298 + "proc-macro2", 5299 + "quote", 5300 + "syn 2.0.117", 5301 + "tauri-codegen", 5302 + "tauri-utils", 5303 + ] 5304 + 5305 + [[package]] 5306 + name = "tauri-runtime" 5307 + version = "2.10.1" 5308 + source = "registry+https://github.com/rust-lang/crates.io-index" 5309 + checksum = "2826d79a3297ed08cd6ea7f412644ef58e32969504bc4fbd8d7dbeabc4445ea2" 5310 + dependencies = [ 5311 + "cookie", 5312 + "dpi", 5313 + "gtk", 5314 + "http", 5315 + "jni", 5316 + "objc2", 5317 + "objc2-ui-kit", 5318 + "objc2-web-kit", 5319 + "raw-window-handle", 5320 + "serde", 5321 + "serde_json", 5322 + "tauri-utils", 5323 + "thiserror 2.0.18", 5324 + "url", 5325 + "webkit2gtk", 5326 + "webview2-com", 5327 + "windows", 5328 + ] 5329 + 5330 + [[package]] 5331 + name = "tauri-runtime-wry" 5332 + version = "2.10.1" 5333 + source = "registry+https://github.com/rust-lang/crates.io-index" 5334 + checksum = "e11ea2e6f801d275fdd890d6c9603736012742a1c33b96d0db788c9cdebf7f9e" 5335 + dependencies = [ 5336 + "gtk", 5337 + "http", 5338 + "jni", 5339 + "log", 5340 + "objc2", 5341 + "objc2-app-kit", 5342 + "once_cell", 5343 + "percent-encoding", 5344 + "raw-window-handle", 5345 + "softbuffer", 5346 + "tao", 5347 + "tauri-runtime", 5348 + "tauri-utils", 5349 + "url", 5350 + "webkit2gtk", 5351 + "webview2-com", 5352 + "windows", 5353 + "wry", 5354 + ] 5355 + 5356 + [[package]] 5357 + name = "tauri-utils" 5358 + version = "2.8.3" 5359 + source = "registry+https://github.com/rust-lang/crates.io-index" 5360 + checksum = "219a1f983a2af3653f75b5747f76733b0da7ff03069c7a41901a5eb3ace4557d" 5361 + dependencies = [ 5362 + "anyhow", 5363 + "brotli", 5364 + "cargo_metadata", 5365 + "ctor", 5366 + "dunce", 5367 + "glob", 5368 + "html5ever 0.29.1", 5369 + "http", 5370 + "infer", 5371 + "json-patch", 5372 + "kuchikiki", 5373 + "log", 5374 + "memchr", 5375 + "phf 0.11.3", 5376 + "proc-macro2", 5377 + "quote", 5378 + "regex", 5379 + "schemars 0.8.22", 5380 + "semver", 5381 + "serde", 5382 + "serde-untagged", 5383 + "serde_json", 5384 + "serde_with", 5385 + "swift-rs", 5386 + "thiserror 2.0.18", 5387 + "toml 0.9.12+spec-1.1.0", 5388 + "url", 5389 + "urlpattern", 5390 + "uuid", 5391 + "walkdir", 5392 + ] 5393 + 5394 + [[package]] 5395 + name = "tauri-winres" 5396 + version = "0.3.5" 5397 + source = "registry+https://github.com/rust-lang/crates.io-index" 5398 + checksum = "1087b111fe2b005e42dbdc1990fc18593234238d47453b0c99b7de1c9ab2c1e0" 5399 + dependencies = [ 5400 + "dunce", 5401 + "embed-resource", 5402 + "toml 0.9.12+spec-1.1.0", 5403 + ] 5404 + 5405 + [[package]] 2941 5406 name = "tempfile" 2942 5407 version = "3.26.0" 2943 5408 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2951 5416 ] 2952 5417 2953 5418 [[package]] 5419 + name = "tendril" 5420 + version = "0.4.3" 5421 + source = "registry+https://github.com/rust-lang/crates.io-index" 5422 + checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 5423 + dependencies = [ 5424 + "futf", 5425 + "mac", 5426 + "utf-8", 5427 + ] 5428 + 5429 + [[package]] 5430 + name = "thiserror" 5431 + version = "1.0.69" 5432 + source = "registry+https://github.com/rust-lang/crates.io-index" 5433 + checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 5434 + dependencies = [ 5435 + "thiserror-impl 1.0.69", 5436 + ] 5437 + 5438 + [[package]] 2954 5439 name = "thiserror" 2955 5440 version = "2.0.18" 2956 5441 source = "registry+https://github.com/rust-lang/crates.io-index" 2957 5442 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 2958 5443 dependencies = [ 2959 - "thiserror-impl", 5444 + "thiserror-impl 2.0.18", 5445 + ] 5446 + 5447 + [[package]] 5448 + name = "thiserror-impl" 5449 + version = "1.0.69" 5450 + source = "registry+https://github.com/rust-lang/crates.io-index" 5451 + checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 5452 + dependencies = [ 5453 + "proc-macro2", 5454 + "quote", 5455 + "syn 2.0.117", 2960 5456 ] 2961 5457 2962 5458 [[package]] ··· 2967 5463 dependencies = [ 2968 5464 "proc-macro2", 2969 5465 "quote", 2970 - "syn", 5466 + "syn 2.0.117", 2971 5467 ] 2972 5468 2973 5469 [[package]] ··· 2980 5476 ] 2981 5477 2982 5478 [[package]] 5479 + name = "time" 5480 + version = "0.3.47" 5481 + source = "registry+https://github.com/rust-lang/crates.io-index" 5482 + checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 5483 + dependencies = [ 5484 + "deranged", 5485 + "itoa", 5486 + "num-conv", 5487 + "powerfmt", 5488 + "serde_core", 5489 + "time-core", 5490 + "time-macros", 5491 + ] 5492 + 5493 + [[package]] 5494 + name = "time-core" 5495 + version = "0.1.8" 5496 + source = "registry+https://github.com/rust-lang/crates.io-index" 5497 + checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 5498 + 5499 + [[package]] 5500 + name = "time-macros" 5501 + version = "0.2.27" 5502 + source = "registry+https://github.com/rust-lang/crates.io-index" 5503 + checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 5504 + dependencies = [ 5505 + "num-conv", 5506 + "time-core", 5507 + ] 5508 + 5509 + [[package]] 2983 5510 name = "tinystr" 2984 5511 version = "0.8.2" 2985 5512 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3029 5556 dependencies = [ 3030 5557 "proc-macro2", 3031 5558 "quote", 3032 - "syn", 5559 + "syn 2.0.117", 3033 5560 ] 3034 5561 3035 5562 [[package]] ··· 3083 5610 checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 3084 5611 dependencies = [ 3085 5612 "serde", 3086 - "serde_spanned", 3087 - "toml_datetime", 3088 - "toml_edit", 5613 + "serde_spanned 0.6.9", 5614 + "toml_datetime 0.6.11", 5615 + "toml_edit 0.22.27", 5616 + ] 5617 + 5618 + [[package]] 5619 + name = "toml" 5620 + version = "0.9.12+spec-1.1.0" 5621 + source = "registry+https://github.com/rust-lang/crates.io-index" 5622 + checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 5623 + dependencies = [ 5624 + "indexmap 2.13.0", 5625 + "serde_core", 5626 + "serde_spanned 1.0.4", 5627 + "toml_datetime 0.7.5+spec-1.1.0", 5628 + "toml_parser", 5629 + "toml_writer", 5630 + "winnow 0.7.15", 3089 5631 ] 3090 5632 3091 5633 [[package]] ··· 3098 5640 ] 3099 5641 3100 5642 [[package]] 5643 + name = "toml_datetime" 5644 + version = "0.7.5+spec-1.1.0" 5645 + source = "registry+https://github.com/rust-lang/crates.io-index" 5646 + checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 5647 + dependencies = [ 5648 + "serde_core", 5649 + ] 5650 + 5651 + [[package]] 5652 + name = "toml_datetime" 5653 + version = "1.0.0+spec-1.1.0" 5654 + source = "registry+https://github.com/rust-lang/crates.io-index" 5655 + checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" 5656 + dependencies = [ 5657 + "serde_core", 5658 + ] 5659 + 5660 + [[package]] 5661 + name = "toml_edit" 5662 + version = "0.19.15" 5663 + source = "registry+https://github.com/rust-lang/crates.io-index" 5664 + checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 5665 + dependencies = [ 5666 + "indexmap 2.13.0", 5667 + "toml_datetime 0.6.11", 5668 + "winnow 0.5.40", 5669 + ] 5670 + 5671 + [[package]] 5672 + name = "toml_edit" 5673 + version = "0.20.7" 5674 + source = "registry+https://github.com/rust-lang/crates.io-index" 5675 + checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" 5676 + dependencies = [ 5677 + "indexmap 2.13.0", 5678 + "toml_datetime 0.6.11", 5679 + "winnow 0.5.40", 5680 + ] 5681 + 5682 + [[package]] 3101 5683 name = "toml_edit" 3102 5684 version = "0.22.27" 3103 5685 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3105 5687 dependencies = [ 3106 5688 "indexmap 2.13.0", 3107 5689 "serde", 3108 - "serde_spanned", 3109 - "toml_datetime", 5690 + "serde_spanned 0.6.9", 5691 + "toml_datetime 0.6.11", 3110 5692 "toml_write", 3111 - "winnow", 5693 + "winnow 0.7.15", 5694 + ] 5695 + 5696 + [[package]] 5697 + name = "toml_edit" 5698 + version = "0.25.4+spec-1.1.0" 5699 + source = "registry+https://github.com/rust-lang/crates.io-index" 5700 + checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2" 5701 + dependencies = [ 5702 + "indexmap 2.13.0", 5703 + "toml_datetime 1.0.0+spec-1.1.0", 5704 + "toml_parser", 5705 + "winnow 0.7.15", 5706 + ] 5707 + 5708 + [[package]] 5709 + name = "toml_parser" 5710 + version = "1.0.9+spec-1.1.0" 5711 + source = "registry+https://github.com/rust-lang/crates.io-index" 5712 + checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" 5713 + dependencies = [ 5714 + "winnow 0.7.15", 3112 5715 ] 3113 5716 3114 5717 [[package]] ··· 3116 5719 version = "0.1.2" 3117 5720 source = "registry+https://github.com/rust-lang/crates.io-index" 3118 5721 checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 5722 + 5723 + [[package]] 5724 + name = "toml_writer" 5725 + version = "1.0.6+spec-1.1.0" 5726 + source = "registry+https://github.com/rust-lang/crates.io-index" 5727 + checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 3119 5728 3120 5729 [[package]] 3121 5730 name = "tonic" ··· 3189 5798 source = "registry+https://github.com/rust-lang/crates.io-index" 3190 5799 checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 3191 5800 dependencies = [ 3192 - "bitflags", 5801 + "bitflags 2.11.0", 3193 5802 "bytes", 3194 5803 "http", 3195 5804 "http-body", ··· 3206 5815 source = "registry+https://github.com/rust-lang/crates.io-index" 3207 5816 checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 3208 5817 dependencies = [ 3209 - "bitflags", 5818 + "bitflags 2.11.0", 3210 5819 "bytes", 3211 5820 "futures-util", 3212 5821 "http", ··· 3250 5859 dependencies = [ 3251 5860 "proc-macro2", 3252 5861 "quote", 3253 - "syn", 5862 + "syn 2.0.117", 3254 5863 ] 3255 5864 3256 5865 [[package]] ··· 3308 5917 "tracing", 3309 5918 "tracing-core", 3310 5919 "tracing-log", 5920 + ] 5921 + 5922 + [[package]] 5923 + name = "tray-icon" 5924 + version = "0.21.3" 5925 + source = "registry+https://github.com/rust-lang/crates.io-index" 5926 + checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c" 5927 + dependencies = [ 5928 + "crossbeam-channel", 5929 + "dirs", 5930 + "libappindicator", 5931 + "muda", 5932 + "objc2", 5933 + "objc2-app-kit", 5934 + "objc2-core-foundation", 5935 + "objc2-core-graphics", 5936 + "objc2-foundation", 5937 + "once_cell", 5938 + "png", 5939 + "serde", 5940 + "thiserror 2.0.18", 5941 + "windows-sys 0.60.2", 3311 5942 ] 3312 5943 3313 5944 [[package]] ··· 3317 5948 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3318 5949 3319 5950 [[package]] 5951 + name = "typeid" 5952 + version = "1.0.3" 5953 + source = "registry+https://github.com/rust-lang/crates.io-index" 5954 + checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 5955 + 5956 + [[package]] 3320 5957 name = "typenum" 3321 5958 version = "1.19.0" 3322 5959 source = "registry+https://github.com/rust-lang/crates.io-index" 3323 5960 checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 3324 5961 3325 5962 [[package]] 5963 + name = "unic-char-property" 5964 + version = "0.9.0" 5965 + source = "registry+https://github.com/rust-lang/crates.io-index" 5966 + checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 5967 + dependencies = [ 5968 + "unic-char-range", 5969 + ] 5970 + 5971 + [[package]] 5972 + name = "unic-char-range" 5973 + version = "0.9.0" 5974 + source = "registry+https://github.com/rust-lang/crates.io-index" 5975 + checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 5976 + 5977 + [[package]] 5978 + name = "unic-common" 5979 + version = "0.9.0" 5980 + source = "registry+https://github.com/rust-lang/crates.io-index" 5981 + checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 5982 + 5983 + [[package]] 5984 + name = "unic-ucd-ident" 5985 + version = "0.9.0" 5986 + source = "registry+https://github.com/rust-lang/crates.io-index" 5987 + checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 5988 + dependencies = [ 5989 + "unic-char-property", 5990 + "unic-char-range", 5991 + "unic-ucd-version", 5992 + ] 5993 + 5994 + [[package]] 5995 + name = "unic-ucd-version" 5996 + version = "0.9.0" 5997 + source = "registry+https://github.com/rust-lang/crates.io-index" 5998 + checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 5999 + dependencies = [ 6000 + "unic-common", 6001 + ] 6002 + 6003 + [[package]] 3326 6004 name = "unicode-bidi" 3327 6005 version = "0.3.18" 3328 6006 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3348 6026 version = "0.1.4" 3349 6027 source = "registry+https://github.com/rust-lang/crates.io-index" 3350 6028 checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 6029 + 6030 + [[package]] 6031 + name = "unicode-segmentation" 6032 + version = "1.12.0" 6033 + source = "registry+https://github.com/rust-lang/crates.io-index" 6034 + checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 3351 6035 3352 6036 [[package]] 3353 6037 name = "unicode-xid" ··· 3381 6065 "idna", 3382 6066 "percent-encoding", 3383 6067 "serde", 6068 + "serde_derive", 3384 6069 ] 3385 6070 3386 6071 [[package]] 6072 + name = "urlpattern" 6073 + version = "0.3.0" 6074 + source = "registry+https://github.com/rust-lang/crates.io-index" 6075 + checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" 6076 + dependencies = [ 6077 + "regex", 6078 + "serde", 6079 + "unic-ucd-ident", 6080 + "url", 6081 + ] 6082 + 6083 + [[package]] 6084 + name = "utf-8" 6085 + version = "0.7.6" 6086 + source = "registry+https://github.com/rust-lang/crates.io-index" 6087 + checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 6088 + 6089 + [[package]] 3387 6090 name = "utf8_iter" 3388 6091 version = "1.0.4" 3389 6092 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3403 6106 dependencies = [ 3404 6107 "getrandom 0.4.2", 3405 6108 "js-sys", 6109 + "serde_core", 3406 6110 "wasm-bindgen", 3407 6111 ] 3408 6112 ··· 3419 6123 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3420 6124 3421 6125 [[package]] 6126 + name = "version-compare" 6127 + version = "0.2.1" 6128 + source = "registry+https://github.com/rust-lang/crates.io-index" 6129 + checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" 6130 + 6131 + [[package]] 3422 6132 name = "version_check" 3423 6133 version = "0.9.5" 3424 6134 source = "registry+https://github.com/rust-lang/crates.io-index" 3425 6135 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3426 6136 3427 6137 [[package]] 6138 + name = "vswhom" 6139 + version = "0.1.0" 6140 + source = "registry+https://github.com/rust-lang/crates.io-index" 6141 + checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 6142 + dependencies = [ 6143 + "libc", 6144 + "vswhom-sys", 6145 + ] 6146 + 6147 + [[package]] 6148 + name = "vswhom-sys" 6149 + version = "0.1.3" 6150 + source = "registry+https://github.com/rust-lang/crates.io-index" 6151 + checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150" 6152 + dependencies = [ 6153 + "cc", 6154 + "libc", 6155 + ] 6156 + 6157 + [[package]] 6158 + name = "walkdir" 6159 + version = "2.5.0" 6160 + source = "registry+https://github.com/rust-lang/crates.io-index" 6161 + checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 6162 + dependencies = [ 6163 + "same-file", 6164 + "winapi-util", 6165 + ] 6166 + 6167 + [[package]] 3428 6168 name = "want" 3429 6169 version = "0.3.1" 3430 6170 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3432 6172 dependencies = [ 3433 6173 "try-lock", 3434 6174 ] 6175 + 6176 + [[package]] 6177 + name = "wasi" 6178 + version = "0.9.0+wasi-snapshot-preview1" 6179 + source = "registry+https://github.com/rust-lang/crates.io-index" 6180 + checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 3435 6181 3436 6182 [[package]] 3437 6183 name = "wasi" ··· 3509 6255 "bumpalo", 3510 6256 "proc-macro2", 3511 6257 "quote", 3512 - "syn", 6258 + "syn 2.0.117", 3513 6259 "wasm-bindgen-shared", 3514 6260 ] 3515 6261 ··· 3545 6291 ] 3546 6292 3547 6293 [[package]] 6294 + name = "wasm-streams" 6295 + version = "0.5.0" 6296 + source = "registry+https://github.com/rust-lang/crates.io-index" 6297 + checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" 6298 + dependencies = [ 6299 + "futures-util", 6300 + "js-sys", 6301 + "wasm-bindgen", 6302 + "wasm-bindgen-futures", 6303 + "web-sys", 6304 + ] 6305 + 6306 + [[package]] 3548 6307 name = "wasmparser" 3549 6308 version = "0.244.0" 3550 6309 source = "registry+https://github.com/rust-lang/crates.io-index" 3551 6310 checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 3552 6311 dependencies = [ 3553 - "bitflags", 6312 + "bitflags 2.11.0", 3554 6313 "hashbrown 0.15.5", 3555 6314 "indexmap 2.13.0", 3556 6315 "semver", ··· 3577 6336 ] 3578 6337 3579 6338 [[package]] 6339 + name = "web_atoms" 6340 + version = "0.2.3" 6341 + source = "registry+https://github.com/rust-lang/crates.io-index" 6342 + checksum = "57a9779e9f04d2ac1ce317aee707aa2f6b773afba7b931222bff6983843b1576" 6343 + dependencies = [ 6344 + "phf 0.13.1", 6345 + "phf_codegen 0.13.1", 6346 + "string_cache 0.9.0", 6347 + "string_cache_codegen 0.6.1", 6348 + ] 6349 + 6350 + [[package]] 6351 + name = "webkit2gtk" 6352 + version = "2.0.2" 6353 + source = "registry+https://github.com/rust-lang/crates.io-index" 6354 + checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793" 6355 + dependencies = [ 6356 + "bitflags 1.3.2", 6357 + "cairo-rs", 6358 + "gdk", 6359 + "gdk-sys", 6360 + "gio", 6361 + "gio-sys", 6362 + "glib", 6363 + "glib-sys", 6364 + "gobject-sys", 6365 + "gtk", 6366 + "gtk-sys", 6367 + "javascriptcore-rs", 6368 + "libc", 6369 + "once_cell", 6370 + "soup3", 6371 + "webkit2gtk-sys", 6372 + ] 6373 + 6374 + [[package]] 6375 + name = "webkit2gtk-sys" 6376 + version = "2.0.2" 6377 + source = "registry+https://github.com/rust-lang/crates.io-index" 6378 + checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5" 6379 + dependencies = [ 6380 + "bitflags 1.3.2", 6381 + "cairo-sys-rs", 6382 + "gdk-sys", 6383 + "gio-sys", 6384 + "glib-sys", 6385 + "gobject-sys", 6386 + "gtk-sys", 6387 + "javascriptcore-rs-sys", 6388 + "libc", 6389 + "pkg-config", 6390 + "soup3-sys", 6391 + "system-deps", 6392 + ] 6393 + 6394 + [[package]] 6395 + name = "webview2-com" 6396 + version = "0.38.2" 6397 + source = "registry+https://github.com/rust-lang/crates.io-index" 6398 + checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a" 6399 + dependencies = [ 6400 + "webview2-com-macros", 6401 + "webview2-com-sys", 6402 + "windows", 6403 + "windows-core 0.61.2", 6404 + "windows-implement", 6405 + "windows-interface", 6406 + ] 6407 + 6408 + [[package]] 6409 + name = "webview2-com-macros" 6410 + version = "0.8.1" 6411 + source = "registry+https://github.com/rust-lang/crates.io-index" 6412 + checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54" 6413 + dependencies = [ 6414 + "proc-macro2", 6415 + "quote", 6416 + "syn 2.0.117", 6417 + ] 6418 + 6419 + [[package]] 6420 + name = "webview2-com-sys" 6421 + version = "0.38.2" 6422 + source = "registry+https://github.com/rust-lang/crates.io-index" 6423 + checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c" 6424 + dependencies = [ 6425 + "thiserror 2.0.18", 6426 + "windows", 6427 + "windows-core 0.61.2", 6428 + ] 6429 + 6430 + [[package]] 3580 6431 name = "whoami" 3581 6432 version = "1.6.1" 3582 6433 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3593 6444 checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 3594 6445 3595 6446 [[package]] 6447 + name = "winapi" 6448 + version = "0.3.9" 6449 + source = "registry+https://github.com/rust-lang/crates.io-index" 6450 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 6451 + dependencies = [ 6452 + "winapi-i686-pc-windows-gnu", 6453 + "winapi-x86_64-pc-windows-gnu", 6454 + ] 6455 + 6456 + [[package]] 6457 + name = "winapi-i686-pc-windows-gnu" 6458 + version = "0.4.0" 6459 + source = "registry+https://github.com/rust-lang/crates.io-index" 6460 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 6461 + 6462 + [[package]] 6463 + name = "winapi-util" 6464 + version = "0.1.11" 6465 + source = "registry+https://github.com/rust-lang/crates.io-index" 6466 + checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 6467 + dependencies = [ 6468 + "windows-sys 0.61.2", 6469 + ] 6470 + 6471 + [[package]] 6472 + name = "winapi-x86_64-pc-windows-gnu" 6473 + version = "0.4.0" 6474 + source = "registry+https://github.com/rust-lang/crates.io-index" 6475 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 6476 + 6477 + [[package]] 6478 + name = "window-vibrancy" 6479 + version = "0.6.0" 6480 + source = "registry+https://github.com/rust-lang/crates.io-index" 6481 + checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c" 6482 + dependencies = [ 6483 + "objc2", 6484 + "objc2-app-kit", 6485 + "objc2-core-foundation", 6486 + "objc2-foundation", 6487 + "raw-window-handle", 6488 + "windows-sys 0.59.0", 6489 + "windows-version", 6490 + ] 6491 + 6492 + [[package]] 6493 + name = "windows" 6494 + version = "0.61.3" 6495 + source = "registry+https://github.com/rust-lang/crates.io-index" 6496 + checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 6497 + dependencies = [ 6498 + "windows-collections", 6499 + "windows-core 0.61.2", 6500 + "windows-future", 6501 + "windows-link 0.1.3", 6502 + "windows-numerics", 6503 + ] 6504 + 6505 + [[package]] 6506 + name = "windows-collections" 6507 + version = "0.2.0" 6508 + source = "registry+https://github.com/rust-lang/crates.io-index" 6509 + checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 6510 + dependencies = [ 6511 + "windows-core 0.61.2", 6512 + ] 6513 + 6514 + [[package]] 6515 + name = "windows-core" 6516 + version = "0.61.2" 6517 + source = "registry+https://github.com/rust-lang/crates.io-index" 6518 + checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 6519 + dependencies = [ 6520 + "windows-implement", 6521 + "windows-interface", 6522 + "windows-link 0.1.3", 6523 + "windows-result 0.3.4", 6524 + "windows-strings 0.4.2", 6525 + ] 6526 + 6527 + [[package]] 6528 + name = "windows-core" 6529 + version = "0.62.2" 6530 + source = "registry+https://github.com/rust-lang/crates.io-index" 6531 + checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 6532 + dependencies = [ 6533 + "windows-implement", 6534 + "windows-interface", 6535 + "windows-link 0.2.1", 6536 + "windows-result 0.4.1", 6537 + "windows-strings 0.5.1", 6538 + ] 6539 + 6540 + [[package]] 6541 + name = "windows-future" 6542 + version = "0.2.1" 6543 + source = "registry+https://github.com/rust-lang/crates.io-index" 6544 + checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 6545 + dependencies = [ 6546 + "windows-core 0.61.2", 6547 + "windows-link 0.1.3", 6548 + "windows-threading", 6549 + ] 6550 + 6551 + [[package]] 6552 + name = "windows-implement" 6553 + version = "0.60.2" 6554 + source = "registry+https://github.com/rust-lang/crates.io-index" 6555 + checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 6556 + dependencies = [ 6557 + "proc-macro2", 6558 + "quote", 6559 + "syn 2.0.117", 6560 + ] 6561 + 6562 + [[package]] 6563 + name = "windows-interface" 6564 + version = "0.59.3" 6565 + source = "registry+https://github.com/rust-lang/crates.io-index" 6566 + checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 6567 + dependencies = [ 6568 + "proc-macro2", 6569 + "quote", 6570 + "syn 2.0.117", 6571 + ] 6572 + 6573 + [[package]] 6574 + name = "windows-link" 6575 + version = "0.1.3" 6576 + source = "registry+https://github.com/rust-lang/crates.io-index" 6577 + checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 6578 + 6579 + [[package]] 3596 6580 name = "windows-link" 3597 6581 version = "0.2.1" 3598 6582 source = "registry+https://github.com/rust-lang/crates.io-index" 3599 6583 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 3600 6584 3601 6585 [[package]] 6586 + name = "windows-numerics" 6587 + version = "0.2.0" 6588 + source = "registry+https://github.com/rust-lang/crates.io-index" 6589 + checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 6590 + dependencies = [ 6591 + "windows-core 0.61.2", 6592 + "windows-link 0.1.3", 6593 + ] 6594 + 6595 + [[package]] 3602 6596 name = "windows-registry" 3603 6597 version = "0.6.1" 3604 6598 source = "registry+https://github.com/rust-lang/crates.io-index" 3605 6599 checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 3606 6600 dependencies = [ 3607 - "windows-link", 3608 - "windows-result", 3609 - "windows-strings", 6601 + "windows-link 0.2.1", 6602 + "windows-result 0.4.1", 6603 + "windows-strings 0.5.1", 6604 + ] 6605 + 6606 + [[package]] 6607 + name = "windows-result" 6608 + version = "0.3.4" 6609 + source = "registry+https://github.com/rust-lang/crates.io-index" 6610 + checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 6611 + dependencies = [ 6612 + "windows-link 0.1.3", 3610 6613 ] 3611 6614 3612 6615 [[package]] ··· 3615 6618 source = "registry+https://github.com/rust-lang/crates.io-index" 3616 6619 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 3617 6620 dependencies = [ 3618 - "windows-link", 6621 + "windows-link 0.2.1", 6622 + ] 6623 + 6624 + [[package]] 6625 + name = "windows-strings" 6626 + version = "0.4.2" 6627 + source = "registry+https://github.com/rust-lang/crates.io-index" 6628 + checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 6629 + dependencies = [ 6630 + "windows-link 0.1.3", 3619 6631 ] 3620 6632 3621 6633 [[package]] ··· 3624 6636 source = "registry+https://github.com/rust-lang/crates.io-index" 3625 6637 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 3626 6638 dependencies = [ 3627 - "windows-link", 6639 + "windows-link 0.2.1", 6640 + ] 6641 + 6642 + [[package]] 6643 + name = "windows-sys" 6644 + version = "0.45.0" 6645 + source = "registry+https://github.com/rust-lang/crates.io-index" 6646 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 6647 + dependencies = [ 6648 + "windows-targets 0.42.2", 3628 6649 ] 3629 6650 3630 6651 [[package]] ··· 3647 6668 3648 6669 [[package]] 3649 6670 name = "windows-sys" 6671 + version = "0.59.0" 6672 + source = "registry+https://github.com/rust-lang/crates.io-index" 6673 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 6674 + dependencies = [ 6675 + "windows-targets 0.52.6", 6676 + ] 6677 + 6678 + [[package]] 6679 + name = "windows-sys" 6680 + version = "0.60.2" 6681 + source = "registry+https://github.com/rust-lang/crates.io-index" 6682 + checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 6683 + dependencies = [ 6684 + "windows-targets 0.53.5", 6685 + ] 6686 + 6687 + [[package]] 6688 + name = "windows-sys" 3650 6689 version = "0.61.2" 3651 6690 source = "registry+https://github.com/rust-lang/crates.io-index" 3652 6691 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 3653 6692 dependencies = [ 3654 - "windows-link", 6693 + "windows-link 0.2.1", 6694 + ] 6695 + 6696 + [[package]] 6697 + name = "windows-targets" 6698 + version = "0.42.2" 6699 + source = "registry+https://github.com/rust-lang/crates.io-index" 6700 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 6701 + dependencies = [ 6702 + "windows_aarch64_gnullvm 0.42.2", 6703 + "windows_aarch64_msvc 0.42.2", 6704 + "windows_i686_gnu 0.42.2", 6705 + "windows_i686_msvc 0.42.2", 6706 + "windows_x86_64_gnu 0.42.2", 6707 + "windows_x86_64_gnullvm 0.42.2", 6708 + "windows_x86_64_msvc 0.42.2", 3655 6709 ] 3656 6710 3657 6711 [[package]] ··· 3678 6732 "windows_aarch64_gnullvm 0.52.6", 3679 6733 "windows_aarch64_msvc 0.52.6", 3680 6734 "windows_i686_gnu 0.52.6", 3681 - "windows_i686_gnullvm", 6735 + "windows_i686_gnullvm 0.52.6", 3682 6736 "windows_i686_msvc 0.52.6", 3683 6737 "windows_x86_64_gnu 0.52.6", 3684 6738 "windows_x86_64_gnullvm 0.52.6", ··· 3686 6740 ] 3687 6741 3688 6742 [[package]] 6743 + name = "windows-targets" 6744 + version = "0.53.5" 6745 + source = "registry+https://github.com/rust-lang/crates.io-index" 6746 + checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 6747 + dependencies = [ 6748 + "windows-link 0.2.1", 6749 + "windows_aarch64_gnullvm 0.53.1", 6750 + "windows_aarch64_msvc 0.53.1", 6751 + "windows_i686_gnu 0.53.1", 6752 + "windows_i686_gnullvm 0.53.1", 6753 + "windows_i686_msvc 0.53.1", 6754 + "windows_x86_64_gnu 0.53.1", 6755 + "windows_x86_64_gnullvm 0.53.1", 6756 + "windows_x86_64_msvc 0.53.1", 6757 + ] 6758 + 6759 + [[package]] 6760 + name = "windows-threading" 6761 + version = "0.1.0" 6762 + source = "registry+https://github.com/rust-lang/crates.io-index" 6763 + checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 6764 + dependencies = [ 6765 + "windows-link 0.1.3", 6766 + ] 6767 + 6768 + [[package]] 6769 + name = "windows-version" 6770 + version = "0.1.7" 6771 + source = "registry+https://github.com/rust-lang/crates.io-index" 6772 + checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631" 6773 + dependencies = [ 6774 + "windows-link 0.2.1", 6775 + ] 6776 + 6777 + [[package]] 6778 + name = "windows_aarch64_gnullvm" 6779 + version = "0.42.2" 6780 + source = "registry+https://github.com/rust-lang/crates.io-index" 6781 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 6782 + 6783 + [[package]] 3689 6784 name = "windows_aarch64_gnullvm" 3690 6785 version = "0.48.5" 3691 6786 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3696 6791 version = "0.52.6" 3697 6792 source = "registry+https://github.com/rust-lang/crates.io-index" 3698 6793 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6794 + 6795 + [[package]] 6796 + name = "windows_aarch64_gnullvm" 6797 + version = "0.53.1" 6798 + source = "registry+https://github.com/rust-lang/crates.io-index" 6799 + checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 6800 + 6801 + [[package]] 6802 + name = "windows_aarch64_msvc" 6803 + version = "0.42.2" 6804 + source = "registry+https://github.com/rust-lang/crates.io-index" 6805 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 3699 6806 3700 6807 [[package]] 3701 6808 name = "windows_aarch64_msvc" ··· 3710 6817 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3711 6818 3712 6819 [[package]] 6820 + name = "windows_aarch64_msvc" 6821 + version = "0.53.1" 6822 + source = "registry+https://github.com/rust-lang/crates.io-index" 6823 + checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 6824 + 6825 + [[package]] 6826 + name = "windows_i686_gnu" 6827 + version = "0.42.2" 6828 + source = "registry+https://github.com/rust-lang/crates.io-index" 6829 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 6830 + 6831 + [[package]] 3713 6832 name = "windows_i686_gnu" 3714 6833 version = "0.48.5" 3715 6834 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3722 6841 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3723 6842 3724 6843 [[package]] 6844 + name = "windows_i686_gnu" 6845 + version = "0.53.1" 6846 + source = "registry+https://github.com/rust-lang/crates.io-index" 6847 + checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 6848 + 6849 + [[package]] 3725 6850 name = "windows_i686_gnullvm" 3726 6851 version = "0.52.6" 3727 6852 source = "registry+https://github.com/rust-lang/crates.io-index" 3728 6853 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3729 6854 3730 6855 [[package]] 6856 + name = "windows_i686_gnullvm" 6857 + version = "0.53.1" 6858 + source = "registry+https://github.com/rust-lang/crates.io-index" 6859 + checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 6860 + 6861 + [[package]] 6862 + name = "windows_i686_msvc" 6863 + version = "0.42.2" 6864 + source = "registry+https://github.com/rust-lang/crates.io-index" 6865 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 6866 + 6867 + [[package]] 3731 6868 name = "windows_i686_msvc" 3732 6869 version = "0.48.5" 3733 6870 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3740 6877 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3741 6878 3742 6879 [[package]] 6880 + name = "windows_i686_msvc" 6881 + version = "0.53.1" 6882 + source = "registry+https://github.com/rust-lang/crates.io-index" 6883 + checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 6884 + 6885 + [[package]] 6886 + name = "windows_x86_64_gnu" 6887 + version = "0.42.2" 6888 + source = "registry+https://github.com/rust-lang/crates.io-index" 6889 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 6890 + 6891 + [[package]] 3743 6892 name = "windows_x86_64_gnu" 3744 6893 version = "0.48.5" 3745 6894 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3750 6899 version = "0.52.6" 3751 6900 source = "registry+https://github.com/rust-lang/crates.io-index" 3752 6901 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6902 + 6903 + [[package]] 6904 + name = "windows_x86_64_gnu" 6905 + version = "0.53.1" 6906 + source = "registry+https://github.com/rust-lang/crates.io-index" 6907 + checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 6908 + 6909 + [[package]] 6910 + name = "windows_x86_64_gnullvm" 6911 + version = "0.42.2" 6912 + source = "registry+https://github.com/rust-lang/crates.io-index" 6913 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 3753 6914 3754 6915 [[package]] 3755 6916 name = "windows_x86_64_gnullvm" ··· 3764 6925 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3765 6926 3766 6927 [[package]] 6928 + name = "windows_x86_64_gnullvm" 6929 + version = "0.53.1" 6930 + source = "registry+https://github.com/rust-lang/crates.io-index" 6931 + checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 6932 + 6933 + [[package]] 6934 + name = "windows_x86_64_msvc" 6935 + version = "0.42.2" 6936 + source = "registry+https://github.com/rust-lang/crates.io-index" 6937 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 6938 + 6939 + [[package]] 3767 6940 name = "windows_x86_64_msvc" 3768 6941 version = "0.48.5" 3769 6942 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3776 6949 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3777 6950 3778 6951 [[package]] 6952 + name = "windows_x86_64_msvc" 6953 + version = "0.53.1" 6954 + source = "registry+https://github.com/rust-lang/crates.io-index" 6955 + checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 6956 + 6957 + [[package]] 6958 + name = "winnow" 6959 + version = "0.5.40" 6960 + source = "registry+https://github.com/rust-lang/crates.io-index" 6961 + checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 6962 + dependencies = [ 6963 + "memchr", 6964 + ] 6965 + 6966 + [[package]] 3779 6967 name = "winnow" 3780 6968 version = "0.7.15" 3781 6969 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3795 6983 ] 3796 6984 3797 6985 [[package]] 6986 + name = "winreg" 6987 + version = "0.55.0" 6988 + source = "registry+https://github.com/rust-lang/crates.io-index" 6989 + checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" 6990 + dependencies = [ 6991 + "cfg-if", 6992 + "windows-sys 0.59.0", 6993 + ] 6994 + 6995 + [[package]] 3798 6996 name = "wiremock" 3799 6997 version = "0.6.5" 3800 6998 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3833 7031 checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 3834 7032 dependencies = [ 3835 7033 "anyhow", 3836 - "heck", 7034 + "heck 0.5.0", 3837 7035 "wit-parser", 3838 7036 ] 3839 7037 ··· 3844 7042 checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 3845 7043 dependencies = [ 3846 7044 "anyhow", 3847 - "heck", 7045 + "heck 0.5.0", 3848 7046 "indexmap 2.13.0", 3849 7047 "prettyplease", 3850 - "syn", 7048 + "syn 2.0.117", 3851 7049 "wasm-metadata", 3852 7050 "wit-bindgen-core", 3853 7051 "wit-component", ··· 3863 7061 "prettyplease", 3864 7062 "proc-macro2", 3865 7063 "quote", 3866 - "syn", 7064 + "syn 2.0.117", 3867 7065 "wit-bindgen-core", 3868 7066 "wit-bindgen-rust", 3869 7067 ] ··· 3875 7073 checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 3876 7074 dependencies = [ 3877 7075 "anyhow", 3878 - "bitflags", 7076 + "bitflags 2.11.0", 3879 7077 "indexmap 2.13.0", 3880 7078 "log", 3881 7079 "serde", ··· 3912 7110 checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 3913 7111 3914 7112 [[package]] 7113 + name = "wry" 7114 + version = "0.54.3" 7115 + source = "registry+https://github.com/rust-lang/crates.io-index" 7116 + checksum = "a24eda84b5d488f99344e54b807138896cee8df0b2d16c793f1f6b80e6d8df1f" 7117 + dependencies = [ 7118 + "base64 0.22.1", 7119 + "block2", 7120 + "cookie", 7121 + "crossbeam-channel", 7122 + "dirs", 7123 + "dom_query", 7124 + "dpi", 7125 + "dunce", 7126 + "gdkx11", 7127 + "gtk", 7128 + "http", 7129 + "javascriptcore-rs", 7130 + "jni", 7131 + "libc", 7132 + "ndk", 7133 + "objc2", 7134 + "objc2-app-kit", 7135 + "objc2-core-foundation", 7136 + "objc2-foundation", 7137 + "objc2-ui-kit", 7138 + "objc2-web-kit", 7139 + "once_cell", 7140 + "percent-encoding", 7141 + "raw-window-handle", 7142 + "sha2", 7143 + "soup3", 7144 + "tao-macros", 7145 + "thiserror 2.0.18", 7146 + "url", 7147 + "webkit2gtk", 7148 + "webkit2gtk-sys", 7149 + "webview2-com", 7150 + "windows", 7151 + "windows-core 0.61.2", 7152 + "windows-version", 7153 + "x11-dl", 7154 + ] 7155 + 7156 + [[package]] 7157 + name = "x11" 7158 + version = "2.21.0" 7159 + source = "registry+https://github.com/rust-lang/crates.io-index" 7160 + checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 7161 + dependencies = [ 7162 + "libc", 7163 + "pkg-config", 7164 + ] 7165 + 7166 + [[package]] 7167 + name = "x11-dl" 7168 + version = "2.21.0" 7169 + source = "registry+https://github.com/rust-lang/crates.io-index" 7170 + checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 7171 + dependencies = [ 7172 + "libc", 7173 + "once_cell", 7174 + "pkg-config", 7175 + ] 7176 + 7177 + [[package]] 3915 7178 name = "yoke" 3916 7179 version = "0.8.1" 3917 7180 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3930 7193 dependencies = [ 3931 7194 "proc-macro2", 3932 7195 "quote", 3933 - "syn", 7196 + "syn 2.0.117", 3934 7197 "synstructure", 3935 7198 ] 3936 7199 ··· 3951 7214 dependencies = [ 3952 7215 "proc-macro2", 3953 7216 "quote", 3954 - "syn", 7217 + "syn 2.0.117", 3955 7218 ] 3956 7219 3957 7220 [[package]] ··· 3971 7234 dependencies = [ 3972 7235 "proc-macro2", 3973 7236 "quote", 3974 - "syn", 7237 + "syn 2.0.117", 3975 7238 "synstructure", 3976 7239 ] 3977 7240 ··· 4011 7274 dependencies = [ 4012 7275 "proc-macro2", 4013 7276 "quote", 4014 - "syn", 7277 + "syn 2.0.117", 4015 7278 ] 4016 7279 4017 7280 [[package]]
+11
apps/identity-wallet/src-tauri/Cargo.toml
··· 12 12 # rlib → normal `cargo build` + integration tests 13 13 crate-type = ["staticlib", "cdylib", "rlib"] 14 14 15 + [dependencies] 16 + # Tauri-specific — declared locally (not in workspace.dependencies per design plan) 17 + tauri = "2" 18 + # serde/serde_json are in workspace.dependencies (root Cargo.toml lines 30-32) 19 + serde = { workspace = true } 20 + serde_json = { workspace = true } 21 + 22 + [build-dependencies] 23 + # Tauri-specific — declared locally 24 + tauri-build = "2" 25 + 15 26 # Tauri-recommended release optimizations for mobile binary size. 16 27 # IMPORTANT: Cargo ignores [profile.*] in workspace member crates — these settings 17 28 # have NO EFFECT here because src-tauri is always built as a workspace member.
+3
apps/identity-wallet/src-tauri/build.rs
··· 1 + fn main() { 2 + tauri_build::build() 3 + }
+28
apps/identity-wallet/src-tauri/tauri.conf.json
··· 1 + { 2 + "$schema": "https://schema.tauri.app/config/2", 3 + "productName": "Identity Wallet", 4 + "version": "0.1.0", 5 + "identifier": "dev.malpercio.identitywallet", 6 + "build": { 7 + "devUrl": "http://localhost:5173", 8 + "frontendDist": "../dist", 9 + "beforeDevCommand": "pnpm dev", 10 + "beforeBuildCommand": "pnpm build" 11 + }, 12 + "app": { 13 + "windows": [ 14 + { 15 + "title": "Identity Wallet", 16 + "width": 400, 17 + "height": 600, 18 + "resizable": true 19 + } 20 + ], 21 + "security": { 22 + "csp": null 23 + } 24 + }, 25 + "bundle": { 26 + "active": true 27 + } 28 + }
+7 -1
flake.nix
··· 39 39 }; 40 40 41 41 # Build deps separately so they're cached when only source changes. 42 - cargoArtifacts = craneLib.buildDepsOnly commonArgs; 42 + # Scope buildDepsOnly to relay-related crates only. 43 + # apps/identity-wallet/src-tauri uses Tauri (webkit2gtk on Linux, Apple frameworks 44 + # on macOS) which are not in commonArgs.buildInputs. Without this scope, 45 + # buildDepsOnly would attempt to compile Tauri's native deps and fail in Nix. 46 + cargoArtifacts = craneLib.buildDepsOnly (commonArgs // { 47 + cargoExtraArgs = "--package relay --package repo-engine --package crypto --package common"; 48 + }); 43 49 44 50 relay = craneLib.buildPackage (commonArgs // { 45 51 inherit cargoArtifacts;