[READ-ONLY] Mirror of https://github.com/probablykasper/cpc. Text calculator with support for units and conversion cpc.kasper.space
calculator cli conversion converter library math package units units-converter wasm website
0

Configure Feed

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

Update deps

Kasper (Jun 29, 2026, 11:29 AM +0200) d647e516 e391a91c

+503 -191
+502 -190
Cargo.lock
··· 24 24 checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" 25 25 26 26 [[package]] 27 + name = "aws-lc-rs" 28 + version = "1.17.0" 29 + source = "registry+https://github.com/rust-lang/crates.io-index" 30 + checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00" 31 + dependencies = [ 32 + "aws-lc-sys", 33 + "zeroize", 34 + ] 35 + 36 + [[package]] 37 + name = "aws-lc-sys" 38 + version = "0.41.0" 39 + source = "registry+https://github.com/rust-lang/crates.io-index" 40 + checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4" 41 + dependencies = [ 42 + "cc", 43 + "cmake", 44 + "dunce", 45 + "fs_extra", 46 + ] 47 + 48 + [[package]] 27 49 name = "base64" 28 50 version = "0.22.1" 29 51 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 64 86 checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" 65 87 dependencies = [ 66 88 "find-msvc-tools", 89 + "jobserver", 90 + "libc", 67 91 "shlex", 68 92 ] 69 93 ··· 74 98 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 75 99 76 100 [[package]] 101 + name = "cfg_aliases" 102 + version = "0.2.1" 103 + source = "registry+https://github.com/rust-lang/crates.io-index" 104 + checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 105 + 106 + [[package]] 107 + name = "cmake" 108 + version = "0.1.58" 109 + source = "registry+https://github.com/rust-lang/crates.io-index" 110 + checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" 111 + dependencies = [ 112 + "cc", 113 + ] 114 + 115 + [[package]] 116 + name = "combine" 117 + version = "4.6.7" 118 + source = "registry+https://github.com/rust-lang/crates.io-index" 119 + checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 120 + dependencies = [ 121 + "bytes", 122 + "memchr", 123 + ] 124 + 125 + [[package]] 77 126 name = "console_error_panic_hook" 78 127 version = "0.1.7" 79 128 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 137 186 ] 138 187 139 188 [[package]] 189 + name = "dunce" 190 + version = "1.0.5" 191 + source = "registry+https://github.com/rust-lang/crates.io-index" 192 + checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 193 + 194 + [[package]] 140 195 name = "encoding_rs" 141 196 version = "0.8.35" 142 197 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 152 207 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 153 208 154 209 [[package]] 155 - name = "errno" 156 - version = "0.3.14" 157 - source = "registry+https://github.com/rust-lang/crates.io-index" 158 - checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 159 - dependencies = [ 160 - "libc", 161 - "windows-sys 0.61.2", 162 - ] 163 - 164 - [[package]] 165 210 name = "fastnum" 166 211 version = "0.7.5" 167 212 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 174 219 ] 175 220 176 221 [[package]] 177 - name = "fastrand" 178 - version = "2.4.1" 179 - source = "registry+https://github.com/rust-lang/crates.io-index" 180 - checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 181 - 182 - [[package]] 183 222 name = "find-msvc-tools" 184 223 version = "0.1.9" 185 224 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 192 231 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 193 232 194 233 [[package]] 195 - name = "foreign-types" 196 - version = "0.3.2" 197 - source = "registry+https://github.com/rust-lang/crates.io-index" 198 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 199 - dependencies = [ 200 - "foreign-types-shared", 201 - ] 202 - 203 - [[package]] 204 - name = "foreign-types-shared" 205 - version = "0.1.1" 206 - source = "registry+https://github.com/rust-lang/crates.io-index" 207 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 208 - 209 - [[package]] 210 234 name = "form_urlencoded" 211 235 version = "1.2.2" 212 236 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 216 240 ] 217 241 218 242 [[package]] 243 + name = "fs_extra" 244 + version = "1.3.0" 245 + source = "registry+https://github.com/rust-lang/crates.io-index" 246 + checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 247 + 248 + [[package]] 219 249 name = "futures-channel" 220 250 version = "0.3.32" 221 251 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 271 301 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 272 302 dependencies = [ 273 303 "cfg-if", 304 + "js-sys", 274 305 "libc", 275 306 "wasi", 307 + "wasm-bindgen", 276 308 ] 277 309 278 310 [[package]] 279 311 name = "getrandom" 280 - version = "0.4.3" 312 + version = "0.3.4" 281 313 source = "registry+https://github.com/rust-lang/crates.io-index" 282 - checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" 314 + checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 283 315 dependencies = [ 284 316 "cfg-if", 317 + "js-sys", 285 318 "libc", 286 319 "r-efi", 320 + "wasip2", 321 + "wasm-bindgen", 287 322 ] 288 323 289 324 [[package]] ··· 387 422 ] 388 423 389 424 [[package]] 390 - name = "hyper-tls" 391 - version = "0.6.0" 392 - source = "registry+https://github.com/rust-lang/crates.io-index" 393 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 394 - dependencies = [ 395 - "bytes", 396 - "http-body-util", 397 - "hyper", 398 - "hyper-util", 399 - "native-tls", 400 - "tokio", 401 - "tokio-native-tls", 402 - "tower-service", 403 - ] 404 - 405 - [[package]] 406 425 name = "hyper-util" 407 426 version = "0.1.20" 408 427 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 553 572 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 554 573 555 574 [[package]] 575 + name = "jni" 576 + version = "0.22.4" 577 + source = "registry+https://github.com/rust-lang/crates.io-index" 578 + checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" 579 + dependencies = [ 580 + "cfg-if", 581 + "combine", 582 + "jni-macros", 583 + "jni-sys", 584 + "log", 585 + "simd_cesu8", 586 + "thiserror", 587 + "walkdir", 588 + "windows-link", 589 + ] 590 + 591 + [[package]] 592 + name = "jni-macros" 593 + version = "0.22.4" 594 + source = "registry+https://github.com/rust-lang/crates.io-index" 595 + checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" 596 + dependencies = [ 597 + "proc-macro2", 598 + "quote", 599 + "rustc_version", 600 + "simd_cesu8", 601 + "syn", 602 + ] 603 + 604 + [[package]] 605 + name = "jni-sys" 606 + version = "0.4.1" 607 + source = "registry+https://github.com/rust-lang/crates.io-index" 608 + checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" 609 + dependencies = [ 610 + "jni-sys-macros", 611 + ] 612 + 613 + [[package]] 614 + name = "jni-sys-macros" 615 + version = "0.4.1" 616 + source = "registry+https://github.com/rust-lang/crates.io-index" 617 + checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" 618 + dependencies = [ 619 + "quote", 620 + "syn", 621 + ] 622 + 623 + [[package]] 624 + name = "jobserver" 625 + version = "0.1.34" 626 + source = "registry+https://github.com/rust-lang/crates.io-index" 627 + checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 628 + dependencies = [ 629 + "getrandom 0.3.4", 630 + "libc", 631 + ] 632 + 633 + [[package]] 556 634 name = "js-sys" 557 - version = "0.3.102" 635 + version = "0.3.103" 558 636 source = "registry+https://github.com/rust-lang/crates.io-index" 559 - checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31" 637 + checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" 560 638 dependencies = [ 561 639 "cfg-if", 562 640 "futures-util", ··· 570 648 checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 571 649 572 650 [[package]] 573 - name = "linux-raw-sys" 574 - version = "0.12.1" 575 - source = "registry+https://github.com/rust-lang/crates.io-index" 576 - checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 577 - 578 - [[package]] 579 651 name = "litemap" 580 652 version = "0.8.2" 581 653 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 586 658 version = "0.4.33" 587 659 source = "registry+https://github.com/rust-lang/crates.io-index" 588 660 checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" 661 + 662 + [[package]] 663 + name = "lru-slab" 664 + version = "0.1.2" 665 + source = "registry+https://github.com/rust-lang/crates.io-index" 666 + checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 589 667 590 668 [[package]] 591 669 name = "memchr" ··· 611 689 ] 612 690 613 691 [[package]] 614 - name = "native-tls" 615 - version = "0.2.18" 616 - source = "registry+https://github.com/rust-lang/crates.io-index" 617 - checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" 618 - dependencies = [ 619 - "libc", 620 - "log", 621 - "openssl", 622 - "openssl-probe", 623 - "openssl-sys", 624 - "schannel", 625 - "security-framework", 626 - "security-framework-sys", 627 - "tempfile", 628 - ] 629 - 630 - [[package]] 631 692 name = "num-integer" 632 693 version = "0.1.46" 633 694 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 652 713 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 653 714 654 715 [[package]] 655 - name = "openssl" 656 - version = "0.10.81" 657 - source = "registry+https://github.com/rust-lang/crates.io-index" 658 - checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45" 659 - dependencies = [ 660 - "bitflags", 661 - "cfg-if", 662 - "foreign-types", 663 - "libc", 664 - "openssl-macros", 665 - "openssl-sys", 666 - ] 667 - 668 - [[package]] 669 - name = "openssl-macros" 670 - version = "0.1.1" 671 - source = "registry+https://github.com/rust-lang/crates.io-index" 672 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 673 - dependencies = [ 674 - "proc-macro2", 675 - "quote", 676 - "syn", 677 - ] 678 - 679 - [[package]] 680 716 name = "openssl-probe" 681 717 version = "0.2.1" 682 718 source = "registry+https://github.com/rust-lang/crates.io-index" 683 719 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 684 720 685 721 [[package]] 686 - name = "openssl-sys" 687 - version = "0.9.117" 688 - source = "registry+https://github.com/rust-lang/crates.io-index" 689 - checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695" 690 - dependencies = [ 691 - "cc", 692 - "libc", 693 - "pkg-config", 694 - "vcpkg", 695 - ] 696 - 697 - [[package]] 698 722 name = "percent-encoding" 699 723 version = "2.3.2" 700 724 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 707 731 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 708 732 709 733 [[package]] 710 - name = "pkg-config" 711 - version = "0.3.33" 712 - source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 714 - 715 - [[package]] 716 734 name = "potential_utf" 717 735 version = "0.1.5" 718 736 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 722 740 ] 723 741 724 742 [[package]] 743 + name = "ppv-lite86" 744 + version = "0.2.21" 745 + source = "registry+https://github.com/rust-lang/crates.io-index" 746 + checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 747 + dependencies = [ 748 + "zerocopy", 749 + ] 750 + 751 + [[package]] 725 752 name = "proc-macro2" 726 753 version = "1.0.106" 727 754 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 731 758 ] 732 759 733 760 [[package]] 761 + name = "quinn" 762 + version = "0.11.11" 763 + source = "registry+https://github.com/rust-lang/crates.io-index" 764 + checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" 765 + dependencies = [ 766 + "bytes", 767 + "cfg_aliases", 768 + "pin-project-lite", 769 + "quinn-proto", 770 + "quinn-udp", 771 + "rustc-hash", 772 + "rustls", 773 + "socket2", 774 + "thiserror", 775 + "tokio", 776 + "tracing", 777 + "web-time", 778 + ] 779 + 780 + [[package]] 781 + name = "quinn-proto" 782 + version = "0.11.15" 783 + source = "registry+https://github.com/rust-lang/crates.io-index" 784 + checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e" 785 + dependencies = [ 786 + "aws-lc-rs", 787 + "bytes", 788 + "getrandom 0.3.4", 789 + "lru-slab", 790 + "rand", 791 + "ring", 792 + "rustc-hash", 793 + "rustls", 794 + "rustls-pki-types", 795 + "slab", 796 + "thiserror", 797 + "tinyvec", 798 + "tracing", 799 + "web-time", 800 + ] 801 + 802 + [[package]] 803 + name = "quinn-udp" 804 + version = "0.5.14" 805 + source = "registry+https://github.com/rust-lang/crates.io-index" 806 + checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 807 + dependencies = [ 808 + "cfg_aliases", 809 + "libc", 810 + "once_cell", 811 + "socket2", 812 + "tracing", 813 + "windows-sys 0.60.2", 814 + ] 815 + 816 + [[package]] 734 817 name = "quote" 735 - version = "1.0.45" 818 + version = "1.0.46" 736 819 source = "registry+https://github.com/rust-lang/crates.io-index" 737 - checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 820 + checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" 738 821 dependencies = [ 739 822 "proc-macro2", 740 823 ] 741 824 742 825 [[package]] 743 826 name = "r-efi" 744 - version = "6.0.0" 827 + version = "5.3.0" 828 + source = "registry+https://github.com/rust-lang/crates.io-index" 829 + checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 830 + 831 + [[package]] 832 + name = "rand" 833 + version = "0.9.4" 834 + source = "registry+https://github.com/rust-lang/crates.io-index" 835 + checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" 836 + dependencies = [ 837 + "rand_chacha", 838 + "rand_core", 839 + ] 840 + 841 + [[package]] 842 + name = "rand_chacha" 843 + version = "0.9.0" 745 844 source = "registry+https://github.com/rust-lang/crates.io-index" 746 - checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 845 + checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 846 + dependencies = [ 847 + "ppv-lite86", 848 + "rand_core", 849 + ] 850 + 851 + [[package]] 852 + name = "rand_core" 853 + version = "0.9.5" 854 + source = "registry+https://github.com/rust-lang/crates.io-index" 855 + checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 856 + dependencies = [ 857 + "getrandom 0.3.4", 858 + ] 747 859 748 860 [[package]] 749 861 name = "regex" ··· 776 888 777 889 [[package]] 778 890 name = "reqwest" 779 - version = "0.12.28" 891 + version = "0.13.4" 780 892 source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 893 + checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" 782 894 dependencies = [ 783 895 "base64", 784 896 "bytes", ··· 792 904 "http-body-util", 793 905 "hyper", 794 906 "hyper-rustls", 795 - "hyper-tls", 796 907 "hyper-util", 797 908 "js-sys", 798 909 "log", 799 910 "mime", 800 - "native-tls", 801 911 "percent-encoding", 802 912 "pin-project-lite", 913 + "quinn", 914 + "rustls", 803 915 "rustls-pki-types", 916 + "rustls-platform-verifier", 804 917 "serde", 805 918 "serde_json", 806 - "serde_urlencoded", 807 919 "sync_wrapper", 808 920 "tokio", 809 - "tokio-native-tls", 921 + "tokio-rustls", 810 922 "tower", 811 923 "tower-http", 812 924 "tower-service", ··· 831 943 ] 832 944 833 945 [[package]] 834 - name = "rustix" 835 - version = "1.1.4" 946 + name = "rustc-hash" 947 + version = "2.1.2" 836 948 source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 949 + checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 950 + 951 + [[package]] 952 + name = "rustc_version" 953 + version = "0.4.1" 954 + source = "registry+https://github.com/rust-lang/crates.io-index" 955 + checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 838 956 dependencies = [ 839 - "bitflags", 840 - "errno", 841 - "libc", 842 - "linux-raw-sys", 843 - "windows-sys 0.61.2", 957 + "semver", 844 958 ] 845 959 846 960 [[package]] ··· 849 963 source = "registry+https://github.com/rust-lang/crates.io-index" 850 964 checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f" 851 965 dependencies = [ 966 + "aws-lc-rs", 852 967 "once_cell", 853 968 "rustls-pki-types", 854 969 "rustls-webpki", ··· 857 972 ] 858 973 859 974 [[package]] 975 + name = "rustls-native-certs" 976 + version = "0.8.4" 977 + source = "registry+https://github.com/rust-lang/crates.io-index" 978 + checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" 979 + dependencies = [ 980 + "openssl-probe", 981 + "rustls-pki-types", 982 + "schannel", 983 + "security-framework", 984 + ] 985 + 986 + [[package]] 860 987 name = "rustls-pki-types" 861 988 version = "1.14.1" 862 989 source = "registry+https://github.com/rust-lang/crates.io-index" 863 990 checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" 864 991 dependencies = [ 992 + "web-time", 865 993 "zeroize", 866 994 ] 867 995 868 996 [[package]] 997 + name = "rustls-platform-verifier" 998 + version = "0.7.0" 999 + source = "registry+https://github.com/rust-lang/crates.io-index" 1000 + checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" 1001 + dependencies = [ 1002 + "core-foundation 0.10.1", 1003 + "core-foundation-sys", 1004 + "jni", 1005 + "log", 1006 + "once_cell", 1007 + "rustls", 1008 + "rustls-native-certs", 1009 + "rustls-platform-verifier-android", 1010 + "rustls-webpki", 1011 + "security-framework", 1012 + "security-framework-sys", 1013 + "webpki-root-certs", 1014 + "windows-sys 0.61.2", 1015 + ] 1016 + 1017 + [[package]] 1018 + name = "rustls-platform-verifier-android" 1019 + version = "0.1.1" 1020 + source = "registry+https://github.com/rust-lang/crates.io-index" 1021 + checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" 1022 + 1023 + [[package]] 869 1024 name = "rustls-webpki" 870 1025 version = "0.103.13" 871 1026 source = "registry+https://github.com/rust-lang/crates.io-index" 872 1027 checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" 873 1028 dependencies = [ 1029 + "aws-lc-rs", 874 1030 "ring", 875 1031 "rustls-pki-types", 876 1032 "untrusted", ··· 883 1039 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 884 1040 885 1041 [[package]] 886 - name = "ryu" 887 - version = "1.0.23" 1042 + name = "same-file" 1043 + version = "1.0.6" 888 1044 source = "registry+https://github.com/rust-lang/crates.io-index" 889 - checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 1045 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1046 + dependencies = [ 1047 + "winapi-util", 1048 + ] 890 1049 891 1050 [[package]] 892 1051 name = "schannel" ··· 919 1078 "core-foundation-sys", 920 1079 "libc", 921 1080 ] 1081 + 1082 + [[package]] 1083 + name = "semver" 1084 + version = "1.0.28" 1085 + source = "registry+https://github.com/rust-lang/crates.io-index" 1086 + checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 922 1087 923 1088 [[package]] 924 1089 name = "serde" ··· 973 1138 ] 974 1139 975 1140 [[package]] 976 - name = "serde_urlencoded" 977 - version = "0.7.1" 1141 + name = "shlex" 1142 + version = "2.0.1" 978 1143 source = "registry+https://github.com/rust-lang/crates.io-index" 979 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1144 + checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 1145 + 1146 + [[package]] 1147 + name = "simd_cesu8" 1148 + version = "1.1.1" 1149 + source = "registry+https://github.com/rust-lang/crates.io-index" 1150 + checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" 980 1151 dependencies = [ 981 - "form_urlencoded", 982 - "itoa", 983 - "ryu", 984 - "serde", 1152 + "rustc_version", 1153 + "simdutf8", 985 1154 ] 986 1155 987 1156 [[package]] 988 - name = "shlex" 989 - version = "2.0.1" 1157 + name = "simdutf8" 1158 + version = "0.1.5" 990 1159 source = "registry+https://github.com/rust-lang/crates.io-index" 991 - checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 1160 + checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 992 1161 993 1162 [[package]] 994 1163 name = "slab" ··· 1077 1246 ] 1078 1247 1079 1248 [[package]] 1080 - name = "tempfile" 1081 - version = "3.27.0" 1249 + name = "thiserror" 1250 + version = "2.0.18" 1082 1251 source = "registry+https://github.com/rust-lang/crates.io-index" 1083 - checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 1252 + checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1084 1253 dependencies = [ 1085 - "fastrand", 1086 - "getrandom 0.4.3", 1087 - "once_cell", 1088 - "rustix", 1089 - "windows-sys 0.61.2", 1254 + "thiserror-impl", 1255 + ] 1256 + 1257 + [[package]] 1258 + name = "thiserror-impl" 1259 + version = "2.0.18" 1260 + source = "registry+https://github.com/rust-lang/crates.io-index" 1261 + checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1262 + dependencies = [ 1263 + "proc-macro2", 1264 + "quote", 1265 + "syn", 1090 1266 ] 1091 1267 1092 1268 [[package]] ··· 1100 1276 ] 1101 1277 1102 1278 [[package]] 1279 + name = "tinyvec" 1280 + version = "1.11.0" 1281 + source = "registry+https://github.com/rust-lang/crates.io-index" 1282 + checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 1283 + dependencies = [ 1284 + "tinyvec_macros", 1285 + ] 1286 + 1287 + [[package]] 1288 + name = "tinyvec_macros" 1289 + version = "0.1.1" 1290 + source = "registry+https://github.com/rust-lang/crates.io-index" 1291 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1292 + 1293 + [[package]] 1103 1294 name = "tokio" 1104 1295 version = "1.52.3" 1105 1296 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1111 1302 "pin-project-lite", 1112 1303 "socket2", 1113 1304 "windows-sys 0.61.2", 1114 - ] 1115 - 1116 - [[package]] 1117 - name = "tokio-native-tls" 1118 - version = "0.3.1" 1119 - source = "registry+https://github.com/rust-lang/crates.io-index" 1120 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1121 - dependencies = [ 1122 - "native-tls", 1123 - "tokio", 1124 1305 ] 1125 1306 1126 1307 [[package]] ··· 1253 1434 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1254 1435 1255 1436 [[package]] 1256 - name = "vcpkg" 1257 - version = "0.2.15" 1437 + name = "walkdir" 1438 + version = "2.5.0" 1258 1439 source = "registry+https://github.com/rust-lang/crates.io-index" 1259 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1440 + checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1441 + dependencies = [ 1442 + "same-file", 1443 + "winapi-util", 1444 + ] 1260 1445 1261 1446 [[package]] 1262 1447 name = "want" ··· 1274 1459 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1275 1460 1276 1461 [[package]] 1462 + name = "wasip2" 1463 + version = "1.0.4+wasi-0.2.12" 1464 + source = "registry+https://github.com/rust-lang/crates.io-index" 1465 + checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" 1466 + dependencies = [ 1467 + "wit-bindgen", 1468 + ] 1469 + 1470 + [[package]] 1277 1471 name = "wasm-bindgen" 1278 - version = "0.2.125" 1472 + version = "0.2.126" 1279 1473 source = "registry+https://github.com/rust-lang/crates.io-index" 1280 - checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a" 1474 + checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" 1281 1475 dependencies = [ 1282 1476 "cfg-if", 1283 1477 "once_cell", ··· 1288 1482 1289 1483 [[package]] 1290 1484 name = "wasm-bindgen-futures" 1291 - version = "0.4.75" 1485 + version = "0.4.76" 1292 1486 source = "registry+https://github.com/rust-lang/crates.io-index" 1293 - checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280" 1487 + checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" 1294 1488 dependencies = [ 1295 1489 "js-sys", 1296 1490 "wasm-bindgen", ··· 1298 1492 1299 1493 [[package]] 1300 1494 name = "wasm-bindgen-macro" 1301 - version = "0.2.125" 1495 + version = "0.2.126" 1302 1496 source = "registry+https://github.com/rust-lang/crates.io-index" 1303 - checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d" 1497 + checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" 1304 1498 dependencies = [ 1305 1499 "quote", 1306 1500 "wasm-bindgen-macro-support", ··· 1308 1502 1309 1503 [[package]] 1310 1504 name = "wasm-bindgen-macro-support" 1311 - version = "0.2.125" 1505 + version = "0.2.126" 1312 1506 source = "registry+https://github.com/rust-lang/crates.io-index" 1313 - checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd" 1507 + checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" 1314 1508 dependencies = [ 1315 1509 "bumpalo", 1316 1510 "proc-macro2", ··· 1321 1515 1322 1516 [[package]] 1323 1517 name = "wasm-bindgen-shared" 1324 - version = "0.2.125" 1518 + version = "0.2.126" 1325 1519 source = "registry+https://github.com/rust-lang/crates.io-index" 1326 - checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f" 1520 + checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" 1327 1521 dependencies = [ 1328 1522 "unicode-ident", 1329 1523 ] 1330 1524 1331 1525 [[package]] 1332 1526 name = "web-sys" 1333 - version = "0.3.102" 1527 + version = "0.3.103" 1334 1528 source = "registry+https://github.com/rust-lang/crates.io-index" 1335 - checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d" 1529 + checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" 1336 1530 dependencies = [ 1337 1531 "js-sys", 1338 1532 "wasm-bindgen", ··· 1349 1543 ] 1350 1544 1351 1545 [[package]] 1546 + name = "webpki-root-certs" 1547 + version = "1.0.8" 1548 + source = "registry+https://github.com/rust-lang/crates.io-index" 1549 + checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267" 1550 + dependencies = [ 1551 + "rustls-pki-types", 1552 + ] 1553 + 1554 + [[package]] 1555 + name = "winapi-util" 1556 + version = "0.1.11" 1557 + source = "registry+https://github.com/rust-lang/crates.io-index" 1558 + checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 1559 + dependencies = [ 1560 + "windows-sys 0.61.2", 1561 + ] 1562 + 1563 + [[package]] 1352 1564 name = "windows-link" 1353 1565 version = "0.2.1" 1354 1566 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1389 1601 source = "registry+https://github.com/rust-lang/crates.io-index" 1390 1602 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1391 1603 dependencies = [ 1392 - "windows-targets", 1604 + "windows-targets 0.52.6", 1605 + ] 1606 + 1607 + [[package]] 1608 + name = "windows-sys" 1609 + version = "0.60.2" 1610 + source = "registry+https://github.com/rust-lang/crates.io-index" 1611 + checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 1612 + dependencies = [ 1613 + "windows-targets 0.53.5", 1393 1614 ] 1394 1615 1395 1616 [[package]] ··· 1407 1628 source = "registry+https://github.com/rust-lang/crates.io-index" 1408 1629 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1409 1630 dependencies = [ 1410 - "windows_aarch64_gnullvm", 1411 - "windows_aarch64_msvc", 1412 - "windows_i686_gnu", 1413 - "windows_i686_gnullvm", 1414 - "windows_i686_msvc", 1415 - "windows_x86_64_gnu", 1416 - "windows_x86_64_gnullvm", 1417 - "windows_x86_64_msvc", 1631 + "windows_aarch64_gnullvm 0.52.6", 1632 + "windows_aarch64_msvc 0.52.6", 1633 + "windows_i686_gnu 0.52.6", 1634 + "windows_i686_gnullvm 0.52.6", 1635 + "windows_i686_msvc 0.52.6", 1636 + "windows_x86_64_gnu 0.52.6", 1637 + "windows_x86_64_gnullvm 0.52.6", 1638 + "windows_x86_64_msvc 0.52.6", 1639 + ] 1640 + 1641 + [[package]] 1642 + name = "windows-targets" 1643 + version = "0.53.5" 1644 + source = "registry+https://github.com/rust-lang/crates.io-index" 1645 + checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 1646 + dependencies = [ 1647 + "windows-link", 1648 + "windows_aarch64_gnullvm 0.53.1", 1649 + "windows_aarch64_msvc 0.53.1", 1650 + "windows_i686_gnu 0.53.1", 1651 + "windows_i686_gnullvm 0.53.1", 1652 + "windows_i686_msvc 0.53.1", 1653 + "windows_x86_64_gnu 0.53.1", 1654 + "windows_x86_64_gnullvm 0.53.1", 1655 + "windows_x86_64_msvc 0.53.1", 1418 1656 ] 1419 1657 1420 1658 [[package]] ··· 1424 1662 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1425 1663 1426 1664 [[package]] 1665 + name = "windows_aarch64_gnullvm" 1666 + version = "0.53.1" 1667 + source = "registry+https://github.com/rust-lang/crates.io-index" 1668 + checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 1669 + 1670 + [[package]] 1427 1671 name = "windows_aarch64_msvc" 1428 1672 version = "0.52.6" 1429 1673 source = "registry+https://github.com/rust-lang/crates.io-index" 1430 1674 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1431 1675 1432 1676 [[package]] 1677 + name = "windows_aarch64_msvc" 1678 + version = "0.53.1" 1679 + source = "registry+https://github.com/rust-lang/crates.io-index" 1680 + checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 1681 + 1682 + [[package]] 1433 1683 name = "windows_i686_gnu" 1434 1684 version = "0.52.6" 1435 1685 source = "registry+https://github.com/rust-lang/crates.io-index" 1436 1686 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1437 1687 1438 1688 [[package]] 1689 + name = "windows_i686_gnu" 1690 + version = "0.53.1" 1691 + source = "registry+https://github.com/rust-lang/crates.io-index" 1692 + checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 1693 + 1694 + [[package]] 1439 1695 name = "windows_i686_gnullvm" 1440 1696 version = "0.52.6" 1441 1697 source = "registry+https://github.com/rust-lang/crates.io-index" 1442 1698 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1443 1699 1444 1700 [[package]] 1701 + name = "windows_i686_gnullvm" 1702 + version = "0.53.1" 1703 + source = "registry+https://github.com/rust-lang/crates.io-index" 1704 + checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 1705 + 1706 + [[package]] 1445 1707 name = "windows_i686_msvc" 1446 1708 version = "0.52.6" 1447 1709 source = "registry+https://github.com/rust-lang/crates.io-index" 1448 1710 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1449 1711 1450 1712 [[package]] 1713 + name = "windows_i686_msvc" 1714 + version = "0.53.1" 1715 + source = "registry+https://github.com/rust-lang/crates.io-index" 1716 + checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 1717 + 1718 + [[package]] 1451 1719 name = "windows_x86_64_gnu" 1452 1720 version = "0.52.6" 1453 1721 source = "registry+https://github.com/rust-lang/crates.io-index" 1454 1722 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1455 1723 1456 1724 [[package]] 1725 + name = "windows_x86_64_gnu" 1726 + version = "0.53.1" 1727 + source = "registry+https://github.com/rust-lang/crates.io-index" 1728 + checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 1729 + 1730 + [[package]] 1457 1731 name = "windows_x86_64_gnullvm" 1458 1732 version = "0.52.6" 1459 1733 source = "registry+https://github.com/rust-lang/crates.io-index" 1460 1734 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1735 + 1736 + [[package]] 1737 + name = "windows_x86_64_gnullvm" 1738 + version = "0.53.1" 1739 + source = "registry+https://github.com/rust-lang/crates.io-index" 1740 + checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 1461 1741 1462 1742 [[package]] 1463 1743 name = "windows_x86_64_msvc" ··· 1466 1746 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1467 1747 1468 1748 [[package]] 1749 + name = "windows_x86_64_msvc" 1750 + version = "0.53.1" 1751 + source = "registry+https://github.com/rust-lang/crates.io-index" 1752 + checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 1753 + 1754 + [[package]] 1755 + name = "wit-bindgen" 1756 + version = "0.57.1" 1757 + source = "registry+https://github.com/rust-lang/crates.io-index" 1758 + checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 1759 + 1760 + [[package]] 1469 1761 name = "writeable" 1470 1762 version = "0.6.3" 1471 1763 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1492 1784 "quote", 1493 1785 "syn", 1494 1786 "synstructure", 1787 + ] 1788 + 1789 + [[package]] 1790 + name = "zerocopy" 1791 + version = "0.8.52" 1792 + source = "registry+https://github.com/rust-lang/crates.io-index" 1793 + checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f" 1794 + dependencies = [ 1795 + "zerocopy-derive", 1796 + ] 1797 + 1798 + [[package]] 1799 + name = "zerocopy-derive" 1800 + version = "0.8.52" 1801 + source = "registry+https://github.com/rust-lang/crates.io-index" 1802 + checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930" 1803 + dependencies = [ 1804 + "proc-macro2", 1805 + "quote", 1806 + "syn", 1495 1807 ] 1496 1808 1497 1809 [[package]]
+1 -1
Cargo.toml
··· 25 25 fastnum = { version = "0.7", features = ["serde"] } 26 26 unicode-segmentation = "1.13" 27 27 web-time = "1.1.0" 28 - reqwest = { version = "0.12", features = ["blocking", "json"] } 28 + reqwest = { version = "0.13", features = ["blocking", "json"] } 29 29 serde = { version = "1.0", features = ["derive"] } 30 30 serde_json = "1.0" 31 31