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

Configure Feed

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

optize wachig machen

bcoz dis no optized AT ALL liek wdym it bulding 600 MODULES???!>!??!?
so dis here i did optize stuffs liek disebel features dat not use,
use crate reexports insteads of importing aagain
and optiez reles binary 4 size so now it moer lighweigh !!!!

authored by

koi and committed by tangled.org e7296cfd 8a0986b3

+29 -799
+14 -790
Cargo.lock
··· 3 3 version = 4 4 4 5 5 [[package]] 6 - name = "ab_glyph" 7 - version = "0.2.32" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" 10 - dependencies = [ 11 - "ab_glyph_rasterizer", 12 - "owned_ttf_parser", 13 - ] 14 - 15 - [[package]] 16 - name = "ab_glyph_rasterizer" 17 - version = "0.1.10" 18 - source = "registry+https://github.com/rust-lang/crates.io-index" 19 - checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" 20 - 21 - [[package]] 22 6 name = "abnf" 23 7 version = "0.13.0" 24 8 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 44 28 checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 45 29 46 30 [[package]] 47 - name = "adler32" 48 - version = "1.2.0" 49 - source = "registry+https://github.com/rust-lang/crates.io-index" 50 - checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 51 - 52 - [[package]] 53 31 name = "aho-corasick" 54 32 version = "1.1.4" 55 33 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 83 61 ] 84 62 85 63 [[package]] 86 - name = "alloc-no-stdlib" 87 - version = "2.0.4" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 90 - 91 - [[package]] 92 - name = "alloc-stdlib" 93 - version = "0.2.2" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 96 - dependencies = [ 97 - "alloc-no-stdlib", 98 - ] 99 - 100 - [[package]] 101 64 name = "android_system_properties" 102 65 version = "0.1.5" 103 66 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 154 117 ] 155 118 156 119 [[package]] 157 - name = "ascii" 158 - version = "1.1.0" 159 - source = "registry+https://github.com/rust-lang/crates.io-index" 160 - checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" 161 - 162 - [[package]] 163 120 name = "async-compression" 164 121 version = "0.4.36" 165 122 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 173 130 ] 174 131 175 132 [[package]] 176 - name = "async-trait" 177 - version = "0.1.89" 178 - source = "registry+https://github.com/rust-lang/crates.io-index" 179 - checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 180 - dependencies = [ 181 - "proc-macro2", 182 - "quote", 183 - "syn 2.0.114", 184 - ] 185 - 186 - [[package]] 187 133 name = "atomic-polyfill" 188 134 version = "1.0.3" 189 135 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 271 217 272 218 [[package]] 273 219 name = "base64" 274 - version = "0.13.1" 275 - source = "registry+https://github.com/rust-lang/crates.io-index" 276 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 277 - 278 - [[package]] 279 - name = "base64" 280 220 version = "0.22.1" 281 221 source = "registry+https://github.com/rust-lang/crates.io-index" 282 222 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" ··· 352 292 ] 353 293 354 294 [[package]] 355 - name = "brotli" 356 - version = "3.5.0" 357 - source = "registry+https://github.com/rust-lang/crates.io-index" 358 - checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" 359 - dependencies = [ 360 - "alloc-no-stdlib", 361 - "alloc-stdlib", 362 - "brotli-decompressor", 363 - ] 364 - 365 - [[package]] 366 - name = "brotli-decompressor" 367 - version = "2.5.1" 368 - source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 370 - dependencies = [ 371 - "alloc-no-stdlib", 372 - "alloc-stdlib", 373 - ] 374 - 375 - [[package]] 376 295 name = "btree-range-map" 377 296 version = "0.7.2" 378 297 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 394 313 "cc-traits", 395 314 "slab", 396 315 "smallvec", 397 - ] 398 - 399 - [[package]] 400 - name = "buf_redux" 401 - version = "0.8.4" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f" 404 - dependencies = [ 405 - "memchr", 406 - "safemem", 407 316 ] 408 317 409 318 [[package]] ··· 476 385 ] 477 386 478 387 [[package]] 479 - name = "cesu8" 480 - version = "1.1.0" 481 - source = "registry+https://github.com/rust-lang/crates.io-index" 482 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 483 - 484 - [[package]] 485 388 name = "cfg-if" 486 389 version = "1.0.4" 487 390 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 508 411 ] 509 412 510 413 [[package]] 511 - name = "chunked_transfer" 512 - version = "1.5.0" 513 - source = "registry+https://github.com/rust-lang/crates.io-index" 514 - checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" 515 - 516 - [[package]] 517 414 name = "ciborium" 518 415 version = "0.2.2" 519 416 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 570 467 checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 571 468 572 469 [[package]] 573 - name = "combine" 574 - version = "4.6.7" 575 - source = "registry+https://github.com/rust-lang/crates.io-index" 576 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 577 - dependencies = [ 578 - "bytes", 579 - "memchr", 580 - ] 581 - 582 - [[package]] 583 470 name = "compression-codecs" 584 471 version = "0.4.35" 585 472 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 623 510 version = "0.9.4" 624 511 source = "registry+https://github.com/rust-lang/crates.io-index" 625 512 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 626 - dependencies = [ 627 - "core-foundation-sys", 628 - "libc", 629 - ] 630 - 631 - [[package]] 632 - name = "core-foundation" 633 - version = "0.10.1" 634 - source = "registry+https://github.com/rust-lang/crates.io-index" 635 - checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 636 513 dependencies = [ 637 514 "core-foundation-sys", 638 515 "libc", ··· 815 692 ] 816 693 817 694 [[package]] 818 - name = "deflate" 819 - version = "1.0.0" 820 - source = "registry+https://github.com/rust-lang/crates.io-index" 821 - checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f" 822 - dependencies = [ 823 - "adler32", 824 - "gzip-header", 825 - ] 826 - 827 - [[package]] 828 695 name = "der" 829 696 version = "0.7.10" 830 697 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 963 830 ] 964 831 965 832 [[package]] 966 - name = "enum-as-inner" 967 - version = "0.6.1" 968 - source = "registry+https://github.com/rust-lang/crates.io-index" 969 - checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 970 - dependencies = [ 971 - "heck 0.5.0", 972 - "proc-macro2", 973 - "quote", 974 - "syn 2.0.114", 975 - ] 976 - 977 - [[package]] 978 833 name = "equator" 979 834 version = "0.4.2" 980 835 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1001 856 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1002 857 1003 858 [[package]] 1004 - name = "errno" 1005 - version = "0.3.14" 1006 - source = "registry+https://github.com/rust-lang/crates.io-index" 1007 - checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1008 - dependencies = [ 1009 - "libc", 1010 - "windows-sys 0.61.2", 1011 - ] 1012 - 1013 - [[package]] 1014 859 name = "exr" 1015 860 version = "1.74.0" 1016 861 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1020 865 "half", 1021 866 "lebe", 1022 867 "miniz_oxide", 1023 - "rayon-core", 1024 868 "smallvec", 1025 869 "zune-inflate", 1026 870 ] ··· 1068 912 dependencies = [ 1069 913 "rand_core 0.6.4", 1070 914 "subtle", 1071 - ] 1072 - 1073 - [[package]] 1074 - name = "filetime" 1075 - version = "0.2.26" 1076 - source = "registry+https://github.com/rust-lang/crates.io-index" 1077 - checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" 1078 - dependencies = [ 1079 - "cfg-if", 1080 - "libc", 1081 - "libredox", 1082 - "windows-sys 0.60.2", 1083 915 ] 1084 916 1085 917 [[package]] ··· 1407 1239 ] 1408 1240 1409 1241 [[package]] 1410 - name = "gzip-header" 1411 - version = "1.0.0" 1412 - source = "registry+https://github.com/rust-lang/crates.io-index" 1413 - checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2" 1414 - dependencies = [ 1415 - "crc32fast", 1416 - ] 1417 - 1418 - [[package]] 1419 1242 name = "h2" 1420 1243 version = "0.4.13" 1421 1244 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1499 1322 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1500 1323 1501 1324 [[package]] 1502 - name = "hermit-abi" 1503 - version = "0.5.2" 1504 - source = "registry+https://github.com/rust-lang/crates.io-index" 1505 - checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1506 - 1507 - [[package]] 1508 1325 name = "hex" 1509 1326 version = "0.4.3" 1510 1327 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1517 1334 checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" 1518 1335 1519 1336 [[package]] 1520 - name = "hickory-proto" 1521 - version = "0.24.4" 1522 - source = "registry+https://github.com/rust-lang/crates.io-index" 1523 - checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" 1524 - dependencies = [ 1525 - "async-trait", 1526 - "cfg-if", 1527 - "data-encoding", 1528 - "enum-as-inner", 1529 - "futures-channel", 1530 - "futures-io", 1531 - "futures-util", 1532 - "idna", 1533 - "ipnet", 1534 - "once_cell", 1535 - "rand 0.8.5", 1536 - "thiserror 1.0.69", 1537 - "tinyvec", 1538 - "tokio", 1539 - "tracing", 1540 - "url", 1541 - ] 1542 - 1543 - [[package]] 1544 - name = "hickory-resolver" 1545 - version = "0.24.4" 1546 - source = "registry+https://github.com/rust-lang/crates.io-index" 1547 - checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" 1548 - dependencies = [ 1549 - "cfg-if", 1550 - "futures-util", 1551 - "hickory-proto", 1552 - "ipconfig", 1553 - "lru-cache", 1554 - "once_cell", 1555 - "parking_lot", 1556 - "rand 0.8.5", 1557 - "resolv-conf", 1558 - "smallvec", 1559 - "thiserror 1.0.69", 1560 - "tokio", 1561 - "tracing", 1562 - ] 1563 - 1564 - [[package]] 1565 1337 name = "hmac" 1566 1338 version = "0.12.1" 1567 1339 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1624 1396 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1625 1397 1626 1398 [[package]] 1627 - name = "httpdate" 1628 - version = "1.0.3" 1629 - source = "registry+https://github.com/rust-lang/crates.io-index" 1630 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1631 - 1632 - [[package]] 1633 1399 name = "hyper" 1634 1400 version = "1.8.1" 1635 1401 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1674 1440 source = "registry+https://github.com/rust-lang/crates.io-index" 1675 1441 checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 1676 1442 dependencies = [ 1677 - "base64 0.22.1", 1443 + "base64", 1678 1444 "bytes", 1679 1445 "futures-channel", 1680 1446 "futures-core", ··· 1686 1452 "libc", 1687 1453 "percent-encoding", 1688 1454 "pin-project-lite", 1689 - "socket2 0.6.1", 1455 + "socket2", 1690 1456 "system-configuration", 1691 1457 "tokio", 1692 1458 "tower-service", ··· 1843 1609 "png", 1844 1610 "qoi", 1845 1611 "ravif", 1846 - "rayon", 1847 1612 "rgb", 1848 1613 "tiff", 1849 1614 "zune-core 0.5.0", ··· 1857 1622 checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" 1858 1623 dependencies = [ 1859 1624 "byteorder-lite", 1860 - "quick-error 2.0.1", 1625 + "quick-error", 1861 1626 ] 1862 1627 1863 1628 [[package]] ··· 1866 1631 source = "registry+https://github.com/rust-lang/crates.io-index" 1867 1632 checksum = "3880a67ffee492100224b2ff31f4220ade971fc327c3c96faa63095a3825ea4d" 1868 1633 dependencies = [ 1869 - "ab_glyph", 1870 1634 "approx", 1871 1635 "getrandom 0.3.4", 1872 1636 "image", ··· 1875 1639 "num", 1876 1640 "rand 0.9.2", 1877 1641 "rand_distr", 1878 - "rayon", 1879 - "rustdct", 1880 1642 ] 1881 1643 1882 1644 [[package]] ··· 1938 1700 ] 1939 1701 1940 1702 [[package]] 1941 - name = "ipconfig" 1942 - version = "0.3.2" 1943 - source = "registry+https://github.com/rust-lang/crates.io-index" 1944 - checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1945 - dependencies = [ 1946 - "socket2 0.5.10", 1947 - "widestring", 1948 - "windows-sys 0.48.0", 1949 - "winreg", 1950 - ] 1951 - 1952 - [[package]] 1953 1703 name = "ipld-core" 1954 1704 version = "0.4.2" 1955 1705 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2003 1753 "http", 2004 1754 "jacquard-api", 2005 1755 "jacquard-common", 2006 - "jacquard-derive", 2007 1756 "jacquard-identity", 2008 1757 "jacquard-oauth", 2009 1758 "jose-jwk", ··· 2048 1797 source = "registry+https://github.com/rust-lang/crates.io-index" 2049 1798 checksum = "1751921e0bdae5e0077afade6161545e9ef7698306c868f800916e99ecbcaae9" 2050 1799 dependencies = [ 2051 - "base64 0.22.1", 1800 + "base64", 2052 1801 "bon", 2053 1802 "bytes", 2054 1803 "chrono", ··· 2104 1853 dependencies = [ 2105 1854 "bon", 2106 1855 "bytes", 2107 - "hickory-resolver", 2108 1856 "http", 2109 1857 "jacquard-api", 2110 1858 "jacquard-common", ··· 2157 1905 source = "registry+https://github.com/rust-lang/crates.io-index" 2158 1906 checksum = "68bf0b0e061d85b09cfa78588dc098918d5b62f539a719165c6a806a1d2c0ef2" 2159 1907 dependencies = [ 2160 - "base64 0.22.1", 1908 + "base64", 2161 1909 "bytes", 2162 1910 "chrono", 2163 1911 "dashmap", ··· 2170 1918 "miette", 2171 1919 "p256", 2172 1920 "rand 0.8.5", 2173 - "rouille", 2174 1921 "serde", 2175 1922 "serde_html_form", 2176 1923 "serde_json", ··· 2180 1927 "tokio", 2181 1928 "trait-variant", 2182 1929 "url", 2183 - "webbrowser", 2184 1930 ] 2185 1931 2186 1932 [[package]] 2187 - name = "jni" 2188 - version = "0.21.1" 2189 - source = "registry+https://github.com/rust-lang/crates.io-index" 2190 - checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2191 - dependencies = [ 2192 - "cesu8", 2193 - "cfg-if", 2194 - "combine", 2195 - "jni-sys", 2196 - "log", 2197 - "thiserror 1.0.69", 2198 - "walkdir", 2199 - "windows-sys 0.45.0", 2200 - ] 2201 - 2202 - [[package]] 2203 - name = "jni-sys" 2204 - version = "0.3.0" 2205 - source = "registry+https://github.com/rust-lang/crates.io-index" 2206 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2207 - 2208 - [[package]] 2209 1933 name = "jobserver" 2210 1934 version = "0.1.34" 2211 1935 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2322 2046 checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 2323 2047 2324 2048 [[package]] 2325 - name = "libredox" 2326 - version = "0.1.12" 2327 - source = "registry+https://github.com/rust-lang/crates.io-index" 2328 - checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 2329 - dependencies = [ 2330 - "bitflags", 2331 - "libc", 2332 - "redox_syscall 0.7.0", 2333 - ] 2334 - 2335 - [[package]] 2336 - name = "linked-hash-map" 2337 - version = "0.5.6" 2338 - source = "registry+https://github.com/rust-lang/crates.io-index" 2339 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2340 - 2341 - [[package]] 2342 - name = "linux-raw-sys" 2343 - version = "0.11.0" 2344 - source = "registry+https://github.com/rust-lang/crates.io-index" 2345 - checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 2346 - 2347 - [[package]] 2348 2049 name = "litemap" 2349 2050 version = "0.8.1" 2350 2051 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2388 2089 ] 2389 2090 2390 2091 [[package]] 2391 - name = "lru-cache" 2392 - version = "0.1.2" 2393 - source = "registry+https://github.com/rust-lang/crates.io-index" 2394 - checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 2395 - dependencies = [ 2396 - "linked-hash-map", 2397 - ] 2398 - 2399 - [[package]] 2400 2092 name = "lru-slab" 2401 2093 version = "0.1.2" 2402 2094 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2471 2163 checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 2472 2164 dependencies = [ 2473 2165 "cfg-if", 2474 - "rayon", 2475 2166 ] 2476 2167 2477 2168 [[package]] ··· 2509 2200 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2510 2201 2511 2202 [[package]] 2512 - name = "mime_guess" 2513 - version = "2.0.5" 2514 - source = "registry+https://github.com/rust-lang/crates.io-index" 2515 - checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 2516 - dependencies = [ 2517 - "mime", 2518 - "unicase", 2519 - ] 2520 - 2521 - [[package]] 2522 2203 name = "mini-moka-wasm" 2523 2204 version = "0.10.99" 2524 2205 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2594 2275 ] 2595 2276 2596 2277 [[package]] 2597 - name = "multipart" 2598 - version = "0.18.0" 2599 - source = "registry+https://github.com/rust-lang/crates.io-index" 2600 - checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182" 2601 - dependencies = [ 2602 - "buf_redux", 2603 - "httparse", 2604 - "log", 2605 - "mime", 2606 - "mime_guess", 2607 - "quick-error 1.2.3", 2608 - "rand 0.8.5", 2609 - "safemem", 2610 - "tempfile", 2611 - "twoway", 2612 - ] 2613 - 2614 - [[package]] 2615 2278 name = "n0-future" 2616 2279 version = "0.1.3" 2617 2280 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2664 2327 ] 2665 2328 2666 2329 [[package]] 2667 - name = "ndk-context" 2668 - version = "0.1.1" 2669 - source = "registry+https://github.com/rust-lang/crates.io-index" 2670 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2671 - 2672 - [[package]] 2673 2330 name = "new_debug_unreachable" 2674 2331 version = "1.0.6" 2675 2332 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2816 2473 ] 2817 2474 2818 2475 [[package]] 2819 - name = "num_cpus" 2820 - version = "1.17.0" 2821 - source = "registry+https://github.com/rust-lang/crates.io-index" 2822 - checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 2823 - dependencies = [ 2824 - "hermit-abi", 2825 - "libc", 2826 - ] 2827 - 2828 - [[package]] 2829 - name = "num_threads" 2830 - version = "0.1.7" 2831 - source = "registry+https://github.com/rust-lang/crates.io-index" 2832 - checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2833 - dependencies = [ 2834 - "libc", 2835 - ] 2836 - 2837 - [[package]] 2838 - name = "objc2" 2839 - version = "0.6.3" 2840 - source = "registry+https://github.com/rust-lang/crates.io-index" 2841 - checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 2842 - dependencies = [ 2843 - "objc2-encode", 2844 - ] 2845 - 2846 - [[package]] 2847 - name = "objc2-encode" 2848 - version = "4.1.0" 2849 - source = "registry+https://github.com/rust-lang/crates.io-index" 2850 - checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 2851 - 2852 - [[package]] 2853 - name = "objc2-foundation" 2854 - version = "0.3.2" 2855 - source = "registry+https://github.com/rust-lang/crates.io-index" 2856 - checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 2857 - dependencies = [ 2858 - "bitflags", 2859 - "objc2", 2860 - ] 2861 - 2862 - [[package]] 2863 2476 name = "once_cell" 2864 2477 version = "1.21.3" 2865 2478 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2890 2503 ] 2891 2504 2892 2505 [[package]] 2893 - name = "owned_ttf_parser" 2894 - version = "0.25.1" 2895 - source = "registry+https://github.com/rust-lang/crates.io-index" 2896 - checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" 2897 - dependencies = [ 2898 - "ttf-parser", 2899 - ] 2900 - 2901 - [[package]] 2902 2506 name = "p256" 2903 2507 version = "0.13.2" 2904 2508 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2944 2548 dependencies = [ 2945 2549 "cfg-if", 2946 2550 "libc", 2947 - "redox_syscall 0.5.18", 2551 + "redox_syscall", 2948 2552 "smallvec", 2949 2553 "windows-link", 2950 2554 ] ··· 3134 2738 ] 3135 2739 3136 2740 [[package]] 3137 - name = "primal-check" 3138 - version = "0.3.4" 3139 - source = "registry+https://github.com/rust-lang/crates.io-index" 3140 - checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08" 3141 - dependencies = [ 3142 - "num-integer", 3143 - ] 3144 - 3145 - [[package]] 3146 2741 name = "primeorder" 3147 2742 version = "0.13.6" 3148 2743 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3236 2831 3237 2832 [[package]] 3238 2833 name = "quick-error" 3239 - version = "1.2.3" 3240 - source = "registry+https://github.com/rust-lang/crates.io-index" 3241 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 3242 - 3243 - [[package]] 3244 - name = "quick-error" 3245 2834 version = "2.0.1" 3246 2835 source = "registry+https://github.com/rust-lang/crates.io-index" 3247 2836 checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" ··· 3259 2848 "quinn-udp", 3260 2849 "rustc-hash", 3261 2850 "rustls", 3262 - "socket2 0.6.1", 2851 + "socket2", 3263 2852 "thiserror 2.0.17", 3264 2853 "tokio", 3265 2854 "tracing", ··· 3296 2885 "cfg_aliases", 3297 2886 "libc", 3298 2887 "once_cell", 3299 - "socket2 0.6.1", 2888 + "socket2", 3300 2889 "tracing", 3301 2890 "windows-sys 0.60.2", 3302 2891 ] ··· 3435 3024 "avif-serialize", 3436 3025 "imgref", 3437 3026 "loop9", 3438 - "quick-error 2.0.1", 3027 + "quick-error", 3439 3028 "rav1e", 3440 - "rayon", 3441 3029 "rgb", 3442 3030 ] 3443 3031 ··· 3472 3060 version = "0.5.18" 3473 3061 source = "registry+https://github.com/rust-lang/crates.io-index" 3474 3062 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 3475 - dependencies = [ 3476 - "bitflags", 3477 - ] 3478 - 3479 - [[package]] 3480 - name = "redox_syscall" 3481 - version = "0.7.0" 3482 - source = "registry+https://github.com/rust-lang/crates.io-index" 3483 - checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27" 3484 3063 dependencies = [ 3485 3064 "bitflags", 3486 3065 ] ··· 3546 3125 source = "registry+https://github.com/rust-lang/crates.io-index" 3547 3126 checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 3548 3127 dependencies = [ 3549 - "base64 0.22.1", 3128 + "base64", 3550 3129 "bytes", 3551 3130 "encoding_rs", 3552 3131 "futures-core", ··· 3582 3161 ] 3583 3162 3584 3163 [[package]] 3585 - name = "resolv-conf" 3586 - version = "0.7.6" 3587 - source = "registry+https://github.com/rust-lang/crates.io-index" 3588 - checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 3589 - 3590 - [[package]] 3591 3164 name = "rfc6979" 3592 3165 version = "0.4.0" 3593 3166 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3618 3191 ] 3619 3192 3620 3193 [[package]] 3621 - name = "rouille" 3622 - version = "3.6.2" 3623 - source = "registry+https://github.com/rust-lang/crates.io-index" 3624 - checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921" 3625 - dependencies = [ 3626 - "base64 0.13.1", 3627 - "brotli", 3628 - "chrono", 3629 - "deflate", 3630 - "filetime", 3631 - "multipart", 3632 - "percent-encoding", 3633 - "rand 0.8.5", 3634 - "serde", 3635 - "serde_derive", 3636 - "serde_json", 3637 - "sha1_smol", 3638 - "threadpool", 3639 - "time", 3640 - "tiny_http", 3641 - "url", 3642 - ] 3643 - 3644 - [[package]] 3645 3194 name = "rsa" 3646 3195 version = "0.9.10" 3647 3196 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3677 3226 ] 3678 3227 3679 3228 [[package]] 3680 - name = "rustdct" 3681 - version = "0.7.1" 3682 - source = "registry+https://github.com/rust-lang/crates.io-index" 3683 - checksum = "8b61555105d6a9bf98797c063c362a1d24ed8ab0431655e38f1cf51e52089551" 3684 - dependencies = [ 3685 - "rustfft", 3686 - ] 3687 - 3688 - [[package]] 3689 - name = "rustfft" 3690 - version = "6.4.1" 3691 - source = "registry+https://github.com/rust-lang/crates.io-index" 3692 - checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89" 3693 - dependencies = [ 3694 - "num-complex", 3695 - "num-integer", 3696 - "num-traits", 3697 - "primal-check", 3698 - "strength_reduce", 3699 - "transpose", 3700 - ] 3701 - 3702 - [[package]] 3703 - name = "rustix" 3704 - version = "1.1.3" 3705 - source = "registry+https://github.com/rust-lang/crates.io-index" 3706 - checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 3707 - dependencies = [ 3708 - "bitflags", 3709 - "errno", 3710 - "libc", 3711 - "linux-raw-sys", 3712 - "windows-sys 0.61.2", 3713 - ] 3714 - 3715 - [[package]] 3716 3229 name = "rustls" 3717 3230 version = "0.23.36" 3718 3231 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3766 3279 checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" 3767 3280 dependencies = [ 3768 3281 "bytemuck", 3769 - ] 3770 - 3771 - [[package]] 3772 - name = "safemem" 3773 - version = "0.3.3" 3774 - source = "registry+https://github.com/rust-lang/crates.io-index" 3775 - checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 3776 - 3777 - [[package]] 3778 - name = "same-file" 3779 - version = "1.0.6" 3780 - source = "registry+https://github.com/rust-lang/crates.io-index" 3781 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3782 - dependencies = [ 3783 - "winapi-util", 3784 3282 ] 3785 3283 3786 3284 [[package]] ··· 3952 3450 source = "registry+https://github.com/rust-lang/crates.io-index" 3953 3451 checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" 3954 3452 dependencies = [ 3955 - "base64 0.22.1", 3453 + "base64", 3956 3454 "chrono", 3957 3455 "hex", 3958 3456 "indexmap 1.9.3", ··· 3978 3476 ] 3979 3477 3980 3478 [[package]] 3981 - name = "sha1_smol" 3982 - version = "1.0.1" 3983 - source = "registry+https://github.com/rust-lang/crates.io-index" 3984 - checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 3985 - 3986 - [[package]] 3987 3479 name = "sha2" 3988 3480 version = "0.10.9" 3989 3481 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4077 3569 4078 3570 [[package]] 4079 3571 name = "socket2" 4080 - version = "0.5.10" 4081 - source = "registry+https://github.com/rust-lang/crates.io-index" 4082 - checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 4083 - dependencies = [ 4084 - "libc", 4085 - "windows-sys 0.52.0", 4086 - ] 4087 - 4088 - [[package]] 4089 - name = "socket2" 4090 3572 version = "0.6.1" 4091 3573 source = "registry+https://github.com/rust-lang/crates.io-index" 4092 3574 checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" ··· 4153 3635 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4154 3636 4155 3637 [[package]] 4156 - name = "strength_reduce" 4157 - version = "0.2.4" 4158 - source = "registry+https://github.com/rust-lang/crates.io-index" 4159 - checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" 4160 - 4161 - [[package]] 4162 3638 name = "string_cache" 4163 3639 version = "0.8.9" 4164 3640 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4244 3720 checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 4245 3721 dependencies = [ 4246 3722 "bitflags", 4247 - "core-foundation 0.9.4", 3723 + "core-foundation", 4248 3724 "system-configuration-sys", 4249 3725 ] 4250 3726 ··· 4265 3741 checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 4266 3742 4267 3743 [[package]] 4268 - name = "tempfile" 4269 - version = "3.24.0" 4270 - source = "registry+https://github.com/rust-lang/crates.io-index" 4271 - checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" 4272 - dependencies = [ 4273 - "fastrand", 4274 - "getrandom 0.3.4", 4275 - "once_cell", 4276 - "rustix", 4277 - "windows-sys 0.61.2", 4278 - ] 4279 - 4280 - [[package]] 4281 3744 name = "tendril" 4282 3745 version = "0.4.3" 4283 3746 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4338 3801 ] 4339 3802 4340 3803 [[package]] 4341 - name = "threadpool" 4342 - version = "1.8.1" 4343 - source = "registry+https://github.com/rust-lang/crates.io-index" 4344 - checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 4345 - dependencies = [ 4346 - "num_cpus", 4347 - ] 4348 - 4349 - [[package]] 4350 3804 name = "tiff" 4351 3805 version = "0.10.3" 4352 3806 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4355 3809 "fax", 4356 3810 "flate2", 4357 3811 "half", 4358 - "quick-error 2.0.1", 3812 + "quick-error", 4359 3813 "weezl", 4360 3814 "zune-jpeg 0.4.21", 4361 3815 ] ··· 4368 3822 dependencies = [ 4369 3823 "deranged", 4370 3824 "itoa", 4371 - "libc", 4372 3825 "num-conv", 4373 - "num_threads", 4374 3826 "powerfmt", 4375 3827 "serde", 4376 3828 "time-core", ··· 4394 3846 ] 4395 3847 4396 3848 [[package]] 4397 - name = "tiny_http" 4398 - version = "0.12.0" 4399 - source = "registry+https://github.com/rust-lang/crates.io-index" 4400 - checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" 4401 - dependencies = [ 4402 - "ascii", 4403 - "chunked_transfer", 4404 - "httpdate", 4405 - "log", 4406 - ] 4407 - 4408 - [[package]] 4409 3849 name = "tinystr" 4410 3850 version = "0.8.2" 4411 3851 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4440 3880 "libc", 4441 3881 "mio", 4442 3882 "pin-project-lite", 4443 - "socket2 0.6.1", 3883 + "socket2", 4444 3884 "tokio-macros", 4445 3885 "windows-sys 0.61.2", 4446 3886 ] ··· 4603 4043 ] 4604 4044 4605 4045 [[package]] 4606 - name = "transpose" 4607 - version = "0.2.3" 4608 - source = "registry+https://github.com/rust-lang/crates.io-index" 4609 - checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e" 4610 - dependencies = [ 4611 - "num-integer", 4612 - "strength_reduce", 4613 - ] 4614 - 4615 - [[package]] 4616 4046 name = "triomphe" 4617 4047 version = "0.1.15" 4618 4048 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4625 4055 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4626 4056 4627 4057 [[package]] 4628 - name = "ttf-parser" 4629 - version = "0.25.1" 4630 - source = "registry+https://github.com/rust-lang/crates.io-index" 4631 - checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 4632 - 4633 - [[package]] 4634 - name = "twoway" 4635 - version = "0.1.8" 4636 - source = "registry+https://github.com/rust-lang/crates.io-index" 4637 - checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1" 4638 - dependencies = [ 4639 - "memchr", 4640 - ] 4641 - 4642 - [[package]] 4643 4058 name = "typenum" 4644 4059 version = "1.19.0" 4645 4060 source = "registry+https://github.com/rust-lang/crates.io-index" 4646 4061 checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 4647 - 4648 - [[package]] 4649 - name = "unicase" 4650 - version = "2.9.0" 4651 - source = "registry+https://github.com/rust-lang/crates.io-index" 4652 - checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 4653 4062 4654 4063 [[package]] 4655 4064 name = "unicode-ident" ··· 4740 4149 version = "0.9.5" 4741 4150 source = "registry+https://github.com/rust-lang/crates.io-index" 4742 4151 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4743 - 4744 - [[package]] 4745 - name = "walkdir" 4746 - version = "2.5.0" 4747 - source = "registry+https://github.com/rust-lang/crates.io-index" 4748 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4749 - dependencies = [ 4750 - "same-file", 4751 - "winapi-util", 4752 - ] 4753 4152 4754 4153 [[package]] 4755 4154 name = "want" ··· 4767 4166 "image", 4768 4167 "imageproc", 4769 4168 "jacquard", 4770 - "jacquard-api", 4771 - "jacquard-identity", 4772 4169 "tokio", 4773 4170 ] 4774 4171 ··· 4866 4263 ] 4867 4264 4868 4265 [[package]] 4869 - name = "webbrowser" 4870 - version = "1.0.6" 4871 - source = "registry+https://github.com/rust-lang/crates.io-index" 4872 - checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97" 4873 - dependencies = [ 4874 - "core-foundation 0.10.1", 4875 - "jni", 4876 - "log", 4877 - "ndk-context", 4878 - "objc2", 4879 - "objc2-foundation", 4880 - "url", 4881 - "web-sys", 4882 - ] 4883 - 4884 - [[package]] 4885 4266 name = "webpage" 4886 4267 version = "2.0.1" 4887 4268 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4919 4300 ] 4920 4301 4921 4302 [[package]] 4922 - name = "widestring" 4923 - version = "1.2.1" 4924 - source = "registry+https://github.com/rust-lang/crates.io-index" 4925 - checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 4926 - 4927 - [[package]] 4928 - name = "winapi-util" 4929 - version = "0.1.11" 4930 - source = "registry+https://github.com/rust-lang/crates.io-index" 4931 - checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4932 - dependencies = [ 4933 - "windows-sys 0.61.2", 4934 - ] 4935 - 4936 - [[package]] 4937 4303 name = "windows-core" 4938 4304 version = "0.62.2" 4939 4305 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5005 4371 5006 4372 [[package]] 5007 4373 name = "windows-sys" 5008 - version = "0.45.0" 5009 - source = "registry+https://github.com/rust-lang/crates.io-index" 5010 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5011 - dependencies = [ 5012 - "windows-targets 0.42.2", 5013 - ] 5014 - 5015 - [[package]] 5016 - name = "windows-sys" 5017 - version = "0.48.0" 5018 - source = "registry+https://github.com/rust-lang/crates.io-index" 5019 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5020 - dependencies = [ 5021 - "windows-targets 0.48.5", 5022 - ] 5023 - 5024 - [[package]] 5025 - name = "windows-sys" 5026 4374 version = "0.52.0" 5027 4375 source = "registry+https://github.com/rust-lang/crates.io-index" 5028 4376 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" ··· 5050 4398 5051 4399 [[package]] 5052 4400 name = "windows-targets" 5053 - version = "0.42.2" 5054 - source = "registry+https://github.com/rust-lang/crates.io-index" 5055 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5056 - dependencies = [ 5057 - "windows_aarch64_gnullvm 0.42.2", 5058 - "windows_aarch64_msvc 0.42.2", 5059 - "windows_i686_gnu 0.42.2", 5060 - "windows_i686_msvc 0.42.2", 5061 - "windows_x86_64_gnu 0.42.2", 5062 - "windows_x86_64_gnullvm 0.42.2", 5063 - "windows_x86_64_msvc 0.42.2", 5064 - ] 5065 - 5066 - [[package]] 5067 - name = "windows-targets" 5068 - version = "0.48.5" 5069 - source = "registry+https://github.com/rust-lang/crates.io-index" 5070 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5071 - dependencies = [ 5072 - "windows_aarch64_gnullvm 0.48.5", 5073 - "windows_aarch64_msvc 0.48.5", 5074 - "windows_i686_gnu 0.48.5", 5075 - "windows_i686_msvc 0.48.5", 5076 - "windows_x86_64_gnu 0.48.5", 5077 - "windows_x86_64_gnullvm 0.48.5", 5078 - "windows_x86_64_msvc 0.48.5", 5079 - ] 5080 - 5081 - [[package]] 5082 - name = "windows-targets" 5083 4401 version = "0.52.6" 5084 4402 source = "registry+https://github.com/rust-lang/crates.io-index" 5085 4403 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" ··· 5113 4431 5114 4432 [[package]] 5115 4433 name = "windows_aarch64_gnullvm" 5116 - version = "0.42.2" 5117 - source = "registry+https://github.com/rust-lang/crates.io-index" 5118 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5119 - 5120 - [[package]] 5121 - name = "windows_aarch64_gnullvm" 5122 - version = "0.48.5" 5123 - source = "registry+https://github.com/rust-lang/crates.io-index" 5124 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5125 - 5126 - [[package]] 5127 - name = "windows_aarch64_gnullvm" 5128 4434 version = "0.52.6" 5129 4435 source = "registry+https://github.com/rust-lang/crates.io-index" 5130 4436 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" ··· 5137 4443 5138 4444 [[package]] 5139 4445 name = "windows_aarch64_msvc" 5140 - version = "0.42.2" 5141 - source = "registry+https://github.com/rust-lang/crates.io-index" 5142 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5143 - 5144 - [[package]] 5145 - name = "windows_aarch64_msvc" 5146 - version = "0.48.5" 5147 - source = "registry+https://github.com/rust-lang/crates.io-index" 5148 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5149 - 5150 - [[package]] 5151 - name = "windows_aarch64_msvc" 5152 4446 version = "0.52.6" 5153 4447 source = "registry+https://github.com/rust-lang/crates.io-index" 5154 4448 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" ··· 5161 4455 5162 4456 [[package]] 5163 4457 name = "windows_i686_gnu" 5164 - version = "0.42.2" 5165 - source = "registry+https://github.com/rust-lang/crates.io-index" 5166 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5167 - 5168 - [[package]] 5169 - name = "windows_i686_gnu" 5170 - version = "0.48.5" 5171 - source = "registry+https://github.com/rust-lang/crates.io-index" 5172 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 5173 - 5174 - [[package]] 5175 - name = "windows_i686_gnu" 5176 4458 version = "0.52.6" 5177 4459 source = "registry+https://github.com/rust-lang/crates.io-index" 5178 4460 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" ··· 5197 4479 5198 4480 [[package]] 5199 4481 name = "windows_i686_msvc" 5200 - version = "0.42.2" 5201 - source = "registry+https://github.com/rust-lang/crates.io-index" 5202 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5203 - 5204 - [[package]] 5205 - name = "windows_i686_msvc" 5206 - version = "0.48.5" 5207 - source = "registry+https://github.com/rust-lang/crates.io-index" 5208 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 5209 - 5210 - [[package]] 5211 - name = "windows_i686_msvc" 5212 4482 version = "0.52.6" 5213 4483 source = "registry+https://github.com/rust-lang/crates.io-index" 5214 4484 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" ··· 5221 4491 5222 4492 [[package]] 5223 4493 name = "windows_x86_64_gnu" 5224 - version = "0.42.2" 5225 - source = "registry+https://github.com/rust-lang/crates.io-index" 5226 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5227 - 5228 - [[package]] 5229 - name = "windows_x86_64_gnu" 5230 - version = "0.48.5" 5231 - source = "registry+https://github.com/rust-lang/crates.io-index" 5232 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 5233 - 5234 - [[package]] 5235 - name = "windows_x86_64_gnu" 5236 4494 version = "0.52.6" 5237 4495 source = "registry+https://github.com/rust-lang/crates.io-index" 5238 4496 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" ··· 5245 4503 5246 4504 [[package]] 5247 4505 name = "windows_x86_64_gnullvm" 5248 - version = "0.42.2" 5249 - source = "registry+https://github.com/rust-lang/crates.io-index" 5250 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5251 - 5252 - [[package]] 5253 - name = "windows_x86_64_gnullvm" 5254 - version = "0.48.5" 5255 - source = "registry+https://github.com/rust-lang/crates.io-index" 5256 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 5257 - 5258 - [[package]] 5259 - name = "windows_x86_64_gnullvm" 5260 4506 version = "0.52.6" 5261 4507 source = "registry+https://github.com/rust-lang/crates.io-index" 5262 4508 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" ··· 5269 4515 5270 4516 [[package]] 5271 4517 name = "windows_x86_64_msvc" 5272 - version = "0.42.2" 5273 - source = "registry+https://github.com/rust-lang/crates.io-index" 5274 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5275 - 5276 - [[package]] 5277 - name = "windows_x86_64_msvc" 5278 - version = "0.48.5" 5279 - source = "registry+https://github.com/rust-lang/crates.io-index" 5280 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 5281 - 5282 - [[package]] 5283 - name = "windows_x86_64_msvc" 5284 4518 version = "0.52.6" 5285 4519 source = "registry+https://github.com/rust-lang/crates.io-index" 5286 4520 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" ··· 5290 4524 version = "0.53.1" 5291 4525 source = "registry+https://github.com/rust-lang/crates.io-index" 5292 4526 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 5293 - 5294 - [[package]] 5295 - name = "winreg" 5296 - version = "0.50.0" 5297 - source = "registry+https://github.com/rust-lang/crates.io-index" 5298 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 5299 - dependencies = [ 5300 - "cfg-if", 5301 - "windows-sys 0.48.0", 5302 - ] 5303 4527 5304 4528 [[package]] 5305 4529 name = "wit-bindgen"
+8 -5
Cargo.toml
··· 5 5 edition = "2024" 6 6 license = "EUPL-1.2" 7 7 8 + [profile.release] 9 + opt-level = "z" 10 + strip = true 11 + lto = "fat" 12 + panic = "abort" 8 13 9 14 [dependencies] 10 - image = "0.25.9" 11 - imageproc = "0.26.0" 12 - jacquard = "0.9.5" 13 - jacquard-api = "0.9.5" 14 - jacquard-identity = "0.9.5" 15 + image = { version = "0.25.9", default-features = false, features = ["default-formats"] } 16 + imageproc = { version = "0.26.0", default-features = false } 17 + jacquard = { version = "0.9.5", default-features = false, features = ["api_bluesky", "cache"] } 15 18 tokio = "1.49.0"
+7 -4
src/main.rs
··· 1 - use image::{DynamicImage, ImageReader}; 2 - use imageproc::geometric_transformations::{Interpolation, rotate}; 1 + use imageproc::{ 2 + geometric_transformations::{Interpolation, rotate}, 3 + image, 4 + image::{DynamicImage, ImageReader}, 5 + }; 3 6 use jacquard::{ 7 + api::app_bsky::actor::profile::Profile, 4 8 client::{ 5 9 Agent, AgentSessionExt, AtpSession, MemoryCredentialSession, MemorySessionStore, 6 10 credential_session::{CredentialSession, SessionKey}, 7 11 }, 8 12 cowstr::ToCowStr, 13 + identity::JacquardResolver, 9 14 types::{aturi::AtUri, blob::MimeType}, 10 15 }; 11 - use jacquard_api::app_bsky::actor::profile::Profile; 12 - use jacquard_identity::JacquardResolver; 13 16 use std::{ 14 17 env, 15 18 io::Cursor,