printer on atproto
4
fork

Configure Feed

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

use linemd from crates io

dawn c8511e30 18975763

+388 -62
+360 -57
Cargo.lock
··· 118 118 "num-traits", 119 119 "pastey", 120 120 "rayon", 121 - "thiserror", 121 + "thiserror 2.0.18", 122 122 "v_frame", 123 123 "y4m", 124 124 ] ··· 144 144 checksum = "375082f007bd67184fb9c0374614b29f9aaa604ec301635f72338bb65386a53d" 145 145 dependencies = [ 146 146 "arrayvec", 147 + ] 148 + 149 + [[package]] 150 + name = "aws-lc-rs" 151 + version = "1.16.2" 152 + source = "registry+https://github.com/rust-lang/crates.io-index" 153 + checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc" 154 + dependencies = [ 155 + "aws-lc-sys", 156 + "zeroize", 157 + ] 158 + 159 + [[package]] 160 + name = "aws-lc-sys" 161 + version = "0.39.1" 162 + source = "registry+https://github.com/rust-lang/crates.io-index" 163 + checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399" 164 + dependencies = [ 165 + "cc", 166 + "cmake", 167 + "dunce", 168 + "fs_extra", 147 169 ] 148 170 149 171 [[package]] ··· 231 253 ] 232 254 233 255 [[package]] 256 + name = "cesu8" 257 + version = "1.1.0" 258 + source = "registry+https://github.com/rust-lang/crates.io-index" 259 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 260 + 261 + [[package]] 234 262 name = "cfg-if" 235 263 version = "1.0.4" 236 264 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 256 284 ] 257 285 258 286 [[package]] 287 + name = "cmake" 288 + version = "0.1.58" 289 + source = "registry+https://github.com/rust-lang/crates.io-index" 290 + checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" 291 + dependencies = [ 292 + "cc", 293 + ] 294 + 295 + [[package]] 259 296 name = "color_quant" 260 297 version = "1.1.0" 261 298 source = "registry+https://github.com/rust-lang/crates.io-index" 262 299 checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 300 + 301 + [[package]] 302 + name = "combine" 303 + version = "4.6.7" 304 + source = "registry+https://github.com/rust-lang/crates.io-index" 305 + checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 306 + dependencies = [ 307 + "bytes", 308 + "memchr", 309 + ] 263 310 264 311 [[package]] 265 312 name = "core-foundation" ··· 337 384 338 385 [[package]] 339 386 name = "crypto-common" 340 - version = "0.1.6" 387 + version = "0.1.7" 341 388 source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 389 + checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 343 390 dependencies = [ 344 391 "generic-array", 345 392 "typenum", ··· 373 420 ] 374 421 375 422 [[package]] 423 + name = "dunce" 424 + version = "1.0.5" 425 + source = "registry+https://github.com/rust-lang/crates.io-index" 426 + checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 427 + 428 + [[package]] 376 429 name = "either" 377 430 version = "1.15.0" 378 431 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 502 555 ] 503 556 504 557 [[package]] 558 + name = "fs_extra" 559 + version = "1.3.0" 560 + source = "registry+https://github.com/rust-lang/crates.io-index" 561 + checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 562 + 563 + [[package]] 505 564 name = "futures-channel" 506 565 version = "0.3.32" 507 566 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 543 602 544 603 [[package]] 545 604 name = "generic-array" 546 - version = "0.14.9" 605 + version = "0.14.7" 547 606 source = "registry+https://github.com/rust-lang/crates.io-index" 548 - checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 607 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 549 608 dependencies = [ 550 609 "typenum", 551 610 "version_check", ··· 681 740 "hyper", 682 741 "hyper-util", 683 742 "rustls", 684 - "rustls-native-certs", 685 743 "tokio", 686 744 "tokio-rustls", 687 745 "tower-service", ··· 940 998 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 941 999 942 1000 [[package]] 1001 + name = "jni" 1002 + version = "0.21.1" 1003 + source = "registry+https://github.com/rust-lang/crates.io-index" 1004 + checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 1005 + dependencies = [ 1006 + "cesu8", 1007 + "cfg-if", 1008 + "combine", 1009 + "jni-sys 0.3.1", 1010 + "log", 1011 + "thiserror 1.0.69", 1012 + "walkdir", 1013 + "windows-sys 0.45.0", 1014 + ] 1015 + 1016 + [[package]] 1017 + name = "jni-sys" 1018 + version = "0.3.1" 1019 + source = "registry+https://github.com/rust-lang/crates.io-index" 1020 + checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" 1021 + dependencies = [ 1022 + "jni-sys 0.4.1", 1023 + ] 1024 + 1025 + [[package]] 1026 + name = "jni-sys" 1027 + version = "0.4.1" 1028 + source = "registry+https://github.com/rust-lang/crates.io-index" 1029 + checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" 1030 + dependencies = [ 1031 + "jni-sys-macros", 1032 + ] 1033 + 1034 + [[package]] 1035 + name = "jni-sys-macros" 1036 + version = "0.4.1" 1037 + source = "registry+https://github.com/rust-lang/crates.io-index" 1038 + checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" 1039 + dependencies = [ 1040 + "quote", 1041 + "syn", 1042 + ] 1043 + 1044 + [[package]] 943 1045 name = "jobserver" 944 1046 version = "0.1.34" 945 1047 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1023 1125 1024 1126 [[package]] 1025 1127 name = "linemd" 1026 - version = "0.4.0" 1027 - source = "git+https://github.com/90-008/linemd#e97975b8e12bd0963dae492e64e54f95dcd70085" 1128 + version = "0.5.0" 1129 + source = "registry+https://github.com/rust-lang/crates.io-index" 1130 + checksum = "47e8d932ea5e37464982f193ac2c9a7263d9ffaf5a9622688bbf981cc5b0fc92" 1028 1131 1029 1132 [[package]] 1030 1133 name = "linux-raw-sys" ··· 1423 1526 "rustc-hash", 1424 1527 "rustls", 1425 1528 "socket2", 1426 - "thiserror", 1529 + "thiserror 2.0.18", 1427 1530 "tokio", 1428 1531 "tracing", 1429 1532 "web-time", ··· 1435 1538 source = "registry+https://github.com/rust-lang/crates.io-index" 1436 1539 checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 1437 1540 dependencies = [ 1541 + "aws-lc-rs", 1438 1542 "bytes", 1439 1543 "getrandom 0.3.4", 1440 1544 "lru-slab", ··· 1444 1548 "rustls", 1445 1549 "rustls-pki-types", 1446 1550 "slab", 1447 - "thiserror", 1551 + "thiserror 2.0.18", 1448 1552 "tinyvec", 1449 1553 "tracing", 1450 1554 "web-time", ··· 1461 1565 "once_cell", 1462 1566 "socket2", 1463 1567 "tracing", 1464 - "windows-sys 0.52.0", 1568 + "windows-sys 0.60.2", 1465 1569 ] 1466 1570 1467 1571 [[package]] ··· 1538 1642 "rand", 1539 1643 "rand_chacha", 1540 1644 "simd_helpers", 1541 - "thiserror", 1645 + "thiserror 2.0.18", 1542 1646 "v_frame", 1543 1647 "wasm-bindgen", 1544 1648 ] ··· 1560 1664 1561 1665 [[package]] 1562 1666 name = "rayon" 1563 - version = "1.11.0" 1667 + version = "1.12.0" 1564 1668 source = "registry+https://github.com/rust-lang/crates.io-index" 1565 - checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 1669 + checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" 1566 1670 dependencies = [ 1567 1671 "either", 1568 1672 "rayon-core", ··· 1589 1693 1590 1694 [[package]] 1591 1695 name = "reqwest" 1592 - version = "0.12.28" 1696 + version = "0.13.2" 1593 1697 source = "registry+https://github.com/rust-lang/crates.io-index" 1594 - checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 1698 + checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" 1595 1699 dependencies = [ 1596 1700 "base64", 1597 1701 "bytes", ··· 1608 1712 "pin-project-lite", 1609 1713 "quinn", 1610 1714 "rustls", 1611 - "rustls-native-certs", 1612 1715 "rustls-pki-types", 1716 + "rustls-platform-verifier", 1613 1717 "serde", 1614 1718 "serde_json", 1615 - "serde_urlencoded", 1616 1719 "sync_wrapper", 1617 1720 "tokio", 1618 1721 "tokio-rustls", ··· 1680 1783 source = "registry+https://github.com/rust-lang/crates.io-index" 1681 1784 checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21" 1682 1785 dependencies = [ 1786 + "aws-lc-rs", 1683 1787 "once_cell", 1684 - "ring", 1685 1788 "rustls-pki-types", 1686 1789 "rustls-webpki", 1687 1790 "subtle", ··· 1711 1814 ] 1712 1815 1713 1816 [[package]] 1817 + name = "rustls-platform-verifier" 1818 + version = "0.6.2" 1819 + source = "registry+https://github.com/rust-lang/crates.io-index" 1820 + checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" 1821 + dependencies = [ 1822 + "core-foundation", 1823 + "core-foundation-sys", 1824 + "jni", 1825 + "log", 1826 + "once_cell", 1827 + "rustls", 1828 + "rustls-native-certs", 1829 + "rustls-platform-verifier-android", 1830 + "rustls-webpki", 1831 + "security-framework", 1832 + "security-framework-sys", 1833 + "webpki-root-certs", 1834 + "windows-sys 0.61.2", 1835 + ] 1836 + 1837 + [[package]] 1838 + name = "rustls-platform-verifier-android" 1839 + version = "0.1.1" 1840 + source = "registry+https://github.com/rust-lang/crates.io-index" 1841 + checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" 1842 + 1843 + [[package]] 1714 1844 name = "rustls-webpki" 1715 1845 version = "0.103.11" 1716 1846 source = "registry+https://github.com/rust-lang/crates.io-index" 1717 1847 checksum = "20a6af516fea4b20eccceaf166e8aa666ac996208e8a644ce3ef5aa783bc7cd4" 1718 1848 dependencies = [ 1849 + "aws-lc-rs", 1719 1850 "ring", 1720 1851 "rustls-pki-types", 1721 1852 "untrusted", ··· 1728 1859 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1729 1860 1730 1861 [[package]] 1731 - name = "ryu" 1732 - version = "1.0.23" 1862 + name = "same-file" 1863 + version = "1.0.6" 1733 1864 source = "registry+https://github.com/rust-lang/crates.io-index" 1734 - checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 1865 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1866 + dependencies = [ 1867 + "winapi-util", 1868 + ] 1735 1869 1736 1870 [[package]] 1737 1871 name = "schannel" ··· 1812 1946 "serde", 1813 1947 "serde_core", 1814 1948 "zmij", 1815 - ] 1816 - 1817 - [[package]] 1818 - name = "serde_urlencoded" 1819 - version = "0.7.1" 1820 - source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1822 - dependencies = [ 1823 - "form_urlencoded", 1824 - "itoa", 1825 - "ryu", 1826 - "serde", 1827 1949 ] 1828 1950 1829 1951 [[package]] ··· 1963 2085 1964 2086 [[package]] 1965 2087 name = "thiserror" 2088 + version = "1.0.69" 2089 + source = "registry+https://github.com/rust-lang/crates.io-index" 2090 + checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2091 + dependencies = [ 2092 + "thiserror-impl 1.0.69", 2093 + ] 2094 + 2095 + [[package]] 2096 + name = "thiserror" 1966 2097 version = "2.0.18" 1967 2098 source = "registry+https://github.com/rust-lang/crates.io-index" 1968 2099 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1969 2100 dependencies = [ 1970 - "thiserror-impl", 2101 + "thiserror-impl 2.0.18", 2102 + ] 2103 + 2104 + [[package]] 2105 + name = "thiserror-impl" 2106 + version = "1.0.69" 2107 + source = "registry+https://github.com/rust-lang/crates.io-index" 2108 + checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2109 + dependencies = [ 2110 + "proc-macro2", 2111 + "quote", 2112 + "syn", 1971 2113 ] 1972 2114 1973 2115 [[package]] ··· 2069 2211 2070 2212 [[package]] 2071 2213 name = "tokio-tungstenite" 2072 - version = "0.26.2" 2214 + version = "0.29.0" 2073 2215 source = "registry+https://github.com/rust-lang/crates.io-index" 2074 - checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" 2216 + checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c" 2075 2217 dependencies = [ 2076 2218 "futures-util", 2077 2219 "log", ··· 2193 2335 2194 2336 [[package]] 2195 2337 name = "tungstenite" 2196 - version = "0.26.2" 2338 + version = "0.29.0" 2197 2339 source = "registry+https://github.com/rust-lang/crates.io-index" 2198 - checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" 2340 + checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" 2199 2341 dependencies = [ 2200 2342 "bytes", 2201 2343 "data-encoding", ··· 2206 2348 "rustls", 2207 2349 "rustls-pki-types", 2208 2350 "sha1", 2209 - "thiserror", 2210 - "utf-8", 2351 + "thiserror 2.0.18", 2211 2352 ] 2212 2353 2213 2354 [[package]] ··· 2222 2363 source = "registry+https://github.com/rust-lang/crates.io-index" 2223 2364 checksum = "4064ed685c487dbc25bd3f0e9548f2e34bab9d18cefc700f9ec2dba74ba1138e" 2224 2365 dependencies = [ 2225 - "thiserror", 2366 + "thiserror 2.0.18", 2226 2367 ] 2227 2368 2228 2369 [[package]] ··· 2256 2397 ] 2257 2398 2258 2399 [[package]] 2259 - name = "utf-8" 2260 - version = "0.7.6" 2261 - source = "registry+https://github.com/rust-lang/crates.io-index" 2262 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2263 - 2264 - [[package]] 2265 2400 name = "utf8_iter" 2266 2401 version = "1.0.4" 2267 2402 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2297 2432 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2298 2433 2299 2434 [[package]] 2435 + name = "walkdir" 2436 + version = "2.5.0" 2437 + source = "registry+https://github.com/rust-lang/crates.io-index" 2438 + checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 2439 + dependencies = [ 2440 + "same-file", 2441 + "winapi-util", 2442 + ] 2443 + 2444 + [[package]] 2300 2445 name = "want" 2301 2446 version = "0.3.1" 2302 2447 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2396 2541 ] 2397 2542 2398 2543 [[package]] 2544 + name = "webpki-root-certs" 2545 + version = "1.0.6" 2546 + source = "registry+https://github.com/rust-lang/crates.io-index" 2547 + checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" 2548 + dependencies = [ 2549 + "rustls-pki-types", 2550 + ] 2551 + 2552 + [[package]] 2399 2553 name = "weezl" 2400 2554 version = "0.1.12" 2401 2555 source = "registry+https://github.com/rust-lang/crates.io-index" 2402 2556 checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" 2557 + 2558 + [[package]] 2559 + name = "winapi-util" 2560 + version = "0.1.11" 2561 + source = "registry+https://github.com/rust-lang/crates.io-index" 2562 + checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 2563 + dependencies = [ 2564 + "windows-sys 0.61.2", 2565 + ] 2403 2566 2404 2567 [[package]] 2405 2568 name = "windows-core" ··· 2462 2625 2463 2626 [[package]] 2464 2627 name = "windows-sys" 2628 + version = "0.45.0" 2629 + source = "registry+https://github.com/rust-lang/crates.io-index" 2630 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2631 + dependencies = [ 2632 + "windows-targets 0.42.2", 2633 + ] 2634 + 2635 + [[package]] 2636 + name = "windows-sys" 2465 2637 version = "0.52.0" 2466 2638 source = "registry+https://github.com/rust-lang/crates.io-index" 2467 2639 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2468 2640 dependencies = [ 2469 - "windows-targets", 2641 + "windows-targets 0.52.6", 2642 + ] 2643 + 2644 + [[package]] 2645 + name = "windows-sys" 2646 + version = "0.60.2" 2647 + source = "registry+https://github.com/rust-lang/crates.io-index" 2648 + checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2649 + dependencies = [ 2650 + "windows-targets 0.53.5", 2470 2651 ] 2471 2652 2472 2653 [[package]] ··· 2480 2661 2481 2662 [[package]] 2482 2663 name = "windows-targets" 2664 + version = "0.42.2" 2665 + source = "registry+https://github.com/rust-lang/crates.io-index" 2666 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2667 + dependencies = [ 2668 + "windows_aarch64_gnullvm 0.42.2", 2669 + "windows_aarch64_msvc 0.42.2", 2670 + "windows_i686_gnu 0.42.2", 2671 + "windows_i686_msvc 0.42.2", 2672 + "windows_x86_64_gnu 0.42.2", 2673 + "windows_x86_64_gnullvm 0.42.2", 2674 + "windows_x86_64_msvc 0.42.2", 2675 + ] 2676 + 2677 + [[package]] 2678 + name = "windows-targets" 2483 2679 version = "0.52.6" 2484 2680 source = "registry+https://github.com/rust-lang/crates.io-index" 2485 2681 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2486 2682 dependencies = [ 2487 - "windows_aarch64_gnullvm", 2488 - "windows_aarch64_msvc", 2489 - "windows_i686_gnu", 2490 - "windows_i686_gnullvm", 2491 - "windows_i686_msvc", 2492 - "windows_x86_64_gnu", 2493 - "windows_x86_64_gnullvm", 2494 - "windows_x86_64_msvc", 2683 + "windows_aarch64_gnullvm 0.52.6", 2684 + "windows_aarch64_msvc 0.52.6", 2685 + "windows_i686_gnu 0.52.6", 2686 + "windows_i686_gnullvm 0.52.6", 2687 + "windows_i686_msvc 0.52.6", 2688 + "windows_x86_64_gnu 0.52.6", 2689 + "windows_x86_64_gnullvm 0.52.6", 2690 + "windows_x86_64_msvc 0.52.6", 2495 2691 ] 2496 2692 2497 2693 [[package]] 2694 + name = "windows-targets" 2695 + version = "0.53.5" 2696 + source = "registry+https://github.com/rust-lang/crates.io-index" 2697 + checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2698 + dependencies = [ 2699 + "windows-link", 2700 + "windows_aarch64_gnullvm 0.53.1", 2701 + "windows_aarch64_msvc 0.53.1", 2702 + "windows_i686_gnu 0.53.1", 2703 + "windows_i686_gnullvm 0.53.1", 2704 + "windows_i686_msvc 0.53.1", 2705 + "windows_x86_64_gnu 0.53.1", 2706 + "windows_x86_64_gnullvm 0.53.1", 2707 + "windows_x86_64_msvc 0.53.1", 2708 + ] 2709 + 2710 + [[package]] 2711 + name = "windows_aarch64_gnullvm" 2712 + version = "0.42.2" 2713 + source = "registry+https://github.com/rust-lang/crates.io-index" 2714 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2715 + 2716 + [[package]] 2498 2717 name = "windows_aarch64_gnullvm" 2499 2718 version = "0.52.6" 2500 2719 source = "registry+https://github.com/rust-lang/crates.io-index" 2501 2720 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2721 + 2722 + [[package]] 2723 + name = "windows_aarch64_gnullvm" 2724 + version = "0.53.1" 2725 + source = "registry+https://github.com/rust-lang/crates.io-index" 2726 + checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2727 + 2728 + [[package]] 2729 + name = "windows_aarch64_msvc" 2730 + version = "0.42.2" 2731 + source = "registry+https://github.com/rust-lang/crates.io-index" 2732 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2502 2733 2503 2734 [[package]] 2504 2735 name = "windows_aarch64_msvc" ··· 2507 2738 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2508 2739 2509 2740 [[package]] 2741 + name = "windows_aarch64_msvc" 2742 + version = "0.53.1" 2743 + source = "registry+https://github.com/rust-lang/crates.io-index" 2744 + checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2745 + 2746 + [[package]] 2747 + name = "windows_i686_gnu" 2748 + version = "0.42.2" 2749 + source = "registry+https://github.com/rust-lang/crates.io-index" 2750 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2751 + 2752 + [[package]] 2510 2753 name = "windows_i686_gnu" 2511 2754 version = "0.52.6" 2512 2755 source = "registry+https://github.com/rust-lang/crates.io-index" 2513 2756 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2514 2757 2515 2758 [[package]] 2759 + name = "windows_i686_gnu" 2760 + version = "0.53.1" 2761 + source = "registry+https://github.com/rust-lang/crates.io-index" 2762 + checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2763 + 2764 + [[package]] 2516 2765 name = "windows_i686_gnullvm" 2517 2766 version = "0.52.6" 2518 2767 source = "registry+https://github.com/rust-lang/crates.io-index" 2519 2768 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2520 2769 2521 2770 [[package]] 2771 + name = "windows_i686_gnullvm" 2772 + version = "0.53.1" 2773 + source = "registry+https://github.com/rust-lang/crates.io-index" 2774 + checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2775 + 2776 + [[package]] 2777 + name = "windows_i686_msvc" 2778 + version = "0.42.2" 2779 + source = "registry+https://github.com/rust-lang/crates.io-index" 2780 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2781 + 2782 + [[package]] 2522 2783 name = "windows_i686_msvc" 2523 2784 version = "0.52.6" 2524 2785 source = "registry+https://github.com/rust-lang/crates.io-index" 2525 2786 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2526 2787 2527 2788 [[package]] 2789 + name = "windows_i686_msvc" 2790 + version = "0.53.1" 2791 + source = "registry+https://github.com/rust-lang/crates.io-index" 2792 + checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2793 + 2794 + [[package]] 2795 + name = "windows_x86_64_gnu" 2796 + version = "0.42.2" 2797 + source = "registry+https://github.com/rust-lang/crates.io-index" 2798 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2799 + 2800 + [[package]] 2528 2801 name = "windows_x86_64_gnu" 2529 2802 version = "0.52.6" 2530 2803 source = "registry+https://github.com/rust-lang/crates.io-index" 2531 2804 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2532 2805 2533 2806 [[package]] 2807 + name = "windows_x86_64_gnu" 2808 + version = "0.53.1" 2809 + source = "registry+https://github.com/rust-lang/crates.io-index" 2810 + checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2811 + 2812 + [[package]] 2813 + name = "windows_x86_64_gnullvm" 2814 + version = "0.42.2" 2815 + source = "registry+https://github.com/rust-lang/crates.io-index" 2816 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2817 + 2818 + [[package]] 2534 2819 name = "windows_x86_64_gnullvm" 2535 2820 version = "0.52.6" 2536 2821 source = "registry+https://github.com/rust-lang/crates.io-index" 2537 2822 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2538 2823 2539 2824 [[package]] 2825 + name = "windows_x86_64_gnullvm" 2826 + version = "0.53.1" 2827 + source = "registry+https://github.com/rust-lang/crates.io-index" 2828 + checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2829 + 2830 + [[package]] 2831 + name = "windows_x86_64_msvc" 2832 + version = "0.42.2" 2833 + source = "registry+https://github.com/rust-lang/crates.io-index" 2834 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2835 + 2836 + [[package]] 2540 2837 name = "windows_x86_64_msvc" 2541 2838 version = "0.52.6" 2542 2839 source = "registry+https://github.com/rust-lang/crates.io-index" 2543 2840 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2841 + 2842 + [[package]] 2843 + name = "windows_x86_64_msvc" 2844 + version = "0.53.1" 2845 + source = "registry+https://github.com/rust-lang/crates.io-index" 2846 + checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2544 2847 2545 2848 [[package]] 2546 2849 name = "wit-bindgen"
+3 -3
Cargo.toml
··· 7 7 escpos = { version = "0.17.0", features = ["full"] } 8 8 tracing = "0.1.44" 9 9 tracing-subscriber = "0.3.23" 10 - tokio-tungstenite = { version = "0.26", features = ["rustls-tls-native-roots"] } 10 + tokio-tungstenite = { version = "0.29", features = ["rustls-tls-native-roots"] } 11 11 futures-util = { version = "0.3", default-features = false } 12 12 miette = "7.6.0" 13 13 tokio = { version = "1", features = ["full"] } 14 14 serde = { version = "1.0.228", features = ["derive"] } 15 15 serde_json = { version = "1.0.149", features = ["raw_value"] } 16 16 chrono = "0.4" 17 - reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] } 18 - linemd = { git = "https://github.com/90-008/linemd", default-features = false } 17 + reqwest = { version = "0.13", default-features = false, features = ["json", "rustls"] } 18 + linemd = { version = "0.5.0", default-features = false } 19 19 20 20 [profile.dev] 21 21 opt-level = 1
+22
default.nix
··· 1 + { 2 + lib, 3 + rustPlatform, 4 + udev, 5 + pkg-config, 6 + ... 7 + }: 8 + rustPlatform.buildRustPackage { 9 + pname = "atspool"; 10 + version = "main"; 11 + 12 + nativeBuildInputs = [pkg-config]; 13 + buildInputs = [udev]; 14 + 15 + cargoLock.lockFile = ./Cargo.lock; 16 + src = lib.fileset.toSource { 17 + root = ./.; 18 + fileset = lib.fileset.unions [./src ./Cargo.toml ./Cargo.lock]; 19 + }; 20 + 21 + doCheck = false; 22 + }
+2 -1
flake.nix
··· 18 18 proj = "atspool"; 19 19 in 20 20 { 21 - nci.projects.${proj}.path = ./.; 21 + nci.projects.${proj} = {path = ./.; export = false;}; 22 + packages.default = pkgs.callPackage ./default.nix {}; 22 23 devShells.default = config.nci.outputs.${proj}.devShell.overrideAttrs (old: { 23 24 packages = (old.packages or []) ++ (with pkgs; [ 24 25 cargo-outdated
+1 -1
src/printer.rs
··· 104 104 105 105 fn write_token( 106 106 p: &mut EscposPrinter<BoxDriver>, 107 - token: linemd::parser::Token<()>, 107 + token: linemd::parser::Token, 108 108 state: &mut RenderState, 109 109 ) -> escpos::errors::Result<()> { 110 110 use linemd::parser::{Text as TextToken, Token::*};