diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2025-12-13 12:22:18 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-10 17:49:31 +0200 |
| commit | 7f217569ecd00be4311c672eea690087b5ef15e5 (patch) | |
| tree | 9175cebd14feb49d0cff212f273c273631ba5624 /gnu/packages | |
| parent | 5c33e5e8d0a11a8ef3b1fb60cdea6897d0f7bfb7 (diff) | |
gnu: Add bzmenu.
* gnu/packages/rust-apps.scm (bzmenu): New variable.
* gnu/packages/rust-crates.scm: Add bzmenu source crates.
Change-Id: If8a25391a53270e569d11e2d347ac560f68b70d6
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 26 | ||||
| -rw-r--r-- | gnu/packages/rust-crates.scm | 306 |
2 files changed, 329 insertions, 3 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index e0fcc924412..5e042814d26 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -391,6 +391,32 @@ the terminal.") | |||
| 391 | "This package provides a lightweight wallet tracker and query engine for Bitcoin.") | 391 | "This package provides a lightweight wallet tracker and query engine for Bitcoin.") |
| 392 | (license license:expat))) | 392 | (license license:expat))) |
| 393 | 393 | ||
| 394 | (define-public bzmenu | ||
| 395 | (package | ||
| 396 | (name "bzmenu") | ||
| 397 | (version "0.4.0") | ||
| 398 | (source | ||
| 399 | (origin | ||
| 400 | (method git-fetch) | ||
| 401 | (uri (git-reference | ||
| 402 | (url "https://github.com/e-tho/bzmenu") | ||
| 403 | (commit (string-append "v" version)))) | ||
| 404 | (file-name (git-file-name name version)) | ||
| 405 | (sha256 | ||
| 406 | (base32 | ||
| 407 | "0mdfbp69az6i6lb4nlr0ahwz2894qls5v6lbkpqmg8y0szyq5i1v")))) | ||
| 408 | (build-system cargo-build-system) | ||
| 409 | (arguments | ||
| 410 | (list #:install-source? #f)) | ||
| 411 | (native-inputs (list pkg-config)) | ||
| 412 | (inputs (cons* dbus (cargo-inputs 'bzmenu))) | ||
| 413 | (home-page "https://github.com/e-tho/bzmenu") | ||
| 414 | (synopsis "Launcher-driven Bluetooth manager") | ||
| 415 | (description | ||
| 416 | "@code{bzmenu} (BlueZ Menu) manages Bluetooth through your launcher of | ||
| 417 | choice. Supported launchers are: dmenu, fuzzel, rofi, walker and custom.") | ||
| 418 | (license license:gpl3))) | ||
| 419 | |||
| 394 | ;; Note: It has expat license. | 420 | ;; Note: It has expat license. |
| 395 | ;; Note: That is supposedly the (unreleased) version 0.6.3. | 421 | ;; Note: That is supposedly the (unreleased) version 0.6.3. |
| 396 | (define %tinycbor-source | 422 | (define %tinycbor-source |
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index 1be71bdefcf..d537fd90c68 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm | |||
| @@ -2259,6 +2259,10 @@ | |||
| 2259 | "1mw7bvj3bg5w8vh9xw9xawqh7ixk2xwsxkj34ph96b9b1z6y44p4" | 2259 | "1mw7bvj3bg5w8vh9xw9xawqh7ixk2xwsxkj34ph96b9b1z6y44p4" |
| 2260 | #:snippet '(delete-file-recursively "tests"))) | 2260 | #:snippet '(delete-file-recursively "tests"))) |
| 2261 | 2261 | ||
| 2262 | (define rust-bluer-0.17.4 | ||
| 2263 | (crate-source "bluer" "0.17.4" | ||
| 2264 | "00d9n6gx05kr8yr08nyzcpsmay41961sdvmhr2an86b0bhpi2s5g")) | ||
| 2265 | |||
| 2262 | (define rust-bon-3.7.2 | 2266 | (define rust-bon-3.7.2 |
| 2263 | (crate-source "bon" "3.7.2" | 2267 | (crate-source "bon" "3.7.2" |
| 2264 | "1yzhhczsfwvc6apl6xm1q00a08bci8kr4n5l3s2bw0kl04qrqln2")) | 2268 | "1yzhhczsfwvc6apl6xm1q00a08bci8kr4n5l3s2bw0kl04qrqln2")) |
| @@ -5295,6 +5299,14 @@ | |||
| 5295 | (crate-source "curve25519-dalek-derive" "0.1.1" | 5299 | (crate-source "curve25519-dalek-derive" "0.1.1" |
| 5296 | "1cry71xxrr0mcy5my3fb502cwfxy6822k4pm19cwrilrg7hq4s7l")) | 5300 | "1cry71xxrr0mcy5my3fb502cwfxy6822k4pm19cwrilrg7hq4s7l")) |
| 5297 | 5301 | ||
| 5302 | (define rust-custom-debug-0.6.2 | ||
| 5303 | (crate-source "custom_debug" "0.6.2" | ||
| 5304 | "13i9cldd9glg8k25z5ll5wb083rnl07pl7bzhwgf3cv7jnnx39rd")) | ||
| 5305 | |||
| 5306 | (define rust-custom-debug-derive-0.6.2 | ||
| 5307 | (crate-source "custom_debug_derive" "0.6.2" | ||
| 5308 | "04cw7wqf42rjnah5b79vpwawh94m5rjjbrrb9xicgxjjhvdcw1x7")) | ||
| 5309 | |||
| 5298 | (define rust-custom-derive-0.1.7 | 5310 | (define rust-custom-derive-0.1.7 |
| 5299 | (crate-source "custom_derive" "0.1.7" | 5311 | (crate-source "custom_derive" "0.1.7" |
| 5300 | "1f81bavw1wnykwh21hh4yyzigs6zl6f6pkk9p3car8kq95yfb2pg")) | 5312 | "1f81bavw1wnykwh21hh4yyzigs6zl6f6pkk9p3car8kq95yfb2pg")) |
| @@ -5628,6 +5640,10 @@ | |||
| 5628 | (crate-source "dbus-crossroads" "0.5.2" | 5640 | (crate-source "dbus-crossroads" "0.5.2" |
| 5629 | "1q3dyywazr3hppm052fa8q2366q66ml789r42jjlnm47f51q6k1s")) | 5641 | "1q3dyywazr3hppm052fa8q2366q66ml789r42jjlnm47f51q6k1s")) |
| 5630 | 5642 | ||
| 5643 | (define rust-dbus-crossroads-0.5.3 | ||
| 5644 | (crate-source "dbus-crossroads" "0.5.3" | ||
| 5645 | "1s24yk48jkvkkvgplgjrrqvzy365pmz6nv17c1v6dfhz32yz1gv4")) | ||
| 5646 | |||
| 5631 | (define rust-dbus-secret-service-4.1.0 | 5647 | (define rust-dbus-secret-service-4.1.0 |
| 5632 | (crate-source "dbus-secret-service" "4.1.0" | 5648 | (crate-source "dbus-secret-service" "4.1.0" |
| 5633 | "19jgbqb841kbzmfgaqnbbhsc5ijck7fzl3zvgqyyb2bqvyg512vh")) | 5649 | "19jgbqb841kbzmfgaqnbbhsc5ijck7fzl3zvgqyyb2bqvyg512vh")) |
| @@ -13038,6 +13054,10 @@ | |||
| 13038 | (crate-source "jiff" "0.2.21" | 13054 | (crate-source "jiff" "0.2.21" |
| 13039 | "0h3rypc82v4a8wf1s8jvqdryv5khp520ks0nmd3fjslc05gxdqxk")) | 13055 | "0h3rypc82v4a8wf1s8jvqdryv5khp520ks0nmd3fjslc05gxdqxk")) |
| 13040 | 13056 | ||
| 13057 | (define rust-jiff-0.2.23 | ||
| 13058 | (crate-source "jiff" "0.2.23" | ||
| 13059 | "0nc37n7jvgrzxdkcgc2hsfdf70lfagigjalh4igjrm5njvf4cd8s")) | ||
| 13060 | |||
| 13041 | (define rust-jiff-0.2.5 | 13061 | (define rust-jiff-0.2.5 |
| 13042 | (crate-source "jiff" "0.2.5" | 13062 | (crate-source "jiff" "0.2.5" |
| 13043 | "0q3jpq3scznmviiajldyf5xby38zgyvkxbrmgb9hf78r6416f0n1")) | 13063 | "0q3jpq3scznmviiajldyf5xby38zgyvkxbrmgb9hf78r6416f0n1")) |
| @@ -13094,6 +13114,10 @@ | |||
| 13094 | (crate-source "jiff-static" "0.2.21" | 13114 | (crate-source "jiff-static" "0.2.21" |
| 13095 | "061qz1zyvp8bhvr58r9817hri6s338y8msnb0bg7yg463lhjnz51")) | 13115 | "061qz1zyvp8bhvr58r9817hri6s338y8msnb0bg7yg463lhjnz51")) |
| 13096 | 13116 | ||
| 13117 | (define rust-jiff-static-0.2.23 | ||
| 13118 | (crate-source "jiff-static" "0.2.23" | ||
| 13119 | "192ss3cnixvg79cpa76clwkhn4mmz10vnwsbf7yjw8i484s8p31a")) | ||
| 13120 | |||
| 13097 | (define rust-jiff-static-0.2.5 | 13121 | (define rust-jiff-static-0.2.5 |
| 13098 | (crate-source "jiff-static" "0.2.5" | 13122 | (crate-source "jiff-static" "0.2.5" |
| 13099 | "0k1v30mhbgh4zj2r9d7lfqlh5b20b5573cx0a4gip7rlkldf7pac")) | 13123 | "0k1v30mhbgh4zj2r9d7lfqlh5b20b5573cx0a4gip7rlkldf7pac")) |
| @@ -13834,9 +13858,9 @@ | |||
| 13834 | #:snippet '(delete-file-recursively "vendor"))) | 13858 | #:snippet '(delete-file-recursively "vendor"))) |
| 13835 | 13859 | ||
| 13836 | (define rust-libdbus-sys-0.2.7 | 13860 | (define rust-libdbus-sys-0.2.7 |
| 13837 | ;; TODO REVIEW: Check bundled sources. | ||
| 13838 | (crate-source "libdbus-sys" "0.2.7" | 13861 | (crate-source "libdbus-sys" "0.2.7" |
| 13839 | "0hzhq0dz6lfzmhsym9m95cfhjzrwq74qdg85xkpg2012sj4lg31j")) | 13862 | "0hzhq0dz6lfzmhsym9m95cfhjzrwq74qdg85xkpg2012sj4lg31j" |
| 13863 | #:snippet '(delete-file-recursively "vendor"))) | ||
| 13840 | 13864 | ||
| 13841 | (define rust-libdeflate-sys-1.19.3 | 13865 | (define rust-libdeflate-sys-1.19.3 |
| 13842 | (crate-source "libdeflate-sys" "1.19.3" | 13866 | (crate-source "libdeflate-sys" "1.19.3" |
| @@ -15053,6 +15077,10 @@ | |||
| 15053 | (crate-source "mac_address" "1.1.8" | 15077 | (crate-source "mac_address" "1.1.8" |
| 15054 | "00r3n18mxglq1dzshnm0vxk1fgsp3c2hd08w6hfcqdp8ymmv5bn0")) | 15078 | "00r3n18mxglq1dzshnm0vxk1fgsp3c2hd08w6hfcqdp8ymmv5bn0")) |
| 15055 | 15079 | ||
| 15080 | (define rust-mac-notification-sys-0.6.12 | ||
| 15081 | (crate-source "mac-notification-sys" "0.6.12" | ||
| 15082 | "1lq7zfxwhixs7npp05lhqvxjq4dj7v6wjcw1ijdq8iqsvn1ng899")) | ||
| 15083 | |||
| 15056 | (define rust-mac-notification-sys-0.6.4 | 15084 | (define rust-mac-notification-sys-0.6.4 |
| 15057 | (crate-source "mac-notification-sys" "0.6.4" | 15085 | (crate-source "mac-notification-sys" "0.6.4" |
| 15058 | "1vv7qfz14p01kb52ly5n2ka74fjy64zgjav28lmmklbi82rxz58b")) | 15086 | "1vv7qfz14p01kb52ly5n2ka74fjy64zgjav28lmmklbi82rxz58b")) |
| @@ -15065,6 +15093,10 @@ | |||
| 15065 | (crate-source "mac-notification-sys" "0.6.9" | 15093 | (crate-source "mac-notification-sys" "0.6.9" |
| 15066 | "08bnin0sq2pcqhwls16hb4l92vll67qr3vc22q32aiqz85skzzb5")) | 15094 | "08bnin0sq2pcqhwls16hb4l92vll67qr3vc22q32aiqz85skzzb5")) |
| 15067 | 15095 | ||
| 15096 | (define rust-macaddr-1.0.1 | ||
| 15097 | (crate-source "macaddr" "1.0.1" | ||
| 15098 | "1n5jxn79krlql810c4w3hdkvyqc01141dc5y6fr9sxff2yy0pvms")) | ||
| 15099 | |||
| 15068 | (define rust-mach-0.3.2 | 15100 | (define rust-mach-0.3.2 |
| 15069 | (crate-source "mach" "0.3.2" | 15101 | (crate-source "mach" "0.3.2" |
| 15070 | "1yksa8lwzqh150gr4417rls1wk20asy9vhp8kq5g9n7z58xyh8xq")) | 15102 | "1yksa8lwzqh150gr4417rls1wk20asy9vhp8kq5g9n7z58xyh8xq")) |
| @@ -18440,10 +18472,18 @@ | |||
| 18440 | (crate-source "pin-project" "1.1.10" | 18472 | (crate-source "pin-project" "1.1.10" |
| 18441 | "12kadbnfm1f43cyadw9gsbyln1cy7vj764wz5c8wxaiza3filzv7")) | 18473 | "12kadbnfm1f43cyadw9gsbyln1cy7vj764wz5c8wxaiza3filzv7")) |
| 18442 | 18474 | ||
| 18475 | (define rust-pin-project-1.1.11 | ||
| 18476 | (crate-source "pin-project" "1.1.11" | ||
| 18477 | "05zm3y3bl83ypsr6favxvny2kys4i19jiz1y18ylrbxwsiz9qx7i")) | ||
| 18478 | |||
| 18443 | (define rust-pin-project-internal-1.1.10 | 18479 | (define rust-pin-project-internal-1.1.10 |
| 18444 | (crate-source "pin-project-internal" "1.1.10" | 18480 | (crate-source "pin-project-internal" "1.1.10" |
| 18445 | "0qgqzfl0f4lzaz7yl5llhbg97g68r15kljzihaw9wm64z17qx4bf")) | 18481 | "0qgqzfl0f4lzaz7yl5llhbg97g68r15kljzihaw9wm64z17qx4bf")) |
| 18446 | 18482 | ||
| 18483 | (define rust-pin-project-internal-1.1.11 | ||
| 18484 | (crate-source "pin-project-internal" "1.1.11" | ||
| 18485 | "1ik4mpb92da75inmjvxf2qm61vrnwml3x24wddvrjlqh1z9hxcnr")) | ||
| 18486 | |||
| 18447 | (define rust-pin-project-lite-0.2.13 | 18487 | (define rust-pin-project-lite-0.2.13 |
| 18448 | (crate-source "pin-project-lite" "0.2.13" | 18488 | (crate-source "pin-project-lite" "0.2.13" |
| 18449 | "0n0bwr5qxlf0mhn2xkl36sy55118s9qmvx2yl5f3ixkb007lbywa")) | 18489 | "0n0bwr5qxlf0mhn2xkl36sy55118s9qmvx2yl5f3ixkb007lbywa")) |
| @@ -19145,6 +19185,11 @@ | |||
| 19145 | (crate-source "process-wrap" "9.0.1" | 19185 | (crate-source "process-wrap" "9.0.1" |
| 19146 | "0q2c43q03z42ffwxhyk43z177xyna40dnhsdxw079h39gsa9a4zx")) | 19186 | "0q2c43q03z42ffwxhyk43z177xyna40dnhsdxw079h39gsa9a4zx")) |
| 19147 | 19187 | ||
| 19188 | (define rust-process-wrap-9.1.0 | ||
| 19189 | (crate-source "process-wrap" "9.1.0" | ||
| 19190 | "0mfzgksv68wn6ixiv05dsr24pvpbwa16cg0r9m1mi48iv7x2x11f" | ||
| 19191 | #:snippet '(delete-file "logo.png"))) | ||
| 19192 | |||
| 19148 | (define rust-procfs-0.17.0 | 19193 | (define rust-procfs-0.17.0 |
| 19149 | (crate-source "procfs" "0.17.0" | 19194 | (crate-source "procfs" "0.17.0" |
| 19150 | "17swyjqinpb745f07dpdi7c8q37hxvhx9xmmsi2dhxaj2kc74nyc")) | 19195 | "17swyjqinpb745f07dpdi7c8q37hxvhx9xmmsi2dhxaj2kc74nyc")) |
| @@ -24946,7 +24991,8 @@ | |||
| 24946 | 24991 | ||
| 24947 | (define rust-tauri-winrt-notification-0.7.2 | 24992 | (define rust-tauri-winrt-notification-0.7.2 |
| 24948 | (crate-source "tauri-winrt-notification" "0.7.2" | 24993 | (crate-source "tauri-winrt-notification" "0.7.2" |
| 24949 | "1fd9gcllx1rkp9h1ppq976bhqppnil5xsy36li1zx2g4gph6c7hb")) | 24994 | "1fd9gcllx1rkp9h1ppq976bhqppnil5xsy36li1zx2g4gph6c7hb" |
| 24995 | #:snippet '(delete-file-recursively "resources/test"))) | ||
| 24950 | 24996 | ||
| 24951 | (define rust-temp-dir-0.1.14 | 24997 | (define rust-temp-dir-0.1.14 |
| 24952 | (crate-source "temp-dir" "0.1.14" | 24998 | (crate-source "temp-dir" "0.1.14" |
| @@ -35088,6 +35134,260 @@ | |||
| 35088 | rust-zerovec-0.11.5 | 35134 | rust-zerovec-0.11.5 |
| 35089 | rust-zerovec-derive-0.11.2 | 35135 | rust-zerovec-derive-0.11.2 |
| 35090 | rust-zmij-1.0.18)) | 35136 | rust-zmij-1.0.18)) |
| 35137 | (bzmenu => | ||
| 35138 | (list rust-aho-corasick-1.1.4 | ||
| 35139 | rust-anstream-0.6.21 | ||
| 35140 | rust-anstyle-1.0.13 | ||
| 35141 | rust-anstyle-parse-0.2.7 | ||
| 35142 | rust-anstyle-query-1.1.5 | ||
| 35143 | rust-anstyle-wincon-3.0.11 | ||
| 35144 | rust-anyhow-1.0.102 | ||
| 35145 | rust-arc-swap-1.8.2 | ||
| 35146 | rust-async-broadcast-0.7.2 | ||
| 35147 | rust-async-channel-2.5.0 | ||
| 35148 | rust-async-executor-1.14.0 | ||
| 35149 | rust-async-io-2.6.0 | ||
| 35150 | rust-async-lock-3.4.2 | ||
| 35151 | rust-async-process-2.5.0 | ||
| 35152 | rust-async-recursion-1.1.1 | ||
| 35153 | rust-async-signal-0.2.13 | ||
| 35154 | rust-async-task-4.7.1 | ||
| 35155 | rust-async-trait-0.1.89 | ||
| 35156 | rust-atomic-waker-1.1.2 | ||
| 35157 | rust-autocfg-1.5.0 | ||
| 35158 | rust-base62-2.2.3 | ||
| 35159 | rust-bitflags-1.3.2 | ||
| 35160 | rust-bitflags-2.11.0 | ||
| 35161 | rust-block2-0.6.2 | ||
| 35162 | rust-blocking-1.6.2 | ||
| 35163 | rust-bluer-0.17.4 | ||
| 35164 | rust-bstr-1.12.1 | ||
| 35165 | rust-bumpalo-3.20.2 | ||
| 35166 | rust-bytes-1.11.1 | ||
| 35167 | rust-cc-1.2.56 | ||
| 35168 | rust-cfg-if-1.0.4 | ||
| 35169 | rust-cfg-aliases-0.2.1 | ||
| 35170 | rust-clap-4.5.60 | ||
| 35171 | rust-clap-builder-4.5.60 | ||
| 35172 | rust-clap-derive-4.5.55 | ||
| 35173 | rust-clap-lex-1.0.0 | ||
| 35174 | rust-colorchoice-1.0.4 | ||
| 35175 | rust-concurrent-queue-2.5.0 | ||
| 35176 | rust-crossbeam-deque-0.8.6 | ||
| 35177 | rust-crossbeam-epoch-0.9.18 | ||
| 35178 | rust-crossbeam-utils-0.8.21 | ||
| 35179 | rust-custom-debug-0.6.2 | ||
| 35180 | rust-custom-debug-derive-0.6.2 | ||
| 35181 | rust-darling-0.20.11 | ||
| 35182 | rust-darling-core-0.20.11 | ||
| 35183 | rust-darling-macro-0.20.11 | ||
| 35184 | rust-dbus-0.9.10 | ||
| 35185 | rust-dbus-crossroads-0.5.3 | ||
| 35186 | rust-dbus-tokio-0.7.6 | ||
| 35187 | rust-deranged-0.5.8 | ||
| 35188 | rust-dispatch2-0.3.1 | ||
| 35189 | rust-displaydoc-0.2.5 | ||
| 35190 | rust-either-1.15.0 | ||
| 35191 | rust-endi-1.1.1 | ||
| 35192 | rust-enumflags2-0.7.12 | ||
| 35193 | rust-enumflags2-derive-0.7.12 | ||
| 35194 | rust-env-filter-1.0.0 | ||
| 35195 | rust-env-logger-0.11.9 | ||
| 35196 | rust-equivalent-1.0.2 | ||
| 35197 | rust-errno-0.3.14 | ||
| 35198 | rust-event-listener-5.4.1 | ||
| 35199 | rust-event-listener-strategy-0.5.4 | ||
| 35200 | rust-fastrand-2.3.0 | ||
| 35201 | rust-find-msvc-tools-0.1.9 | ||
| 35202 | rust-fnv-1.0.7 | ||
| 35203 | rust-foldhash-0.1.5 | ||
| 35204 | rust-futures-0.3.32 | ||
| 35205 | rust-futures-channel-0.3.32 | ||
| 35206 | rust-futures-core-0.3.32 | ||
| 35207 | rust-futures-executor-0.3.32 | ||
| 35208 | rust-futures-io-0.3.32 | ||
| 35209 | rust-futures-lite-2.6.1 | ||
| 35210 | rust-futures-macro-0.3.32 | ||
| 35211 | rust-futures-sink-0.3.32 | ||
| 35212 | rust-futures-task-0.3.32 | ||
| 35213 | rust-futures-util-0.3.32 | ||
| 35214 | rust-getrandom-0.4.2 | ||
| 35215 | rust-glob-0.3.3 | ||
| 35216 | rust-globset-0.4.18 | ||
| 35217 | rust-globwalk-0.8.1 | ||
| 35218 | rust-hashbrown-0.15.5 | ||
| 35219 | rust-hashbrown-0.16.1 | ||
| 35220 | rust-heck-0.5.0 | ||
| 35221 | rust-hermit-abi-0.5.2 | ||
| 35222 | rust-hex-0.4.3 | ||
| 35223 | rust-id-arena-2.3.0 | ||
| 35224 | rust-ident-case-1.0.1 | ||
| 35225 | rust-ignore-0.4.25 | ||
| 35226 | rust-indexmap-2.13.0 | ||
| 35227 | rust-is-terminal-polyfill-1.70.2 | ||
| 35228 | rust-itertools-0.11.0 | ||
| 35229 | rust-itoa-1.0.17 | ||
| 35230 | rust-jiff-0.2.23 | ||
| 35231 | rust-jiff-static-0.2.23 | ||
| 35232 | rust-js-sys-0.3.91 | ||
| 35233 | rust-lazy-static-1.5.0 | ||
| 35234 | rust-leb128fmt-0.1.0 | ||
| 35235 | rust-libc-0.2.183 | ||
| 35236 | rust-libdbus-sys-0.2.7 | ||
| 35237 | rust-linux-raw-sys-0.12.1 | ||
| 35238 | rust-log-0.4.29 | ||
| 35239 | rust-mac-notification-sys-0.6.12 | ||
| 35240 | rust-macaddr-1.0.1 | ||
| 35241 | rust-memchr-2.8.0 | ||
| 35242 | rust-memoffset-0.9.1 | ||
| 35243 | rust-mio-1.1.1 | ||
| 35244 | rust-nix-0.29.0 | ||
| 35245 | rust-nix-0.31.2 | ||
| 35246 | rust-normpath-1.5.0 | ||
| 35247 | rust-notify-rust-4.12.0 | ||
| 35248 | rust-num-conv-0.2.0 | ||
| 35249 | rust-num-derive-0.4.2 | ||
| 35250 | rust-num-traits-0.2.19 | ||
| 35251 | rust-objc2-0.6.4 | ||
| 35252 | rust-objc2-core-foundation-0.3.2 | ||
| 35253 | rust-objc2-encode-4.1.0 | ||
| 35254 | rust-objc2-foundation-0.3.2 | ||
| 35255 | rust-once-cell-1.21.3 | ||
| 35256 | rust-once-cell-polyfill-1.70.2 | ||
| 35257 | rust-ordered-stream-0.2.0 | ||
| 35258 | rust-parking-2.2.1 | ||
| 35259 | rust-pin-project-1.1.11 | ||
| 35260 | rust-pin-project-internal-1.1.11 | ||
| 35261 | rust-pin-project-lite-0.2.17 | ||
| 35262 | rust-piper-0.2.5 | ||
| 35263 | rust-pkg-config-0.3.32 | ||
| 35264 | rust-polling-3.11.0 | ||
| 35265 | rust-portable-atomic-1.13.1 | ||
| 35266 | rust-portable-atomic-util-0.2.5 | ||
| 35267 | rust-powerfmt-0.2.0 | ||
| 35268 | rust-prettyplease-0.2.37 | ||
| 35269 | rust-proc-macro-crate-3.5.0 | ||
| 35270 | rust-proc-macro2-1.0.106 | ||
| 35271 | rust-process-wrap-9.1.0 | ||
| 35272 | rust-quick-xml-0.37.5 | ||
| 35273 | rust-quote-1.0.45 | ||
| 35274 | rust-r-efi-6.0.0 | ||
| 35275 | rust-regex-1.12.3 | ||
| 35276 | rust-regex-automata-0.4.14 | ||
| 35277 | rust-regex-syntax-0.8.10 | ||
| 35278 | rust-rust-i18n-3.1.5 | ||
| 35279 | rust-rust-i18n-macro-3.1.5 | ||
| 35280 | rust-rust-i18n-support-3.1.5 | ||
| 35281 | rust-rustix-1.1.4 | ||
| 35282 | rust-rustversion-1.0.22 | ||
| 35283 | rust-ryu-1.0.23 | ||
| 35284 | rust-same-file-1.0.6 | ||
| 35285 | rust-semver-1.0.27 | ||
| 35286 | rust-serde-1.0.228 | ||
| 35287 | rust-serde-core-1.0.228 | ||
| 35288 | rust-serde-derive-1.0.228 | ||
| 35289 | rust-serde-json-1.0.149 | ||
| 35290 | rust-serde-repr-0.1.20 | ||
| 35291 | rust-serde-spanned-0.6.9 | ||
| 35292 | rust-serde-yaml-0.9.34+deprecated | ||
| 35293 | rust-shlex-1.3.0 | ||
| 35294 | rust-signal-hook-0.4.3 | ||
| 35295 | rust-signal-hook-registry-1.4.8 | ||
| 35296 | rust-siphasher-1.0.2 | ||
| 35297 | rust-slab-0.4.12 | ||
| 35298 | rust-smallvec-1.15.1 | ||
| 35299 | rust-socket2-0.6.3 | ||
| 35300 | rust-stable-deref-trait-1.2.1 | ||
| 35301 | rust-strsim-0.11.1 | ||
| 35302 | rust-strum-0.26.3 | ||
| 35303 | rust-strum-macros-0.26.4 | ||
| 35304 | rust-syn-2.0.117 | ||
| 35305 | rust-synstructure-0.13.2 | ||
| 35306 | rust-sys-locale-0.3.2 | ||
| 35307 | rust-tauri-winrt-notification-0.7.2 | ||
| 35308 | rust-tempfile-3.26.0 | ||
| 35309 | rust-thiserror-2.0.18 | ||
| 35310 | rust-thiserror-impl-2.0.18 | ||
| 35311 | rust-time-0.3.47 | ||
| 35312 | rust-time-core-0.1.8 | ||
| 35313 | rust-tokio-1.50.0 | ||
| 35314 | rust-tokio-macros-2.6.1 | ||
| 35315 | rust-tokio-stream-0.1.18 | ||
| 35316 | rust-toml-0.8.23 | ||
| 35317 | rust-toml-datetime-0.6.11 | ||
| 35318 | rust-toml-datetime-1.0.0+spec-1.1.0 | ||
| 35319 | rust-toml-edit-0.22.27 | ||
| 35320 | rust-toml-edit-0.25.4+spec-1.1.0 | ||
| 35321 | rust-toml-parser-1.0.9+spec-1.1.0 | ||
| 35322 | rust-toml-write-0.1.2 | ||
| 35323 | rust-tracing-0.1.44 | ||
| 35324 | rust-tracing-attributes-0.1.31 | ||
| 35325 | rust-tracing-core-0.1.36 | ||
| 35326 | rust-triomphe-0.1.15 | ||
| 35327 | rust-uds-windows-1.2.0 | ||
| 35328 | rust-unicode-ident-1.0.24 | ||
| 35329 | rust-unicode-xid-0.2.6 | ||
| 35330 | rust-unsafe-libyaml-0.2.11 | ||
| 35331 | rust-utf8parse-0.2.2 | ||
| 35332 | rust-uuid-1.22.0 | ||
| 35333 | rust-walkdir-2.5.0 | ||
| 35334 | rust-wasi-0.11.1+wasi-snapshot-preview1 | ||
| 35335 | rust-wasip2-1.0.2+wasi-0.2.9 | ||
| 35336 | rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 | ||
| 35337 | rust-wasm-bindgen-0.2.114 | ||
| 35338 | rust-wasm-bindgen-macro-0.2.114 | ||
| 35339 | rust-wasm-bindgen-macro-support-0.2.114 | ||
| 35340 | rust-wasm-bindgen-shared-0.2.114 | ||
| 35341 | rust-wasm-encoder-0.244.0 | ||
| 35342 | rust-wasm-metadata-0.244.0 | ||
| 35343 | rust-wasmparser-0.244.0 | ||
| 35344 | rust-winapi-util-0.1.11 | ||
| 35345 | rust-windows-0.61.3 | ||
| 35346 | rust-windows-0.62.2 | ||
| 35347 | rust-windows-collections-0.2.0 | ||
| 35348 | rust-windows-collections-0.3.2 | ||
| 35349 | rust-windows-core-0.61.2 | ||
| 35350 | rust-windows-core-0.62.2 | ||
| 35351 | rust-windows-future-0.2.1 | ||
| 35352 | rust-windows-future-0.3.2 | ||
| 35353 | rust-windows-implement-0.60.2 | ||
| 35354 | rust-windows-interface-0.59.3 | ||
| 35355 | rust-windows-link-0.1.3 | ||
| 35356 | rust-windows-link-0.2.1 | ||
| 35357 | rust-windows-numerics-0.2.0 | ||
| 35358 | rust-windows-numerics-0.3.1 | ||
| 35359 | rust-windows-result-0.3.4 | ||
| 35360 | rust-windows-result-0.4.1 | ||
| 35361 | rust-windows-strings-0.4.2 | ||
| 35362 | rust-windows-strings-0.5.1 | ||
| 35363 | rust-windows-sys-0.59.0 | ||
| 35364 | rust-windows-sys-0.61.2 | ||
| 35365 | rust-windows-targets-0.52.6 | ||
| 35366 | rust-windows-threading-0.1.0 | ||
| 35367 | rust-windows-threading-0.2.1 | ||
| 35368 | rust-windows-version-0.1.7 | ||
| 35369 | rust-windows-aarch64-gnullvm-0.52.6 | ||
| 35370 | rust-windows-aarch64-msvc-0.52.6 | ||
| 35371 | rust-windows-i686-gnu-0.52.6 | ||
| 35372 | rust-windows-i686-gnullvm-0.52.6 | ||
| 35373 | rust-windows-i686-msvc-0.52.6 | ||
| 35374 | rust-windows-x86-64-gnu-0.52.6 | ||
| 35375 | rust-windows-x86-64-gnullvm-0.52.6 | ||
| 35376 | rust-windows-x86-64-msvc-0.52.6 | ||
| 35377 | rust-winnow-0.7.15 | ||
| 35378 | rust-wit-bindgen-0.51.0 | ||
| 35379 | rust-wit-bindgen-core-0.51.0 | ||
| 35380 | rust-wit-bindgen-rust-0.51.0 | ||
| 35381 | rust-wit-bindgen-rust-macro-0.51.0 | ||
| 35382 | rust-wit-component-0.244.0 | ||
| 35383 | rust-wit-parser-0.244.0 | ||
| 35384 | rust-zbus-5.14.0 | ||
| 35385 | rust-zbus-macros-5.14.0 | ||
| 35386 | rust-zbus-names-4.3.1 | ||
| 35387 | rust-zmij-1.0.21 | ||
| 35388 | rust-zvariant-5.10.0 | ||
| 35389 | rust-zvariant-derive-5.10.0 | ||
| 35390 | rust-zvariant-utils-3.3.0)) | ||
| 35091 | (c2rust => | 35391 | (c2rust => |
| 35092 | (list rust-addr2line-0.24.2 | 35392 | (list rust-addr2line-0.24.2 |
| 35093 | rust-adler2-2.0.0 | 35393 | rust-adler2-2.0.0 |
