diff options
| author | Ada Stevenson <adanskana@gmail.com> | 2025-09-01 15:41:55 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-09-05 18:07:30 +0800 |
| commit | e532d5c0747798fa40fb368cb597cd320cc1bc38 (patch) | |
| tree | adffd70fb26e76d17d97f13c2b91c9724139cc9b /gnu | |
| parent | 445c23889ecddbb3103d17c6553e356d5eaf3e37 (diff) | |
gnu: Add rusty.
* gnu/packages/rust-apps.scm (rusty): New variable.
Change-Id: I4ff6d439932453c0beb6e44451c633bcec4e0477
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 44 | ||||
| -rw-r--r-- | gnu/packages/rust-crates.scm | 706 |
2 files changed, 750 insertions, 0 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index ef4ee37200c..3e85bec9655 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -97,6 +97,7 @@ | |||
| 97 | #:use-module (gnu packages libunwind) | 97 | #:use-module (gnu packages libunwind) |
| 98 | #:use-module (gnu packages linux) | 98 | #:use-module (gnu packages linux) |
| 99 | #:use-module (gnu packages llvm) | 99 | #:use-module (gnu packages llvm) |
| 100 | #:use-module (gnu packages libffi) | ||
| 100 | #:use-module (gnu packages networking) | 101 | #:use-module (gnu packages networking) |
| 101 | #:use-module (gnu packages ninja) | 102 | #:use-module (gnu packages ninja) |
| 102 | #:use-module (gnu packages shells) | 103 | #:use-module (gnu packages shells) |
| @@ -2183,6 +2184,49 @@ associated input devices using the built-in accelerometer; handy for convertible | |||
| 2183 | touchscreen devices.") | 2184 | touchscreen devices.") |
| 2184 | (license license:expat))) | 2185 | (license license:expat))) |
| 2185 | 2186 | ||
| 2187 | (define-public rusty | ||
| 2188 | (let ((commit "ce6892169b4c4d8b924eaf4323db4564f722064c") | ||
| 2189 | (revision "0")) | ||
| 2190 | (package | ||
| 2191 | (name "rusty") | ||
| 2192 | (version (git-version "0.2.0" revision commit)) | ||
| 2193 | (source | ||
| 2194 | (origin | ||
| 2195 | (method git-fetch) | ||
| 2196 | (uri (git-reference | ||
| 2197 | (url "https://github.com/PLC-lang/rusty") | ||
| 2198 | (commit commit))) | ||
| 2199 | (file-name (git-file-name name version)) | ||
| 2200 | (sha256 | ||
| 2201 | (base32 "0m0g4xpwb43bh5vzlx9vp69rnhsry6bz8yn0xsvmsa9iwak4sgm5")))) | ||
| 2202 | (build-system cargo-build-system) | ||
| 2203 | (arguments | ||
| 2204 | (list | ||
| 2205 | #:install-source? #f | ||
| 2206 | #:cargo-install-paths | ||
| 2207 | ''("compiler/plc_driver") | ||
| 2208 | #:phases | ||
| 2209 | #~(modify-phases %standard-phases | ||
| 2210 | (add-after 'unpack 'set-cc | ||
| 2211 | ;; Tests assume `cc' is avaliable in PATH, but Guix does not | ||
| 2212 | ;; provide that with the `gcc' or `clang' packages. | ||
| 2213 | (lambda _ | ||
| 2214 | (substitute* '("tests/integration/build_description_tests.rs" | ||
| 2215 | "compiler/plc_driver/src/cli.rs" | ||
| 2216 | "xtask/src/task.rs" "xtask/src/main.rs") | ||
| 2217 | (("([=\"])cc(\")" _ prefix suffix) | ||
| 2218 | (string-append prefix #$(cc-for-target) suffix)))))))) | ||
| 2219 | (inputs (cons* libffi lld-14 llvm-14 | ||
| 2220 | (cargo-inputs 'rusty))) | ||
| 2221 | (native-inputs (list lld-wrapper)) | ||
| 2222 | (home-page "https://plc-lang.github.io/rusty/") | ||
| 2223 | (synopsis "IEC 61131-3 structured text compiler") | ||
| 2224 | (description | ||
| 2225 | "RuSTy is a IEC 61131-3 @acronym{ST, Structured Text} compiler written in | ||
| 2226 | Rust. It compiles ST down to native machine code, targeting most | ||
| 2227 | @code{llvm}-supported targets.") | ||
| 2228 | (license (list license:lgpl3 license:gpl3))))) | ||
| 2229 | |||
| 2186 | (define-public rust-swc | 2230 | (define-public rust-swc |
| 2187 | (package | 2231 | (package |
| 2188 | (name "rust-swc") | 2232 | (name "rust-swc") |
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index 84085dbde8c..fbb527b2d20 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm | |||
| @@ -253,6 +253,10 @@ | |||
| 253 | (crate-source "amplify_syn" "2.0.1" | 253 | (crate-source "amplify_syn" "2.0.1" |
| 254 | "0annky4dq5h5wg58pkbm0d3j07jndbgl9b2vic4q639w8y6zndkp")) | 254 | "0annky4dq5h5wg58pkbm0d3j07jndbgl9b2vic4q639w8y6zndkp")) |
| 255 | 255 | ||
| 256 | (define rust-ammonia-4.1.1 | ||
| 257 | (crate-source "ammonia" "4.1.1" | ||
| 258 | "13wpycwpx0c5qxqlf6mvd7pbqr9hw2gqkgwavq2li0fh9mv4dcyn")) | ||
| 259 | |||
| 256 | (define rust-android-activity-0.6.0 | 260 | (define rust-android-activity-0.6.0 |
| 257 | (crate-source "android-activity" "0.6.0" | 261 | (crate-source "android-activity" "0.6.0" |
| 258 | "0inh88x8x2fh62jg739s9hwyvdh8i920qf0qw7bhr802j9c7hsgg")) | 262 | "0inh88x8x2fh62jg739s9hwyvdh8i920qf0qw7bhr802j9c7hsgg")) |
| @@ -826,6 +830,10 @@ | |||
| 826 | (crate-source "async-std" "1.13.1" | 830 | (crate-source "async-std" "1.13.1" |
| 827 | "094azlylq90vki8pv8k6lyhdbw1kcf7m344mfn2hyblcq30r80kk")) | 831 | "094azlylq90vki8pv8k6lyhdbw1kcf7m344mfn2hyblcq30r80kk")) |
| 828 | 832 | ||
| 833 | (define rust-async-std-1.13.2 | ||
| 834 | (crate-source "async-std" "1.13.2" | ||
| 835 | "0fzrg0ainb5h87z0q09adnrnspc13132wqq3fhmyaymn9ad0g3ic")) | ||
| 836 | |||
| 829 | (define rust-async-stream-0.3.6 | 837 | (define rust-async-stream-0.3.6 |
| 830 | (crate-source "async-stream" "0.3.6" | 838 | (crate-source "async-stream" "0.3.6" |
| 831 | "0xl4zqncrdmw2g6241wgr11dxdg4h7byy6bz3l6si03qyfk72nhb")) | 839 | "0xl4zqncrdmw2g6241wgr11dxdg4h7byy6bz3l6si03qyfk72nhb")) |
| @@ -3028,6 +3036,14 @@ | |||
| 3028 | (crate-source "crc" "1.8.1" | 3036 | (crate-source "crc" "1.8.1" |
| 3029 | "1sqal6gm6lbj7f45iv3rw2s9w3pvvha8v970y51s7k7mwy6m8qyn")) | 3037 | "1sqal6gm6lbj7f45iv3rw2s9w3pvvha8v970y51s7k7mwy6m8qyn")) |
| 3030 | 3038 | ||
| 3039 | (define rust-crc-3.3.0 | ||
| 3040 | (crate-source "crc" "3.3.0" | ||
| 3041 | "0xg6yg57lbyzf69y8znq5gjb333w1fnlis2gnjg38blwffrx644p")) | ||
| 3042 | |||
| 3043 | (define rust-crc-catalog-2.4.0 | ||
| 3044 | (crate-source "crc-catalog" "2.4.0" | ||
| 3045 | "1xg7sz82w3nxp1jfn425fvn1clvbzb3zgblmxsyqpys0dckp9lqr")) | ||
| 3046 | |||
| 3031 | (define rust-crc32fast-1.4.2 | 3047 | (define rust-crc32fast-1.4.2 |
| 3032 | (crate-source "crc32fast" "1.4.2" | 3048 | (crate-source "crc32fast" "1.4.2" |
| 3033 | "1czp7vif73b8xslr3c9yxysmh9ws2r8824qda7j47ffs9pcnjxx9")) | 3049 | "1czp7vif73b8xslr3c9yxysmh9ws2r8824qda7j47ffs9pcnjxx9")) |
| @@ -3180,6 +3196,10 @@ | |||
| 3180 | (crate-source "cssparser" "0.34.0" | 3196 | (crate-source "cssparser" "0.34.0" |
| 3181 | "1qx3hha392szcl812l6hp0d4029gg8x62cl4nf0byqgdv0f6vimp")) | 3197 | "1qx3hha392szcl812l6hp0d4029gg8x62cl4nf0byqgdv0f6vimp")) |
| 3182 | 3198 | ||
| 3199 | (define rust-cssparser-0.35.0 | ||
| 3200 | (crate-source "cssparser" "0.35.0" | ||
| 3201 | "1am2mj4rddlbmi08drk7gv9m8vw47zgicld48kwp451sfgfix42f")) | ||
| 3202 | |||
| 3183 | (define rust-cssparser-color-0.1.0 | 3203 | (define rust-cssparser-color-0.1.0 |
| 3184 | (crate-source "cssparser-color" "0.1.0" | 3204 | (crate-source "cssparser-color" "0.1.0" |
| 3185 | "17qcjsrph1ywcdsx1ipqgmzaas4dbbir5djjmzbqjnfqc6d0jv2m")) | 3205 | "17qcjsrph1ywcdsx1ipqgmzaas4dbbir5djjmzbqjnfqc6d0jv2m")) |
| @@ -4032,6 +4052,10 @@ | |||
| 4032 | (crate-source "either" "1.15.0" | 4052 | (crate-source "either" "1.15.0" |
| 4033 | "069p1fknsmzn9llaizh77kip0pqmcwpdsykv2x30xpjyija5gis8")) | 4053 | "069p1fknsmzn9llaizh77kip0pqmcwpdsykv2x30xpjyija5gis8")) |
| 4034 | 4054 | ||
| 4055 | (define rust-elasticlunr-rs-3.0.2 | ||
| 4056 | (crate-source "elasticlunr-rs" "3.0.2" | ||
| 4057 | "0wb5kypd4pi3672zwq38vq1rynwwvs16dvjg47x6sr80lmikis21")) | ||
| 4058 | |||
| 4035 | (define rust-elliptic-curve-0.13.8 | 4059 | (define rust-elliptic-curve-0.13.8 |
| 4036 | (crate-source "elliptic-curve" "0.13.8" | 4060 | (crate-source "elliptic-curve" "0.13.8" |
| 4037 | "0ixx4brgnzi61z29r3g1606nh2za88hzyz8c5r3p6ydzhqq09rmm" | 4061 | "0ixx4brgnzi61z29r3g1606nh2za88hzyz8c5r3p6ydzhqq09rmm" |
| @@ -4800,6 +4824,10 @@ | |||
| 4800 | (crate-source "fraction" "0.15.3" | 4824 | (crate-source "fraction" "0.15.3" |
| 4801 | "1rss1021dpzr12xl3dyqyj36ji4vv4f83yy9im039cx1y0zqw58g")) | 4825 | "1rss1021dpzr12xl3dyqyj36ji4vv4f83yy9im039cx1y0zqw58g")) |
| 4802 | 4826 | ||
| 4827 | (define rust-fraction-0.13.1 | ||
| 4828 | (crate-source "fraction" "0.13.1" | ||
| 4829 | "0y6nh9qyfidm6hsp85wf1kv7l7nc9anzvj214bnln6ylz0fsw9rh")) | ||
| 4830 | |||
| 4803 | (define rust-fragile-2.0.1 | 4831 | (define rust-fragile-2.0.1 |
| 4804 | (crate-source "fragile" "2.0.1" | 4832 | (crate-source "fragile" "2.0.1" |
| 4805 | "06g69s9w3hmdnjp5b60ph15v367278mgxy1shijrllarc2pnrp98")) | 4833 | "06g69s9w3hmdnjp5b60ph15v367278mgxy1shijrllarc2pnrp98")) |
| @@ -4915,6 +4943,10 @@ | |||
| 4915 | (crate-source "futures-executor" "0.3.31" | 4943 | (crate-source "futures-executor" "0.3.31" |
| 4916 | "17vcci6mdfzx4gbk0wx64chr2f13wwwpvyf3xd5fb1gmjzcx2a0y")) | 4944 | "17vcci6mdfzx4gbk0wx64chr2f13wwwpvyf3xd5fb1gmjzcx2a0y")) |
| 4917 | 4945 | ||
| 4946 | (define rust-futures-intrusive-0.5.0 | ||
| 4947 | (crate-source "futures-intrusive" "0.5.0" | ||
| 4948 | "0vwm08d1pli6bdaj0i7xhk3476qlx4pll6i0w03gzdnh7lh0r4qx")) | ||
| 4949 | |||
| 4918 | (define rust-futures-io-0.3.28 | 4950 | (define rust-futures-io-0.3.28 |
| 4919 | (crate-source "futures-io" "0.3.28" | 4951 | (crate-source "futures-io" "0.3.28" |
| 4920 | "0r4rhkdhq1my4fahlhz59barqa511bylq813w3w4gvbidq4p9zsg")) | 4952 | "0r4rhkdhq1my4fahlhz59barqa511bylq813w3w4gvbidq4p9zsg")) |
| @@ -5075,6 +5107,10 @@ | |||
| 5075 | (crate-source "gdk4-x11-sys" "0.7.2" | 5107 | (crate-source "gdk4-x11-sys" "0.7.2" |
| 5076 | "09gill32x6qy4s55xjckqvqrfxw4jfjrlcpmd4iijn076w4igpm3")) | 5108 | "09gill32x6qy4s55xjckqvqrfxw4jfjrlcpmd4iijn076w4igpm3")) |
| 5077 | 5109 | ||
| 5110 | (define rust-generational-arena-0.2.9 | ||
| 5111 | (crate-source "generational-arena" "0.2.9" | ||
| 5112 | "1rwnfyprjwqafkwdz2irkds5a41jcjb3bsma3djknx4fy2pr8zl7")) | ||
| 5113 | |||
| 5078 | (define rust-generator-0.7.5 | 5114 | (define rust-generator-0.7.5 |
| 5079 | (crate-source "generator" "0.7.5" | 5115 | (crate-source "generator" "0.7.5" |
| 5080 | "0knp7cllkf90l4wmfbhmb3c0ha9xn9afrzmphain1d12zy26bhaw")) | 5116 | "0knp7cllkf90l4wmfbhmb3c0ha9xn9afrzmphain1d12zy26bhaw")) |
| @@ -6948,6 +6984,10 @@ | |||
| 6948 | (crate-source "h2" "0.3.26" | 6984 | (crate-source "h2" "0.3.26" |
| 6949 | "1s7msnfv7xprzs6xzfj5sg6p8bjcdpcqcmjjbkd345cyi1x55zl1")) | 6985 | "1s7msnfv7xprzs6xzfj5sg6p8bjcdpcqcmjjbkd345cyi1x55zl1")) |
| 6950 | 6986 | ||
| 6987 | (define rust-h2-0.3.27 | ||
| 6988 | (crate-source "h2" "0.3.27" | ||
| 6989 | "0b92141hilij015av6i5ziw9xfx4py3lbjy17yc35z5ih01sbv0b")) | ||
| 6990 | |||
| 6951 | (define rust-h2-0.4.10 | 6991 | (define rust-h2-0.4.10 |
| 6952 | (crate-source "h2" "0.4.10" | 6992 | (crate-source "h2" "0.4.10" |
| 6953 | "19f0va87lhzrc0lmwkgcz1z0haf6glajb4icp0b7n50vdmkilhm9")) | 6993 | "19f0va87lhzrc0lmwkgcz1z0haf6glajb4icp0b7n50vdmkilhm9")) |
| @@ -6976,6 +7016,10 @@ | |||
| 6976 | (crate-source "handlebars" "4.5.0" | 7016 | (crate-source "handlebars" "4.5.0" |
| 6977 | "09dj4rk6r9ngy1ki34mppcqq4pcnlhjd02yhnf724qpkkympp9ps")) | 7017 | "09dj4rk6r9ngy1ki34mppcqq4pcnlhjd02yhnf724qpkkympp9ps")) |
| 6978 | 7018 | ||
| 7019 | (define rust-handlebars-6.3.2 | ||
| 7020 | (crate-source "handlebars" "6.3.2" | ||
| 7021 | "1630l9p8ag2f6lzj3gzwfjzvav46897kkv68j08wp1rjx9d2v7km")) | ||
| 7022 | |||
| 6979 | (define rust-hash32-0.2.1 | 7023 | (define rust-hash32-0.2.1 |
| 6980 | (crate-source "hash32" "0.2.1" | 7024 | (crate-source "hash32" "0.2.1" |
| 6981 | "0rrbv5pc5b1vax6j6hk7zvlrpw0h6aybshxy9vbpgsrgfrc5zhxh")) | 7025 | "0rrbv5pc5b1vax6j6hk7zvlrpw0h6aybshxy9vbpgsrgfrc5zhxh")) |
| @@ -7203,6 +7247,10 @@ | |||
| 7203 | (crate-source "html5ever" "0.27.0" | 7247 | (crate-source "html5ever" "0.27.0" |
| 7204 | "1m24sbpk572f5qhhkj4kkxvsd64rn968s0vxwvqlds76w2pp2dy1")) | 7248 | "1m24sbpk572f5qhhkj4kkxvsd64rn968s0vxwvqlds76w2pp2dy1")) |
| 7205 | 7249 | ||
| 7250 | (define rust-html5ever-0.35.0 | ||
| 7251 | (crate-source "html5ever" "0.35.0" | ||
| 7252 | "1m4yajw7slxqn0x3zdh3i9qlhb03vgdf2pq3la3l8rjbyz15inam")) | ||
| 7253 | |||
| 7206 | (define rust-htmlescape-0.3.1 | 7254 | (define rust-htmlescape-0.3.1 |
| 7207 | (crate-source "htmlescape" "0.3.1" | 7255 | (crate-source "htmlescape" "0.3.1" |
| 7208 | "0qria8paf19qy5sgzzk3iiii9fp2j7spbhqf0zjxwrg7v9c500p9")) | 7256 | "0qria8paf19qy5sgzzk3iiii9fp2j7spbhqf0zjxwrg7v9c500p9")) |
| @@ -7252,6 +7300,10 @@ | |||
| 7252 | (crate-source "http-content-range" "0.2.1" | 7300 | (crate-source "http-content-range" "0.2.1" |
| 7253 | "1jmzikxrqmjhkyw69b894sapr1bkyc7y7ca3vl5xg5hlkw58xaml")) | 7301 | "1jmzikxrqmjhkyw69b894sapr1bkyc7y7ca3vl5xg5hlkw58xaml")) |
| 7254 | 7302 | ||
| 7303 | (define rust-http-range-header-0.4.2 | ||
| 7304 | (crate-source "http-range-header" "0.4.2" | ||
| 7305 | "171mszmmq0lzpj9brig4wz1sz8hh3h6dgmaxs69q2db8ibma4wci")) | ||
| 7306 | |||
| 7255 | (define rust-httparse-1.10.1 | 7307 | (define rust-httparse-1.10.1 |
| 7256 | (crate-source "httparse" "1.10.1" | 7308 | (crate-source "httparse" "1.10.1" |
| 7257 | "11ycd554bw2dkgw0q61xsa7a4jn1wb1xbfacmf3dbwsikvkkvgvd")) | 7309 | "11ycd554bw2dkgw0q61xsa7a4jn1wb1xbfacmf3dbwsikvkkvgvd")) |
| @@ -7304,6 +7356,10 @@ | |||
| 7304 | (crate-source "hyper" "1.6.0" | 7356 | (crate-source "hyper" "1.6.0" |
| 7305 | "103ggny2k31z0iq2gzwk2vbx601wx6xkpjpxn40hr3p3b0b5fayc")) | 7357 | "103ggny2k31z0iq2gzwk2vbx601wx6xkpjpxn40hr3p3b0b5fayc")) |
| 7306 | 7358 | ||
| 7359 | (define rust-hyper-1.7.0 | ||
| 7360 | (crate-source "hyper" "1.7.0" | ||
| 7361 | "07n59pxzlq621z611cbpvh7p4h9h15v0r7m5wgxygpx02d5aafpb")) | ||
| 7362 | |||
| 7307 | (define rust-hyper-proxy2-0.1.0 | 7363 | (define rust-hyper-proxy2-0.1.0 |
| 7308 | (crate-source "hyper-proxy2" "0.1.0" | 7364 | (crate-source "hyper-proxy2" "0.1.0" |
| 7309 | "1brzvj6v5rfzq17x6wbg41vcqhpwli87phhlf0f4mg5h7yrbfhwh")) | 7365 | "1brzvj6v5rfzq17x6wbg41vcqhpwli87phhlf0f4mg5h7yrbfhwh")) |
| @@ -7355,6 +7411,10 @@ | |||
| 7355 | (crate-source "hyper-util" "0.1.14" | 7411 | (crate-source "hyper-util" "0.1.14" |
| 7356 | "1nqvf5azmv8p7hs5ghjlbgfya7xaafq377vppdazxbq8zzdxybyw")) | 7412 | "1nqvf5azmv8p7hs5ghjlbgfya7xaafq377vppdazxbq8zzdxybyw")) |
| 7357 | 7413 | ||
| 7414 | (define rust-hyper-util-0.1.16 | ||
| 7415 | (crate-source "hyper-util" "0.1.16" | ||
| 7416 | "0pmw8gqkqjnsdrxdy5wd5q8z1gh7caxqk2an7b4s53byghkhb6wd")) | ||
| 7417 | |||
| 7358 | (define rust-hyperlocal-0.8.0 | 7418 | (define rust-hyperlocal-0.8.0 |
| 7359 | (crate-source "hyperlocal" "0.8.0" | 7419 | (crate-source "hyperlocal" "0.8.0" |
| 7360 | "136978rsp0wr6x28cxivxhbq2np66l4jrq3n9xwckrrd5dxxzbqg")) | 7420 | "136978rsp0wr6x28cxivxhbq2np66l4jrq3n9xwckrrd5dxxzbqg")) |
| @@ -7771,6 +7831,14 @@ | |||
| 7771 | (crate-source "Inflector" "0.11.4" | 7831 | (crate-source "Inflector" "0.11.4" |
| 7772 | "1lqmcni21ifzyq41fhz6k1j2b23cmsx469s4g4sf01l78miqqhzy")) | 7832 | "1lqmcni21ifzyq41fhz6k1j2b23cmsx469s4g4sf01l78miqqhzy")) |
| 7773 | 7833 | ||
| 7834 | (define rust-inkwell-0.2.0 | ||
| 7835 | (crate-source "inkwell" "0.2.0" | ||
| 7836 | "1hb9wdh6hfr8shdnx3hda2mrb2vgglqyc94f2ysggf509x5cnkrz")) | ||
| 7837 | |||
| 7838 | (define rust-inkwell-internals-0.8.0 | ||
| 7839 | (crate-source "inkwell_internals" "0.8.0" | ||
| 7840 | "1sgqira2mpbjdcah551rhl27a47hzgc19yifa08h90nnd38fg1di")) | ||
| 7841 | |||
| 7774 | (define rust-inlinable-string-0.1.15 | 7842 | (define rust-inlinable-string-0.1.15 |
| 7775 | (crate-source "inlinable_string" "0.1.15" | 7843 | (crate-source "inlinable_string" "0.1.15" |
| 7776 | "1ysjci8yfvxgf51z0ny2nnwhxrclhmb3vbngin8v4bznhr3ybyn8")) | 7844 | "1ysjci8yfvxgf51z0ny2nnwhxrclhmb3vbngin8v4bznhr3ybyn8")) |
| @@ -7982,6 +8050,10 @@ | |||
| 7982 | (crate-source "iso8601" "0.6.2" | 8050 | (crate-source "iso8601" "0.6.2" |
| 7983 | "13f9a6izrm87dd66qcagw65lw714072a8y8hyjk23ar4z37pghf5")) | 8051 | "13f9a6izrm87dd66qcagw65lw714072a8y8hyjk23ar4z37pghf5")) |
| 7984 | 8052 | ||
| 8053 | (define rust-iso8601-0.6.3 | ||
| 8054 | (crate-source "iso8601" "0.6.3" | ||
| 8055 | "0inz8m51brcn17az8yln1c9yxkk0wdkjy4n638m48hzi9062y271")) | ||
| 8056 | |||
| 7985 | (define rust-itertools-0.10.5 | 8057 | (define rust-itertools-0.10.5 |
| 7986 | (crate-source "itertools" "0.10.5" | 8058 | (crate-source "itertools" "0.10.5" |
| 7987 | "0ww45h7nxx5kj6z2y6chlskxd1igvs4j507anr6dzg99x1h25zdh")) | 8059 | "0ww45h7nxx5kj6z2y6chlskxd1igvs4j507anr6dzg99x1h25zdh")) |
| @@ -8206,6 +8278,10 @@ | |||
| 8206 | (crate-source "jsonschema" "0.30.0" | 8278 | (crate-source "jsonschema" "0.30.0" |
| 8207 | "07gsyqmq02y62smmnagxzabdmahhz7f08c8lsbqzn4d6cl1nmd7i")) | 8279 | "07gsyqmq02y62smmnagxzabdmahhz7f08c8lsbqzn4d6cl1nmd7i")) |
| 8208 | 8280 | ||
| 8281 | (define rust-jsonschema-0.17.1 | ||
| 8282 | (crate-source "jsonschema" "0.17.1" | ||
| 8283 | "0y397fmb7qkah166lq5q39p9hizj9sls09xnvwc936pwgr7iy1ra")) | ||
| 8284 | |||
| 8209 | (define rust-junction-1.2.0 | 8285 | (define rust-junction-1.2.0 |
| 8210 | (crate-source "junction" "1.2.0" | 8286 | (crate-source "junction" "1.2.0" |
| 8211 | "05mxqwzxgb2aqgbq9b5lgbqq0r0nds6yx68zzhyxlhx26zbxzfvj")) | 8287 | "05mxqwzxgb2aqgbq9b5lgbqq0r0nds6yx68zzhyxlhx26zbxzfvj")) |
| @@ -8959,10 +9035,55 @@ | |||
| 8959 | (crate-source "litrs" "0.4.2" | 9035 | (crate-source "litrs" "0.4.2" |
| 8960 | "1v8bxsrkm0w2k9nmbp8hsspy9i1lawajywqdw4hx87rjzqv41rgm")) | 9036 | "1v8bxsrkm0w2k9nmbp8hsspy9i1lawajywqdw4hx87rjzqv41rgm")) |
| 8961 | 9037 | ||
| 9038 | (define rust-lld-rs-140.0.0 | ||
| 9039 | (crate-source "lld_rs" "140.0.0" | ||
| 9040 | "13xzaf4dh5ljy9rrlsgy3dvs1va0cfxbwqawbz2pkbcjjqp6pbxs" | ||
| 9041 | #:snippet | ||
| 9042 | '(begin | ||
| 9043 | (substitute* "build.rs" | ||
| 9044 | (("println\\!\\(\"cargo:rustc-link-lib=static=lldWasm\"\\);" all) | ||
| 9045 | (string-append all | ||
| 9046 | ;; add all input library paths to the search path | ||
| 9047 | "let key = \"LIBRARY_PATH\";" | ||
| 9048 | "match env::var_os(key) {" | ||
| 9049 | "Some(paths) => {" | ||
| 9050 | "for path in env::split_paths(&paths) {" | ||
| 9051 | "println!(\"cargo:rustc-link-search=native={}\", path.display());}}" | ||
| 9052 | "None => println!(\"{key} not defined in environment.\")}" | ||
| 9053 | ;; add zlib link flag which is omitted | ||
| 9054 | "println!(\"cargo:rustc-link-lib=dylib=z\");")) | ||
| 9055 | ;; the `-std=c++17' flag is overwritten by `llvm-config --cxxflags` | ||
| 9056 | ;; which breaks the build as `build.rs' uses c++17 features, so | ||
| 9057 | ;; re-add it. | ||
| 9058 | (("\\.join\\(\" \"\\)" all) | ||
| 9059 | (string-append all "+\"-std=c++17\"")) | ||
| 9060 | ;; llvm-14 doesn't have static outputs for whatever reason, so we | ||
| 9061 | ;; need to force use of dynamic libs. | ||
| 9062 | (("\".a\"") | ||
| 9063 | "\".so\"") | ||
| 9064 | ;; compensate for the longer suffix. | ||
| 9065 | (("\\.len\\(\\) \\- 2") | ||
| 9066 | ".len() - 3") | ||
| 9067 | ;; force dynamic linking for llvm libraries. | ||
| 9068 | (("static=\\{\\}") | ||
| 9069 | "dylib={}") | ||
| 9070 | (("\"--link-static\"") | ||
| 9071 | "\"--link-shared\""))))) | ||
| 9072 | |||
| 8962 | (define rust-local-channel-0.1.5 | 9073 | (define rust-local-channel-0.1.5 |
| 8963 | (crate-source "local-channel" "0.1.5" | 9074 | (crate-source "local-channel" "0.1.5" |
| 8964 | "1j1ywn459kl4fdmjfyljm379k40qwwscd7mqp25lppxqd5gcijxn")) | 9075 | "1j1ywn459kl4fdmjfyljm379k40qwwscd7mqp25lppxqd5gcijxn")) |
| 8965 | 9076 | ||
| 9077 | (define rust-llvm-sys-140.1.3 | ||
| 9078 | (crate-source "llvm-sys" "140.1.3" | ||
| 9079 | "030srgq5vgshgpmb0w05gpf3yjbh73vcrgg327n320kwhplpip73" | ||
| 9080 | #:snippet | ||
| 9081 | '(begin | ||
| 9082 | (substitute* "Cargo.toml.orig" | ||
| 9083 | (("\\[features\\]" all) | ||
| 9084 | (string-append all "\n default=[\"force-dynamic\"]"))) | ||
| 9085 | (copy-file "Cargo.toml.orig" "Cargo.toml")))) | ||
| 9086 | |||
| 8966 | (define rust-local-ip-address-0.5.7 | 9087 | (define rust-local-ip-address-0.5.7 |
| 8967 | (crate-source "local-ip-address" "0.5.7" | 9088 | (crate-source "local-ip-address" "0.5.7" |
| 8968 | "0pfiy5pj70y0ycdf3scmxpgmj7jyi99054rk4rfzpb75kkmd8bk1")) | 9089 | "0pfiy5pj70y0ycdf3scmxpgmj7jyi99054rk4rfzpb75kkmd8bk1")) |
| @@ -9265,6 +9386,10 @@ | |||
| 9265 | (crate-source "markup5ever" "0.12.1" | 9386 | (crate-source "markup5ever" "0.12.1" |
| 9266 | "0idy4vjihg2dw73j2vkb5kdghvga3bwnw0qx8jwci4m6xfxkmkhn")) | 9387 | "0idy4vjihg2dw73j2vkb5kdghvga3bwnw0qx8jwci4m6xfxkmkhn")) |
| 9267 | 9388 | ||
| 9389 | (define rust-markup5ever-0.35.0 | ||
| 9390 | (crate-source "markup5ever" "0.35.0" | ||
| 9391 | "1hy1xh07jkm13j7vdnsphynl3z7hfmh99csjjvqzhl26jfffc7ri")) | ||
| 9392 | |||
| 9268 | (define rust-markup5ever-rcdom-0.3.0 | 9393 | (define rust-markup5ever-rcdom-0.3.0 |
| 9269 | (crate-source "markup5ever_rcdom" "0.3.0" | 9394 | (crate-source "markup5ever_rcdom" "0.3.0" |
| 9270 | "065yb6zn9sfn7kqk5wwc48czsls5z3hzgrddk58fxgq16ymj3apd")) | 9395 | "065yb6zn9sfn7kqk5wwc48czsls5z3hzgrddk58fxgq16ymj3apd")) |
| @@ -9273,6 +9398,10 @@ | |||
| 9273 | (crate-source "match_cfg" "0.1.0" | 9398 | (crate-source "match_cfg" "0.1.0" |
| 9274 | "1r5j3zqc3qr8ybcx95bk8q57mkizmgmffj5lmicd4i8d9riyigpz")) | 9399 | "1r5j3zqc3qr8ybcx95bk8q57mkizmgmffj5lmicd4i8d9riyigpz")) |
| 9275 | 9400 | ||
| 9401 | (define rust-match-token-0.35.0 | ||
| 9402 | (crate-source "match_token" "0.35.0" | ||
| 9403 | "1ksqd8li4kdd463cb2qf10d7d4j1m416y62xbzf47k0g6qzzv15c")) | ||
| 9404 | |||
| 9276 | (define rust-matchers-0.1.0 | 9405 | (define rust-matchers-0.1.0 |
| 9277 | (crate-source "matchers" "0.1.0" | 9406 | (crate-source "matchers" "0.1.0" |
| 9278 | "0n2mbk7lg2vf962c8xwzdq96yrc9i0p8dbmm4wa1nnkcp1dhfqw2")) | 9407 | "0n2mbk7lg2vf962c8xwzdq96yrc9i0p8dbmm4wa1nnkcp1dhfqw2")) |
| @@ -9322,6 +9451,10 @@ | |||
| 9322 | (crate-source "md5" "0.7.0" | 9451 | (crate-source "md5" "0.7.0" |
| 9323 | "0wcps37hrhz59fkhf8di1ppdnqld6l1w5sdy7jp7p51z0i4c8329")) | 9452 | "0wcps37hrhz59fkhf8di1ppdnqld6l1w5sdy7jp7p51z0i4c8329")) |
| 9324 | 9453 | ||
| 9454 | (define rust-mdbook-0.4.52 | ||
| 9455 | (crate-source "mdbook" "0.4.52" | ||
| 9456 | "1v1h40c6kdygqwlm9xdn5ly7viygjzc9mkqrb5yay5jrhp989hlk")) | ||
| 9457 | |||
| 9325 | (define rust-memchr-2.6.3 | 9458 | (define rust-memchr-2.6.3 |
| 9326 | (crate-source "memchr" "2.6.3" | 9459 | (crate-source "memchr" "2.6.3" |
| 9327 | "0p6kn2awqf47m3brk0nmajarhwhylg9969il8dm9bq87yxp2s8wg")) | 9460 | "0p6kn2awqf47m3brk0nmajarhwhylg9969il8dm9bq87yxp2s8wg")) |
| @@ -9508,6 +9641,9 @@ | |||
| 9508 | (define rust-nonempty-0.9.0 | 9641 | (define rust-nonempty-0.9.0 |
| 9509 | (crate-source "nonempty" "0.9.0" | 9642 | (crate-source "nonempty" "0.9.0" |
| 9510 | "1rh8yv3l0531696d27x3fmv4ykbbi4xqwbmxs7ysr2d5l3ffypcr")) | 9643 | "1rh8yv3l0531696d27x3fmv4ykbbi4xqwbmxs7ysr2d5l3ffypcr")) |
| 9644 | (define rust-notify-8.2.0 | ||
| 9645 | (crate-source "notify" "8.2.0" | ||
| 9646 | "1hrb83451vm5cpjw83nz5skgwjg5ara28zq8nxsqbzsif690fgad")) | ||
| 9511 | 9647 | ||
| 9512 | (define rust-num-cmp-0.1.0 | 9648 | (define rust-num-cmp-0.1.0 |
| 9513 | (crate-source "num-cmp" "0.1.0" | 9649 | (crate-source "num-cmp" "0.1.0" |
| @@ -9521,10 +9657,22 @@ | |||
| 9521 | (crate-source "num_enum_derive" "0.7.4" | 9657 | (crate-source "num_enum_derive" "0.7.4" |
| 9522 | "03gr5218x4rs52kx4srx3jn1c6vmx3drd506vl0axax88v47is3p")) | 9658 | "03gr5218x4rs52kx4srx3jn1c6vmx3drd506vl0axax88v47is3p")) |
| 9523 | 9659 | ||
| 9660 | (define rust-num-modular-0.6.1 | ||
| 9661 | (crate-source "num-modular" "0.6.1" | ||
| 9662 | "0zv4miws3q1i93a0bd9wgc4njrr5j5786kr99hzxi9vgycdjdfqp")) | ||
| 9663 | |||
| 9664 | (define rust-num-order-1.2.0 | ||
| 9665 | (crate-source "num-order" "1.2.0" | ||
| 9666 | "1dhvdncf91ljxh9sawnfxcbiqj1gnag08lyias0cy3y4jxmmjysk")) | ||
| 9667 | |||
| 9524 | (define rust-object-0.36.4 | 9668 | (define rust-object-0.36.4 |
| 9525 | (crate-source "object" "0.36.4" | 9669 | (crate-source "object" "0.36.4" |
| 9526 | "02h7k38dwi8rndc3y81n6yjxijbss99p2jm9c0b6ak5c45c1lkq8")) | 9670 | "02h7k38dwi8rndc3y81n6yjxijbss99p2jm9c0b6ak5c45c1lkq8")) |
| 9527 | 9671 | ||
| 9672 | (define rust-opener-0.8.2 | ||
| 9673 | (crate-source "opener" "0.8.2" | ||
| 9674 | "08r2jr56zha702lpsb5scrlplla71frj18s7qx7452ydz029f6vp")) | ||
| 9675 | |||
| 9528 | (define rust-ordered-float-4.6.0 | 9676 | (define rust-ordered-float-4.6.0 |
| 9529 | (crate-source "ordered-float" "4.6.0" | 9677 | (crate-source "ordered-float" "4.6.0" |
| 9530 | "0ldrcgilsiijd141vw51fbkziqmh5fpllil3ydhirjm67wdixdvv")) | 9678 | "0ldrcgilsiijd141vw51fbkziqmh5fpllil3ydhirjm67wdixdvv")) |
| @@ -9621,6 +9769,14 @@ | |||
| 9621 | (crate-source "qcheck-macros" "1.0.0" | 9769 | (crate-source "qcheck-macros" "1.0.0" |
| 9622 | "1ddiynmcs0i49gxx6vky3jnsg7nvyj1ikw8q9f81a1k9bapvjhi7")) | 9770 | "1ddiynmcs0i49gxx6vky3jnsg7nvyj1ikw8q9f81a1k9bapvjhi7")) |
| 9623 | 9771 | ||
| 9772 | (define rust-pulldown-cmark-0.10.3 | ||
| 9773 | (crate-source "pulldown-cmark" "0.10.3" | ||
| 9774 | "14rrzqnv6j64j75558m7gzw6lc9b24057v6415smx1z7cvm9p5vn")) | ||
| 9775 | |||
| 9776 | (define rust-pulldown-cmark-escape-0.10.1 | ||
| 9777 | (crate-source "pulldown-cmark-escape" "0.10.1" | ||
| 9778 | "1lqx7c2f0bx0qq9kkyn18gsa2dl2sk8x5jp8gvdax75w73sqyd5x")) | ||
| 9779 | |||
| 9624 | (define rust-quinn-udp-0.5.13 | 9780 | (define rust-quinn-udp-0.5.13 |
| 9625 | (crate-source "quinn-udp" "0.5.13" | 9781 | (crate-source "quinn-udp" "0.5.13" |
| 9626 | "0w0ri3wv5g419i5dfv4qmjxh4ayc4hp77y2gy4p3axp2kqhb3szw")) | 9782 | "0w0ri3wv5g419i5dfv4qmjxh4ayc4hp77y2gy4p3axp2kqhb3szw")) |
| @@ -9731,6 +9887,10 @@ | |||
| 9731 | (crate-source "schemars_derive" "1.0.4" | 9887 | (crate-source "schemars_derive" "1.0.4" |
| 9732 | "107sprdfa5kacifxq41qv5ccv7a78msxyr8ikz0qs4qxdlwj1l1k")) | 9888 | "107sprdfa5kacifxq41qv5ccv7a78msxyr8ikz0qs4qxdlwj1l1k")) |
| 9733 | 9889 | ||
| 9890 | (define rust-scc-2.4.0 | ||
| 9891 | (crate-source "scc" "2.4.0" | ||
| 9892 | "1k2nwz3bysf1s3r5g437vq9xfm9i4sadfzn5c0k8xx7ynx3g1rj6")) | ||
| 9893 | |||
| 9734 | (define rust-scm-record-0.8.0 | 9894 | (define rust-scm-record-0.8.0 |
| 9735 | (crate-source "scm-record" "0.8.0" | 9895 | (crate-source "scm-record" "0.8.0" |
| 9736 | "15yjqrq78q24znz1sdykgbrmlb5x6yf4ay3i7rsn65paw77acqij")) | 9896 | "15yjqrq78q24znz1sdykgbrmlb5x6yf4ay3i7rsn65paw77acqij")) |
| @@ -9739,6 +9899,10 @@ | |||
| 9739 | (crate-source "sem_safe" "0.2.1" | 9899 | (crate-source "sem_safe" "0.2.1" |
| 9740 | "0is9ks9bq98vky2hlx078d8y7zkc29ahz30anbr6qncv5zlnb5my")) | 9900 | "0is9ks9bq98vky2hlx078d8y7zkc29ahz30anbr6qncv5zlnb5my")) |
| 9741 | 9901 | ||
| 9902 | (define rust-sdd-3.0.10 | ||
| 9903 | (crate-source "sdd" "3.0.10" | ||
| 9904 | "1jj1brjjasx7r3lf6iyhhrpglx47vzr0z1qi1n0fcszjzv5wy3a9")) | ||
| 9905 | |||
| 9742 | (define rust-serde-aux-4.7.0 | 9906 | (define rust-serde-aux-4.7.0 |
| 9743 | (crate-source "serde-aux" "4.7.0" | 9907 | (crate-source "serde-aux" "4.7.0" |
| 9744 | "02lamg1xzz2xghbqwr872gi33s553szz16rsa2bba3z9iyr6fzr0")) | 9908 | "02lamg1xzz2xghbqwr872gi33s553szz16rsa2bba3z9iyr6fzr0")) |
| @@ -9813,10 +9977,42 @@ | |||
| 9813 | (crate-source "sqlite3-sys" "0.15.2" | 9977 | (crate-source "sqlite3-sys" "0.15.2" |
| 9814 | "0fq6m21dnd5yqrzknsmnl2565nahdwa29s7x12xhxr1kjik2qxgj")) | 9978 | "0fq6m21dnd5yqrzknsmnl2565nahdwa29s7x12xhxr1kjik2qxgj")) |
| 9815 | 9979 | ||
| 9980 | (define rust-sqlx-0.8.6 | ||
| 9981 | (crate-source "sqlx" "0.8.6" | ||
| 9982 | "1p4pgppy10ch4vj0fyay9q3g8y5xhzsayyfrrnfncacli69vivqz")) | ||
| 9983 | |||
| 9984 | (define rust-sqlx-core-0.8.6 | ||
| 9985 | (crate-source "sqlx-core" "0.8.6" | ||
| 9986 | "1ildwsjy7lwfxsvfh174jwhk0rjqvyw37h87q1lhyslbhfqrhrzf")) | ||
| 9987 | |||
| 9988 | (define rust-sqlx-macros-0.8.6 | ||
| 9989 | (crate-source "sqlx-macros" "0.8.6" | ||
| 9990 | "0pbiwsv5ysv3qcx1g4p1pvsqlz0xp67k9g5xw3szpb6aijc55m52")) | ||
| 9991 | |||
| 9992 | (define rust-sqlx-macros-core-0.8.6 | ||
| 9993 | (crate-source "sqlx-macros-core" "0.8.6" | ||
| 9994 | "16r1slvkzfdxjkc2v5i3yd5l4xzcwbcy35hzfihmmb14262c3a8r")) | ||
| 9995 | |||
| 9996 | (define rust-sqlx-mysql-0.8.6 | ||
| 9997 | (crate-source "sqlx-mysql" "0.8.6" | ||
| 9998 | "09n5k60z9j1ilbdmggcla6s27np3zwxc3fnbzsw4wy6z7003y05a")) | ||
| 9999 | |||
| 10000 | (define rust-sqlx-postgres-0.8.6 | ||
| 10001 | (crate-source "sqlx-postgres" "0.8.6" | ||
| 10002 | "0insvvaql0pz6nk64dbss4q4qzilj7zh2j0m9cc7rw1wlpazqn6v")) | ||
| 10003 | |||
| 10004 | (define rust-sqlx-sqlite-0.8.6 | ||
| 10005 | (crate-source "sqlx-sqlite" "0.8.6" | ||
| 10006 | "1siy1jhqf5flpxyrmy7rw66j0y0v2l7zjmc00c0l86rc1gkjzlf2")) | ||
| 10007 | |||
| 9816 | (define rust-str-indices-0.4.3 | 10008 | (define rust-str-indices-0.4.3 |
| 9817 | (crate-source "str_indices" "0.4.3" | 10009 | (crate-source "str_indices" "0.4.3" |
| 9818 | "0p6kggjax1mx0niq22dsm5xq2jvg6l4nyrm8a6f0138yaav7qmg9")) | 10010 | "0p6kggjax1mx0niq22dsm5xq2jvg6l4nyrm8a6f0138yaav7qmg9")) |
| 9819 | 10011 | ||
| 10012 | (define rust-stringprep-0.1.5 | ||
| 10013 | (crate-source "stringprep" "0.1.5" | ||
| 10014 | "1cb3jis4h2b767csk272zw92lc6jzfzvh8d6m1cd86yqjb9z6kbv")) | ||
| 10015 | |||
| 9820 | (define rust-syn-2.0.106 | 10016 | (define rust-syn-2.0.106 |
| 9821 | (crate-source "syn" "2.0.106" | 10017 | (crate-source "syn" "2.0.106" |
| 9822 | "19mddxp1ia00hfdzimygqmr1jqdvyl86k48427bkci4d08wc9rzd")) | 10018 | "19mddxp1ia00hfdzimygqmr1jqdvyl86k48427bkci4d08wc9rzd")) |
| @@ -15817,6 +16013,10 @@ | |||
| 15817 | (crate-source "tokio-tungstenite" "0.24.0" | 16013 | (crate-source "tokio-tungstenite" "0.24.0" |
| 15818 | "1nfw1i6yy120a14h1xagd4f31k3g1mz4rdxpvgh77jcd4i7ggigd")) | 16014 | "1nfw1i6yy120a14h1xagd4f31k3g1mz4rdxpvgh77jcd4i7ggigd")) |
| 15819 | 16015 | ||
| 16016 | (define rust-tokio-tungstenite-0.26.2 | ||
| 16017 | (crate-source "tokio-tungstenite" "0.26.2" | ||
| 16018 | "117hwxfwmpxazxks076w5i73xj7cgv5iqs7x2rnbzln60zvaz7bs")) | ||
| 16019 | |||
| 15820 | (define rust-tokio-util-0.6.10 | 16020 | (define rust-tokio-util-0.6.10 |
| 15821 | (crate-source "tokio-util" "0.6.10" | 16021 | (crate-source "tokio-util" "0.6.10" |
| 15822 | "01v5zkcxjdd5zaniqxxfl6isvd7y5qfmljpqsdyrfrvd3bh3x51n")) | 16022 | "01v5zkcxjdd5zaniqxxfl6isvd7y5qfmljpqsdyrfrvd3bh3x51n")) |
| @@ -16278,6 +16478,10 @@ | |||
| 16278 | (crate-source "tungstenite" "0.24.0" | 16478 | (crate-source "tungstenite" "0.24.0" |
| 16279 | "12nsxnxazk4nisgsqpywi6za0hsbc2rd15r1scb5pag7dqvbir8q")) | 16479 | "12nsxnxazk4nisgsqpywi6za0hsbc2rd15r1scb5pag7dqvbir8q")) |
| 16280 | 16480 | ||
| 16481 | (define rust-tungstenite-0.26.2 | ||
| 16482 | (crate-source "tungstenite" "0.26.2" | ||
| 16483 | "04rwwcxx95m3avi46rmn0kmpb6nynqimnla3v2qwn3k8argcp4s7")) | ||
| 16484 | |||
| 16281 | (define rust-two-face-0.4.3 | 16485 | (define rust-two-face-0.4.3 |
| 16282 | ;; TODO: Generate from source. | 16486 | ;; TODO: Generate from source. |
| 16283 | (crate-source "two-face" "0.4.3" | 16487 | (crate-source "two-face" "0.4.3" |
| @@ -17594,6 +17798,10 @@ | |||
| 17594 | (crate-source "wayrs-scanner" "0.15.4" | 17798 | (crate-source "wayrs-scanner" "0.15.4" |
| 17595 | "0a4d6szwgj6shm674n550b6nlf7va6z46i7idb5cpmx8c32zgchn")) | 17799 | "0a4d6szwgj6shm674n550b6nlf7va6z46i7idb5cpmx8c32zgchn")) |
| 17596 | 17800 | ||
| 17801 | (define rust-web-atoms-0.1.3 | ||
| 17802 | (crate-source "web_atoms" "0.1.3" | ||
| 17803 | "056lg00xm67d2yiyi1fh3x15jpi3idk0acifk7wvsh0jq0fxxzsp")) | ||
| 17804 | |||
| 17597 | (define rust-web-sys-0.3.61 | 17805 | (define rust-web-sys-0.3.61 |
| 17598 | (crate-source "web-sys" "0.3.61" | 17806 | (crate-source "web-sys" "0.3.61" |
| 17599 | "15qbbdbhyz02srvm01p0cvlh0pvmbbin9hislp0yx8rvnbs9jfz3")) | 17807 | "15qbbdbhyz02srvm01p0cvlh0pvmbbin9hislp0yx8rvnbs9jfz3")) |
| @@ -42546,6 +42754,504 @@ | |||
| 42546 | rust-zbus-macros-1.9.3 | 42754 | rust-zbus-macros-1.9.3 |
| 42547 | rust-zvariant-2.10.0 | 42755 | rust-zvariant-2.10.0 |
| 42548 | rust-zvariant-derive-2.10.0)) | 42756 | rust-zvariant-derive-2.10.0)) |
| 42757 | (rusty => | ||
| 42758 | (list rust-addr2line-0.24.2 | ||
| 42759 | rust-adler2-2.0.1 | ||
| 42760 | rust-ahash-0.8.12 | ||
| 42761 | rust-aho-corasick-1.1.3 | ||
| 42762 | rust-allocator-api2-0.2.21 | ||
| 42763 | rust-ammonia-4.1.1 | ||
| 42764 | rust-android-tzdata-0.1.1 | ||
| 42765 | rust-android-system-properties-0.1.5 | ||
| 42766 | rust-annotate-snippets-0.11.5 | ||
| 42767 | rust-anstream-0.6.20 | ||
| 42768 | rust-anstyle-1.0.11 | ||
| 42769 | rust-anstyle-parse-0.2.7 | ||
| 42770 | rust-anstyle-query-1.1.4 | ||
| 42771 | rust-anstyle-wincon-3.0.10 | ||
| 42772 | rust-anyhow-1.0.99 | ||
| 42773 | rust-async-channel-1.9.0 | ||
| 42774 | rust-async-channel-2.5.0 | ||
| 42775 | rust-async-executor-1.13.3 | ||
| 42776 | rust-async-global-executor-2.4.1 | ||
| 42777 | rust-async-io-1.13.0 | ||
| 42778 | rust-async-io-2.5.0 | ||
| 42779 | rust-async-lock-2.8.0 | ||
| 42780 | rust-async-lock-3.4.1 | ||
| 42781 | rust-async-std-1.13.2 | ||
| 42782 | rust-async-task-4.7.1 | ||
| 42783 | rust-atoi-2.0.0 | ||
| 42784 | rust-atomic-waker-1.1.2 | ||
| 42785 | rust-atty-0.2.14 | ||
| 42786 | rust-autocfg-1.5.0 | ||
| 42787 | rust-axum-0.8.4 | ||
| 42788 | rust-axum-core-0.5.2 | ||
| 42789 | rust-backtrace-0.3.75 | ||
| 42790 | rust-base64-0.21.7 | ||
| 42791 | rust-base64-0.22.1 | ||
| 42792 | rust-base64ct-1.8.0 | ||
| 42793 | rust-beef-0.5.2 | ||
| 42794 | rust-bit-set-0.5.3 | ||
| 42795 | rust-bit-vec-0.6.3 | ||
| 42796 | rust-bitflags-1.3.2 | ||
| 42797 | rust-bitflags-2.9.3 | ||
| 42798 | rust-block-buffer-0.10.4 | ||
| 42799 | rust-blocking-1.6.2 | ||
| 42800 | rust-bstr-1.12.0 | ||
| 42801 | rust-bumpalo-3.19.0 | ||
| 42802 | rust-bytecount-0.6.9 | ||
| 42803 | rust-byteorder-1.5.0 | ||
| 42804 | rust-bytes-1.10.1 | ||
| 42805 | rust-cc-1.2.34 | ||
| 42806 | rust-cfg-if-1.0.3 | ||
| 42807 | rust-chrono-0.4.41 | ||
| 42808 | rust-clap-3.2.25 | ||
| 42809 | rust-clap-4.5.46 | ||
| 42810 | rust-clap-builder-4.5.46 | ||
| 42811 | rust-clap-complete-4.5.57 | ||
| 42812 | rust-clap-derive-3.2.25 | ||
| 42813 | rust-clap-derive-4.5.45 | ||
| 42814 | rust-clap-lex-0.2.4 | ||
| 42815 | rust-clap-lex-0.7.5 | ||
| 42816 | rust-codespan-reporting-0.11.1 | ||
| 42817 | rust-colorchoice-1.0.4 | ||
| 42818 | rust-concurrent-queue-2.5.0 | ||
| 42819 | rust-console-0.15.11 | ||
| 42820 | rust-const-oid-0.9.6 | ||
| 42821 | rust-convert-case-0.4.0 | ||
| 42822 | rust-core-foundation-0.9.4 | ||
| 42823 | rust-core-foundation-sys-0.8.7 | ||
| 42824 | rust-cpufeatures-0.2.17 | ||
| 42825 | rust-crc-3.3.0 | ||
| 42826 | rust-crc-catalog-2.4.0 | ||
| 42827 | rust-crossbeam-deque-0.8.6 | ||
| 42828 | rust-crossbeam-epoch-0.9.18 | ||
| 42829 | rust-crossbeam-queue-0.3.12 | ||
| 42830 | rust-crossbeam-utils-0.8.21 | ||
| 42831 | rust-crypto-common-0.1.6 | ||
| 42832 | rust-cssparser-0.35.0 | ||
| 42833 | rust-cssparser-macros-0.6.1 | ||
| 42834 | rust-darling-0.20.11 | ||
| 42835 | rust-darling-core-0.20.11 | ||
| 42836 | rust-darling-macro-0.20.11 | ||
| 42837 | rust-data-encoding-2.9.0 | ||
| 42838 | rust-der-0.7.10 | ||
| 42839 | rust-deranged-0.4.0 | ||
| 42840 | rust-derive-builder-0.20.2 | ||
| 42841 | rust-derive-builder-core-0.20.2 | ||
| 42842 | rust-derive-builder-macro-0.20.2 | ||
| 42843 | rust-derive-more-0.99.20 | ||
| 42844 | rust-diff-0.1.13 | ||
| 42845 | rust-digest-0.10.7 | ||
| 42846 | rust-displaydoc-0.2.5 | ||
| 42847 | rust-dotenvy-0.15.7 | ||
| 42848 | rust-dtoa-1.0.10 | ||
| 42849 | rust-dtoa-short-0.3.5 | ||
| 42850 | rust-either-1.15.0 | ||
| 42851 | rust-elasticlunr-rs-3.0.2 | ||
| 42852 | rust-encode-unicode-1.0.0 | ||
| 42853 | rust-encoding-rs-0.8.35 | ||
| 42854 | rust-encoding-rs-io-0.1.7 | ||
| 42855 | rust-env-filter-0.1.3 | ||
| 42856 | rust-env-logger-0.10.2 | ||
| 42857 | rust-env-logger-0.11.8 | ||
| 42858 | rust-equivalent-1.0.2 | ||
| 42859 | rust-errno-0.3.13 | ||
| 42860 | rust-etcetera-0.8.0 | ||
| 42861 | rust-event-listener-2.5.3 | ||
| 42862 | rust-event-listener-5.4.1 | ||
| 42863 | rust-event-listener-strategy-0.5.4 | ||
| 42864 | rust-fancy-regex-0.11.0 | ||
| 42865 | rust-fastrand-1.9.0 | ||
| 42866 | rust-fastrand-2.3.0 | ||
| 42867 | rust-flume-0.11.1 | ||
| 42868 | rust-fnv-1.0.7 | ||
| 42869 | rust-foldhash-0.1.5 | ||
| 42870 | rust-foreign-types-0.3.2 | ||
| 42871 | rust-foreign-types-shared-0.1.1 | ||
| 42872 | rust-form-urlencoded-1.2.2 | ||
| 42873 | rust-fraction-0.13.1 | ||
| 42874 | rust-fsevent-sys-4.1.0 | ||
| 42875 | rust-futf-0.1.5 | ||
| 42876 | rust-futures-0.3.31 | ||
| 42877 | rust-futures-channel-0.3.31 | ||
| 42878 | rust-futures-core-0.3.31 | ||
| 42879 | rust-futures-executor-0.3.31 | ||
| 42880 | rust-futures-intrusive-0.5.0 | ||
| 42881 | rust-futures-io-0.3.31 | ||
| 42882 | rust-futures-lite-1.13.0 | ||
| 42883 | rust-futures-lite-2.6.1 | ||
| 42884 | rust-futures-macro-0.3.31 | ||
| 42885 | rust-futures-sink-0.3.31 | ||
| 42886 | rust-futures-task-0.3.31 | ||
| 42887 | rust-futures-util-0.3.31 | ||
| 42888 | rust-generational-arena-0.2.9 | ||
| 42889 | rust-generic-array-0.14.7 | ||
| 42890 | rust-getrandom-0.2.16 | ||
| 42891 | rust-getrandom-0.3.3 | ||
| 42892 | rust-gimli-0.31.1 | ||
| 42893 | rust-glob-0.3.3 | ||
| 42894 | rust-globset-0.4.16 | ||
| 42895 | rust-gloo-timers-0.3.0 | ||
| 42896 | rust-h2-0.3.27 | ||
| 42897 | rust-handlebars-6.3.2 | ||
| 42898 | rust-hashbrown-0.12.3 | ||
| 42899 | rust-hashbrown-0.15.5 | ||
| 42900 | rust-hashlink-0.10.0 | ||
| 42901 | rust-heck-0.4.1 | ||
| 42902 | rust-heck-0.5.0 | ||
| 42903 | rust-hermit-abi-0.1.19 | ||
| 42904 | rust-hermit-abi-0.3.9 | ||
| 42905 | rust-hermit-abi-0.5.2 | ||
| 42906 | rust-hex-0.4.3 | ||
| 42907 | rust-hkdf-0.12.4 | ||
| 42908 | rust-hmac-0.12.1 | ||
| 42909 | rust-home-0.5.11 | ||
| 42910 | rust-html-escape-0.2.13 | ||
| 42911 | rust-html5ever-0.35.0 | ||
| 42912 | rust-http-0.2.12 | ||
| 42913 | rust-http-1.3.1 | ||
| 42914 | rust-http-body-0.4.6 | ||
| 42915 | rust-http-body-1.0.1 | ||
| 42916 | rust-http-body-util-0.1.3 | ||
| 42917 | rust-http-range-header-0.4.2 | ||
| 42918 | rust-httparse-1.10.1 | ||
| 42919 | rust-httpdate-1.0.3 | ||
| 42920 | rust-humantime-2.2.0 | ||
| 42921 | rust-hyper-0.14.32 | ||
| 42922 | rust-hyper-1.7.0 | ||
| 42923 | rust-hyper-util-0.1.16 | ||
| 42924 | rust-iana-time-zone-0.1.63 | ||
| 42925 | rust-iana-time-zone-haiku-0.1.2 | ||
| 42926 | rust-icu-collections-2.0.0 | ||
| 42927 | rust-icu-locale-core-2.0.0 | ||
| 42928 | rust-icu-normalizer-2.0.0 | ||
| 42929 | rust-icu-normalizer-data-2.0.0 | ||
| 42930 | rust-icu-properties-2.0.1 | ||
| 42931 | rust-icu-properties-data-2.0.1 | ||
| 42932 | rust-icu-provider-2.0.0 | ||
| 42933 | rust-ident-case-1.0.1 | ||
| 42934 | rust-idna-1.1.0 | ||
| 42935 | rust-idna-adapter-1.2.1 | ||
| 42936 | rust-ignore-0.4.23 | ||
| 42937 | rust-indexmap-1.9.3 | ||
| 42938 | rust-indexmap-2.11.0 | ||
| 42939 | rust-inkwell-0.2.0 | ||
| 42940 | rust-inkwell-internals-0.8.0 | ||
| 42941 | rust-inotify-0.11.0 | ||
| 42942 | rust-inotify-sys-0.1.5 | ||
| 42943 | rust-insta-1.43.1 | ||
| 42944 | rust-instant-0.1.13 | ||
| 42945 | rust-io-lifetimes-1.0.11 | ||
| 42946 | rust-io-uring-0.7.10 | ||
| 42947 | rust-ipnet-2.11.0 | ||
| 42948 | rust-is-terminal-0.4.16 | ||
| 42949 | rust-is-terminal-polyfill-1.70.1 | ||
| 42950 | rust-iso8601-0.6.3 | ||
| 42951 | rust-itertools-0.11.0 | ||
| 42952 | rust-itoa-1.0.15 | ||
| 42953 | rust-jiff-0.2.15 | ||
| 42954 | rust-jiff-static-0.2.15 | ||
| 42955 | rust-js-sys-0.3.77 | ||
| 42956 | rust-jsonschema-0.17.1 | ||
| 42957 | rust-kqueue-1.1.1 | ||
| 42958 | rust-kqueue-sys-1.0.4 | ||
| 42959 | rust-kv-log-macro-1.0.7 | ||
| 42960 | rust-lazy-static-1.5.0 | ||
| 42961 | rust-libc-0.2.175 | ||
| 42962 | rust-libm-0.2.15 | ||
| 42963 | rust-libredox-0.1.9 | ||
| 42964 | rust-libsqlite3-sys-0.30.1 | ||
| 42965 | rust-linux-raw-sys-0.3.8 | ||
| 42966 | rust-linux-raw-sys-0.4.15 | ||
| 42967 | rust-linux-raw-sys-0.9.4 | ||
| 42968 | rust-litemap-0.8.0 | ||
| 42969 | rust-lld-rs-140.0.0 | ||
| 42970 | rust-llvm-sys-140.1.3 | ||
| 42971 | rust-lock-api-0.4.13 | ||
| 42972 | rust-log-0.4.27 | ||
| 42973 | rust-logos-0.12.1 | ||
| 42974 | rust-logos-derive-0.12.1 | ||
| 42975 | rust-mac-0.1.1 | ||
| 42976 | rust-maplit-1.0.2 | ||
| 42977 | rust-markup5ever-0.35.0 | ||
| 42978 | rust-match-token-0.35.0 | ||
| 42979 | rust-matchit-0.8.4 | ||
| 42980 | rust-md-5-0.10.6 | ||
| 42981 | rust-mdbook-0.4.52 | ||
| 42982 | rust-memchr-2.7.5 | ||
| 42983 | rust-mime-0.3.17 | ||
| 42984 | rust-mime-guess-2.0.5 | ||
| 42985 | rust-minimal-lexical-0.2.1 | ||
| 42986 | rust-miniz-oxide-0.8.9 | ||
| 42987 | rust-mio-1.0.4 | ||
| 42988 | rust-native-tls-0.2.14 | ||
| 42989 | rust-new-debug-unreachable-1.0.6 | ||
| 42990 | rust-nom-7.1.3 | ||
| 42991 | rust-nom-8.0.0 | ||
| 42992 | rust-normpath-1.3.0 | ||
| 42993 | rust-notify-8.2.0 | ||
| 42994 | rust-notify-debouncer-mini-0.6.0 | ||
| 42995 | rust-notify-types-2.0.0 | ||
| 42996 | rust-ntapi-0.4.1 | ||
| 42997 | rust-num-0.4.3 | ||
| 42998 | rust-num-bigint-0.4.6 | ||
| 42999 | rust-num-bigint-dig-0.8.4 | ||
| 43000 | rust-num-cmp-0.1.0 | ||
| 43001 | rust-num-complex-0.4.6 | ||
| 43002 | rust-num-conv-0.1.0 | ||
| 43003 | rust-num-integer-0.1.46 | ||
| 43004 | rust-num-iter-0.1.45 | ||
| 43005 | rust-num-modular-0.6.1 | ||
| 43006 | rust-num-order-1.2.0 | ||
| 43007 | rust-num-rational-0.4.2 | ||
| 43008 | rust-num-traits-0.2.19 | ||
| 43009 | rust-object-0.36.7 | ||
| 43010 | rust-once-cell-1.21.3 | ||
| 43011 | rust-once-cell-polyfill-1.70.1 | ||
| 43012 | rust-opener-0.8.2 | ||
| 43013 | rust-openssl-0.10.73 | ||
| 43014 | rust-openssl-macros-0.1.1 | ||
| 43015 | rust-openssl-probe-0.1.6 | ||
| 43016 | rust-openssl-sys-0.9.109 | ||
| 43017 | rust-os-str-bytes-6.6.1 | ||
| 43018 | rust-parking-2.2.1 | ||
| 43019 | rust-parking-lot-0.12.4 | ||
| 43020 | rust-parking-lot-core-0.9.11 | ||
| 43021 | rust-paste-1.0.15 | ||
| 43022 | rust-pathdiff-0.2.3 | ||
| 43023 | rust-pem-rfc7468-0.7.0 | ||
| 43024 | rust-percent-encoding-2.3.2 | ||
| 43025 | rust-pest-2.8.1 | ||
| 43026 | rust-pest-derive-2.8.1 | ||
| 43027 | rust-pest-generator-2.8.1 | ||
| 43028 | rust-pest-meta-2.8.1 | ||
| 43029 | rust-phf-0.11.3 | ||
| 43030 | rust-phf-codegen-0.11.3 | ||
| 43031 | rust-phf-generator-0.11.3 | ||
| 43032 | rust-phf-macros-0.11.3 | ||
| 43033 | rust-phf-shared-0.11.3 | ||
| 43034 | rust-pin-project-lite-0.2.16 | ||
| 43035 | rust-pin-utils-0.1.0 | ||
| 43036 | rust-piper-0.2.4 | ||
| 43037 | rust-pkcs1-0.7.5 | ||
| 43038 | rust-pkcs8-0.10.2 | ||
| 43039 | rust-pkg-config-0.3.32 | ||
| 43040 | rust-polling-2.8.0 | ||
| 43041 | rust-polling-3.10.0 | ||
| 43042 | rust-portable-atomic-1.11.1 | ||
| 43043 | rust-portable-atomic-util-0.2.4 | ||
| 43044 | rust-potential-utf-0.1.3 | ||
| 43045 | rust-powerfmt-0.2.0 | ||
| 43046 | rust-ppv-lite86-0.2.21 | ||
| 43047 | rust-precomputed-hash-0.1.1 | ||
| 43048 | rust-pretty-assertions-1.4.1 | ||
| 43049 | rust-proc-macro-error-1.0.4 | ||
| 43050 | rust-proc-macro-error-attr-1.0.4 | ||
| 43051 | rust-proc-macro2-0.4.30 | ||
| 43052 | rust-proc-macro2-1.0.101 | ||
| 43053 | rust-pulldown-cmark-0.10.3 | ||
| 43054 | rust-pulldown-cmark-escape-0.10.1 | ||
| 43055 | rust-quick-xml-0.30.0 | ||
| 43056 | rust-quote-0.6.13 | ||
| 43057 | rust-quote-1.0.40 | ||
| 43058 | rust-r-efi-5.3.0 | ||
| 43059 | rust-rand-0.8.5 | ||
| 43060 | rust-rand-0.9.2 | ||
| 43061 | rust-rand-chacha-0.3.1 | ||
| 43062 | rust-rand-chacha-0.9.0 | ||
| 43063 | rust-rand-core-0.6.4 | ||
| 43064 | rust-rand-core-0.9.3 | ||
| 43065 | rust-rayon-1.11.0 | ||
| 43066 | rust-rayon-core-1.13.0 | ||
| 43067 | rust-redox-syscall-0.5.17 | ||
| 43068 | rust-regex-1.11.2 | ||
| 43069 | rust-regex-automata-0.4.10 | ||
| 43070 | rust-regex-syntax-0.6.29 | ||
| 43071 | rust-regex-syntax-0.8.6 | ||
| 43072 | rust-reqwest-0.11.27 | ||
| 43073 | rust-rsa-0.9.8 | ||
| 43074 | rust-rustc-demangle-0.1.26 | ||
| 43075 | rust-rustc-hash-1.1.0 | ||
| 43076 | rust-rustc-version-0.4.1 | ||
| 43077 | rust-rustix-0.37.28 | ||
| 43078 | rust-rustix-0.38.44 | ||
| 43079 | rust-rustix-1.0.8 | ||
| 43080 | rust-rustversion-1.0.22 | ||
| 43081 | rust-ryu-1.0.20 | ||
| 43082 | rust-same-file-1.0.6 | ||
| 43083 | rust-scc-2.4.0 | ||
| 43084 | rust-schannel-0.1.27 | ||
| 43085 | rust-scopeguard-1.2.0 | ||
| 43086 | rust-sdd-3.0.10 | ||
| 43087 | rust-security-framework-2.11.1 | ||
| 43088 | rust-security-framework-sys-2.14.0 | ||
| 43089 | rust-semver-1.0.26 | ||
| 43090 | rust-serde-1.0.219 | ||
| 43091 | rust-serde-derive-1.0.219 | ||
| 43092 | rust-serde-json-1.0.143 | ||
| 43093 | rust-serde-path-to-error-0.1.17 | ||
| 43094 | rust-serde-urlencoded-0.7.1 | ||
| 43095 | rust-serial-test-3.2.0 | ||
| 43096 | rust-serial-test-derive-3.2.0 | ||
| 43097 | rust-sha1-0.10.6 | ||
| 43098 | rust-sha2-0.10.9 | ||
| 43099 | rust-shell-words-1.1.0 | ||
| 43100 | rust-shlex-1.3.0 | ||
| 43101 | rust-signature-2.2.0 | ||
| 43102 | rust-similar-2.7.0 | ||
| 43103 | rust-siphasher-1.0.1 | ||
| 43104 | rust-slab-0.4.11 | ||
| 43105 | rust-smallvec-1.15.1 | ||
| 43106 | rust-socket2-0.4.10 | ||
| 43107 | rust-socket2-0.5.10 | ||
| 43108 | rust-socket2-0.6.0 | ||
| 43109 | rust-spin-0.9.8 | ||
| 43110 | rust-spki-0.7.3 | ||
| 43111 | rust-sqlx-0.8.6 | ||
| 43112 | rust-sqlx-core-0.8.6 | ||
| 43113 | rust-sqlx-macros-0.8.6 | ||
| 43114 | rust-sqlx-macros-core-0.8.6 | ||
| 43115 | rust-sqlx-mysql-0.8.6 | ||
| 43116 | rust-sqlx-postgres-0.8.6 | ||
| 43117 | rust-sqlx-sqlite-0.8.6 | ||
| 43118 | rust-stable-deref-trait-1.2.0 | ||
| 43119 | rust-string-cache-0.8.9 | ||
| 43120 | rust-string-cache-codegen-0.5.4 | ||
| 43121 | rust-stringprep-0.1.5 | ||
| 43122 | rust-strsim-0.10.0 | ||
| 43123 | rust-strsim-0.11.1 | ||
| 43124 | rust-subtle-2.6.1 | ||
| 43125 | rust-syn-0.15.44 | ||
| 43126 | rust-syn-1.0.109 | ||
| 43127 | rust-syn-2.0.106 | ||
| 43128 | rust-sync-wrapper-0.1.2 | ||
| 43129 | rust-sync-wrapper-1.0.2 | ||
| 43130 | rust-synstructure-0.13.2 | ||
| 43131 | rust-sysinfo-0.29.11 | ||
| 43132 | rust-system-configuration-0.5.1 | ||
| 43133 | rust-system-configuration-sys-0.5.0 | ||
| 43134 | rust-tempfile-3.21.0 | ||
| 43135 | rust-tendril-0.4.3 | ||
| 43136 | rust-termcolor-1.4.1 | ||
| 43137 | rust-terminal-size-0.4.3 | ||
| 43138 | rust-textwrap-0.16.2 | ||
| 43139 | rust-thiserror-1.0.69 | ||
| 43140 | rust-thiserror-2.0.16 | ||
| 43141 | rust-thiserror-impl-1.0.69 | ||
| 43142 | rust-thiserror-impl-2.0.16 | ||
| 43143 | rust-time-0.3.41 | ||
| 43144 | rust-time-core-0.1.4 | ||
| 43145 | rust-time-macros-0.2.22 | ||
| 43146 | rust-tinystr-0.8.1 | ||
| 43147 | rust-tinyvec-1.10.0 | ||
| 43148 | rust-tinyvec-macros-0.1.1 | ||
| 43149 | rust-tokio-1.47.1 | ||
| 43150 | rust-tokio-macros-2.5.0 | ||
| 43151 | rust-tokio-tungstenite-0.26.2 | ||
| 43152 | rust-tokio-util-0.7.16 | ||
| 43153 | rust-toml-0.5.11 | ||
| 43154 | rust-topological-sort-0.2.2 | ||
| 43155 | rust-tower-0.5.2 | ||
| 43156 | rust-tower-http-0.6.6 | ||
| 43157 | rust-tower-layer-0.3.3 | ||
| 43158 | rust-tower-service-0.3.3 | ||
| 43159 | rust-tracing-0.1.41 | ||
| 43160 | rust-tracing-attributes-0.1.30 | ||
| 43161 | rust-tracing-core-0.1.34 | ||
| 43162 | rust-try-lock-0.2.5 | ||
| 43163 | rust-tungstenite-0.26.2 | ||
| 43164 | rust-typenum-1.18.0 | ||
| 43165 | rust-ucd-trie-0.1.7 | ||
| 43166 | rust-unicase-2.8.1 | ||
| 43167 | rust-unicode-bidi-0.3.18 | ||
| 43168 | rust-unicode-ident-1.0.18 | ||
| 43169 | rust-unicode-normalization-0.1.24 | ||
| 43170 | rust-unicode-properties-0.1.3 | ||
| 43171 | rust-unicode-width-0.1.14 | ||
| 43172 | rust-unicode-width-0.2.1 | ||
| 43173 | rust-unicode-xid-0.1.0 | ||
| 43174 | rust-url-2.5.7 | ||
| 43175 | rust-utf-8-0.7.6 | ||
| 43176 | rust-utf8-width-0.1.7 | ||
| 43177 | rust-utf8-iter-1.0.4 | ||
| 43178 | rust-utf8parse-0.2.2 | ||
| 43179 | rust-uuid-1.18.0 | ||
| 43180 | rust-value-bag-1.11.1 | ||
| 43181 | rust-vcpkg-0.2.15 | ||
| 43182 | rust-version-check-0.9.5 | ||
| 43183 | rust-waker-fn-1.2.0 | ||
| 43184 | rust-walkdir-2.5.0 | ||
| 43185 | rust-want-0.3.1 | ||
| 43186 | rust-wasi-0.11.1+wasi-snapshot-preview1 | ||
| 43187 | rust-wasi-0.14.3+wasi-0.2.4 | ||
| 43188 | rust-wasite-0.1.0 | ||
| 43189 | rust-wasm-bindgen-0.2.100 | ||
| 43190 | rust-wasm-bindgen-backend-0.2.100 | ||
| 43191 | rust-wasm-bindgen-futures-0.4.50 | ||
| 43192 | rust-wasm-bindgen-macro-0.2.100 | ||
| 43193 | rust-wasm-bindgen-macro-support-0.2.100 | ||
| 43194 | rust-wasm-bindgen-shared-0.2.100 | ||
| 43195 | rust-web-sys-0.3.77 | ||
| 43196 | rust-web-atoms-0.1.3 | ||
| 43197 | rust-which-4.4.2 | ||
| 43198 | rust-whoami-1.6.1 | ||
| 43199 | rust-winapi-0.3.9 | ||
| 43200 | rust-winapi-i686-pc-windows-gnu-0.4.0 | ||
| 43201 | rust-winapi-util-0.1.10 | ||
| 43202 | rust-winapi-x86-64-pc-windows-gnu-0.4.0 | ||
| 43203 | rust-windows-core-0.61.2 | ||
| 43204 | rust-windows-implement-0.60.0 | ||
| 43205 | rust-windows-interface-0.59.1 | ||
| 43206 | rust-windows-link-0.1.3 | ||
| 43207 | rust-windows-result-0.3.4 | ||
| 43208 | rust-windows-strings-0.4.2 | ||
| 43209 | rust-windows-sys-0.48.0 | ||
| 43210 | rust-windows-sys-0.52.0 | ||
| 43211 | rust-windows-sys-0.59.0 | ||
| 43212 | rust-windows-sys-0.60.2 | ||
| 43213 | rust-windows-targets-0.48.5 | ||
| 43214 | rust-windows-targets-0.52.6 | ||
| 43215 | rust-windows-targets-0.53.3 | ||
| 43216 | rust-windows-aarch64-gnullvm-0.48.5 | ||
| 43217 | rust-windows-aarch64-gnullvm-0.52.6 | ||
| 43218 | rust-windows-aarch64-gnullvm-0.53.0 | ||
| 43219 | rust-windows-aarch64-msvc-0.48.5 | ||
| 43220 | rust-windows-aarch64-msvc-0.52.6 | ||
| 43221 | rust-windows-aarch64-msvc-0.53.0 | ||
| 43222 | rust-windows-i686-gnu-0.48.5 | ||
| 43223 | rust-windows-i686-gnu-0.52.6 | ||
| 43224 | rust-windows-i686-gnu-0.53.0 | ||
| 43225 | rust-windows-i686-gnullvm-0.52.6 | ||
| 43226 | rust-windows-i686-gnullvm-0.53.0 | ||
| 43227 | rust-windows-i686-msvc-0.48.5 | ||
| 43228 | rust-windows-i686-msvc-0.52.6 | ||
| 43229 | rust-windows-i686-msvc-0.53.0 | ||
| 43230 | rust-windows-x86-64-gnu-0.48.5 | ||
| 43231 | rust-windows-x86-64-gnu-0.52.6 | ||
| 43232 | rust-windows-x86-64-gnu-0.53.0 | ||
| 43233 | rust-windows-x86-64-gnullvm-0.48.5 | ||
| 43234 | rust-windows-x86-64-gnullvm-0.52.6 | ||
| 43235 | rust-windows-x86-64-gnullvm-0.53.0 | ||
| 43236 | rust-windows-x86-64-msvc-0.48.5 | ||
| 43237 | rust-windows-x86-64-msvc-0.52.6 | ||
| 43238 | rust-windows-x86-64-msvc-0.53.0 | ||
| 43239 | rust-winreg-0.50.0 | ||
| 43240 | rust-wit-bindgen-0.45.0 | ||
| 43241 | rust-writeable-0.6.1 | ||
| 43242 | rust-xshell-0.2.7 | ||
| 43243 | rust-xshell-macros-0.2.7 | ||
| 43244 | rust-yansi-1.0.1 | ||
| 43245 | rust-yoke-0.8.0 | ||
| 43246 | rust-yoke-derive-0.8.0 | ||
| 43247 | rust-zerocopy-0.8.26 | ||
| 43248 | rust-zerocopy-derive-0.8.26 | ||
| 43249 | rust-zerofrom-0.1.6 | ||
| 43250 | rust-zerofrom-derive-0.1.6 | ||
| 43251 | rust-zeroize-1.8.1 | ||
| 43252 | rust-zerotrie-0.2.2 | ||
| 43253 | rust-zerovec-0.11.4 | ||
| 43254 | rust-zerovec-derive-0.11.1)) | ||
| 42549 | (sd => | 43255 | (sd => |
| 42550 | (list rust-aho-corasick-1.1.3 | 43256 | (list rust-aho-corasick-1.1.3 |
| 42551 | rust-ansi-to-html-0.1.3 | 43257 | rust-ansi-to-html-0.1.3 |
