summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-05-19 13:23:15 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-05-19 13:26:01 +0300
commite1e44912dc054453a7ec2ff51df751d9aa50f63c (patch)
tree2979a59865207e2112c01e68dc37b39a4b240838 /gnu
parent7309f55abc4010037eda80cb5d2afd4548db5b25 (diff)
gnu: rusty: Update to 0.5.0.
* gnu/packages/rust-apps.scm (rusty): Update to 0.5.0. [inputs]: Remove lld-14 llvm-14, add llvm-21. [native-inputs]: Remove lld-wrapper. * gnu/packages/rust-crates.scm (lookup-cargo-inputs)[rusty]: Update entry. Change-Id: I0ac6ef8bc7464d742cd99cb7a4ec8f9126b88192
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/rust-apps.scm16
-rw-r--r--gnu/packages/rust-crates.scm509
2 files changed, 247 insertions, 278 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index b76006de483..424ff086202 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -3113,23 +3113,18 @@ touchscreen devices.")
3113 (license license:expat))) 3113 (license license:expat)))
3114 3114
3115(define-public rusty 3115(define-public rusty
3116 ;; commit before 7b80dee6fefc1f6f012a57e451331db524a8012f, which updates
3117 ;; the rust version to 1.9. After rust has been updated in Guix, we can
3118 ;; continue updating.
3119 (let ((commit "2f406d938f95415c5063e5d3615dae29671b351e")
3120 (revision "1"))
3121 (package 3116 (package
3122 (name "rusty") 3117 (name "rusty")
3123 (version (git-version "0.2.0" revision commit)) 3118 (version "0.5.0")
3124 (source 3119 (source
3125 (origin 3120 (origin
3126 (method git-fetch) 3121 (method git-fetch)
3127 (uri (git-reference 3122 (uri (git-reference
3128 (url "https://github.com/PLC-lang/rusty") 3123 (url "https://github.com/PLC-lang/rusty")
3129 (commit commit))) 3124 (commit (string-append "v" version))))
3130 (file-name (git-file-name name version)) 3125 (file-name (git-file-name name version))
3131 (sha256 3126 (sha256
3132 (base32 "0zsyyh7n4pc5q2dmsn3qcil00m8aw6id8qq2k61j02mz0cm6ylvp")))) 3127 (base32 "1a0gv247kzclya5i78mgxav21aqrya4bv5sylh7idnzhn1ap37nb"))))
3133 (build-system cargo-build-system) 3128 (build-system cargo-build-system)
3134 (arguments 3129 (arguments
3135 (list 3130 (list
@@ -3147,16 +3142,15 @@ touchscreen devices.")
3147 "xtask/src/task.rs" "xtask/src/main.rs") 3142 "xtask/src/task.rs" "xtask/src/main.rs")
3148 (("([=\"])cc(\")" _ prefix suffix) 3143 (("([=\"])cc(\")" _ prefix suffix)
3149 (string-append prefix #$(cc-for-target) suffix)))))))) 3144 (string-append prefix #$(cc-for-target) suffix))))))))
3150 (inputs (cons* libffi lld-14 llvm-14 3145 (inputs (cons* libffi llvm-21
3151 (cargo-inputs 'rusty))) 3146 (cargo-inputs 'rusty)))
3152 (native-inputs (list lld-wrapper))
3153 (home-page "https://plc-lang.github.io/rusty/") 3147 (home-page "https://plc-lang.github.io/rusty/")
3154 (synopsis "IEC 61131-3 structured text compiler") 3148 (synopsis "IEC 61131-3 structured text compiler")
3155 (description 3149 (description
3156 "RuSTy is a IEC 61131-3 @acronym{ST, Structured Text} compiler written in 3150 "RuSTy is a IEC 61131-3 @acronym{ST, Structured Text} compiler written in
3157Rust. It compiles ST down to native machine code, targeting most 3151Rust. It compiles ST down to native machine code, targeting most
3158@code{llvm}-supported targets.") 3152@code{llvm}-supported targets.")
3159 (license (list license:lgpl3 license:gpl3))))) 3153 (license (list license:lgpl3 license:gpl3))))
3160 3154
3161(define-public rust-swc 3155(define-public rust-swc
3162 (package 3156 (package
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm
index 94ffe9d7285..8f8e0d5f133 100644
--- a/gnu/packages/rust-crates.scm
+++ b/gnu/packages/rust-crates.scm
@@ -17184,6 +17184,14 @@
17184 (crate-source "inkwell" "0.2.0" 17184 (crate-source "inkwell" "0.2.0"
17185 "1hb9wdh6hfr8shdnx3hda2mrb2vgglqyc94f2ysggf509x5cnkrz")) 17185 "1hb9wdh6hfr8shdnx3hda2mrb2vgglqyc94f2ysggf509x5cnkrz"))
17186 17186
17187(define rust-inkwell-0.8.0
17188 (crate-source "inkwell" "0.8.0"
17189 "0rgk1mfys1pkxsi8583h3kpg9ha3vfngf9vhvf9jkkmjvw943vqx"))
17190
17191(define rust-inkwell-internals-0.13.0
17192 (crate-source "inkwell_internals" "0.13.0"
17193 "0sdd7d7hqlbb92p912cpssfb7q33c7rfk381ywis23m3r5sn2wv3"))
17194
17187(define rust-inkwell-internals-0.8.0 17195(define rust-inkwell-internals-0.8.0
17188 (crate-source "inkwell_internals" "0.8.0" 17196 (crate-source "inkwell_internals" "0.8.0"
17189 "1sgqira2mpbjdcah551rhl27a47hzgc19yifa08h90nnd38fg1di")) 17197 "1sgqira2mpbjdcah551rhl27a47hzgc19yifa08h90nnd38fg1di"))
@@ -20234,6 +20242,16 @@
20234 (string-append all "\n default=[\"force-dynamic\"]"))) 20242 (string-append all "\n default=[\"force-dynamic\"]")))
20235 (copy-file "Cargo.toml.orig" "Cargo.toml")))) 20243 (copy-file "Cargo.toml.orig" "Cargo.toml"))))
20236 20244
20245(define rust-llvm-sys-211.0.1
20246 (crate-source "llvm-sys" "211.0.1"
20247 "1qqf7iviayhfsns6a3z940952dk04ppwrjd9gy3xsfxp8ix7l024"
20248 #:snippet
20249 '(begin
20250 (substitute* "Cargo.toml.orig"
20251 (("\\[features\\]" all)
20252 (string-append all "\n default=[\"force-dynamic\"]")))
20253 (copy-file "Cargo.toml.orig" "Cargo.toml"))))
20254
20237(define rust-lmdb-master-sys-0.2.5 20255(define rust-lmdb-master-sys-0.2.5
20238 ;; TODO: Delete bundled liblmdb (lmdb/) and link against system lmdb. 20256 ;; TODO: Delete bundled liblmdb (lmdb/) and link against system lmdb.
20239 (crate-source "lmdb-master-sys" "0.2.5" 20257 (crate-source "lmdb-master-sys" "0.2.5"
@@ -20979,6 +20997,14 @@
20979 "1v1h40c6kdygqwlm9xdn5ly7viygjzc9mkqrb5yay5jrhp989hlk" 20997 "1v1h40c6kdygqwlm9xdn5ly7viygjzc9mkqrb5yay5jrhp989hlk"
20980 #:snippet '(delete-file-recursively "src/front-end/fonts"))) 20998 #:snippet '(delete-file-recursively "src/front-end/fonts")))
20981 20999
21000(define rust-mdbook-core-0.5.2
21001 (crate-source "mdbook-core" "0.5.2"
21002 "1vh7sckrfm45qw1bnr1499drv66zb3q6zddcy61mbips98yqg8rr"))
21003
21004(define rust-mdbook-preprocessor-0.5.2
21005 (crate-source "mdbook-preprocessor" "0.5.2"
21006 "1fqkl00kdy6vma84982vcp295gq29yk3ky9211pz55q5pr0bz1sd"))
21007
20982(define rust-mem-dbg-0.3.4 21008(define rust-mem-dbg-0.3.4
20983 (crate-source "mem_dbg" "0.3.4" 21009 (crate-source "mem_dbg" "0.3.4"
20984 "1w3c9891hcv5idjpspl5k9x1sf9d1bvvw7y8gcpx4g2rjzfck33j")) 21010 "1w3c9891hcv5idjpspl5k9x1sf9d1bvvw7y8gcpx4g2rjzfck33j"))
@@ -22847,6 +22873,10 @@
22847 (crate-source "num-conv" "0.2.1" 22873 (crate-source "num-conv" "0.2.1"
22848 "0rqrr29brafaa2za352pbmhkk556n7f8z9rrkgmjp1idvdl3fry6")) 22874 "0rqrr29brafaa2za352pbmhkk556n7f8z9rrkgmjp1idvdl3fry6"))
22849 22875
22876(define rust-num-conv-0.2.2
22877 (crate-source "num-conv" "0.2.2"
22878 "0hg4f9bwmy7cwpxdkm165dmkfc8jhkkayci234jsmi5ssb33j5sj"))
22879
22850(define rust-num-cpus-1.16.0 22880(define rust-num-cpus-1.16.0
22851 (crate-source "num_cpus" "1.16.0" 22881 (crate-source "num_cpus" "1.16.0"
22852 "0hra6ihpnh06dvfvz9ipscys0xfqa9ca9hzp384d5m02ssvgqqa1")) 22882 "0hra6ihpnh06dvfvz9ipscys0xfqa9ca9hzp384d5m02ssvgqqa1"))
@@ -92128,105 +92158,88 @@
92128 rust-zerocopy-derive-0.8.48 92158 rust-zerocopy-derive-0.8.48
92129 rust-zmij-1.0.21)) 92159 rust-zmij-1.0.21))
92130 (rusty => 92160 (rusty =>
92131 (list rust-addr2line-0.24.2 92161 (list rust-ahash-0.8.12
92132 rust-adler2-2.0.1 92162 rust-aho-corasick-1.1.4
92133 rust-ahash-0.8.12
92134 rust-aho-corasick-1.1.3
92135 rust-allocator-api2-0.2.21 92163 rust-allocator-api2-0.2.21
92136 rust-ammonia-4.1.2
92137 rust-android-system-properties-0.1.5 92164 rust-android-system-properties-0.1.5
92138 rust-annotate-snippets-0.11.5 92165 rust-annotate-snippets-0.11.5
92139 rust-anstream-0.6.20 92166 rust-anstream-1.0.0
92140 rust-anstyle-1.0.11 92167 rust-anstyle-1.0.14
92141 rust-anstyle-parse-0.2.7 92168 rust-anstyle-parse-1.0.0
92142 rust-anstyle-query-1.1.4 92169 rust-anstyle-query-1.1.5
92143 rust-anstyle-wincon-3.0.10 92170 rust-anstyle-wincon-3.0.11
92144 rust-anyhow-1.0.100 92171 rust-anyhow-1.0.102
92145 rust-async-channel-1.9.0 92172 rust-async-channel-1.9.0
92146 rust-async-channel-2.5.0 92173 rust-async-channel-2.5.0
92147 rust-async-executor-1.13.3 92174 rust-async-executor-1.14.0
92148 rust-async-global-executor-2.4.1 92175 rust-async-global-executor-2.4.1
92149 rust-async-io-1.13.0 92176 rust-async-io-1.13.0
92150 rust-async-io-2.6.0 92177 rust-async-io-2.6.0
92151 rust-async-lock-2.8.0 92178 rust-async-lock-2.8.0
92152 rust-async-lock-3.4.1 92179 rust-async-lock-3.4.2
92153 rust-async-std-1.13.2 92180 rust-async-std-1.13.2
92154 rust-async-task-4.7.1 92181 rust-async-task-4.7.1
92155 rust-atoi-2.0.0 92182 rust-atoi-2.0.0
92156 rust-atomic-waker-1.1.2 92183 rust-atomic-waker-1.1.2
92157 rust-atty-0.2.14 92184 rust-atty-0.2.14
92158 rust-autocfg-1.5.0 92185 rust-autocfg-1.5.0
92159 rust-axum-0.8.4
92160 rust-axum-core-0.5.2
92161 rust-backtrace-0.3.75
92162 rust-base64-0.21.7 92186 rust-base64-0.21.7
92163 rust-base64-0.22.1 92187 rust-base64-0.22.1
92164 rust-base64ct-1.8.0 92188 rust-base64ct-1.8.3
92165 rust-beef-0.5.2 92189 rust-beef-0.5.2
92166 rust-bit-set-0.5.3 92190 rust-bit-set-0.5.3
92167 rust-bit-vec-0.6.3 92191 rust-bit-vec-0.6.3
92168 rust-bitflags-1.3.2 92192 rust-bitflags-1.3.2
92169 rust-bitflags-2.9.4 92193 rust-bitflags-2.11.1
92170 rust-block-buffer-0.10.4 92194 rust-block-buffer-0.10.4
92171 rust-blocking-1.6.2 92195 rust-blocking-1.6.2
92172 rust-bstr-1.12.0 92196 rust-bstr-1.12.1
92173 rust-bumpalo-3.19.0 92197 rust-bumpalo-3.20.2
92174 rust-bytecount-0.6.9 92198 rust-bytecount-0.6.9
92175 rust-byteorder-1.5.0 92199 rust-byteorder-1.5.0
92176 rust-bytes-1.10.1 92200 rust-bytes-1.11.1
92177 rust-cc-1.2.38 92201 rust-cc-1.2.62
92178 rust-cfg-if-1.0.3 92202 rust-cfg-if-1.0.4
92179 rust-chrono-0.4.42 92203 rust-chrono-0.4.44
92204 rust-chrono-tz-0.9.0
92205 rust-chrono-tz-build-0.3.0
92180 rust-clap-3.2.25 92206 rust-clap-3.2.25
92181 rust-clap-4.5.48 92207 rust-clap-4.6.1
92182 rust-clap-builder-4.5.48 92208 rust-clap-builder-4.6.0
92183 rust-clap-complete-4.5.58
92184 rust-clap-derive-3.2.25 92209 rust-clap-derive-3.2.25
92185 rust-clap-derive-4.5.47 92210 rust-clap-derive-4.6.1
92186 rust-clap-lex-0.2.4 92211 rust-clap-lex-0.2.4
92187 rust-clap-lex-0.7.5 92212 rust-clap-lex-1.1.0
92188 rust-codespan-reporting-0.11.1 92213 rust-codespan-reporting-0.11.1
92189 rust-colorchoice-1.0.4 92214 rust-colorchoice-1.0.5
92190 rust-concurrent-queue-2.5.0 92215 rust-concurrent-queue-2.5.0
92191 rust-console-0.15.11 92216 rust-console-0.16.3
92192 rust-const-oid-0.9.6 92217 rust-const-oid-0.9.6
92193 rust-convert-case-0.4.0 92218 rust-convert-case-0.4.0
92194 rust-core-foundation-0.9.4 92219 rust-core-foundation-0.9.4
92220 rust-core-foundation-0.10.1
92195 rust-core-foundation-sys-0.8.7 92221 rust-core-foundation-sys-0.8.7
92196 rust-cpufeatures-0.2.17 92222 rust-cpufeatures-0.2.17
92197 rust-crc-3.3.0 92223 rust-crc-3.4.0
92198 rust-crc-catalog-2.4.0 92224 rust-crc-catalog-2.5.0
92199 rust-crossbeam-deque-0.8.6 92225 rust-crossbeam-deque-0.8.6
92200 rust-crossbeam-epoch-0.9.18 92226 rust-crossbeam-epoch-0.9.18
92201 rust-crossbeam-queue-0.3.12 92227 rust-crossbeam-queue-0.3.12
92202 rust-crossbeam-utils-0.8.21 92228 rust-crossbeam-utils-0.8.21
92203 rust-crypto-common-0.1.6 92229 rust-crypto-common-0.1.7
92204 rust-cssparser-0.35.0
92205 rust-cssparser-macros-0.6.1
92206 rust-darling-0.20.11
92207 rust-darling-core-0.20.11
92208 rust-darling-macro-0.20.11
92209 rust-data-encoding-2.9.0
92210 rust-der-0.7.10 92230 rust-der-0.7.10
92211 rust-deranged-0.5.3 92231 rust-deranged-0.5.8
92212 rust-derive-builder-0.20.2
92213 rust-derive-builder-core-0.20.2
92214 rust-derive-builder-macro-0.20.2
92215 rust-derive-more-0.99.20 92232 rust-derive-more-0.99.20
92233 rust-deunicode-1.6.2
92216 rust-diff-0.1.13 92234 rust-diff-0.1.13
92217 rust-digest-0.10.7 92235 rust-digest-0.10.7
92218 rust-displaydoc-0.2.5 92236 rust-displaydoc-0.2.5
92219 rust-dotenvy-0.15.7 92237 rust-dotenvy-0.15.7
92220 rust-dtoa-1.0.10
92221 rust-dtoa-short-0.3.5
92222 rust-either-1.15.0 92238 rust-either-1.15.0
92223 rust-elasticlunr-rs-3.0.2
92224 rust-encode-unicode-1.0.0 92239 rust-encode-unicode-1.0.0
92225 rust-encoding-rs-0.8.35 92240 rust-encoding-rs-0.8.35
92226 rust-encoding-rs-io-0.1.7 92241 rust-encoding-rs-io-0.1.7
92227 rust-env-filter-0.1.3
92228 rust-env-logger-0.10.2 92242 rust-env-logger-0.10.2
92229 rust-env-logger-0.11.8
92230 rust-equivalent-1.0.2 92243 rust-equivalent-1.0.2
92231 rust-errno-0.3.14 92244 rust-errno-0.3.14
92232 rust-etcetera-0.8.0 92245 rust-etcetera-0.8.0
@@ -92235,8 +92248,8 @@
92235 rust-event-listener-strategy-0.5.4 92248 rust-event-listener-strategy-0.5.4
92236 rust-fancy-regex-0.11.0 92249 rust-fancy-regex-0.11.0
92237 rust-fastrand-1.9.0 92250 rust-fastrand-1.9.0
92238 rust-fastrand-2.3.0 92251 rust-fastrand-2.4.1
92239 rust-find-msvc-tools-0.1.2 92252 rust-find-msvc-tools-0.1.9
92240 rust-flume-0.11.1 92253 rust-flume-0.11.1
92241 rust-fnv-1.0.7 92254 rust-fnv-1.0.7
92242 rust-foldhash-0.1.5 92255 rust-foldhash-0.1.5
@@ -92244,33 +92257,29 @@
92244 rust-foreign-types-shared-0.1.1 92257 rust-foreign-types-shared-0.1.1
92245 rust-form-urlencoded-1.2.2 92258 rust-form-urlencoded-1.2.2
92246 rust-fraction-0.13.1 92259 rust-fraction-0.13.1
92247 rust-fsevent-sys-4.1.0 92260 rust-futures-channel-0.3.32
92248 rust-futf-0.1.5 92261 rust-futures-core-0.3.32
92249 rust-futures-0.3.31 92262 rust-futures-executor-0.3.32
92250 rust-futures-channel-0.3.31
92251 rust-futures-core-0.3.31
92252 rust-futures-executor-0.3.31
92253 rust-futures-intrusive-0.5.0 92263 rust-futures-intrusive-0.5.0
92254 rust-futures-io-0.3.31 92264 rust-futures-io-0.3.32
92255 rust-futures-lite-1.13.0 92265 rust-futures-lite-1.13.0
92256 rust-futures-lite-2.6.1 92266 rust-futures-lite-2.6.1
92257 rust-futures-macro-0.3.31 92267 rust-futures-sink-0.3.32
92258 rust-futures-sink-0.3.31 92268 rust-futures-task-0.3.32
92259 rust-futures-task-0.3.31 92269 rust-futures-util-0.3.32
92260 rust-futures-util-0.3.31
92261 rust-generational-arena-0.2.9 92270 rust-generational-arena-0.2.9
92262 rust-generic-array-0.14.7 92271 rust-generic-array-0.14.7
92263 rust-getrandom-0.2.16 92272 rust-getrandom-0.2.17
92264 rust-getrandom-0.3.3 92273 rust-getrandom-0.3.4
92265 rust-gimli-0.31.1 92274 rust-getrandom-0.4.2
92266 rust-glob-0.3.3 92275 rust-glob-0.3.3
92267 rust-globset-0.4.16 92276 rust-globset-0.4.18
92277 rust-globwalk-0.9.1
92268 rust-gloo-timers-0.3.0 92278 rust-gloo-timers-0.3.0
92269 rust-h2-0.3.27 92279 rust-h2-0.3.27
92270 rust-handlebars-6.3.2
92271 rust-hashbrown-0.12.3 92280 rust-hashbrown-0.12.3
92272 rust-hashbrown-0.15.5 92281 rust-hashbrown-0.15.5
92273 rust-hashbrown-0.16.0 92282 rust-hashbrown-0.17.1
92274 rust-hashlink-0.10.0 92283 rust-hashlink-0.10.0
92275 rust-heck-0.4.1 92284 rust-heck-0.4.1
92276 rust-heck-0.5.0 92285 rust-heck-0.5.0
@@ -92280,207 +92289,179 @@
92280 rust-hex-0.4.3 92289 rust-hex-0.4.3
92281 rust-hkdf-0.12.4 92290 rust-hkdf-0.12.4
92282 rust-hmac-0.12.1 92291 rust-hmac-0.12.1
92283 rust-home-0.5.11 92292 rust-home-0.5.12
92284 rust-html-escape-0.2.13 92293 rust-html-escape-0.2.13
92285 rust-html5ever-0.35.0
92286 rust-http-0.2.12 92294 rust-http-0.2.12
92287 rust-http-1.3.1
92288 rust-http-body-0.4.6 92295 rust-http-body-0.4.6
92289 rust-http-body-1.0.1
92290 rust-http-body-util-0.1.3
92291 rust-http-range-header-0.4.2
92292 rust-httparse-1.10.1 92296 rust-httparse-1.10.1
92293 rust-httpdate-1.0.3 92297 rust-httpdate-1.0.3
92298 rust-humansize-2.1.3
92294 rust-humantime-2.3.0 92299 rust-humantime-2.3.0
92295 rust-hyper-0.14.32 92300 rust-hyper-0.14.32
92296 rust-hyper-1.7.0 92301 rust-iana-time-zone-0.1.65
92297 rust-hyper-util-0.1.17
92298 rust-iana-time-zone-0.1.64
92299 rust-iana-time-zone-haiku-0.1.2 92302 rust-iana-time-zone-haiku-0.1.2
92300 rust-icu-collections-2.0.0 92303 rust-icu-collections-2.2.0
92301 rust-icu-locale-core-2.0.0 92304 rust-icu-locale-core-2.2.0
92302 rust-icu-normalizer-2.0.0 92305 rust-icu-normalizer-2.2.0
92303 rust-icu-normalizer-data-2.0.0 92306 rust-icu-normalizer-data-2.2.0
92304 rust-icu-properties-2.0.1 92307 rust-icu-properties-2.2.0
92305 rust-icu-properties-data-2.0.1 92308 rust-icu-properties-data-2.2.0
92306 rust-icu-provider-2.0.0 92309 rust-icu-provider-2.2.0
92307 rust-ident-case-1.0.1 92310 rust-id-arena-2.3.0
92308 rust-idna-1.1.0 92311 rust-idna-1.1.0
92309 rust-idna-adapter-1.2.1 92312 rust-idna-adapter-1.2.2
92310 rust-ignore-0.4.23 92313 rust-ignore-0.4.25
92311 rust-indexmap-1.9.3 92314 rust-indexmap-1.9.3
92312 rust-indexmap-2.11.4 92315 rust-indexmap-2.14.0
92313 rust-inkwell-0.2.0 92316 rust-inkwell-0.8.0
92314 rust-inkwell-internals-0.8.0 92317 rust-inkwell-internals-0.13.0
92315 rust-inotify-0.11.0 92318 rust-insta-1.47.2
92316 rust-inotify-sys-0.1.5
92317 rust-insta-1.43.2
92318 rust-instant-0.1.13 92319 rust-instant-0.1.13
92319 rust-io-lifetimes-1.0.11 92320 rust-io-lifetimes-1.0.11
92320 rust-io-uring-0.7.10 92321 rust-ipnet-2.12.0
92321 rust-ipnet-2.11.0 92322 rust-is-terminal-0.4.17
92322 rust-is-terminal-0.4.16 92323 rust-is-terminal-polyfill-1.70.2
92323 rust-is-terminal-polyfill-1.70.1
92324 rust-iso8601-0.6.3 92324 rust-iso8601-0.6.3
92325 rust-itertools-0.11.0 92325 rust-itertools-0.11.0
92326 rust-itoa-1.0.15 92326 rust-itoa-1.0.18
92327 rust-jiff-0.2.15 92327 rust-js-sys-0.3.98
92328 rust-jiff-static-0.2.15
92329 rust-js-sys-0.3.80
92330 rust-jsonschema-0.17.1 92328 rust-jsonschema-0.17.1
92331 rust-kqueue-1.1.1
92332 rust-kqueue-sys-1.0.4
92333 rust-kv-log-macro-1.0.7 92329 rust-kv-log-macro-1.0.7
92334 rust-lazy-static-1.5.0 92330 rust-lazy-static-1.5.0
92335 rust-libc-0.2.176 92331 rust-leb128fmt-0.1.0
92336 rust-libm-0.2.15 92332 rust-libc-0.2.186
92337 rust-libredox-0.1.10 92333 rust-libloading-0.9.0
92334 rust-libm-0.2.16
92335 rust-libredox-0.1.16
92338 rust-libsqlite3-sys-0.30.1 92336 rust-libsqlite3-sys-0.30.1
92339 rust-linux-raw-sys-0.3.8 92337 rust-linux-raw-sys-0.3.8
92340 rust-linux-raw-sys-0.4.15 92338 rust-linux-raw-sys-0.4.15
92341 rust-linux-raw-sys-0.11.0 92339 rust-linux-raw-sys-0.12.1
92342 rust-litemap-0.8.0 92340 rust-litemap-0.8.2
92343 rust-lld-rs-140.0.0 92341 rust-llvm-sys-211.0.1
92344 rust-llvm-sys-140.1.3 92342 rust-lock-api-0.4.14
92345 rust-lock-api-0.4.13 92343 rust-log-0.4.29
92346 rust-log-0.4.28
92347 rust-logos-0.12.1 92344 rust-logos-0.12.1
92348 rust-logos-derive-0.12.1 92345 rust-logos-derive-0.12.1
92349 rust-mac-0.1.1
92350 rust-maplit-1.0.2
92351 rust-markup5ever-0.35.0
92352 rust-match-token-0.35.0
92353 rust-matchit-0.8.4
92354 rust-md-5-0.10.6 92346 rust-md-5-0.10.6
92355 rust-mdbook-0.4.52 92347 rust-mdbook-core-0.5.2
92356 rust-memchr-2.7.5 92348 rust-mdbook-preprocessor-0.5.2
92349 rust-memchr-2.8.0
92357 rust-mime-0.3.17 92350 rust-mime-0.3.17
92358 rust-mime-guess-2.0.5
92359 rust-minimal-lexical-0.2.1 92351 rust-minimal-lexical-0.2.1
92360 rust-miniz-oxide-0.8.9 92352 rust-mio-1.2.0
92361 rust-mio-1.0.4 92353 rust-native-tls-0.2.18
92362 rust-native-tls-0.2.14
92363 rust-new-debug-unreachable-1.0.6
92364 rust-nom-7.1.3 92354 rust-nom-7.1.3
92365 rust-nom-8.0.0 92355 rust-nom-8.0.0
92366 rust-normpath-1.5.0 92356 rust-ntapi-0.4.3
92367 rust-notify-8.2.0
92368 rust-notify-debouncer-mini-0.6.0
92369 rust-notify-types-2.0.0
92370 rust-ntapi-0.4.1
92371 rust-num-0.4.3 92357 rust-num-0.4.3
92372 rust-num-bigint-0.4.6 92358 rust-num-bigint-0.4.6
92373 rust-num-bigint-dig-0.8.4 92359 rust-num-bigint-dig-0.8.6
92374 rust-num-cmp-0.1.0 92360 rust-num-cmp-0.1.0
92375 rust-num-complex-0.4.6 92361 rust-num-complex-0.4.6
92376 rust-num-conv-0.1.0 92362 rust-num-conv-0.2.2
92377 rust-num-integer-0.1.46 92363 rust-num-integer-0.1.46
92378 rust-num-iter-0.1.45 92364 rust-num-iter-0.1.45
92379 rust-num-modular-0.6.1
92380 rust-num-order-1.2.0
92381 rust-num-rational-0.4.2 92365 rust-num-rational-0.4.2
92382 rust-num-traits-0.2.19 92366 rust-num-traits-0.2.19
92383 rust-object-0.36.7 92367 rust-once-cell-1.21.4
92384 rust-once-cell-1.21.3 92368 rust-once-cell-polyfill-1.70.2
92385 rust-once-cell-polyfill-1.70.1 92369 rust-openssl-0.10.80
92386 rust-opener-0.8.3
92387 rust-openssl-0.10.73
92388 rust-openssl-macros-0.1.1 92370 rust-openssl-macros-0.1.1
92389 rust-openssl-probe-0.1.6 92371 rust-openssl-probe-0.2.1
92390 rust-openssl-sys-0.9.109 92372 rust-openssl-sys-0.9.116
92391 rust-os-str-bytes-6.6.1 92373 rust-os-str-bytes-6.6.1
92374 rust-papergrid-0.17.0
92392 rust-parking-2.2.1 92375 rust-parking-2.2.1
92393 rust-parking-lot-0.12.4 92376 rust-parking-lot-0.12.5
92394 rust-parking-lot-core-0.9.11 92377 rust-parking-lot-core-0.9.12
92378 rust-parse-zoneinfo-0.3.1
92395 rust-paste-1.0.15 92379 rust-paste-1.0.15
92396 rust-pathdiff-0.2.3
92397 rust-pem-rfc7468-0.7.0 92380 rust-pem-rfc7468-0.7.0
92398 rust-percent-encoding-2.3.2 92381 rust-percent-encoding-2.3.2
92399 rust-pest-2.8.2 92382 rust-pest-2.8.6
92400 rust-pest-derive-2.8.2 92383 rust-pest-derive-2.8.6
92401 rust-pest-generator-2.8.2 92384 rust-pest-generator-2.8.6
92402 rust-pest-meta-2.8.2 92385 rust-pest-meta-2.8.6
92403 rust-phf-0.11.3 92386 rust-phf-0.11.3
92404 rust-phf-codegen-0.11.3 92387 rust-phf-codegen-0.11.3
92405 rust-phf-generator-0.11.3 92388 rust-phf-generator-0.11.3
92406 rust-phf-macros-0.11.3
92407 rust-phf-shared-0.11.3 92389 rust-phf-shared-0.11.3
92408 rust-pin-project-lite-0.2.16 92390 rust-pin-project-lite-0.2.17
92409 rust-pin-utils-0.1.0 92391 rust-pin-utils-0.1.0
92410 rust-piper-0.2.4 92392 rust-piper-0.2.5
92411 rust-pkcs1-0.7.5 92393 rust-pkcs1-0.7.5
92412 rust-pkcs8-0.10.2 92394 rust-pkcs8-0.10.2
92413 rust-pkg-config-0.3.32 92395 rust-pkg-config-0.3.33
92396 rust-plain-0.2.3
92414 rust-polling-2.8.0 92397 rust-polling-2.8.0
92415 rust-polling-3.11.0 92398 rust-polling-3.11.0
92416 rust-portable-atomic-1.11.1 92399 rust-potential-utf-0.1.5
92417 rust-portable-atomic-util-0.2.4
92418 rust-potential-utf-0.1.3
92419 rust-powerfmt-0.2.0 92400 rust-powerfmt-0.2.0
92420 rust-ppv-lite86-0.2.21 92401 rust-ppv-lite86-0.2.21
92421 rust-precomputed-hash-0.1.1
92422 rust-pretty-assertions-1.4.1 92402 rust-pretty-assertions-1.4.1
92403 rust-prettyplease-0.2.37
92423 rust-proc-macro-error-1.0.4 92404 rust-proc-macro-error-1.0.4
92424 rust-proc-macro-error-attr-1.0.4 92405 rust-proc-macro-error-attr-1.0.4
92406 rust-proc-macro-error-attr2-2.0.0
92407 rust-proc-macro-error2-2.0.1
92425 rust-proc-macro2-0.4.30 92408 rust-proc-macro2-0.4.30
92426 rust-proc-macro2-1.0.101 92409 rust-proc-macro2-1.0.106
92427 rust-pulldown-cmark-0.10.3
92428 rust-pulldown-cmark-escape-0.10.1
92429 rust-quick-xml-0.30.0 92410 rust-quick-xml-0.30.0
92430 rust-quote-0.6.13 92411 rust-quote-0.6.13
92431 rust-quote-1.0.40 92412 rust-quote-1.0.45
92432 rust-r-efi-5.3.0 92413 rust-r-efi-5.3.0
92433 rust-rand-0.8.5 92414 rust-r-efi-6.0.0
92434 rust-rand-0.9.2 92415 rust-rand-0.8.6
92435 rust-rand-chacha-0.3.1 92416 rust-rand-chacha-0.3.1
92436 rust-rand-chacha-0.9.0
92437 rust-rand-core-0.6.4 92417 rust-rand-core-0.6.4
92438 rust-rand-core-0.9.3 92418 rust-rayon-1.12.0
92439 rust-rayon-1.11.0
92440 rust-rayon-core-1.13.0 92419 rust-rayon-core-1.13.0
92441 rust-redox-syscall-0.5.17 92420 rust-redox-syscall-0.5.18
92442 rust-regex-1.11.2 92421 rust-redox-syscall-0.7.5
92443 rust-regex-automata-0.4.10 92422 rust-regex-1.12.3
92423 rust-regex-automata-0.4.14
92424 rust-regex-lite-0.1.9
92444 rust-regex-syntax-0.6.29 92425 rust-regex-syntax-0.6.29
92445 rust-regex-syntax-0.8.6 92426 rust-regex-syntax-0.8.10
92446 rust-reqwest-0.11.27 92427 rust-reqwest-0.11.27
92447 rust-rsa-0.9.8 92428 rust-rsa-0.9.10
92448 rust-rustc-demangle-0.1.26
92449 rust-rustc-hash-1.1.0 92429 rust-rustc-hash-1.1.0
92450 rust-rustc-version-0.4.1 92430 rust-rustc-version-0.4.1
92451 rust-rustix-0.37.28 92431 rust-rustix-0.37.28
92452 rust-rustix-0.38.44 92432 rust-rustix-0.38.44
92453 rust-rustix-1.1.2 92433 rust-rustix-1.1.4
92454 rust-rustversion-1.0.22 92434 rust-rustversion-1.0.22
92455 rust-ryu-1.0.20 92435 rust-ryu-1.0.23
92456 rust-same-file-1.0.6 92436 rust-same-file-1.0.6
92457 rust-scc-2.4.0 92437 rust-scc-2.4.0
92458 rust-schannel-0.1.28 92438 rust-schannel-0.1.29
92459 rust-scopeguard-1.2.0 92439 rust-scopeguard-1.2.0
92460 rust-sdd-3.0.10 92440 rust-sdd-3.0.10
92461 rust-security-framework-2.11.1 92441 rust-security-framework-3.7.0
92462 rust-security-framework-sys-2.15.0 92442 rust-security-framework-sys-2.17.0
92463 rust-semver-1.0.27 92443 rust-semver-1.0.28
92464 rust-serde-1.0.226 92444 rust-serde-1.0.228
92465 rust-serde-core-1.0.226 92445 rust-serde-core-1.0.228
92466 rust-serde-derive-1.0.226 92446 rust-serde-derive-1.0.228
92467 rust-serde-json-1.0.145 92447 rust-serde-json-1.0.149
92468 rust-serde-path-to-error-0.1.20 92448 rust-serde-spanned-1.1.1
92469 rust-serde-urlencoded-0.7.1 92449 rust-serde-urlencoded-0.7.1
92470 rust-serial-test-3.2.0 92450 rust-serial-test-3.4.0
92471 rust-serial-test-derive-3.2.0 92451 rust-serial-test-derive-3.4.0
92472 rust-sha1-0.10.6 92452 rust-sha1-0.10.6
92473 rust-sha2-0.10.9 92453 rust-sha2-0.10.9
92474 rust-shell-words-1.1.0 92454 rust-shell-words-1.1.1
92475 rust-shlex-1.3.0 92455 rust-shlex-1.3.0
92476 rust-signature-2.2.0 92456 rust-signature-2.2.0
92477 rust-similar-2.7.0 92457 rust-similar-2.7.0
92478 rust-siphasher-1.0.1 92458 rust-siphasher-1.0.3
92479 rust-slab-0.4.11 92459 rust-slab-0.4.12
92460 rust-slug-0.1.6
92480 rust-smallvec-1.15.1 92461 rust-smallvec-1.15.1
92481 rust-socket2-0.4.10 92462 rust-socket2-0.4.10
92482 rust-socket2-0.5.10 92463 rust-socket2-0.5.10
92483 rust-socket2-0.6.0 92464 rust-socket2-0.6.3
92484 rust-spin-0.9.8 92465 rust-spin-0.9.8
92485 rust-spki-0.7.3 92466 rust-spki-0.7.3
92486 rust-sqlx-0.8.6 92467 rust-sqlx-0.8.6
@@ -92490,146 +92471,140 @@
92490 rust-sqlx-mysql-0.8.6 92471 rust-sqlx-mysql-0.8.6
92491 rust-sqlx-postgres-0.8.6 92472 rust-sqlx-postgres-0.8.6
92492 rust-sqlx-sqlite-0.8.6 92473 rust-sqlx-sqlite-0.8.6
92493 rust-stable-deref-trait-1.2.0 92474 rust-stable-deref-trait-1.2.1
92494 rust-string-cache-0.8.9
92495 rust-string-cache-codegen-0.5.4
92496 rust-stringprep-0.1.5 92475 rust-stringprep-0.1.5
92497 rust-strsim-0.10.0 92476 rust-strsim-0.10.0
92498 rust-strsim-0.11.1 92477 rust-strsim-0.11.1
92499 rust-subtle-2.6.1 92478 rust-subtle-2.6.1
92500 rust-syn-0.15.44 92479 rust-syn-0.15.44
92501 rust-syn-1.0.109 92480 rust-syn-1.0.109
92502 rust-syn-2.0.106 92481 rust-syn-2.0.117
92503 rust-sync-wrapper-0.1.2 92482 rust-sync-wrapper-0.1.2
92504 rust-sync-wrapper-1.0.2
92505 rust-synstructure-0.13.2 92483 rust-synstructure-0.13.2
92506 rust-sysinfo-0.29.11 92484 rust-sysinfo-0.29.11
92507 rust-system-configuration-0.5.1 92485 rust-system-configuration-0.5.1
92508 rust-system-configuration-sys-0.5.0 92486 rust-system-configuration-sys-0.5.0
92509 rust-tempfile-3.23.0 92487 rust-tabled-0.20.0
92510 rust-tendril-0.4.3 92488 rust-tabled-derive-0.11.0
92489 rust-tempfile-3.27.0
92490 rust-tera-1.20.1
92511 rust-termcolor-1.4.1 92491 rust-termcolor-1.4.1
92512 rust-terminal-size-0.4.3 92492 rust-testing-table-0.3.0
92513 rust-textwrap-0.16.2 92493 rust-textwrap-0.16.2
92514 rust-thiserror-1.0.69 92494 rust-thiserror-2.0.18
92515 rust-thiserror-2.0.16 92495 rust-thiserror-impl-2.0.18
92516 rust-thiserror-impl-1.0.69 92496 rust-time-0.3.47
92517 rust-thiserror-impl-2.0.16 92497 rust-time-core-0.1.8
92518 rust-time-0.3.44 92498 rust-time-macros-0.2.27
92519 rust-time-core-0.1.6 92499 rust-tinystr-0.8.3
92520 rust-time-macros-0.2.24 92500 rust-tinyvec-1.11.0
92521 rust-tinystr-0.8.1
92522 rust-tinyvec-1.10.0
92523 rust-tinyvec-macros-0.1.1 92501 rust-tinyvec-macros-0.1.1
92524 rust-tokio-1.47.1 92502 rust-tokio-1.52.3
92525 rust-tokio-macros-2.5.0 92503 rust-tokio-util-0.7.18
92526 rust-tokio-tungstenite-0.26.2
92527 rust-tokio-util-0.7.16
92528 rust-toml-0.5.11 92504 rust-toml-0.5.11
92529 rust-topological-sort-0.2.2 92505 rust-toml-0.9.12+spec-1.1.0
92530 rust-tower-0.5.2 92506 rust-toml-datetime-0.7.5+spec-1.1.0
92531 rust-tower-http-0.6.6 92507 rust-toml-parser-1.1.2+spec-1.1.0
92532 rust-tower-layer-0.3.3 92508 rust-toml-writer-1.1.1+spec-1.1.0
92533 rust-tower-service-0.3.3 92509 rust-tower-service-0.3.3
92534 rust-tracing-0.1.41 92510 rust-tracing-0.1.44
92535 rust-tracing-attributes-0.1.30 92511 rust-tracing-attributes-0.1.31
92536 rust-tracing-core-0.1.34 92512 rust-tracing-core-0.1.36
92537 rust-try-lock-0.2.5 92513 rust-try-lock-0.2.5
92538 rust-tungstenite-0.26.2 92514 rust-typenum-1.20.0
92539 rust-typenum-1.18.0
92540 rust-ucd-trie-0.1.7 92515 rust-ucd-trie-0.1.7
92541 rust-unicase-2.8.1
92542 rust-unicode-bidi-0.3.18 92516 rust-unicode-bidi-0.3.18
92543 rust-unicode-ident-1.0.19 92517 rust-unicode-ident-1.0.24
92544 rust-unicode-normalization-0.1.24 92518 rust-unicode-normalization-0.1.25
92545 rust-unicode-properties-0.1.3 92519 rust-unicode-properties-0.1.4
92520 rust-unicode-segmentation-1.13.2
92546 rust-unicode-width-0.1.14 92521 rust-unicode-width-0.1.14
92547 rust-unicode-width-0.2.1 92522 rust-unicode-width-0.2.2
92548 rust-unicode-xid-0.1.0 92523 rust-unicode-xid-0.1.0
92549 rust-url-2.5.7 92524 rust-unicode-xid-0.2.6
92550 rust-utf-8-0.7.6 92525 rust-url-2.5.8
92551 rust-utf8-width-0.1.7 92526 rust-utf8-width-0.1.8
92552 rust-utf8-iter-1.0.4 92527 rust-utf8-iter-1.0.4
92553 rust-utf8parse-0.2.2 92528 rust-utf8parse-0.2.2
92554 rust-uuid-1.18.1 92529 rust-uuid-1.23.1
92555 rust-value-bag-1.11.1 92530 rust-value-bag-1.12.0
92556 rust-vcpkg-0.2.15 92531 rust-vcpkg-0.2.15
92557 rust-version-check-0.9.5 92532 rust-version-check-0.9.5
92558 rust-waker-fn-1.2.0 92533 rust-waker-fn-1.2.0
92559 rust-walkdir-2.5.0 92534 rust-walkdir-2.5.0
92560 rust-want-0.3.1 92535 rust-want-0.3.1
92561 rust-wasi-0.11.1+wasi-snapshot-preview1 92536 rust-wasi-0.11.1+wasi-snapshot-preview1
92562 rust-wasi-0.14.7+wasi-0.2.4 92537 rust-wasip2-1.0.3+wasi-0.2.9
92563 rust-wasip2-1.0.1+wasi-0.2.4 92538 rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06
92564 rust-wasite-0.1.0 92539 rust-wasite-0.1.0
92565 rust-wasm-bindgen-0.2.103 92540 rust-wasm-bindgen-0.2.121
92566 rust-wasm-bindgen-backend-0.2.103 92541 rust-wasm-bindgen-futures-0.4.71
92567 rust-wasm-bindgen-futures-0.4.53 92542 rust-wasm-bindgen-macro-0.2.121
92568 rust-wasm-bindgen-macro-0.2.103 92543 rust-wasm-bindgen-macro-support-0.2.121
92569 rust-wasm-bindgen-macro-support-0.2.103 92544 rust-wasm-bindgen-shared-0.2.121
92570 rust-wasm-bindgen-shared-0.2.103 92545 rust-wasm-encoder-0.244.0
92571 rust-web-sys-0.3.80 92546 rust-wasm-metadata-0.244.0
92572 rust-web-atoms-0.1.3 92547 rust-wasmparser-0.244.0
92548 rust-web-sys-0.3.98
92573 rust-which-4.4.2 92549 rust-which-4.4.2
92550 rust-which-8.0.2
92574 rust-whoami-1.6.1 92551 rust-whoami-1.6.1
92575 rust-winapi-0.3.9 92552 rust-winapi-0.3.9
92576 rust-winapi-i686-pc-windows-gnu-0.4.0 92553 rust-winapi-i686-pc-windows-gnu-0.4.0
92577 rust-winapi-util-0.1.11 92554 rust-winapi-util-0.1.11
92578 rust-winapi-x86-64-pc-windows-gnu-0.4.0 92555 rust-winapi-x86-64-pc-windows-gnu-0.4.0
92579 rust-windows-core-0.62.0 92556 rust-windows-core-0.62.2
92580 rust-windows-implement-0.60.0 92557 rust-windows-implement-0.60.2
92581 rust-windows-interface-0.59.1 92558 rust-windows-interface-0.59.3
92582 rust-windows-link-0.1.3 92559 rust-windows-link-0.2.1
92583 rust-windows-link-0.2.0 92560 rust-windows-result-0.4.1
92584 rust-windows-result-0.4.0 92561 rust-windows-strings-0.5.1
92585 rust-windows-strings-0.5.0
92586 rust-windows-sys-0.48.0 92562 rust-windows-sys-0.48.0
92587 rust-windows-sys-0.52.0 92563 rust-windows-sys-0.52.0
92588 rust-windows-sys-0.59.0 92564 rust-windows-sys-0.59.0
92589 rust-windows-sys-0.60.2 92565 rust-windows-sys-0.61.2
92590 rust-windows-sys-0.61.0
92591 rust-windows-targets-0.48.5 92566 rust-windows-targets-0.48.5
92592 rust-windows-targets-0.52.6 92567 rust-windows-targets-0.52.6
92593 rust-windows-targets-0.53.3
92594 rust-windows-aarch64-gnullvm-0.48.5 92568 rust-windows-aarch64-gnullvm-0.48.5
92595 rust-windows-aarch64-gnullvm-0.52.6 92569 rust-windows-aarch64-gnullvm-0.52.6
92596 rust-windows-aarch64-gnullvm-0.53.0
92597 rust-windows-aarch64-msvc-0.48.5 92570 rust-windows-aarch64-msvc-0.48.5
92598 rust-windows-aarch64-msvc-0.52.6 92571 rust-windows-aarch64-msvc-0.52.6
92599 rust-windows-aarch64-msvc-0.53.0
92600 rust-windows-i686-gnu-0.48.5 92572 rust-windows-i686-gnu-0.48.5
92601 rust-windows-i686-gnu-0.52.6 92573 rust-windows-i686-gnu-0.52.6
92602 rust-windows-i686-gnu-0.53.0
92603 rust-windows-i686-gnullvm-0.52.6 92574 rust-windows-i686-gnullvm-0.52.6
92604 rust-windows-i686-gnullvm-0.53.0
92605 rust-windows-i686-msvc-0.48.5 92575 rust-windows-i686-msvc-0.48.5
92606 rust-windows-i686-msvc-0.52.6 92576 rust-windows-i686-msvc-0.52.6
92607 rust-windows-i686-msvc-0.53.0
92608 rust-windows-x86-64-gnu-0.48.5 92577 rust-windows-x86-64-gnu-0.48.5
92609 rust-windows-x86-64-gnu-0.52.6 92578 rust-windows-x86-64-gnu-0.52.6
92610 rust-windows-x86-64-gnu-0.53.0
92611 rust-windows-x86-64-gnullvm-0.48.5 92579 rust-windows-x86-64-gnullvm-0.48.5
92612 rust-windows-x86-64-gnullvm-0.52.6 92580 rust-windows-x86-64-gnullvm-0.52.6
92613 rust-windows-x86-64-gnullvm-0.53.0
92614 rust-windows-x86-64-msvc-0.48.5 92581 rust-windows-x86-64-msvc-0.48.5
92615 rust-windows-x86-64-msvc-0.52.6 92582 rust-windows-x86-64-msvc-0.52.6
92616 rust-windows-x86-64-msvc-0.53.0 92583 rust-winnow-0.7.15
92584 rust-winnow-1.0.3
92617 rust-winreg-0.50.0 92585 rust-winreg-0.50.0
92618 rust-wit-bindgen-0.46.0 92586 rust-wit-bindgen-0.51.0
92619 rust-writeable-0.6.1 92587 rust-wit-bindgen-0.57.1
92588 rust-wit-bindgen-core-0.51.0
92589 rust-wit-bindgen-rust-0.51.0
92590 rust-wit-bindgen-rust-macro-0.51.0
92591 rust-wit-component-0.244.0
92592 rust-wit-parser-0.244.0
92593 rust-writeable-0.6.3
92620 rust-xshell-0.2.7 92594 rust-xshell-0.2.7
92621 rust-xshell-macros-0.2.7 92595 rust-xshell-macros-0.2.7
92622 rust-yansi-1.0.1 92596 rust-yansi-1.0.1
92623 rust-yoke-0.8.0 92597 rust-yoke-0.8.2
92624 rust-yoke-derive-0.8.0 92598 rust-yoke-derive-0.8.2
92625 rust-zerocopy-0.8.27 92599 rust-zerocopy-0.8.48
92626 rust-zerocopy-derive-0.8.27 92600 rust-zerocopy-derive-0.8.48
92627 rust-zerofrom-0.1.6 92601 rust-zerofrom-0.1.8
92628 rust-zerofrom-derive-0.1.6 92602 rust-zerofrom-derive-0.1.7
92629 rust-zeroize-1.8.1 92603 rust-zeroize-1.8.2
92630 rust-zerotrie-0.2.2 92604 rust-zerotrie-0.2.4
92631 rust-zerovec-0.11.4 92605 rust-zerovec-0.11.6
92632 rust-zerovec-derive-0.11.1)) 92606 rust-zerovec-derive-0.11.3
92607 rust-zmij-1.0.21))
92633 (scryer-prolog => 92608 (scryer-prolog =>
92634 (list rust-addr2line-0.24.2 92609 (list rust-addr2line-0.24.2
92635 rust-adler2-2.0.0 92610 rust-adler2-2.0.0