lol

rustPlatform.fetchCargoVendor: fetch git submodules (#356415)

authored by

Toma and committed by
GitHub
69b30194 fca3a12e

+3 -7267
+1 -1
pkgs/build-support/rust/fetch-cargo-vendor-util.py
··· 69 69 tree_out_dir = out_dir / "git" / git_sha_rev 70 70 eprint(f"Fetching {url}#{git_sha_rev} -> git/{git_sha_rev}") 71 71 72 - cmd = ["nix-prefetch-git", "--builder", "--quiet", "--url", url, "--rev", git_sha_rev, "--out", str(tree_out_dir)] 72 + cmd = ["nix-prefetch-git", "--builder", "--quiet", "--fetch-submodules", "--url", url, "--rev", git_sha_rev, "--out", str(tree_out_dir)] 73 73 subprocess.check_output(cmd) 74 74 75 75
-7244
pkgs/by-name/co/cosmic-applets/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "accesskit" 7 - version = "0.12.2" 8 - source = "git+https://github.com/wash2/accesskit.git?branch=winit-0.29#26f729169cd849970af02be62289606c63572d2d" 9 - 10 - [[package]] 11 - name = "accesskit_consumer" 12 - version = "0.17.0" 13 - source = "git+https://github.com/wash2/accesskit.git?branch=winit-0.29#26f729169cd849970af02be62289606c63572d2d" 14 - dependencies = [ 15 - "accesskit", 16 - ] 17 - 18 - [[package]] 19 - name = "accesskit_unix" 20 - version = "0.7.1" 21 - source = "git+https://github.com/wash2/accesskit.git?branch=winit-0.29#26f729169cd849970af02be62289606c63572d2d" 22 - dependencies = [ 23 - "accesskit", 24 - "accesskit_consumer", 25 - "atspi", 26 - "futures-lite 1.13.0", 27 - "once_cell", 28 - "serde", 29 - "tokio", 30 - "tokio-stream", 31 - "zbus 3.15.2", 32 - ] 33 - 34 - [[package]] 35 - name = "addr2line" 36 - version = "0.22.0" 37 - source = "registry+https://github.com/rust-lang/crates.io-index" 38 - checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 39 - dependencies = [ 40 - "gimli", 41 - ] 42 - 43 - [[package]] 44 - name = "adler" 45 - version = "1.0.2" 46 - source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 48 - 49 - [[package]] 50 - name = "ahash" 51 - version = "0.8.11" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 54 - dependencies = [ 55 - "cfg-if", 56 - "once_cell", 57 - "version_check", 58 - "zerocopy", 59 - ] 60 - 61 - [[package]] 62 - name = "aho-corasick" 63 - version = "1.1.3" 64 - source = "registry+https://github.com/rust-lang/crates.io-index" 65 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 66 - dependencies = [ 67 - "memchr", 68 - ] 69 - 70 - [[package]] 71 - name = "aliasable" 72 - version = "0.1.3" 73 - source = "registry+https://github.com/rust-lang/crates.io-index" 74 - checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 75 - 76 - [[package]] 77 - name = "allocator-api2" 78 - version = "0.2.18" 79 - source = "registry+https://github.com/rust-lang/crates.io-index" 80 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 81 - 82 - [[package]] 83 - name = "almost" 84 - version = "0.2.0" 85 - source = "registry+https://github.com/rust-lang/crates.io-index" 86 - checksum = "3aa2999eb46af81abb65c2d30d446778d7e613b60bbf4e174a027e80f90a3c14" 87 - 88 - [[package]] 89 - name = "android-tzdata" 90 - version = "0.1.1" 91 - source = "registry+https://github.com/rust-lang/crates.io-index" 92 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 93 - 94 - [[package]] 95 - name = "android_system_properties" 96 - version = "0.1.5" 97 - source = "registry+https://github.com/rust-lang/crates.io-index" 98 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 99 - dependencies = [ 100 - "libc", 101 - ] 102 - 103 - [[package]] 104 - name = "anyhow" 105 - version = "1.0.86" 106 - source = "registry+https://github.com/rust-lang/crates.io-index" 107 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 108 - 109 - [[package]] 110 - name = "apply" 111 - version = "0.3.0" 112 - source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "f47b57fc4521e3cae26a4d45b5227f8fadee4c345be0fefd8d5d1711afb8aeb9" 114 - 115 - [[package]] 116 - name = "approx" 117 - version = "0.5.1" 118 - source = "registry+https://github.com/rust-lang/crates.io-index" 119 - checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 120 - dependencies = [ 121 - "num-traits", 122 - ] 123 - 124 - [[package]] 125 - name = "arc-swap" 126 - version = "1.7.1" 127 - source = "registry+https://github.com/rust-lang/crates.io-index" 128 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 129 - 130 - [[package]] 131 - name = "arrayref" 132 - version = "0.3.7" 133 - source = "registry+https://github.com/rust-lang/crates.io-index" 134 - checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 135 - 136 - [[package]] 137 - name = "arrayvec" 138 - version = "0.7.4" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 141 - 142 - [[package]] 143 - name = "as-raw-xcb-connection" 144 - version = "1.0.1" 145 - source = "registry+https://github.com/rust-lang/crates.io-index" 146 - checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 147 - 148 - [[package]] 149 - name = "ash" 150 - version = "0.37.3+1.3.251" 151 - source = "registry+https://github.com/rust-lang/crates.io-index" 152 - checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" 153 - dependencies = [ 154 - "libloading 0.7.4", 155 - ] 156 - 157 - [[package]] 158 - name = "ashpd" 159 - version = "0.8.1" 160 - source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093" 162 - dependencies = [ 163 - "async-fs", 164 - "async-net", 165 - "enumflags2", 166 - "futures-channel", 167 - "futures-util", 168 - "rand", 169 - "serde", 170 - "serde_repr", 171 - "tokio", 172 - "url", 173 - "zbus 4.3.1", 174 - ] 175 - 176 - [[package]] 177 - name = "ashpd" 178 - version = "0.9.1" 179 - source = "registry+https://github.com/rust-lang/crates.io-index" 180 - checksum = "bfe7e0dd0ac5a401dc116ed9f9119cf9decc625600474cb41f0fc0a0050abc9a" 181 - dependencies = [ 182 - "enumflags2", 183 - "futures-channel", 184 - "futures-util", 185 - "rand", 186 - "serde", 187 - "serde_repr", 188 - "tokio", 189 - "url", 190 - "wayland-backend", 191 - "wayland-client", 192 - "wayland-protocols", 193 - "zbus 4.3.1", 194 - ] 195 - 196 - [[package]] 197 - name = "async-broadcast" 198 - version = "0.5.1" 199 - source = "registry+https://github.com/rust-lang/crates.io-index" 200 - checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" 201 - dependencies = [ 202 - "event-listener 2.5.3", 203 - "futures-core", 204 - ] 205 - 206 - [[package]] 207 - name = "async-broadcast" 208 - version = "0.7.1" 209 - source = "registry+https://github.com/rust-lang/crates.io-index" 210 - checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e" 211 - dependencies = [ 212 - "event-listener 5.3.1", 213 - "event-listener-strategy", 214 - "futures-core", 215 - "pin-project-lite", 216 - ] 217 - 218 - [[package]] 219 - name = "async-channel" 220 - version = "2.3.1" 221 - source = "registry+https://github.com/rust-lang/crates.io-index" 222 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 223 - dependencies = [ 224 - "concurrent-queue", 225 - "event-listener-strategy", 226 - "futures-core", 227 - "pin-project-lite", 228 - ] 229 - 230 - [[package]] 231 - name = "async-executor" 232 - version = "1.13.0" 233 - source = "registry+https://github.com/rust-lang/crates.io-index" 234 - checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7" 235 - dependencies = [ 236 - "async-task", 237 - "concurrent-queue", 238 - "fastrand 2.1.0", 239 - "futures-lite 2.3.0", 240 - "slab", 241 - ] 242 - 243 - [[package]] 244 - name = "async-fs" 245 - version = "2.1.2" 246 - source = "registry+https://github.com/rust-lang/crates.io-index" 247 - checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" 248 - dependencies = [ 249 - "async-lock 3.4.0", 250 - "blocking", 251 - "futures-lite 2.3.0", 252 - ] 253 - 254 - [[package]] 255 - name = "async-io" 256 - version = "1.13.0" 257 - source = "registry+https://github.com/rust-lang/crates.io-index" 258 - checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 259 - dependencies = [ 260 - "async-lock 2.8.0", 261 - "autocfg", 262 - "cfg-if", 263 - "concurrent-queue", 264 - "futures-lite 1.13.0", 265 - "log", 266 - "parking", 267 - "polling 2.8.0", 268 - "rustix 0.37.27", 269 - "slab", 270 - "socket2 0.4.10", 271 - "waker-fn", 272 - ] 273 - 274 - [[package]] 275 - name = "async-io" 276 - version = "2.3.3" 277 - source = "registry+https://github.com/rust-lang/crates.io-index" 278 - checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" 279 - dependencies = [ 280 - "async-lock 3.4.0", 281 - "cfg-if", 282 - "concurrent-queue", 283 - "futures-io", 284 - "futures-lite 2.3.0", 285 - "parking", 286 - "polling 3.7.2", 287 - "rustix 0.38.34", 288 - "slab", 289 - "tracing", 290 - "windows-sys 0.52.0", 291 - ] 292 - 293 - [[package]] 294 - name = "async-lock" 295 - version = "2.8.0" 296 - source = "registry+https://github.com/rust-lang/crates.io-index" 297 - checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 298 - dependencies = [ 299 - "event-listener 2.5.3", 300 - ] 301 - 302 - [[package]] 303 - name = "async-lock" 304 - version = "3.4.0" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 307 - dependencies = [ 308 - "event-listener 5.3.1", 309 - "event-listener-strategy", 310 - "pin-project-lite", 311 - ] 312 - 313 - [[package]] 314 - name = "async-net" 315 - version = "2.0.0" 316 - source = "registry+https://github.com/rust-lang/crates.io-index" 317 - checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 318 - dependencies = [ 319 - "async-io 2.3.3", 320 - "blocking", 321 - "futures-lite 2.3.0", 322 - ] 323 - 324 - [[package]] 325 - name = "async-process" 326 - version = "1.8.1" 327 - source = "registry+https://github.com/rust-lang/crates.io-index" 328 - checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" 329 - dependencies = [ 330 - "async-io 1.13.0", 331 - "async-lock 2.8.0", 332 - "async-signal", 333 - "blocking", 334 - "cfg-if", 335 - "event-listener 3.1.0", 336 - "futures-lite 1.13.0", 337 - "rustix 0.38.34", 338 - "windows-sys 0.48.0", 339 - ] 340 - 341 - [[package]] 342 - name = "async-process" 343 - version = "2.2.3" 344 - source = "registry+https://github.com/rust-lang/crates.io-index" 345 - checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a" 346 - dependencies = [ 347 - "async-channel", 348 - "async-io 2.3.3", 349 - "async-lock 3.4.0", 350 - "async-signal", 351 - "async-task", 352 - "blocking", 353 - "cfg-if", 354 - "event-listener 5.3.1", 355 - "futures-lite 2.3.0", 356 - "rustix 0.38.34", 357 - "tracing", 358 - "windows-sys 0.52.0", 359 - ] 360 - 361 - [[package]] 362 - name = "async-recursion" 363 - version = "1.1.1" 364 - source = "registry+https://github.com/rust-lang/crates.io-index" 365 - checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 366 - dependencies = [ 367 - "proc-macro2", 368 - "quote", 369 - "syn 2.0.71", 370 - ] 371 - 372 - [[package]] 373 - name = "async-signal" 374 - version = "0.2.8" 375 - source = "registry+https://github.com/rust-lang/crates.io-index" 376 - checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d" 377 - dependencies = [ 378 - "async-io 2.3.3", 379 - "async-lock 3.4.0", 380 - "atomic-waker", 381 - "cfg-if", 382 - "futures-core", 383 - "futures-io", 384 - "rustix 0.38.34", 385 - "signal-hook-registry", 386 - "slab", 387 - "windows-sys 0.52.0", 388 - ] 389 - 390 - [[package]] 391 - name = "async-task" 392 - version = "4.7.1" 393 - source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 395 - 396 - [[package]] 397 - name = "async-trait" 398 - version = "0.1.81" 399 - source = "registry+https://github.com/rust-lang/crates.io-index" 400 - checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" 401 - dependencies = [ 402 - "proc-macro2", 403 - "quote", 404 - "syn 2.0.71", 405 - ] 406 - 407 - [[package]] 408 - name = "atomic-waker" 409 - version = "1.1.2" 410 - source = "registry+https://github.com/rust-lang/crates.io-index" 411 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 412 - 413 - [[package]] 414 - name = "atomicwrites" 415 - version = "0.4.2" 416 - source = "git+https://github.com/jackpot51/rust-atomicwrites#043ab4859d53ffd3d55334685303d8df39c9f768" 417 - dependencies = [ 418 - "rustix 0.38.34", 419 - "tempfile", 420 - "windows-sys 0.48.0", 421 - ] 422 - 423 - [[package]] 424 - name = "atspi" 425 - version = "0.19.0" 426 - source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "6059f350ab6f593ea00727b334265c4dfc7fd442ee32d264794bd9bdc68e87ca" 428 - dependencies = [ 429 - "atspi-common", 430 - "atspi-connection", 431 - "atspi-proxies", 432 - ] 433 - 434 - [[package]] 435 - name = "atspi-common" 436 - version = "0.3.0" 437 - source = "registry+https://github.com/rust-lang/crates.io-index" 438 - checksum = "92af95f966d2431f962bc632c2e68eda7777330158bf640c4af4249349b2cdf5" 439 - dependencies = [ 440 - "enumflags2", 441 - "serde", 442 - "static_assertions", 443 - "zbus 3.15.2", 444 - "zbus_names 2.6.1", 445 - "zvariant 3.15.2", 446 - ] 447 - 448 - [[package]] 449 - name = "atspi-connection" 450 - version = "0.3.0" 451 - source = "registry+https://github.com/rust-lang/crates.io-index" 452 - checksum = "a0c65e7d70f86d4c0e3b2d585d9bf3f979f0b19d635a336725a88d279f76b939" 453 - dependencies = [ 454 - "atspi-common", 455 - "atspi-proxies", 456 - "futures-lite 1.13.0", 457 - "zbus 3.15.2", 458 - ] 459 - 460 - [[package]] 461 - name = "atspi-proxies" 462 - version = "0.3.0" 463 - source = "registry+https://github.com/rust-lang/crates.io-index" 464 - checksum = "6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52" 465 - dependencies = [ 466 - "atspi-common", 467 - "serde", 468 - "zbus 3.15.2", 469 - ] 470 - 471 - [[package]] 472 - name = "autocfg" 473 - version = "1.3.0" 474 - source = "registry+https://github.com/rust-lang/crates.io-index" 475 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 476 - 477 - [[package]] 478 - name = "backtrace" 479 - version = "0.3.73" 480 - source = "registry+https://github.com/rust-lang/crates.io-index" 481 - checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 482 - dependencies = [ 483 - "addr2line", 484 - "cc", 485 - "cfg-if", 486 - "libc", 487 - "miniz_oxide", 488 - "object", 489 - "rustc-demangle", 490 - ] 491 - 492 - [[package]] 493 - name = "base64" 494 - version = "0.21.7" 495 - source = "registry+https://github.com/rust-lang/crates.io-index" 496 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 497 - 498 - [[package]] 499 - name = "bit-set" 500 - version = "0.5.3" 501 - source = "registry+https://github.com/rust-lang/crates.io-index" 502 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 503 - dependencies = [ 504 - "bit-vec", 505 - ] 506 - 507 - [[package]] 508 - name = "bit-vec" 509 - version = "0.6.3" 510 - source = "registry+https://github.com/rust-lang/crates.io-index" 511 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 512 - 513 - [[package]] 514 - name = "bit_field" 515 - version = "0.10.2" 516 - source = "registry+https://github.com/rust-lang/crates.io-index" 517 - checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 518 - 519 - [[package]] 520 - name = "bitflags" 521 - version = "1.3.2" 522 - source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 524 - 525 - [[package]] 526 - name = "bitflags" 527 - version = "2.6.0" 528 - source = "registry+https://github.com/rust-lang/crates.io-index" 529 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 530 - dependencies = [ 531 - "serde", 532 - ] 533 - 534 - [[package]] 535 - name = "block" 536 - version = "0.1.6" 537 - source = "registry+https://github.com/rust-lang/crates.io-index" 538 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 539 - 540 - [[package]] 541 - name = "block-buffer" 542 - version = "0.10.4" 543 - source = "registry+https://github.com/rust-lang/crates.io-index" 544 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 545 - dependencies = [ 546 - "generic-array", 547 - ] 548 - 549 - [[package]] 550 - name = "blocking" 551 - version = "1.6.1" 552 - source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 554 - dependencies = [ 555 - "async-channel", 556 - "async-task", 557 - "futures-io", 558 - "futures-lite 2.3.0", 559 - "piper", 560 - ] 561 - 562 - [[package]] 563 - name = "bluer" 564 - version = "0.17.3" 565 - source = "registry+https://github.com/rust-lang/crates.io-index" 566 - checksum = "e9ef6a5cd82c14b67cb3ac18d6dc6d76e1a48e40afe7e4263a9e3a19a7ed4ffb" 567 - dependencies = [ 568 - "custom_debug", 569 - "dbus", 570 - "dbus-crossroads", 571 - "dbus-tokio", 572 - "displaydoc", 573 - "futures", 574 - "hex", 575 - "lazy_static", 576 - "libc", 577 - "log", 578 - "macaddr", 579 - "nix 0.29.0", 580 - "num-derive 0.4.2", 581 - "num-traits", 582 - "pin-project", 583 - "serde", 584 - "serde_json", 585 - "strum", 586 - "tokio", 587 - "tokio-stream", 588 - "uuid", 589 - ] 590 - 591 - [[package]] 592 - name = "bumpalo" 593 - version = "3.16.0" 594 - source = "registry+https://github.com/rust-lang/crates.io-index" 595 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 596 - 597 - [[package]] 598 - name = "by_address" 599 - version = "1.2.1" 600 - source = "registry+https://github.com/rust-lang/crates.io-index" 601 - checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06" 602 - 603 - [[package]] 604 - name = "bytemuck" 605 - version = "1.16.1" 606 - source = "registry+https://github.com/rust-lang/crates.io-index" 607 - checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" 608 - dependencies = [ 609 - "bytemuck_derive", 610 - ] 611 - 612 - [[package]] 613 - name = "bytemuck_derive" 614 - version = "1.7.0" 615 - source = "registry+https://github.com/rust-lang/crates.io-index" 616 - checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b" 617 - dependencies = [ 618 - "proc-macro2", 619 - "quote", 620 - "syn 2.0.71", 621 - ] 622 - 623 - [[package]] 624 - name = "byteorder" 625 - version = "1.5.0" 626 - source = "registry+https://github.com/rust-lang/crates.io-index" 627 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 628 - 629 - [[package]] 630 - name = "bytes" 631 - version = "1.6.1" 632 - source = "registry+https://github.com/rust-lang/crates.io-index" 633 - checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" 634 - 635 - [[package]] 636 - name = "calendrical_calculations" 637 - version = "0.1.1" 638 - source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "cec493b209a1b81fa32312d7ceca1b547d341c7b5f16a3edbf32b1d8b455bbdf" 640 - dependencies = [ 641 - "core_maths", 642 - "displaydoc", 643 - ] 644 - 645 - [[package]] 646 - name = "calloop" 647 - version = "0.13.0" 648 - source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 650 - dependencies = [ 651 - "bitflags 2.6.0", 652 - "log", 653 - "polling 3.7.2", 654 - "rustix 0.38.34", 655 - "slab", 656 - "thiserror", 657 - ] 658 - 659 - [[package]] 660 - name = "calloop-wayland-source" 661 - version = "0.3.0" 662 - source = "registry+https://github.com/rust-lang/crates.io-index" 663 - checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 664 - dependencies = [ 665 - "calloop", 666 - "rustix 0.38.34", 667 - "wayland-backend", 668 - "wayland-client", 669 - ] 670 - 671 - [[package]] 672 - name = "cc" 673 - version = "1.1.5" 674 - source = "registry+https://github.com/rust-lang/crates.io-index" 675 - checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052" 676 - 677 - [[package]] 678 - name = "cfg-if" 679 - version = "1.0.0" 680 - source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 682 - 683 - [[package]] 684 - name = "cfg_aliases" 685 - version = "0.1.1" 686 - source = "registry+https://github.com/rust-lang/crates.io-index" 687 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 688 - 689 - [[package]] 690 - name = "cfg_aliases" 691 - version = "0.2.1" 692 - source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 694 - 695 - [[package]] 696 - name = "chrono" 697 - version = "0.4.38" 698 - source = "registry+https://github.com/rust-lang/crates.io-index" 699 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 700 - dependencies = [ 701 - "android-tzdata", 702 - "iana-time-zone", 703 - "js-sys", 704 - "num-traits", 705 - "wasm-bindgen", 706 - "windows-targets 0.52.6", 707 - ] 708 - 709 - [[package]] 710 - name = "clipboard-win" 711 - version = "5.4.0" 712 - source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" 714 - dependencies = [ 715 - "error-code", 716 - ] 717 - 718 - [[package]] 719 - name = "clipboard_macos" 720 - version = "0.1.0" 721 - source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9" 722 - dependencies = [ 723 - "objc", 724 - "objc-foundation", 725 - "objc_id", 726 - ] 727 - 728 - [[package]] 729 - name = "clipboard_wayland" 730 - version = "0.2.2" 731 - source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9" 732 - dependencies = [ 733 - "dnd", 734 - "mime 0.1.0", 735 - "smithay-clipboard", 736 - ] 737 - 738 - [[package]] 739 - name = "clipboard_x11" 740 - version = "0.4.2" 741 - source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9" 742 - dependencies = [ 743 - "thiserror", 744 - "x11rb", 745 - ] 746 - 747 - [[package]] 748 - name = "cocoa" 749 - version = "0.25.0" 750 - source = "registry+https://github.com/rust-lang/crates.io-index" 751 - checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" 752 - dependencies = [ 753 - "bitflags 1.3.2", 754 - "block", 755 - "cocoa-foundation", 756 - "core-foundation", 757 - "core-graphics", 758 - "foreign-types", 759 - "libc", 760 - "objc", 761 - ] 762 - 763 - [[package]] 764 - name = "cocoa-foundation" 765 - version = "0.1.2" 766 - source = "registry+https://github.com/rust-lang/crates.io-index" 767 - checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 768 - dependencies = [ 769 - "bitflags 1.3.2", 770 - "block", 771 - "core-foundation", 772 - "core-graphics-types", 773 - "libc", 774 - "objc", 775 - ] 776 - 777 - [[package]] 778 - name = "codespan-reporting" 779 - version = "0.11.1" 780 - source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 782 - dependencies = [ 783 - "termcolor", 784 - "unicode-width", 785 - ] 786 - 787 - [[package]] 788 - name = "color_quant" 789 - version = "1.1.0" 790 - source = "registry+https://github.com/rust-lang/crates.io-index" 791 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 792 - 793 - [[package]] 794 - name = "com" 795 - version = "0.6.0" 796 - source = "registry+https://github.com/rust-lang/crates.io-index" 797 - checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6" 798 - dependencies = [ 799 - "com_macros", 800 - ] 801 - 802 - [[package]] 803 - name = "com_macros" 804 - version = "0.6.0" 805 - source = "registry+https://github.com/rust-lang/crates.io-index" 806 - checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5" 807 - dependencies = [ 808 - "com_macros_support", 809 - "proc-macro2", 810 - "syn 1.0.109", 811 - ] 812 - 813 - [[package]] 814 - name = "com_macros_support" 815 - version = "0.6.0" 816 - source = "registry+https://github.com/rust-lang/crates.io-index" 817 - checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c" 818 - dependencies = [ 819 - "proc-macro2", 820 - "quote", 821 - "syn 1.0.109", 822 - ] 823 - 824 - [[package]] 825 - name = "concurrent-queue" 826 - version = "2.5.0" 827 - source = "registry+https://github.com/rust-lang/crates.io-index" 828 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 829 - dependencies = [ 830 - "crossbeam-utils", 831 - ] 832 - 833 - [[package]] 834 - name = "const-random" 835 - version = "0.1.18" 836 - source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 838 - dependencies = [ 839 - "const-random-macro", 840 - ] 841 - 842 - [[package]] 843 - name = "const-random-macro" 844 - version = "0.1.16" 845 - source = "registry+https://github.com/rust-lang/crates.io-index" 846 - checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 847 - dependencies = [ 848 - "getrandom", 849 - "once_cell", 850 - "tiny-keccak", 851 - ] 852 - 853 - [[package]] 854 - name = "core-foundation" 855 - version = "0.9.4" 856 - source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 858 - dependencies = [ 859 - "core-foundation-sys", 860 - "libc", 861 - ] 862 - 863 - [[package]] 864 - name = "core-foundation-sys" 865 - version = "0.8.6" 866 - source = "registry+https://github.com/rust-lang/crates.io-index" 867 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 868 - 869 - [[package]] 870 - name = "core-graphics" 871 - version = "0.23.2" 872 - source = "registry+https://github.com/rust-lang/crates.io-index" 873 - checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 874 - dependencies = [ 875 - "bitflags 1.3.2", 876 - "core-foundation", 877 - "core-graphics-types", 878 - "foreign-types", 879 - "libc", 880 - ] 881 - 882 - [[package]] 883 - name = "core-graphics-types" 884 - version = "0.1.3" 885 - source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 887 - dependencies = [ 888 - "bitflags 1.3.2", 889 - "core-foundation", 890 - "libc", 891 - ] 892 - 893 - [[package]] 894 - name = "core_maths" 895 - version = "0.1.0" 896 - source = "registry+https://github.com/rust-lang/crates.io-index" 897 - checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3" 898 - dependencies = [ 899 - "libm", 900 - ] 901 - 902 - [[package]] 903 - name = "cosmic-app-list" 904 - version = "0.1.0" 905 - dependencies = [ 906 - "anyhow", 907 - "cosmic-app-list-config", 908 - "cosmic-client-toolkit", 909 - "cosmic-protocols", 910 - "freedesktop-desktop-entry 0.6.2", 911 - "futures", 912 - "i18n-embed 0.14.1", 913 - "i18n-embed-fl 0.8.0", 914 - "image 0.25.1", 915 - "itertools 0.13.0", 916 - "libcosmic", 917 - "memmap2 0.9.4", 918 - "once_cell", 919 - "rand", 920 - "rust-embed 8.5.0", 921 - "rustix 0.38.34", 922 - "serde", 923 - "switcheroo-control", 924 - "tokio", 925 - "tracing", 926 - "tracing-log", 927 - "tracing-subscriber", 928 - "url", 929 - "zbus 4.3.1", 930 - ] 931 - 932 - [[package]] 933 - name = "cosmic-app-list-config" 934 - version = "0.1.0" 935 - dependencies = [ 936 - "libcosmic", 937 - "serde", 938 - ] 939 - 940 - [[package]] 941 - name = "cosmic-applet-audio" 942 - version = "0.1.1" 943 - dependencies = [ 944 - "cosmic-settings-subscriptions", 945 - "cosmic-time", 946 - "i18n-embed 0.14.1", 947 - "i18n-embed-fl 0.8.0", 948 - "libcosmic", 949 - "libpulse-binding", 950 - "mpris2-zbus", 951 - "rust-embed 8.5.0", 952 - "serde", 953 - "tokio", 954 - "tracing", 955 - "tracing-log", 956 - "tracing-subscriber", 957 - "url", 958 - "urlencoding", 959 - "zbus 4.3.1", 960 - ] 961 - 962 - [[package]] 963 - name = "cosmic-applet-battery" 964 - version = "0.1.0" 965 - dependencies = [ 966 - "cosmic-settings-subscriptions", 967 - "cosmic-time", 968 - "drm", 969 - "futures", 970 - "i18n-embed 0.14.1", 971 - "i18n-embed-fl 0.8.0", 972 - "libcosmic", 973 - "once_cell", 974 - "rust-embed 8.5.0", 975 - "tokio", 976 - "tracing", 977 - "tracing-log", 978 - "tracing-subscriber", 979 - "udev", 980 - "zbus 4.3.1", 981 - ] 982 - 983 - [[package]] 984 - name = "cosmic-applet-bluetooth" 985 - version = "0.1.0" 986 - dependencies = [ 987 - "anyhow", 988 - "bluer", 989 - "cosmic-time", 990 - "futures", 991 - "i18n-embed 0.14.1", 992 - "i18n-embed-fl 0.8.0", 993 - "libcosmic", 994 - "once_cell", 995 - "rand", 996 - "rust-embed 8.5.0", 997 - "tokio", 998 - "tracing", 999 - "tracing-log", 1000 - "tracing-subscriber", 1001 - ] 1002 - 1003 - [[package]] 1004 - name = "cosmic-applet-input-sources" 1005 - version = "0.1.0" 1006 - dependencies = [ 1007 - "cosmic-comp-config", 1008 - "cosmic-time", 1009 - "i18n-embed 0.14.1", 1010 - "i18n-embed-fl 0.8.0", 1011 - "libcosmic", 1012 - "libpulse-binding", 1013 - "once_cell", 1014 - "rust-embed 8.5.0", 1015 - "serde", 1016 - "tokio", 1017 - "tracing", 1018 - "tracing-log", 1019 - "tracing-subscriber", 1020 - "xkb-data", 1021 - ] 1022 - 1023 - [[package]] 1024 - name = "cosmic-applet-minimize" 1025 - version = "0.1.1" 1026 - dependencies = [ 1027 - "anyhow", 1028 - "i18n-embed 0.14.1", 1029 - "i18n-embed-fl 0.8.0", 1030 - "image 0.25.1", 1031 - "libcosmic", 1032 - "memmap2 0.9.4", 1033 - "once_cell", 1034 - "rust-embed 8.5.0", 1035 - "rustix 0.38.34", 1036 - "tokio", 1037 - "tracing", 1038 - "tracing-log", 1039 - "tracing-subscriber", 1040 - ] 1041 - 1042 - [[package]] 1043 - name = "cosmic-applet-network" 1044 - version = "0.1.0" 1045 - dependencies = [ 1046 - "anyhow", 1047 - "cosmic-dbus-networkmanager", 1048 - "cosmic-time", 1049 - "futures", 1050 - "futures-util", 1051 - "i18n-embed 0.14.1", 1052 - "i18n-embed-fl 0.8.0", 1053 - "itertools 0.13.0", 1054 - "libcosmic", 1055 - "rust-embed 8.5.0", 1056 - "tokio", 1057 - "tracing", 1058 - "tracing-log", 1059 - "tracing-subscriber", 1060 - "zbus 4.3.1", 1061 - ] 1062 - 1063 - [[package]] 1064 - name = "cosmic-applet-notifications" 1065 - version = "0.1.0" 1066 - dependencies = [ 1067 - "anyhow", 1068 - "bytemuck", 1069 - "cosmic-notifications-config", 1070 - "cosmic-notifications-util", 1071 - "cosmic-time", 1072 - "i18n-embed 0.13.9", 1073 - "i18n-embed-fl 0.6.7", 1074 - "libcosmic", 1075 - "ron", 1076 - "rust-embed 6.8.1", 1077 - "rust-embed-utils 7.8.1", 1078 - "sendfd", 1079 - "tokio", 1080 - "tracing", 1081 - "tracing-log", 1082 - "tracing-subscriber", 1083 - "url", 1084 - "zbus 4.3.1", 1085 - ] 1086 - 1087 - [[package]] 1088 - name = "cosmic-applet-power" 1089 - version = "0.1.0" 1090 - dependencies = [ 1091 - "i18n-embed 0.14.1", 1092 - "i18n-embed-fl 0.8.0", 1093 - "libcosmic", 1094 - "logind-zbus", 1095 - "once_cell", 1096 - "rust-embed 8.5.0", 1097 - "rustix 0.38.34", 1098 - "tracing", 1099 - "tracing-log", 1100 - "tracing-subscriber", 1101 - "zbus 4.3.1", 1102 - ] 1103 - 1104 - [[package]] 1105 - name = "cosmic-applet-status-area" 1106 - version = "0.1.0" 1107 - dependencies = [ 1108 - "futures", 1109 - "libcosmic", 1110 - "serde", 1111 - "tokio", 1112 - "tracing", 1113 - "tracing-log", 1114 - "tracing-subscriber", 1115 - "zbus 4.3.1", 1116 - ] 1117 - 1118 - [[package]] 1119 - name = "cosmic-applet-tiling" 1120 - version = "0.1.0" 1121 - dependencies = [ 1122 - "anyhow", 1123 - "cosmic-client-toolkit", 1124 - "cosmic-comp-config", 1125 - "cosmic-protocols", 1126 - "cosmic-time", 1127 - "i18n-embed 0.14.1", 1128 - "i18n-embed-fl 0.8.0", 1129 - "libcosmic", 1130 - "once_cell", 1131 - "rust-embed 8.5.0", 1132 - "tokio", 1133 - "tracing", 1134 - "tracing-log", 1135 - "tracing-subscriber", 1136 - "xkb-data", 1137 - ] 1138 - 1139 - [[package]] 1140 - name = "cosmic-applet-time" 1141 - version = "0.1.0" 1142 - dependencies = [ 1143 - "chrono", 1144 - "i18n-embed 0.14.1", 1145 - "i18n-embed-fl 0.8.0", 1146 - "icu", 1147 - "libcosmic", 1148 - "once_cell", 1149 - "rust-embed 8.5.0", 1150 - "tokio", 1151 - "tracing", 1152 - "tracing-log", 1153 - "tracing-subscriber", 1154 - ] 1155 - 1156 - [[package]] 1157 - name = "cosmic-applet-workspaces" 1158 - version = "0.1.1" 1159 - dependencies = [ 1160 - "anyhow", 1161 - "cosmic-client-toolkit", 1162 - "cosmic-protocols", 1163 - "futures", 1164 - "i18n-embed 0.14.1", 1165 - "i18n-embed-fl 0.8.0", 1166 - "libcosmic", 1167 - "once_cell", 1168 - "rust-embed 8.5.0", 1169 - "tokio", 1170 - "tracing", 1171 - "tracing-log", 1172 - "tracing-subscriber", 1173 - ] 1174 - 1175 - [[package]] 1176 - name = "cosmic-applets" 1177 - version = "0.1.1" 1178 - dependencies = [ 1179 - "cosmic-app-list", 1180 - "cosmic-applet-audio", 1181 - "cosmic-applet-battery", 1182 - "cosmic-applet-bluetooth", 1183 - "cosmic-applet-input-sources", 1184 - "cosmic-applet-minimize", 1185 - "cosmic-applet-network", 1186 - "cosmic-applet-notifications", 1187 - "cosmic-applet-power", 1188 - "cosmic-applet-status-area", 1189 - "cosmic-applet-tiling", 1190 - "cosmic-applet-time", 1191 - "cosmic-applet-workspaces", 1192 - "libcosmic", 1193 - "tracing", 1194 - "tracing-log", 1195 - "tracing-subscriber", 1196 - ] 1197 - 1198 - [[package]] 1199 - name = "cosmic-client-toolkit" 1200 - version = "0.1.0" 1201 - source = "git+https://github.com/pop-os/cosmic-protocols?rev=c8d3a1c#c8d3a1c3d40d16235f4720969a54ed570ec7a976" 1202 - dependencies = [ 1203 - "cosmic-protocols", 1204 - "libc", 1205 - "smithay-client-toolkit", 1206 - "wayland-client", 1207 - ] 1208 - 1209 - [[package]] 1210 - name = "cosmic-comp-config" 1211 - version = "0.1.0" 1212 - source = "git+https://github.com/pop-os/cosmic-comp.git?rev=5eb5af4#5eb5af46756f2f2bc5e812cf68fe4c4b79efd924" 1213 - dependencies = [ 1214 - "cosmic-config", 1215 - "input", 1216 - "serde", 1217 - ] 1218 - 1219 - [[package]] 1220 - name = "cosmic-config" 1221 - version = "0.1.0" 1222 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 1223 - dependencies = [ 1224 - "atomicwrites", 1225 - "cosmic-config-derive", 1226 - "cosmic-settings-daemon", 1227 - "dirs 5.0.1", 1228 - "futures-util", 1229 - "iced_futures", 1230 - "known-folders", 1231 - "notify", 1232 - "once_cell", 1233 - "ron", 1234 - "serde", 1235 - "tokio", 1236 - "tracing", 1237 - "xdg", 1238 - "zbus 4.3.1", 1239 - ] 1240 - 1241 - [[package]] 1242 - name = "cosmic-config-derive" 1243 - version = "0.1.0" 1244 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 1245 - dependencies = [ 1246 - "quote", 1247 - "syn 1.0.109", 1248 - ] 1249 - 1250 - [[package]] 1251 - name = "cosmic-dbus-networkmanager" 1252 - version = "0.1.0" 1253 - source = "git+https://github.com/pop-os/dbus-settings-bindings#cd21ddcb1b5cbfc80ab84b34d3c8b1ff3d81179a" 1254 - dependencies = [ 1255 - "bitflags 2.6.0", 1256 - "derive_builder", 1257 - "procfs", 1258 - "thiserror", 1259 - "time", 1260 - "zbus 4.3.1", 1261 - "zvariant 4.1.2", 1262 - ] 1263 - 1264 - [[package]] 1265 - name = "cosmic-notifications-config" 1266 - version = "0.1.0" 1267 - source = "git+https://github.com/pop-os/cosmic-notifications#2caf2fb640e3601fac4dee1ae5c0121f75adcb51" 1268 - dependencies = [ 1269 - "cosmic-config", 1270 - "serde", 1271 - ] 1272 - 1273 - [[package]] 1274 - name = "cosmic-notifications-util" 1275 - version = "0.1.0" 1276 - source = "git+https://github.com/pop-os/cosmic-notifications#2caf2fb640e3601fac4dee1ae5c0121f75adcb51" 1277 - dependencies = [ 1278 - "bytemuck", 1279 - "fast_image_resize", 1280 - "serde", 1281 - "tracing", 1282 - "url", 1283 - "zbus 4.3.1", 1284 - ] 1285 - 1286 - [[package]] 1287 - name = "cosmic-panel-button" 1288 - version = "0.1.0" 1289 - dependencies = [ 1290 - "cosmic-config", 1291 - "freedesktop-desktop-entry 0.6.2", 1292 - "libcosmic", 1293 - "serde", 1294 - "tracing", 1295 - "tracing-log", 1296 - "tracing-subscriber", 1297 - ] 1298 - 1299 - [[package]] 1300 - name = "cosmic-panel-config" 1301 - version = "0.1.0" 1302 - source = "git+https://github.com/pop-os/cosmic-panel#d5fc4ddef106bf2bdaf983028f78b9d8e432b3ae" 1303 - dependencies = [ 1304 - "anyhow", 1305 - "cosmic-config", 1306 - "ron", 1307 - "serde", 1308 - "smithay-client-toolkit", 1309 - "tracing", 1310 - "wayland-protocols-wlr", 1311 - "xdg-shell-wrapper-config", 1312 - ] 1313 - 1314 - [[package]] 1315 - name = "cosmic-protocols" 1316 - version = "0.1.0" 1317 - source = "git+https://github.com/pop-os/cosmic-protocols?rev=c8d3a1c#c8d3a1c3d40d16235f4720969a54ed570ec7a976" 1318 - dependencies = [ 1319 - "bitflags 2.6.0", 1320 - "wayland-backend", 1321 - "wayland-client", 1322 - "wayland-protocols", 1323 - "wayland-protocols-wlr", 1324 - "wayland-scanner", 1325 - "wayland-server", 1326 - ] 1327 - 1328 - [[package]] 1329 - name = "cosmic-settings-daemon" 1330 - version = "0.1.0" 1331 - source = "git+https://github.com/pop-os/dbus-settings-bindings#cd21ddcb1b5cbfc80ab84b34d3c8b1ff3d81179a" 1332 - dependencies = [ 1333 - "zbus 4.3.1", 1334 - ] 1335 - 1336 - [[package]] 1337 - name = "cosmic-settings-subscriptions" 1338 - version = "0.1.0" 1339 - source = "git+https://github.com/pop-os/cosmic-settings-subscriptions#c19240ad2c9f11ef5cec8ed8c70255c3dc9ae8d4" 1340 - dependencies = [ 1341 - "futures", 1342 - "iced_futures", 1343 - "libpulse-binding", 1344 - "log", 1345 - "rustix 0.38.34", 1346 - "tokio", 1347 - "tokio-stream", 1348 - "upower_dbus", 1349 - "zbus 4.3.1", 1350 - ] 1351 - 1352 - [[package]] 1353 - name = "cosmic-text" 1354 - version = "0.12.1" 1355 - source = "git+https://github.com/pop-os/cosmic-text.git#58c2ccd1fb3daf0abc792f9dd52b5766b7125ccd" 1356 - dependencies = [ 1357 - "bitflags 2.6.0", 1358 - "fontdb", 1359 - "log", 1360 - "rangemap", 1361 - "rayon", 1362 - "rustc-hash", 1363 - "rustybuzz 0.14.1", 1364 - "self_cell 1.0.4", 1365 - "swash", 1366 - "sys-locale", 1367 - "ttf-parser 0.21.1", 1368 - "unicode-bidi", 1369 - "unicode-linebreak", 1370 - "unicode-script", 1371 - "unicode-segmentation", 1372 - ] 1373 - 1374 - [[package]] 1375 - name = "cosmic-theme" 1376 - version = "0.1.0" 1377 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 1378 - dependencies = [ 1379 - "almost", 1380 - "cosmic-config", 1381 - "csscolorparser", 1382 - "dirs 5.0.1", 1383 - "lazy_static", 1384 - "palette", 1385 - "ron", 1386 - "serde", 1387 - "serde_json", 1388 - "thiserror", 1389 - ] 1390 - 1391 - [[package]] 1392 - name = "cosmic-time" 1393 - version = "0.4.0" 1394 - source = "git+https://github.com/pop-os/cosmic-time#dd973b3ced4b6cf784c78a1c36f1526dfbfbfa19" 1395 - dependencies = [ 1396 - "float-cmp", 1397 - "libcosmic", 1398 - "once_cell", 1399 - ] 1400 - 1401 - [[package]] 1402 - name = "cpufeatures" 1403 - version = "0.2.12" 1404 - source = "registry+https://github.com/rust-lang/crates.io-index" 1405 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 1406 - dependencies = [ 1407 - "libc", 1408 - ] 1409 - 1410 - [[package]] 1411 - name = "crc32fast" 1412 - version = "1.4.2" 1413 - source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 1415 - dependencies = [ 1416 - "cfg-if", 1417 - ] 1418 - 1419 - [[package]] 1420 - name = "crossbeam-channel" 1421 - version = "0.5.13" 1422 - source = "registry+https://github.com/rust-lang/crates.io-index" 1423 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 1424 - dependencies = [ 1425 - "crossbeam-utils", 1426 - ] 1427 - 1428 - [[package]] 1429 - name = "crossbeam-deque" 1430 - version = "0.8.5" 1431 - source = "registry+https://github.com/rust-lang/crates.io-index" 1432 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1433 - dependencies = [ 1434 - "crossbeam-epoch", 1435 - "crossbeam-utils", 1436 - ] 1437 - 1438 - [[package]] 1439 - name = "crossbeam-epoch" 1440 - version = "0.9.18" 1441 - source = "registry+https://github.com/rust-lang/crates.io-index" 1442 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1443 - dependencies = [ 1444 - "crossbeam-utils", 1445 - ] 1446 - 1447 - [[package]] 1448 - name = "crossbeam-utils" 1449 - version = "0.8.20" 1450 - source = "registry+https://github.com/rust-lang/crates.io-index" 1451 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1452 - 1453 - [[package]] 1454 - name = "crunchy" 1455 - version = "0.2.2" 1456 - source = "registry+https://github.com/rust-lang/crates.io-index" 1457 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1458 - 1459 - [[package]] 1460 - name = "crypto-common" 1461 - version = "0.1.6" 1462 - source = "registry+https://github.com/rust-lang/crates.io-index" 1463 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1464 - dependencies = [ 1465 - "generic-array", 1466 - "typenum", 1467 - ] 1468 - 1469 - [[package]] 1470 - name = "css-color" 1471 - version = "0.2.8" 1472 - source = "registry+https://github.com/rust-lang/crates.io-index" 1473 - checksum = "42aaeae719fd78ce501d77c6cdf01f7e96f26bcd5617a4903a1c2b97e388543a" 1474 - 1475 - [[package]] 1476 - name = "csscolorparser" 1477 - version = "0.6.2" 1478 - source = "registry+https://github.com/rust-lang/crates.io-index" 1479 - checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf" 1480 - dependencies = [ 1481 - "phf", 1482 - "serde", 1483 - ] 1484 - 1485 - [[package]] 1486 - name = "ctor-lite" 1487 - version = "0.1.0" 1488 - source = "registry+https://github.com/rust-lang/crates.io-index" 1489 - checksum = "1f791803201ab277ace03903de1594460708d2d54df6053f2d9e82f592b19e3b" 1490 - 1491 - [[package]] 1492 - name = "cursor-icon" 1493 - version = "1.1.0" 1494 - source = "registry+https://github.com/rust-lang/crates.io-index" 1495 - checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" 1496 - 1497 - [[package]] 1498 - name = "custom_debug" 1499 - version = "0.6.1" 1500 - source = "registry+https://github.com/rust-lang/crates.io-index" 1501 - checksum = "14e715bf0e503e909c7076c052e39dd215202e8edeb32f1c194fd630c314d256" 1502 - dependencies = [ 1503 - "custom_debug_derive", 1504 - ] 1505 - 1506 - [[package]] 1507 - name = "custom_debug_derive" 1508 - version = "0.6.1" 1509 - source = "registry+https://github.com/rust-lang/crates.io-index" 1510 - checksum = "f731440b39c73910e253cb465ec1fac97732b3c7af215639881ec0c2a38f4f69" 1511 - dependencies = [ 1512 - "darling 0.20.10", 1513 - "itertools 0.12.1", 1514 - "proc-macro2", 1515 - "quote", 1516 - "syn 2.0.71", 1517 - "synstructure", 1518 - ] 1519 - 1520 - [[package]] 1521 - name = "d3d12" 1522 - version = "0.19.0" 1523 - source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 1524 - dependencies = [ 1525 - "bitflags 2.6.0", 1526 - "libloading 0.8.4", 1527 - "winapi", 1528 - ] 1529 - 1530 - [[package]] 1531 - name = "darling" 1532 - version = "0.14.4" 1533 - source = "registry+https://github.com/rust-lang/crates.io-index" 1534 - checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 1535 - dependencies = [ 1536 - "darling_core 0.14.4", 1537 - "darling_macro 0.14.4", 1538 - ] 1539 - 1540 - [[package]] 1541 - name = "darling" 1542 - version = "0.20.10" 1543 - source = "registry+https://github.com/rust-lang/crates.io-index" 1544 - checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 1545 - dependencies = [ 1546 - "darling_core 0.20.10", 1547 - "darling_macro 0.20.10", 1548 - ] 1549 - 1550 - [[package]] 1551 - name = "darling_core" 1552 - version = "0.14.4" 1553 - source = "registry+https://github.com/rust-lang/crates.io-index" 1554 - checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 1555 - dependencies = [ 1556 - "fnv", 1557 - "ident_case", 1558 - "proc-macro2", 1559 - "quote", 1560 - "strsim 0.10.0", 1561 - "syn 1.0.109", 1562 - ] 1563 - 1564 - [[package]] 1565 - name = "darling_core" 1566 - version = "0.20.10" 1567 - source = "registry+https://github.com/rust-lang/crates.io-index" 1568 - checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 1569 - dependencies = [ 1570 - "fnv", 1571 - "ident_case", 1572 - "proc-macro2", 1573 - "quote", 1574 - "strsim 0.11.1", 1575 - "syn 2.0.71", 1576 - ] 1577 - 1578 - [[package]] 1579 - name = "darling_macro" 1580 - version = "0.14.4" 1581 - source = "registry+https://github.com/rust-lang/crates.io-index" 1582 - checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 1583 - dependencies = [ 1584 - "darling_core 0.14.4", 1585 - "quote", 1586 - "syn 1.0.109", 1587 - ] 1588 - 1589 - [[package]] 1590 - name = "darling_macro" 1591 - version = "0.20.10" 1592 - source = "registry+https://github.com/rust-lang/crates.io-index" 1593 - checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 1594 - dependencies = [ 1595 - "darling_core 0.20.10", 1596 - "quote", 1597 - "syn 2.0.71", 1598 - ] 1599 - 1600 - [[package]] 1601 - name = "dashmap" 1602 - version = "5.5.3" 1603 - source = "registry+https://github.com/rust-lang/crates.io-index" 1604 - checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1605 - dependencies = [ 1606 - "cfg-if", 1607 - "hashbrown", 1608 - "lock_api", 1609 - "once_cell", 1610 - "parking_lot_core 0.9.10", 1611 - ] 1612 - 1613 - [[package]] 1614 - name = "data-url" 1615 - version = "0.3.1" 1616 - source = "registry+https://github.com/rust-lang/crates.io-index" 1617 - checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 1618 - 1619 - [[package]] 1620 - name = "dbus" 1621 - version = "0.9.7" 1622 - source = "registry+https://github.com/rust-lang/crates.io-index" 1623 - checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" 1624 - dependencies = [ 1625 - "futures-channel", 1626 - "futures-util", 1627 - "libc", 1628 - "libdbus-sys", 1629 - "winapi", 1630 - ] 1631 - 1632 - [[package]] 1633 - name = "dbus-crossroads" 1634 - version = "0.5.2" 1635 - source = "registry+https://github.com/rust-lang/crates.io-index" 1636 - checksum = "3a4c83437187544ba5142427746835061b330446ca8902eabd70e4afb8f76de0" 1637 - dependencies = [ 1638 - "dbus", 1639 - ] 1640 - 1641 - [[package]] 1642 - name = "dbus-tokio" 1643 - version = "0.7.6" 1644 - source = "registry+https://github.com/rust-lang/crates.io-index" 1645 - checksum = "007688d459bc677131c063a3a77fb899526e17b7980f390b69644bdbc41fad13" 1646 - dependencies = [ 1647 - "dbus", 1648 - "libc", 1649 - "tokio", 1650 - ] 1651 - 1652 - [[package]] 1653 - name = "deranged" 1654 - version = "0.3.11" 1655 - source = "registry+https://github.com/rust-lang/crates.io-index" 1656 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1657 - dependencies = [ 1658 - "powerfmt", 1659 - ] 1660 - 1661 - [[package]] 1662 - name = "derivative" 1663 - version = "2.2.0" 1664 - source = "registry+https://github.com/rust-lang/crates.io-index" 1665 - checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 1666 - dependencies = [ 1667 - "proc-macro2", 1668 - "quote", 1669 - "syn 1.0.109", 1670 - ] 1671 - 1672 - [[package]] 1673 - name = "derive_builder" 1674 - version = "0.12.0" 1675 - source = "registry+https://github.com/rust-lang/crates.io-index" 1676 - checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" 1677 - dependencies = [ 1678 - "derive_builder_macro", 1679 - ] 1680 - 1681 - [[package]] 1682 - name = "derive_builder_core" 1683 - version = "0.12.0" 1684 - source = "registry+https://github.com/rust-lang/crates.io-index" 1685 - checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" 1686 - dependencies = [ 1687 - "darling 0.14.4", 1688 - "proc-macro2", 1689 - "quote", 1690 - "syn 1.0.109", 1691 - ] 1692 - 1693 - [[package]] 1694 - name = "derive_builder_macro" 1695 - version = "0.12.0" 1696 - source = "registry+https://github.com/rust-lang/crates.io-index" 1697 - checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" 1698 - dependencies = [ 1699 - "derive_builder_core", 1700 - "syn 1.0.109", 1701 - ] 1702 - 1703 - [[package]] 1704 - name = "derive_setters" 1705 - version = "0.1.6" 1706 - source = "registry+https://github.com/rust-lang/crates.io-index" 1707 - checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" 1708 - dependencies = [ 1709 - "darling 0.20.10", 1710 - "proc-macro2", 1711 - "quote", 1712 - "syn 2.0.71", 1713 - ] 1714 - 1715 - [[package]] 1716 - name = "digest" 1717 - version = "0.10.7" 1718 - source = "registry+https://github.com/rust-lang/crates.io-index" 1719 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1720 - dependencies = [ 1721 - "block-buffer", 1722 - "crypto-common", 1723 - ] 1724 - 1725 - [[package]] 1726 - name = "dirs" 1727 - version = "3.0.2" 1728 - source = "registry+https://github.com/rust-lang/crates.io-index" 1729 - checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" 1730 - dependencies = [ 1731 - "dirs-sys 0.3.7", 1732 - ] 1733 - 1734 - [[package]] 1735 - name = "dirs" 1736 - version = "5.0.1" 1737 - source = "registry+https://github.com/rust-lang/crates.io-index" 1738 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1739 - dependencies = [ 1740 - "dirs-sys 0.4.1", 1741 - ] 1742 - 1743 - [[package]] 1744 - name = "dirs-sys" 1745 - version = "0.3.7" 1746 - source = "registry+https://github.com/rust-lang/crates.io-index" 1747 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1748 - dependencies = [ 1749 - "libc", 1750 - "redox_users", 1751 - "winapi", 1752 - ] 1753 - 1754 - [[package]] 1755 - name = "dirs-sys" 1756 - version = "0.4.1" 1757 - source = "registry+https://github.com/rust-lang/crates.io-index" 1758 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1759 - dependencies = [ 1760 - "libc", 1761 - "option-ext", 1762 - "redox_users", 1763 - "windows-sys 0.48.0", 1764 - ] 1765 - 1766 - [[package]] 1767 - name = "dispatch" 1768 - version = "0.2.0" 1769 - source = "registry+https://github.com/rust-lang/crates.io-index" 1770 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1771 - 1772 - [[package]] 1773 - name = "displaydoc" 1774 - version = "0.2.5" 1775 - source = "registry+https://github.com/rust-lang/crates.io-index" 1776 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1777 - dependencies = [ 1778 - "proc-macro2", 1779 - "quote", 1780 - "syn 2.0.71", 1781 - ] 1782 - 1783 - [[package]] 1784 - name = "dlib" 1785 - version = "0.5.2" 1786 - source = "registry+https://github.com/rust-lang/crates.io-index" 1787 - checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1788 - dependencies = [ 1789 - "libloading 0.8.4", 1790 - ] 1791 - 1792 - [[package]] 1793 - name = "dlv-list" 1794 - version = "0.5.2" 1795 - source = "registry+https://github.com/rust-lang/crates.io-index" 1796 - checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" 1797 - dependencies = [ 1798 - "const-random", 1799 - ] 1800 - 1801 - [[package]] 1802 - name = "dnd" 1803 - version = "0.1.0" 1804 - source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9" 1805 - dependencies = [ 1806 - "bitflags 2.6.0", 1807 - "mime 0.1.0", 1808 - "raw-window-handle", 1809 - "smithay-client-toolkit", 1810 - "smithay-clipboard", 1811 - ] 1812 - 1813 - [[package]] 1814 - name = "downcast-rs" 1815 - version = "1.2.1" 1816 - source = "registry+https://github.com/rust-lang/crates.io-index" 1817 - checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1818 - 1819 - [[package]] 1820 - name = "drm" 1821 - version = "0.11.1" 1822 - source = "registry+https://github.com/rust-lang/crates.io-index" 1823 - checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde" 1824 - dependencies = [ 1825 - "bitflags 2.6.0", 1826 - "bytemuck", 1827 - "drm-ffi", 1828 - "drm-fourcc", 1829 - "rustix 0.38.34", 1830 - ] 1831 - 1832 - [[package]] 1833 - name = "drm-ffi" 1834 - version = "0.7.1" 1835 - source = "registry+https://github.com/rust-lang/crates.io-index" 1836 - checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6" 1837 - dependencies = [ 1838 - "drm-sys", 1839 - "rustix 0.38.34", 1840 - ] 1841 - 1842 - [[package]] 1843 - name = "drm-fourcc" 1844 - version = "2.2.0" 1845 - source = "registry+https://github.com/rust-lang/crates.io-index" 1846 - checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4" 1847 - 1848 - [[package]] 1849 - name = "drm-sys" 1850 - version = "0.6.1" 1851 - source = "registry+https://github.com/rust-lang/crates.io-index" 1852 - checksum = "2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176" 1853 - dependencies = [ 1854 - "libc", 1855 - "linux-raw-sys 0.6.4", 1856 - ] 1857 - 1858 - [[package]] 1859 - name = "either" 1860 - version = "1.13.0" 1861 - source = "registry+https://github.com/rust-lang/crates.io-index" 1862 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1863 - 1864 - [[package]] 1865 - name = "endi" 1866 - version = "1.1.0" 1867 - source = "registry+https://github.com/rust-lang/crates.io-index" 1868 - checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 1869 - 1870 - [[package]] 1871 - name = "enum-repr" 1872 - version = "0.2.6" 1873 - source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "bad30c9c0fa1aaf1ae5010dab11f1117b15d35faf62cda4bbbc53b9987950f18" 1875 - dependencies = [ 1876 - "proc-macro2", 1877 - "quote", 1878 - "syn 1.0.109", 1879 - ] 1880 - 1881 - [[package]] 1882 - name = "enumflags2" 1883 - version = "0.7.10" 1884 - source = "registry+https://github.com/rust-lang/crates.io-index" 1885 - checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" 1886 - dependencies = [ 1887 - "enumflags2_derive", 1888 - "serde", 1889 - ] 1890 - 1891 - [[package]] 1892 - name = "enumflags2_derive" 1893 - version = "0.7.10" 1894 - source = "registry+https://github.com/rust-lang/crates.io-index" 1895 - checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" 1896 - dependencies = [ 1897 - "proc-macro2", 1898 - "quote", 1899 - "syn 2.0.71", 1900 - ] 1901 - 1902 - [[package]] 1903 - name = "equivalent" 1904 - version = "1.0.1" 1905 - source = "registry+https://github.com/rust-lang/crates.io-index" 1906 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1907 - 1908 - [[package]] 1909 - name = "errno" 1910 - version = "0.3.9" 1911 - source = "registry+https://github.com/rust-lang/crates.io-index" 1912 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1913 - dependencies = [ 1914 - "libc", 1915 - "windows-sys 0.52.0", 1916 - ] 1917 - 1918 - [[package]] 1919 - name = "error-code" 1920 - version = "3.2.0" 1921 - source = "registry+https://github.com/rust-lang/crates.io-index" 1922 - checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b" 1923 - 1924 - [[package]] 1925 - name = "etagere" 1926 - version = "0.2.13" 1927 - source = "registry+https://github.com/rust-lang/crates.io-index" 1928 - checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495" 1929 - dependencies = [ 1930 - "euclid", 1931 - "svg_fmt", 1932 - ] 1933 - 1934 - [[package]] 1935 - name = "euclid" 1936 - version = "0.22.10" 1937 - source = "registry+https://github.com/rust-lang/crates.io-index" 1938 - checksum = "e0f0eb73b934648cd7a4a61f1b15391cd95dab0b4da6e2e66c2a072c144b4a20" 1939 - dependencies = [ 1940 - "num-traits", 1941 - ] 1942 - 1943 - [[package]] 1944 - name = "event-listener" 1945 - version = "2.5.3" 1946 - source = "registry+https://github.com/rust-lang/crates.io-index" 1947 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1948 - 1949 - [[package]] 1950 - name = "event-listener" 1951 - version = "3.1.0" 1952 - source = "registry+https://github.com/rust-lang/crates.io-index" 1953 - checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" 1954 - dependencies = [ 1955 - "concurrent-queue", 1956 - "parking", 1957 - "pin-project-lite", 1958 - ] 1959 - 1960 - [[package]] 1961 - name = "event-listener" 1962 - version = "5.3.1" 1963 - source = "registry+https://github.com/rust-lang/crates.io-index" 1964 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 1965 - dependencies = [ 1966 - "concurrent-queue", 1967 - "parking", 1968 - "pin-project-lite", 1969 - ] 1970 - 1971 - [[package]] 1972 - name = "event-listener-strategy" 1973 - version = "0.5.2" 1974 - source = "registry+https://github.com/rust-lang/crates.io-index" 1975 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1976 - dependencies = [ 1977 - "event-listener 5.3.1", 1978 - "pin-project-lite", 1979 - ] 1980 - 1981 - [[package]] 1982 - name = "exr" 1983 - version = "1.72.0" 1984 - source = "registry+https://github.com/rust-lang/crates.io-index" 1985 - checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4" 1986 - dependencies = [ 1987 - "bit_field", 1988 - "flume", 1989 - "half", 1990 - "lebe", 1991 - "miniz_oxide", 1992 - "rayon-core", 1993 - "smallvec", 1994 - "zune-inflate", 1995 - ] 1996 - 1997 - [[package]] 1998 - name = "fast-srgb8" 1999 - version = "1.0.0" 2000 - source = "registry+https://github.com/rust-lang/crates.io-index" 2001 - checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" 2002 - 2003 - [[package]] 2004 - name = "fast_image_resize" 2005 - version = "2.7.3" 2006 - source = "registry+https://github.com/rust-lang/crates.io-index" 2007 - checksum = "cc789a40040e11bbe4ba31ca319406805a12fe3f8d71314bbc4bd076602ad55a" 2008 - dependencies = [ 2009 - "num-traits", 2010 - "thiserror", 2011 - ] 2012 - 2013 - [[package]] 2014 - name = "fastrand" 2015 - version = "1.9.0" 2016 - source = "registry+https://github.com/rust-lang/crates.io-index" 2017 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 2018 - dependencies = [ 2019 - "instant", 2020 - ] 2021 - 2022 - [[package]] 2023 - name = "fastrand" 2024 - version = "2.1.0" 2025 - source = "registry+https://github.com/rust-lang/crates.io-index" 2026 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 2027 - 2028 - [[package]] 2029 - name = "fdeflate" 2030 - version = "0.3.4" 2031 - source = "registry+https://github.com/rust-lang/crates.io-index" 2032 - checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 2033 - dependencies = [ 2034 - "simd-adler32", 2035 - ] 2036 - 2037 - [[package]] 2038 - name = "filetime" 2039 - version = "0.2.23" 2040 - source = "registry+https://github.com/rust-lang/crates.io-index" 2041 - checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 2042 - dependencies = [ 2043 - "cfg-if", 2044 - "libc", 2045 - "redox_syscall 0.4.1", 2046 - "windows-sys 0.52.0", 2047 - ] 2048 - 2049 - [[package]] 2050 - name = "find-crate" 2051 - version = "0.6.3" 2052 - source = "registry+https://github.com/rust-lang/crates.io-index" 2053 - checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2" 2054 - dependencies = [ 2055 - "toml 0.5.11", 2056 - ] 2057 - 2058 - [[package]] 2059 - name = "fixed_decimal" 2060 - version = "0.5.6" 2061 - source = "registry+https://github.com/rust-lang/crates.io-index" 2062 - checksum = "0febbeb1118a9ecdee6e4520ead6b54882e843dd0592ad233247dbee84c53db8" 2063 - dependencies = [ 2064 - "displaydoc", 2065 - "smallvec", 2066 - "writeable", 2067 - ] 2068 - 2069 - [[package]] 2070 - name = "flate2" 2071 - version = "1.0.30" 2072 - source = "registry+https://github.com/rust-lang/crates.io-index" 2073 - checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 2074 - dependencies = [ 2075 - "crc32fast", 2076 - "miniz_oxide", 2077 - ] 2078 - 2079 - [[package]] 2080 - name = "float-cmp" 2081 - version = "0.9.0" 2082 - source = "registry+https://github.com/rust-lang/crates.io-index" 2083 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 2084 - dependencies = [ 2085 - "num-traits", 2086 - ] 2087 - 2088 - [[package]] 2089 - name = "float_next_after" 2090 - version = "1.0.0" 2091 - source = "registry+https://github.com/rust-lang/crates.io-index" 2092 - checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8" 2093 - 2094 - [[package]] 2095 - name = "fluent" 2096 - version = "0.16.1" 2097 - source = "registry+https://github.com/rust-lang/crates.io-index" 2098 - checksum = "bb74634707bebd0ce645a981148e8fb8c7bccd4c33c652aeffd28bf2f96d555a" 2099 - dependencies = [ 2100 - "fluent-bundle", 2101 - "unic-langid", 2102 - ] 2103 - 2104 - [[package]] 2105 - name = "fluent-bundle" 2106 - version = "0.15.3" 2107 - source = "registry+https://github.com/rust-lang/crates.io-index" 2108 - checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493" 2109 - dependencies = [ 2110 - "fluent-langneg", 2111 - "fluent-syntax", 2112 - "intl-memoizer", 2113 - "intl_pluralrules", 2114 - "rustc-hash", 2115 - "self_cell 0.10.3", 2116 - "smallvec", 2117 - "unic-langid", 2118 - ] 2119 - 2120 - [[package]] 2121 - name = "fluent-langneg" 2122 - version = "0.13.0" 2123 - source = "registry+https://github.com/rust-lang/crates.io-index" 2124 - checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" 2125 - dependencies = [ 2126 - "unic-langid", 2127 - ] 2128 - 2129 - [[package]] 2130 - name = "fluent-syntax" 2131 - version = "0.11.1" 2132 - source = "registry+https://github.com/rust-lang/crates.io-index" 2133 - checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" 2134 - dependencies = [ 2135 - "thiserror", 2136 - ] 2137 - 2138 - [[package]] 2139 - name = "flume" 2140 - version = "0.11.0" 2141 - source = "registry+https://github.com/rust-lang/crates.io-index" 2142 - checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 2143 - dependencies = [ 2144 - "spin", 2145 - ] 2146 - 2147 - [[package]] 2148 - name = "fnv" 2149 - version = "1.0.7" 2150 - source = "registry+https://github.com/rust-lang/crates.io-index" 2151 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 2152 - 2153 - [[package]] 2154 - name = "font-types" 2155 - version = "0.5.5" 2156 - source = "registry+https://github.com/rust-lang/crates.io-index" 2157 - checksum = "34fd7136aca682873d859ef34494ab1a7d3f57ecd485ed40eb6437ee8c85aa29" 2158 - dependencies = [ 2159 - "bytemuck", 2160 - ] 2161 - 2162 - [[package]] 2163 - name = "fontconfig-parser" 2164 - version = "0.5.6" 2165 - source = "registry+https://github.com/rust-lang/crates.io-index" 2166 - checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d" 2167 - dependencies = [ 2168 - "roxmltree", 2169 - ] 2170 - 2171 - [[package]] 2172 - name = "fontdb" 2173 - version = "0.16.2" 2174 - source = "registry+https://github.com/rust-lang/crates.io-index" 2175 - checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3" 2176 - dependencies = [ 2177 - "fontconfig-parser", 2178 - "log", 2179 - "memmap2 0.9.4", 2180 - "slotmap", 2181 - "tinyvec", 2182 - "ttf-parser 0.20.0", 2183 - ] 2184 - 2185 - [[package]] 2186 - name = "foreign-types" 2187 - version = "0.5.0" 2188 - source = "registry+https://github.com/rust-lang/crates.io-index" 2189 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 2190 - dependencies = [ 2191 - "foreign-types-macros", 2192 - "foreign-types-shared", 2193 - ] 2194 - 2195 - [[package]] 2196 - name = "foreign-types-macros" 2197 - version = "0.2.3" 2198 - source = "registry+https://github.com/rust-lang/crates.io-index" 2199 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 2200 - dependencies = [ 2201 - "proc-macro2", 2202 - "quote", 2203 - "syn 2.0.71", 2204 - ] 2205 - 2206 - [[package]] 2207 - name = "foreign-types-shared" 2208 - version = "0.3.1" 2209 - source = "registry+https://github.com/rust-lang/crates.io-index" 2210 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 2211 - 2212 - [[package]] 2213 - name = "form_urlencoded" 2214 - version = "1.2.1" 2215 - source = "registry+https://github.com/rust-lang/crates.io-index" 2216 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 2217 - dependencies = [ 2218 - "percent-encoding", 2219 - ] 2220 - 2221 - [[package]] 2222 - name = "fraction" 2223 - version = "0.15.3" 2224 - source = "registry+https://github.com/rust-lang/crates.io-index" 2225 - checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7" 2226 - dependencies = [ 2227 - "lazy_static", 2228 - "num", 2229 - ] 2230 - 2231 - [[package]] 2232 - name = "freedesktop-desktop-entry" 2233 - version = "0.5.2" 2234 - source = "registry+https://github.com/rust-lang/crates.io-index" 2235 - checksum = "c201444ddafb5506fe85265b48421664ff4617e3b7090ef99e42a0070c1aead0" 2236 - dependencies = [ 2237 - "dirs 3.0.2", 2238 - "gettext-rs", 2239 - "memchr", 2240 - "thiserror", 2241 - "xdg", 2242 - ] 2243 - 2244 - [[package]] 2245 - name = "freedesktop-desktop-entry" 2246 - version = "0.6.2" 2247 - source = "registry+https://github.com/rust-lang/crates.io-index" 2248 - checksum = "e33809936d2fa9ac78750c5c04696a7aabdb09f928454957c77a2c8247f5ff98" 2249 - dependencies = [ 2250 - "dirs 5.0.1", 2251 - "gettext-rs", 2252 - "log", 2253 - "memchr", 2254 - "strsim 0.11.1", 2255 - "textdistance", 2256 - "thiserror", 2257 - "xdg", 2258 - ] 2259 - 2260 - [[package]] 2261 - name = "freedesktop-icons" 2262 - version = "0.2.6" 2263 - source = "registry+https://github.com/rust-lang/crates.io-index" 2264 - checksum = "a8ef34245e0540c9a3ce7a28340b98d2c12b75da0d446da4e8224923fcaa0c16" 2265 - dependencies = [ 2266 - "dirs 5.0.1", 2267 - "once_cell", 2268 - "rust-ini", 2269 - "thiserror", 2270 - "xdg", 2271 - ] 2272 - 2273 - [[package]] 2274 - name = "fsevent-sys" 2275 - version = "4.1.0" 2276 - source = "registry+https://github.com/rust-lang/crates.io-index" 2277 - checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 2278 - dependencies = [ 2279 - "libc", 2280 - ] 2281 - 2282 - [[package]] 2283 - name = "futures" 2284 - version = "0.3.30" 2285 - source = "registry+https://github.com/rust-lang/crates.io-index" 2286 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 2287 - dependencies = [ 2288 - "futures-channel", 2289 - "futures-core", 2290 - "futures-executor", 2291 - "futures-io", 2292 - "futures-sink", 2293 - "futures-task", 2294 - "futures-util", 2295 - ] 2296 - 2297 - [[package]] 2298 - name = "futures-channel" 2299 - version = "0.3.30" 2300 - source = "registry+https://github.com/rust-lang/crates.io-index" 2301 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 2302 - dependencies = [ 2303 - "futures-core", 2304 - "futures-sink", 2305 - ] 2306 - 2307 - [[package]] 2308 - name = "futures-core" 2309 - version = "0.3.30" 2310 - source = "registry+https://github.com/rust-lang/crates.io-index" 2311 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 2312 - 2313 - [[package]] 2314 - name = "futures-executor" 2315 - version = "0.3.30" 2316 - source = "registry+https://github.com/rust-lang/crates.io-index" 2317 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 2318 - dependencies = [ 2319 - "futures-core", 2320 - "futures-task", 2321 - "futures-util", 2322 - "num_cpus", 2323 - ] 2324 - 2325 - [[package]] 2326 - name = "futures-io" 2327 - version = "0.3.30" 2328 - source = "registry+https://github.com/rust-lang/crates.io-index" 2329 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 2330 - 2331 - [[package]] 2332 - name = "futures-lite" 2333 - version = "1.13.0" 2334 - source = "registry+https://github.com/rust-lang/crates.io-index" 2335 - checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 2336 - dependencies = [ 2337 - "fastrand 1.9.0", 2338 - "futures-core", 2339 - "futures-io", 2340 - "memchr", 2341 - "parking", 2342 - "pin-project-lite", 2343 - "waker-fn", 2344 - ] 2345 - 2346 - [[package]] 2347 - name = "futures-lite" 2348 - version = "2.3.0" 2349 - source = "registry+https://github.com/rust-lang/crates.io-index" 2350 - checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 2351 - dependencies = [ 2352 - "fastrand 2.1.0", 2353 - "futures-core", 2354 - "futures-io", 2355 - "parking", 2356 - "pin-project-lite", 2357 - ] 2358 - 2359 - [[package]] 2360 - name = "futures-macro" 2361 - version = "0.3.30" 2362 - source = "registry+https://github.com/rust-lang/crates.io-index" 2363 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 2364 - dependencies = [ 2365 - "proc-macro2", 2366 - "quote", 2367 - "syn 2.0.71", 2368 - ] 2369 - 2370 - [[package]] 2371 - name = "futures-sink" 2372 - version = "0.3.30" 2373 - source = "registry+https://github.com/rust-lang/crates.io-index" 2374 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 2375 - 2376 - [[package]] 2377 - name = "futures-task" 2378 - version = "0.3.30" 2379 - source = "registry+https://github.com/rust-lang/crates.io-index" 2380 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 2381 - 2382 - [[package]] 2383 - name = "futures-util" 2384 - version = "0.3.30" 2385 - source = "registry+https://github.com/rust-lang/crates.io-index" 2386 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 2387 - dependencies = [ 2388 - "futures-channel", 2389 - "futures-core", 2390 - "futures-io", 2391 - "futures-macro", 2392 - "futures-sink", 2393 - "futures-task", 2394 - "memchr", 2395 - "pin-project-lite", 2396 - "pin-utils", 2397 - "slab", 2398 - ] 2399 - 2400 - [[package]] 2401 - name = "generic-array" 2402 - version = "0.14.7" 2403 - source = "registry+https://github.com/rust-lang/crates.io-index" 2404 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 2405 - dependencies = [ 2406 - "typenum", 2407 - "version_check", 2408 - ] 2409 - 2410 - [[package]] 2411 - name = "gethostname" 2412 - version = "0.4.3" 2413 - source = "registry+https://github.com/rust-lang/crates.io-index" 2414 - checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 2415 - dependencies = [ 2416 - "libc", 2417 - "windows-targets 0.48.5", 2418 - ] 2419 - 2420 - [[package]] 2421 - name = "getrandom" 2422 - version = "0.2.15" 2423 - source = "registry+https://github.com/rust-lang/crates.io-index" 2424 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 2425 - dependencies = [ 2426 - "cfg-if", 2427 - "libc", 2428 - "wasi", 2429 - ] 2430 - 2431 - [[package]] 2432 - name = "gettext-rs" 2433 - version = "0.7.0" 2434 - source = "registry+https://github.com/rust-lang/crates.io-index" 2435 - checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364" 2436 - dependencies = [ 2437 - "gettext-sys", 2438 - "locale_config", 2439 - ] 2440 - 2441 - [[package]] 2442 - name = "gettext-sys" 2443 - version = "0.21.3" 2444 - source = "registry+https://github.com/rust-lang/crates.io-index" 2445 - checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d" 2446 - dependencies = [ 2447 - "cc", 2448 - "temp-dir", 2449 - ] 2450 - 2451 - [[package]] 2452 - name = "gif" 2453 - version = "0.12.0" 2454 - source = "registry+https://github.com/rust-lang/crates.io-index" 2455 - checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 2456 - dependencies = [ 2457 - "color_quant", 2458 - "weezl", 2459 - ] 2460 - 2461 - [[package]] 2462 - name = "gif" 2463 - version = "0.13.1" 2464 - source = "registry+https://github.com/rust-lang/crates.io-index" 2465 - checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" 2466 - dependencies = [ 2467 - "color_quant", 2468 - "weezl", 2469 - ] 2470 - 2471 - [[package]] 2472 - name = "gimli" 2473 - version = "0.29.0" 2474 - source = "registry+https://github.com/rust-lang/crates.io-index" 2475 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 2476 - 2477 - [[package]] 2478 - name = "gl_generator" 2479 - version = "0.14.0" 2480 - source = "registry+https://github.com/rust-lang/crates.io-index" 2481 - checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 2482 - dependencies = [ 2483 - "khronos_api", 2484 - "log", 2485 - "xml-rs", 2486 - ] 2487 - 2488 - [[package]] 2489 - name = "glam" 2490 - version = "0.24.2" 2491 - source = "registry+https://github.com/rust-lang/crates.io-index" 2492 - checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945" 2493 - 2494 - [[package]] 2495 - name = "glow" 2496 - version = "0.13.1" 2497 - source = "registry+https://github.com/rust-lang/crates.io-index" 2498 - checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" 2499 - dependencies = [ 2500 - "js-sys", 2501 - "slotmap", 2502 - "wasm-bindgen", 2503 - "web-sys", 2504 - ] 2505 - 2506 - [[package]] 2507 - name = "glutin_wgl_sys" 2508 - version = "0.5.0" 2509 - source = "registry+https://github.com/rust-lang/crates.io-index" 2510 - checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead" 2511 - dependencies = [ 2512 - "gl_generator", 2513 - ] 2514 - 2515 - [[package]] 2516 - name = "glyphon" 2517 - version = "0.5.0" 2518 - source = "git+https://github.com/pop-os/glyphon.git?tag=v0.5.0#1b0646ff8f74da92d3be704dfc2257d7f4d7eed8" 2519 - dependencies = [ 2520 - "cosmic-text", 2521 - "etagere", 2522 - "lru", 2523 - "wgpu", 2524 - ] 2525 - 2526 - [[package]] 2527 - name = "gpu-alloc" 2528 - version = "0.6.0" 2529 - source = "registry+https://github.com/rust-lang/crates.io-index" 2530 - checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 2531 - dependencies = [ 2532 - "bitflags 2.6.0", 2533 - "gpu-alloc-types", 2534 - ] 2535 - 2536 - [[package]] 2537 - name = "gpu-alloc-types" 2538 - version = "0.3.0" 2539 - source = "registry+https://github.com/rust-lang/crates.io-index" 2540 - checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 2541 - dependencies = [ 2542 - "bitflags 2.6.0", 2543 - ] 2544 - 2545 - [[package]] 2546 - name = "gpu-allocator" 2547 - version = "0.25.0" 2548 - source = "registry+https://github.com/rust-lang/crates.io-index" 2549 - checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884" 2550 - dependencies = [ 2551 - "log", 2552 - "presser", 2553 - "thiserror", 2554 - "winapi", 2555 - "windows", 2556 - ] 2557 - 2558 - [[package]] 2559 - name = "gpu-descriptor" 2560 - version = "0.2.4" 2561 - source = "registry+https://github.com/rust-lang/crates.io-index" 2562 - checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c" 2563 - dependencies = [ 2564 - "bitflags 2.6.0", 2565 - "gpu-descriptor-types", 2566 - "hashbrown", 2567 - ] 2568 - 2569 - [[package]] 2570 - name = "gpu-descriptor-types" 2571 - version = "0.1.2" 2572 - source = "registry+https://github.com/rust-lang/crates.io-index" 2573 - checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c" 2574 - dependencies = [ 2575 - "bitflags 2.6.0", 2576 - ] 2577 - 2578 - [[package]] 2579 - name = "grid" 2580 - version = "0.11.0" 2581 - source = "registry+https://github.com/rust-lang/crates.io-index" 2582 - checksum = "1df00eed8d1f0db937f6be10e46e8072b0671accb504cf0f959c5c52c679f5b9" 2583 - 2584 - [[package]] 2585 - name = "guillotiere" 2586 - version = "0.6.2" 2587 - source = "registry+https://github.com/rust-lang/crates.io-index" 2588 - checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782" 2589 - dependencies = [ 2590 - "euclid", 2591 - "svg_fmt", 2592 - ] 2593 - 2594 - [[package]] 2595 - name = "half" 2596 - version = "2.4.1" 2597 - source = "registry+https://github.com/rust-lang/crates.io-index" 2598 - checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 2599 - dependencies = [ 2600 - "cfg-if", 2601 - "crunchy", 2602 - ] 2603 - 2604 - [[package]] 2605 - name = "hashbrown" 2606 - version = "0.14.5" 2607 - source = "registry+https://github.com/rust-lang/crates.io-index" 2608 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2609 - dependencies = [ 2610 - "ahash", 2611 - "allocator-api2", 2612 - ] 2613 - 2614 - [[package]] 2615 - name = "hassle-rs" 2616 - version = "0.11.0" 2617 - source = "registry+https://github.com/rust-lang/crates.io-index" 2618 - checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" 2619 - dependencies = [ 2620 - "bitflags 2.6.0", 2621 - "com", 2622 - "libc", 2623 - "libloading 0.8.4", 2624 - "thiserror", 2625 - "widestring", 2626 - "winapi", 2627 - ] 2628 - 2629 - [[package]] 2630 - name = "heck" 2631 - version = "0.4.1" 2632 - source = "registry+https://github.com/rust-lang/crates.io-index" 2633 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2634 - 2635 - [[package]] 2636 - name = "heck" 2637 - version = "0.5.0" 2638 - source = "registry+https://github.com/rust-lang/crates.io-index" 2639 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2640 - 2641 - [[package]] 2642 - name = "hermit-abi" 2643 - version = "0.3.9" 2644 - source = "registry+https://github.com/rust-lang/crates.io-index" 2645 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2646 - 2647 - [[package]] 2648 - name = "hermit-abi" 2649 - version = "0.4.0" 2650 - source = "registry+https://github.com/rust-lang/crates.io-index" 2651 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 2652 - 2653 - [[package]] 2654 - name = "hex" 2655 - version = "0.4.3" 2656 - source = "registry+https://github.com/rust-lang/crates.io-index" 2657 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2658 - 2659 - [[package]] 2660 - name = "hexf-parse" 2661 - version = "0.2.1" 2662 - source = "registry+https://github.com/rust-lang/crates.io-index" 2663 - checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 2664 - 2665 - [[package]] 2666 - name = "i18n-config" 2667 - version = "0.4.6" 2668 - source = "registry+https://github.com/rust-lang/crates.io-index" 2669 - checksum = "0c9ce3c48cbc21fd5b22b9331f32b5b51f6ad85d969b99e793427332e76e7640" 2670 - dependencies = [ 2671 - "log", 2672 - "serde", 2673 - "serde_derive", 2674 - "thiserror", 2675 - "toml 0.8.14", 2676 - "unic-langid", 2677 - ] 2678 - 2679 - [[package]] 2680 - name = "i18n-embed" 2681 - version = "0.13.9" 2682 - source = "registry+https://github.com/rust-lang/crates.io-index" 2683 - checksum = "92a86226a7a16632de6723449ee5fe70bac5af718bc642ee9ca2f0f6e14fa1fa" 2684 - dependencies = [ 2685 - "arc-swap", 2686 - "fluent", 2687 - "fluent-langneg", 2688 - "fluent-syntax", 2689 - "i18n-embed-impl", 2690 - "intl-memoizer", 2691 - "lazy_static", 2692 - "locale_config", 2693 - "log", 2694 - "parking_lot 0.12.3", 2695 - "rust-embed 6.8.1", 2696 - "thiserror", 2697 - "unic-langid", 2698 - "walkdir", 2699 - ] 2700 - 2701 - [[package]] 2702 - name = "i18n-embed" 2703 - version = "0.14.1" 2704 - source = "registry+https://github.com/rust-lang/crates.io-index" 2705 - checksum = "94205d95764f5bb9db9ea98fa77f89653365ca748e27161f5bbea2ffd50e459c" 2706 - dependencies = [ 2707 - "arc-swap", 2708 - "fluent", 2709 - "fluent-langneg", 2710 - "fluent-syntax", 2711 - "i18n-embed-impl", 2712 - "intl-memoizer", 2713 - "lazy_static", 2714 - "locale_config", 2715 - "log", 2716 - "parking_lot 0.12.3", 2717 - "rust-embed 8.5.0", 2718 - "thiserror", 2719 - "unic-langid", 2720 - "walkdir", 2721 - ] 2722 - 2723 - [[package]] 2724 - name = "i18n-embed-fl" 2725 - version = "0.6.7" 2726 - source = "registry+https://github.com/rust-lang/crates.io-index" 2727 - checksum = "d26a3d3569737dfaac7fc1c4078e6af07471c3060b8e570bcd83cdd5f4685395" 2728 - dependencies = [ 2729 - "dashmap", 2730 - "find-crate", 2731 - "fluent", 2732 - "fluent-syntax", 2733 - "i18n-config", 2734 - "i18n-embed 0.13.9", 2735 - "lazy_static", 2736 - "proc-macro-error", 2737 - "proc-macro2", 2738 - "quote", 2739 - "strsim 0.10.0", 2740 - "syn 2.0.71", 2741 - "unic-langid", 2742 - ] 2743 - 2744 - [[package]] 2745 - name = "i18n-embed-fl" 2746 - version = "0.8.0" 2747 - source = "registry+https://github.com/rust-lang/crates.io-index" 2748 - checksum = "8241a781f49e923415e106fcd1f89c3fab92cc9f699a521c56e95dee273903d3" 2749 - dependencies = [ 2750 - "dashmap", 2751 - "find-crate", 2752 - "fluent", 2753 - "fluent-syntax", 2754 - "i18n-config", 2755 - "i18n-embed 0.14.1", 2756 - "lazy_static", 2757 - "proc-macro-error", 2758 - "proc-macro2", 2759 - "quote", 2760 - "strsim 0.10.0", 2761 - "syn 2.0.71", 2762 - "unic-langid", 2763 - ] 2764 - 2765 - [[package]] 2766 - name = "i18n-embed-impl" 2767 - version = "0.8.3" 2768 - source = "registry+https://github.com/rust-lang/crates.io-index" 2769 - checksum = "81093c4701672f59416582fe3145676126fd23ba5db910acad0793c1108aaa58" 2770 - dependencies = [ 2771 - "find-crate", 2772 - "i18n-config", 2773 - "proc-macro2", 2774 - "quote", 2775 - "syn 2.0.71", 2776 - ] 2777 - 2778 - [[package]] 2779 - name = "iana-time-zone" 2780 - version = "0.1.60" 2781 - source = "registry+https://github.com/rust-lang/crates.io-index" 2782 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 2783 - dependencies = [ 2784 - "android_system_properties", 2785 - "core-foundation-sys", 2786 - "iana-time-zone-haiku", 2787 - "js-sys", 2788 - "wasm-bindgen", 2789 - "windows-core", 2790 - ] 2791 - 2792 - [[package]] 2793 - name = "iana-time-zone-haiku" 2794 - version = "0.1.2" 2795 - source = "registry+https://github.com/rust-lang/crates.io-index" 2796 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2797 - dependencies = [ 2798 - "cc", 2799 - ] 2800 - 2801 - [[package]] 2802 - name = "iced" 2803 - version = "0.12.0" 2804 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2805 - dependencies = [ 2806 - "dnd", 2807 - "iced_accessibility", 2808 - "iced_core", 2809 - "iced_futures", 2810 - "iced_renderer", 2811 - "iced_sctk", 2812 - "iced_widget", 2813 - "image 0.24.9", 2814 - "mime 0.1.0", 2815 - "thiserror", 2816 - "window_clipboard", 2817 - ] 2818 - 2819 - [[package]] 2820 - name = "iced_accessibility" 2821 - version = "0.1.0" 2822 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2823 - dependencies = [ 2824 - "accesskit", 2825 - "accesskit_unix", 2826 - ] 2827 - 2828 - [[package]] 2829 - name = "iced_core" 2830 - version = "0.12.0" 2831 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2832 - dependencies = [ 2833 - "bitflags 2.6.0", 2834 - "dnd", 2835 - "iced_accessibility", 2836 - "log", 2837 - "mime 0.1.0", 2838 - "num-traits", 2839 - "palette", 2840 - "raw-window-handle", 2841 - "serde", 2842 - "smithay-client-toolkit", 2843 - "smol_str", 2844 - "thiserror", 2845 - "web-time", 2846 - "window_clipboard", 2847 - "xxhash-rust", 2848 - ] 2849 - 2850 - [[package]] 2851 - name = "iced_futures" 2852 - version = "0.12.0" 2853 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2854 - dependencies = [ 2855 - "futures", 2856 - "iced_core", 2857 - "log", 2858 - "tokio", 2859 - "wasm-bindgen-futures", 2860 - "wasm-timer", 2861 - ] 2862 - 2863 - [[package]] 2864 - name = "iced_graphics" 2865 - version = "0.12.0" 2866 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2867 - dependencies = [ 2868 - "bitflags 2.6.0", 2869 - "bytemuck", 2870 - "cosmic-text", 2871 - "glam", 2872 - "half", 2873 - "iced_core", 2874 - "iced_futures", 2875 - "image 0.24.9", 2876 - "kamadak-exif", 2877 - "log", 2878 - "lyon_path", 2879 - "once_cell", 2880 - "raw-window-handle", 2881 - "rustc-hash", 2882 - "thiserror", 2883 - "unicode-segmentation", 2884 - "xxhash-rust", 2885 - ] 2886 - 2887 - [[package]] 2888 - name = "iced_renderer" 2889 - version = "0.12.0" 2890 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2891 - dependencies = [ 2892 - "iced_graphics", 2893 - "iced_tiny_skia", 2894 - "iced_wgpu", 2895 - "log", 2896 - "thiserror", 2897 - ] 2898 - 2899 - [[package]] 2900 - name = "iced_runtime" 2901 - version = "0.12.0" 2902 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2903 - dependencies = [ 2904 - "dnd", 2905 - "iced_accessibility", 2906 - "iced_core", 2907 - "iced_futures", 2908 - "smithay-client-toolkit", 2909 - "thiserror", 2910 - "window_clipboard", 2911 - ] 2912 - 2913 - [[package]] 2914 - name = "iced_sctk" 2915 - version = "0.1.0" 2916 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2917 - dependencies = [ 2918 - "enum-repr", 2919 - "float-cmp", 2920 - "futures", 2921 - "iced_futures", 2922 - "iced_graphics", 2923 - "iced_runtime", 2924 - "iced_style", 2925 - "itertools 0.12.1", 2926 - "lazy_static", 2927 - "raw-window-handle", 2928 - "smithay-client-toolkit", 2929 - "thiserror", 2930 - "tracing", 2931 - "wayland-backend", 2932 - "wayland-protocols", 2933 - "window_clipboard", 2934 - "xkbcommon", 2935 - "xkbcommon-dl", 2936 - "xkeysym", 2937 - ] 2938 - 2939 - [[package]] 2940 - name = "iced_style" 2941 - version = "0.12.0" 2942 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2943 - dependencies = [ 2944 - "iced_core", 2945 - "once_cell", 2946 - "palette", 2947 - ] 2948 - 2949 - [[package]] 2950 - name = "iced_tiny_skia" 2951 - version = "0.12.0" 2952 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2953 - dependencies = [ 2954 - "bytemuck", 2955 - "cosmic-text", 2956 - "iced_graphics", 2957 - "kurbo", 2958 - "log", 2959 - "resvg", 2960 - "rustc-hash", 2961 - "softbuffer", 2962 - "tiny-skia", 2963 - "xxhash-rust", 2964 - ] 2965 - 2966 - [[package]] 2967 - name = "iced_wgpu" 2968 - version = "0.12.0" 2969 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2970 - dependencies = [ 2971 - "as-raw-xcb-connection", 2972 - "bitflags 2.6.0", 2973 - "bytemuck", 2974 - "futures", 2975 - "glam", 2976 - "glyphon", 2977 - "guillotiere", 2978 - "iced_graphics", 2979 - "log", 2980 - "lyon", 2981 - "once_cell", 2982 - "raw-window-handle", 2983 - "resvg", 2984 - "rustix 0.38.34", 2985 - "smithay-client-toolkit", 2986 - "tiny-xlib", 2987 - "wayland-backend", 2988 - "wayland-client", 2989 - "wayland-protocols", 2990 - "wayland-sys", 2991 - "wgpu", 2992 - "x11rb", 2993 - ] 2994 - 2995 - [[package]] 2996 - name = "iced_widget" 2997 - version = "0.12.0" 2998 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 2999 - dependencies = [ 3000 - "dnd", 3001 - "iced_renderer", 3002 - "iced_runtime", 3003 - "iced_style", 3004 - "num-traits", 3005 - "ouroboros", 3006 - "smithay-client-toolkit", 3007 - "thiserror", 3008 - "unicode-segmentation", 3009 - "window_clipboard", 3010 - ] 3011 - 3012 - [[package]] 3013 - name = "icu" 3014 - version = "1.5.0" 3015 - source = "registry+https://github.com/rust-lang/crates.io-index" 3016 - checksum = "dff5e3018d703f168b00dcefa540a65f1bbc50754ae32f3f5f0e43fe5ee51502" 3017 - dependencies = [ 3018 - "icu_calendar", 3019 - "icu_casemap", 3020 - "icu_collator", 3021 - "icu_collections", 3022 - "icu_datetime", 3023 - "icu_decimal", 3024 - "icu_experimental", 3025 - "icu_list", 3026 - "icu_locid", 3027 - "icu_locid_transform", 3028 - "icu_normalizer", 3029 - "icu_plurals", 3030 - "icu_properties", 3031 - "icu_provider", 3032 - "icu_segmenter", 3033 - "icu_timezone", 3034 - ] 3035 - 3036 - [[package]] 3037 - name = "icu_calendar" 3038 - version = "1.5.2" 3039 - source = "registry+https://github.com/rust-lang/crates.io-index" 3040 - checksum = "7265b2137f9a36f7634a308d91f984574bbdba8cfd95ceffe1c345552275a8ff" 3041 - dependencies = [ 3042 - "calendrical_calculations", 3043 - "displaydoc", 3044 - "icu_calendar_data", 3045 - "icu_locid", 3046 - "icu_locid_transform", 3047 - "icu_provider", 3048 - "tinystr", 3049 - "writeable", 3050 - "zerovec", 3051 - ] 3052 - 3053 - [[package]] 3054 - name = "icu_calendar_data" 3055 - version = "1.5.0" 3056 - source = "registry+https://github.com/rust-lang/crates.io-index" 3057 - checksum = "8e009b7f0151ee6fb28c40b1283594397e0b7183820793e9ace3dcd13db126d0" 3058 - 3059 - [[package]] 3060 - name = "icu_casemap" 3061 - version = "1.5.1" 3062 - source = "registry+https://github.com/rust-lang/crates.io-index" 3063 - checksum = "9ff0c8ae9f8d31b12e27fc385ff9ab1f3cd9b17417c665c49e4ec958c37da75f" 3064 - dependencies = [ 3065 - "displaydoc", 3066 - "icu_casemap_data", 3067 - "icu_collections", 3068 - "icu_locid", 3069 - "icu_properties", 3070 - "icu_provider", 3071 - "writeable", 3072 - "zerovec", 3073 - ] 3074 - 3075 - [[package]] 3076 - name = "icu_casemap_data" 3077 - version = "1.5.0" 3078 - source = "registry+https://github.com/rust-lang/crates.io-index" 3079 - checksum = "4d57966d5ab748f74513be4046867f9a20e801e2775d41f91d04a0f560b61f08" 3080 - 3081 - [[package]] 3082 - name = "icu_collator" 3083 - version = "1.5.0" 3084 - source = "registry+https://github.com/rust-lang/crates.io-index" 3085 - checksum = "d370371887d31d56f361c3eaa15743e54f13bc677059c9191c77e099ed6966b2" 3086 - dependencies = [ 3087 - "displaydoc", 3088 - "icu_collator_data", 3089 - "icu_collections", 3090 - "icu_locid_transform", 3091 - "icu_normalizer", 3092 - "icu_properties", 3093 - "icu_provider", 3094 - "smallvec", 3095 - "utf16_iter", 3096 - "utf8_iter", 3097 - "zerovec", 3098 - ] 3099 - 3100 - [[package]] 3101 - name = "icu_collator_data" 3102 - version = "1.5.0" 3103 - source = "registry+https://github.com/rust-lang/crates.io-index" 3104 - checksum = "8ee3f88741364b7d6269cce6827a3e6a8a2cf408a78f766c9224ab479d5e4ae5" 3105 - 3106 - [[package]] 3107 - name = "icu_collections" 3108 - version = "1.5.0" 3109 - source = "registry+https://github.com/rust-lang/crates.io-index" 3110 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 3111 - dependencies = [ 3112 - "displaydoc", 3113 - "yoke", 3114 - "zerofrom", 3115 - "zerovec", 3116 - ] 3117 - 3118 - [[package]] 3119 - name = "icu_datetime" 3120 - version = "1.5.1" 3121 - source = "registry+https://github.com/rust-lang/crates.io-index" 3122 - checksum = "d115efb85e08df3fd77e77f52e7e087545a783fffba8be80bfa2102f306b1780" 3123 - dependencies = [ 3124 - "displaydoc", 3125 - "either", 3126 - "fixed_decimal", 3127 - "icu_calendar", 3128 - "icu_datetime_data", 3129 - "icu_decimal", 3130 - "icu_locid", 3131 - "icu_locid_transform", 3132 - "icu_plurals", 3133 - "icu_provider", 3134 - "icu_timezone", 3135 - "litemap", 3136 - "smallvec", 3137 - "tinystr", 3138 - "writeable", 3139 - "zerovec", 3140 - ] 3141 - 3142 - [[package]] 3143 - name = "icu_datetime_data" 3144 - version = "1.5.0" 3145 - source = "registry+https://github.com/rust-lang/crates.io-index" 3146 - checksum = "2ba7e7f7a01269b9afb0a39eff4f8676f693b55f509b3120e43a0350a9f88bea" 3147 - 3148 - [[package]] 3149 - name = "icu_decimal" 3150 - version = "1.5.0" 3151 - source = "registry+https://github.com/rust-lang/crates.io-index" 3152 - checksum = "fb8fd98f86ec0448d85e1edf8884e4e318bb2e121bd733ec929a05c0a5e8b0eb" 3153 - dependencies = [ 3154 - "displaydoc", 3155 - "fixed_decimal", 3156 - "icu_decimal_data", 3157 - "icu_locid_transform", 3158 - "icu_provider", 3159 - "writeable", 3160 - ] 3161 - 3162 - [[package]] 3163 - name = "icu_decimal_data" 3164 - version = "1.5.0" 3165 - source = "registry+https://github.com/rust-lang/crates.io-index" 3166 - checksum = "8d424c994071c6f5644f999925fc868c85fec82295326e75ad5017bc94b41523" 3167 - 3168 - [[package]] 3169 - name = "icu_experimental" 3170 - version = "0.1.0" 3171 - source = "registry+https://github.com/rust-lang/crates.io-index" 3172 - checksum = "844ad7b682a165c758065d694bc4d74ac67f176da1c499a04d85d492c0f193b7" 3173 - dependencies = [ 3174 - "displaydoc", 3175 - "fixed_decimal", 3176 - "icu_collections", 3177 - "icu_decimal", 3178 - "icu_experimental_data", 3179 - "icu_locid", 3180 - "icu_locid_transform", 3181 - "icu_normalizer", 3182 - "icu_pattern", 3183 - "icu_plurals", 3184 - "icu_properties", 3185 - "icu_provider", 3186 - "litemap", 3187 - "num-bigint", 3188 - "num-rational", 3189 - "num-traits", 3190 - "smallvec", 3191 - "tinystr", 3192 - "writeable", 3193 - "zerofrom", 3194 - "zerotrie", 3195 - "zerovec", 3196 - ] 3197 - 3198 - [[package]] 3199 - name = "icu_experimental_data" 3200 - version = "0.1.0" 3201 - source = "registry+https://github.com/rust-lang/crates.io-index" 3202 - checksum = "9c178b9a34083fca5bd70d61f647575335e9c197d0f30c38e8ccd187babc69d0" 3203 - 3204 - [[package]] 3205 - name = "icu_list" 3206 - version = "1.5.0" 3207 - source = "registry+https://github.com/rust-lang/crates.io-index" 3208 - checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365" 3209 - dependencies = [ 3210 - "displaydoc", 3211 - "icu_list_data", 3212 - "icu_locid_transform", 3213 - "icu_provider", 3214 - "regex-automata 0.2.0", 3215 - "writeable", 3216 - ] 3217 - 3218 - [[package]] 3219 - name = "icu_list_data" 3220 - version = "1.5.0" 3221 - source = "registry+https://github.com/rust-lang/crates.io-index" 3222 - checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f" 3223 - 3224 - [[package]] 3225 - name = "icu_locid" 3226 - version = "1.5.0" 3227 - source = "registry+https://github.com/rust-lang/crates.io-index" 3228 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 3229 - dependencies = [ 3230 - "displaydoc", 3231 - "litemap", 3232 - "tinystr", 3233 - "writeable", 3234 - "zerovec", 3235 - ] 3236 - 3237 - [[package]] 3238 - name = "icu_locid_transform" 3239 - version = "1.5.0" 3240 - source = "registry+https://github.com/rust-lang/crates.io-index" 3241 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 3242 - dependencies = [ 3243 - "displaydoc", 3244 - "icu_locid", 3245 - "icu_locid_transform_data", 3246 - "icu_provider", 3247 - "tinystr", 3248 - "zerovec", 3249 - ] 3250 - 3251 - [[package]] 3252 - name = "icu_locid_transform_data" 3253 - version = "1.5.0" 3254 - source = "registry+https://github.com/rust-lang/crates.io-index" 3255 - checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 3256 - 3257 - [[package]] 3258 - name = "icu_normalizer" 3259 - version = "1.5.0" 3260 - source = "registry+https://github.com/rust-lang/crates.io-index" 3261 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 3262 - dependencies = [ 3263 - "displaydoc", 3264 - "icu_collections", 3265 - "icu_normalizer_data", 3266 - "icu_properties", 3267 - "icu_provider", 3268 - "smallvec", 3269 - "utf16_iter", 3270 - "utf8_iter", 3271 - "write16", 3272 - "zerovec", 3273 - ] 3274 - 3275 - [[package]] 3276 - name = "icu_normalizer_data" 3277 - version = "1.5.0" 3278 - source = "registry+https://github.com/rust-lang/crates.io-index" 3279 - checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 3280 - 3281 - [[package]] 3282 - name = "icu_pattern" 3283 - version = "0.2.0" 3284 - source = "registry+https://github.com/rust-lang/crates.io-index" 3285 - checksum = "cb7f36aafd098d6717de34e668a8120822275c1fba22b936e757b7de8a2fd7e4" 3286 - dependencies = [ 3287 - "displaydoc", 3288 - "either", 3289 - "writeable", 3290 - "yoke", 3291 - "zerofrom", 3292 - ] 3293 - 3294 - [[package]] 3295 - name = "icu_plurals" 3296 - version = "1.5.0" 3297 - source = "registry+https://github.com/rust-lang/crates.io-index" 3298 - checksum = "ba5a70e7c025dbd5c501b0a5c188cd11666a424f0dadcd4f0a95b7dafde3b114" 3299 - dependencies = [ 3300 - "displaydoc", 3301 - "fixed_decimal", 3302 - "icu_locid_transform", 3303 - "icu_plurals_data", 3304 - "icu_provider", 3305 - "zerovec", 3306 - ] 3307 - 3308 - [[package]] 3309 - name = "icu_plurals_data" 3310 - version = "1.5.0" 3311 - source = "registry+https://github.com/rust-lang/crates.io-index" 3312 - checksum = "9e3e8f775b215d45838814a090a2227247a7431d74e9156407d9c37f6ef0f208" 3313 - 3314 - [[package]] 3315 - name = "icu_properties" 3316 - version = "1.5.1" 3317 - source = "registry+https://github.com/rust-lang/crates.io-index" 3318 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 3319 - dependencies = [ 3320 - "displaydoc", 3321 - "icu_collections", 3322 - "icu_locid_transform", 3323 - "icu_properties_data", 3324 - "icu_provider", 3325 - "tinystr", 3326 - "zerovec", 3327 - ] 3328 - 3329 - [[package]] 3330 - name = "icu_properties_data" 3331 - version = "1.5.0" 3332 - source = "registry+https://github.com/rust-lang/crates.io-index" 3333 - checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 3334 - 3335 - [[package]] 3336 - name = "icu_provider" 3337 - version = "1.5.0" 3338 - source = "registry+https://github.com/rust-lang/crates.io-index" 3339 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 3340 - dependencies = [ 3341 - "displaydoc", 3342 - "icu_locid", 3343 - "icu_provider_macros", 3344 - "stable_deref_trait", 3345 - "tinystr", 3346 - "writeable", 3347 - "yoke", 3348 - "zerofrom", 3349 - "zerovec", 3350 - ] 3351 - 3352 - [[package]] 3353 - name = "icu_provider_macros" 3354 - version = "1.5.0" 3355 - source = "registry+https://github.com/rust-lang/crates.io-index" 3356 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 3357 - dependencies = [ 3358 - "proc-macro2", 3359 - "quote", 3360 - "syn 2.0.71", 3361 - ] 3362 - 3363 - [[package]] 3364 - name = "icu_segmenter" 3365 - version = "1.5.0" 3366 - source = "registry+https://github.com/rust-lang/crates.io-index" 3367 - checksum = "a717725612346ffc2d7b42c94b820db6908048f39434504cb130e8b46256b0de" 3368 - dependencies = [ 3369 - "core_maths", 3370 - "displaydoc", 3371 - "icu_collections", 3372 - "icu_locid", 3373 - "icu_provider", 3374 - "icu_segmenter_data", 3375 - "utf8_iter", 3376 - "zerovec", 3377 - ] 3378 - 3379 - [[package]] 3380 - name = "icu_segmenter_data" 3381 - version = "1.5.0" 3382 - source = "registry+https://github.com/rust-lang/crates.io-index" 3383 - checksum = "f739ee737260d955e330bc83fdeaaf1631f7fb7ed218761d3c04bb13bb7d79df" 3384 - 3385 - [[package]] 3386 - name = "icu_timezone" 3387 - version = "1.5.0" 3388 - source = "registry+https://github.com/rust-lang/crates.io-index" 3389 - checksum = "aa91ba6a585939a020c787235daa8aee856d9bceebd6355e283c0c310bc6de96" 3390 - dependencies = [ 3391 - "displaydoc", 3392 - "icu_calendar", 3393 - "icu_provider", 3394 - "icu_timezone_data", 3395 - "tinystr", 3396 - "zerotrie", 3397 - "zerovec", 3398 - ] 3399 - 3400 - [[package]] 3401 - name = "icu_timezone_data" 3402 - version = "1.5.0" 3403 - source = "registry+https://github.com/rust-lang/crates.io-index" 3404 - checksum = "c588878c508a3e2ace333b3c50296053e6483c6a7541251b546cc59dcd6ced8e" 3405 - 3406 - [[package]] 3407 - name = "ident_case" 3408 - version = "1.0.1" 3409 - source = "registry+https://github.com/rust-lang/crates.io-index" 3410 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 3411 - 3412 - [[package]] 3413 - name = "idna" 3414 - version = "0.5.0" 3415 - source = "registry+https://github.com/rust-lang/crates.io-index" 3416 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 3417 - dependencies = [ 3418 - "unicode-bidi", 3419 - "unicode-normalization", 3420 - ] 3421 - 3422 - [[package]] 3423 - name = "image" 3424 - version = "0.24.9" 3425 - source = "registry+https://github.com/rust-lang/crates.io-index" 3426 - checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 3427 - dependencies = [ 3428 - "bytemuck", 3429 - "byteorder", 3430 - "color_quant", 3431 - "exr", 3432 - "gif 0.13.1", 3433 - "jpeg-decoder", 3434 - "num-traits", 3435 - "png", 3436 - "qoi", 3437 - "tiff", 3438 - ] 3439 - 3440 - [[package]] 3441 - name = "image" 3442 - version = "0.25.1" 3443 - source = "registry+https://github.com/rust-lang/crates.io-index" 3444 - checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11" 3445 - dependencies = [ 3446 - "bytemuck", 3447 - "byteorder", 3448 - "num-traits", 3449 - ] 3450 - 3451 - [[package]] 3452 - name = "imagesize" 3453 - version = "0.12.0" 3454 - source = "registry+https://github.com/rust-lang/crates.io-index" 3455 - checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284" 3456 - 3457 - [[package]] 3458 - name = "indexmap" 3459 - version = "2.2.6" 3460 - source = "registry+https://github.com/rust-lang/crates.io-index" 3461 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 3462 - dependencies = [ 3463 - "equivalent", 3464 - "hashbrown", 3465 - ] 3466 - 3467 - [[package]] 3468 - name = "inotify" 3469 - version = "0.9.6" 3470 - source = "registry+https://github.com/rust-lang/crates.io-index" 3471 - checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 3472 - dependencies = [ 3473 - "bitflags 1.3.2", 3474 - "inotify-sys", 3475 - "libc", 3476 - ] 3477 - 3478 - [[package]] 3479 - name = "inotify-sys" 3480 - version = "0.1.5" 3481 - source = "registry+https://github.com/rust-lang/crates.io-index" 3482 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 3483 - dependencies = [ 3484 - "libc", 3485 - ] 3486 - 3487 - [[package]] 3488 - name = "input" 3489 - version = "0.9.0" 3490 - source = "registry+https://github.com/rust-lang/crates.io-index" 3491 - checksum = "7911ce3db9c10c5ab4a35c49af778a5f9a827bd0f7371d9be56175d8dd2740d0" 3492 - dependencies = [ 3493 - "bitflags 2.6.0", 3494 - "input-sys", 3495 - "io-lifetimes 1.0.11", 3496 - "libc", 3497 - "log", 3498 - "udev", 3499 - ] 3500 - 3501 - [[package]] 3502 - name = "input-sys" 3503 - version = "1.18.0" 3504 - source = "registry+https://github.com/rust-lang/crates.io-index" 3505 - checksum = "bd4f5b4d1c00331c5245163aacfe5f20be75b564c7112d45893d4ae038119eb0" 3506 - 3507 - [[package]] 3508 - name = "instant" 3509 - version = "0.1.13" 3510 - source = "registry+https://github.com/rust-lang/crates.io-index" 3511 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 3512 - dependencies = [ 3513 - "cfg-if", 3514 - ] 3515 - 3516 - [[package]] 3517 - name = "intl-memoizer" 3518 - version = "0.5.2" 3519 - source = "registry+https://github.com/rust-lang/crates.io-index" 3520 - checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda" 3521 - dependencies = [ 3522 - "type-map", 3523 - "unic-langid", 3524 - ] 3525 - 3526 - [[package]] 3527 - name = "intl_pluralrules" 3528 - version = "7.0.2" 3529 - source = "registry+https://github.com/rust-lang/crates.io-index" 3530 - checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" 3531 - dependencies = [ 3532 - "unic-langid", 3533 - ] 3534 - 3535 - [[package]] 3536 - name = "io-lifetimes" 3537 - version = "1.0.11" 3538 - source = "registry+https://github.com/rust-lang/crates.io-index" 3539 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 3540 - dependencies = [ 3541 - "hermit-abi 0.3.9", 3542 - "libc", 3543 - "windows-sys 0.48.0", 3544 - ] 3545 - 3546 - [[package]] 3547 - name = "io-lifetimes" 3548 - version = "2.0.3" 3549 - source = "registry+https://github.com/rust-lang/crates.io-index" 3550 - checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c" 3551 - 3552 - [[package]] 3553 - name = "itertools" 3554 - version = "0.12.1" 3555 - source = "registry+https://github.com/rust-lang/crates.io-index" 3556 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 3557 - dependencies = [ 3558 - "either", 3559 - ] 3560 - 3561 - [[package]] 3562 - name = "itertools" 3563 - version = "0.13.0" 3564 - source = "registry+https://github.com/rust-lang/crates.io-index" 3565 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 3566 - dependencies = [ 3567 - "either", 3568 - ] 3569 - 3570 - [[package]] 3571 - name = "itoa" 3572 - version = "1.0.11" 3573 - source = "registry+https://github.com/rust-lang/crates.io-index" 3574 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 3575 - 3576 - [[package]] 3577 - name = "jpeg-decoder" 3578 - version = "0.3.1" 3579 - source = "registry+https://github.com/rust-lang/crates.io-index" 3580 - checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 3581 - dependencies = [ 3582 - "rayon", 3583 - ] 3584 - 3585 - [[package]] 3586 - name = "js-sys" 3587 - version = "0.3.69" 3588 - source = "registry+https://github.com/rust-lang/crates.io-index" 3589 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 3590 - dependencies = [ 3591 - "wasm-bindgen", 3592 - ] 3593 - 3594 - [[package]] 3595 - name = "kamadak-exif" 3596 - version = "0.5.5" 3597 - source = "registry+https://github.com/rust-lang/crates.io-index" 3598 - checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077" 3599 - dependencies = [ 3600 - "mutate_once", 3601 - ] 3602 - 3603 - [[package]] 3604 - name = "khronos-egl" 3605 - version = "6.0.0" 3606 - source = "registry+https://github.com/rust-lang/crates.io-index" 3607 - checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 3608 - dependencies = [ 3609 - "libc", 3610 - "libloading 0.8.4", 3611 - "pkg-config", 3612 - ] 3613 - 3614 - [[package]] 3615 - name = "khronos_api" 3616 - version = "3.1.0" 3617 - source = "registry+https://github.com/rust-lang/crates.io-index" 3618 - checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 3619 - 3620 - [[package]] 3621 - name = "known-folders" 3622 - version = "1.1.0" 3623 - source = "registry+https://github.com/rust-lang/crates.io-index" 3624 - checksum = "4397c789f2709d23cfcb703b316e0766a8d4b17db2d47b0ab096ef6047cae1d8" 3625 - dependencies = [ 3626 - "windows-sys 0.52.0", 3627 - ] 3628 - 3629 - [[package]] 3630 - name = "kqueue" 3631 - version = "1.0.8" 3632 - source = "registry+https://github.com/rust-lang/crates.io-index" 3633 - checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" 3634 - dependencies = [ 3635 - "kqueue-sys", 3636 - "libc", 3637 - ] 3638 - 3639 - [[package]] 3640 - name = "kqueue-sys" 3641 - version = "1.0.4" 3642 - source = "registry+https://github.com/rust-lang/crates.io-index" 3643 - checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 3644 - dependencies = [ 3645 - "bitflags 1.3.2", 3646 - "libc", 3647 - ] 3648 - 3649 - [[package]] 3650 - name = "kurbo" 3651 - version = "0.9.5" 3652 - source = "registry+https://github.com/rust-lang/crates.io-index" 3653 - checksum = "bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b" 3654 - dependencies = [ 3655 - "arrayvec", 3656 - ] 3657 - 3658 - [[package]] 3659 - name = "lazy_static" 3660 - version = "1.5.0" 3661 - source = "registry+https://github.com/rust-lang/crates.io-index" 3662 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 3663 - 3664 - [[package]] 3665 - name = "lebe" 3666 - version = "0.5.2" 3667 - source = "registry+https://github.com/rust-lang/crates.io-index" 3668 - checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 3669 - 3670 - [[package]] 3671 - name = "libc" 3672 - version = "0.2.155" 3673 - source = "registry+https://github.com/rust-lang/crates.io-index" 3674 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 3675 - 3676 - [[package]] 3677 - name = "libcosmic" 3678 - version = "0.1.0" 3679 - source = "git+https://github.com/pop-os/libcosmic#4f77edd249e1c9cd525232050cec00c752ce7860" 3680 - dependencies = [ 3681 - "apply", 3682 - "ashpd 0.9.1", 3683 - "chrono", 3684 - "cosmic-client-toolkit", 3685 - "cosmic-config", 3686 - "cosmic-panel-config", 3687 - "cosmic-settings-daemon", 3688 - "cosmic-theme", 3689 - "css-color", 3690 - "derive_setters", 3691 - "fraction", 3692 - "freedesktop-desktop-entry 0.5.2", 3693 - "freedesktop-icons", 3694 - "iced", 3695 - "iced_core", 3696 - "iced_futures", 3697 - "iced_renderer", 3698 - "iced_runtime", 3699 - "iced_sctk", 3700 - "iced_style", 3701 - "iced_tiny_skia", 3702 - "iced_widget", 3703 - "lazy_static", 3704 - "libc", 3705 - "mime 0.3.17", 3706 - "palette", 3707 - "rfd", 3708 - "ron", 3709 - "rustix 0.38.34", 3710 - "serde", 3711 - "shlex", 3712 - "slotmap", 3713 - "taffy", 3714 - "textdistance", 3715 - "thiserror", 3716 - "tokio", 3717 - "tracing", 3718 - "unicode-segmentation", 3719 - "url", 3720 - "zbus 4.3.1", 3721 - ] 3722 - 3723 - [[package]] 3724 - name = "libdbus-sys" 3725 - version = "0.2.5" 3726 - source = "registry+https://github.com/rust-lang/crates.io-index" 3727 - checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" 3728 - dependencies = [ 3729 - "pkg-config", 3730 - ] 3731 - 3732 - [[package]] 3733 - name = "libloading" 3734 - version = "0.7.4" 3735 - source = "registry+https://github.com/rust-lang/crates.io-index" 3736 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 3737 - dependencies = [ 3738 - "cfg-if", 3739 - "winapi", 3740 - ] 3741 - 3742 - [[package]] 3743 - name = "libloading" 3744 - version = "0.8.4" 3745 - source = "registry+https://github.com/rust-lang/crates.io-index" 3746 - checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" 3747 - dependencies = [ 3748 - "cfg-if", 3749 - "windows-targets 0.52.6", 3750 - ] 3751 - 3752 - [[package]] 3753 - name = "libm" 3754 - version = "0.2.8" 3755 - source = "registry+https://github.com/rust-lang/crates.io-index" 3756 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 3757 - 3758 - [[package]] 3759 - name = "libpulse-binding" 3760 - version = "2.28.1" 3761 - source = "registry+https://github.com/rust-lang/crates.io-index" 3762 - checksum = "ed3557a2dfc380c8f061189a01c6ae7348354e0c9886038dc6c171219c08eaff" 3763 - dependencies = [ 3764 - "bitflags 1.3.2", 3765 - "libc", 3766 - "libpulse-sys", 3767 - "num-derive 0.3.3", 3768 - "num-traits", 3769 - "winapi", 3770 - ] 3771 - 3772 - [[package]] 3773 - name = "libpulse-sys" 3774 - version = "1.21.0" 3775 - source = "registry+https://github.com/rust-lang/crates.io-index" 3776 - checksum = "bc19e110fbf42c17260d30f6d3dc545f58491c7830d38ecb9aaca96e26067a9b" 3777 - dependencies = [ 3778 - "libc", 3779 - "num-derive 0.3.3", 3780 - "num-traits", 3781 - "pkg-config", 3782 - "winapi", 3783 - ] 3784 - 3785 - [[package]] 3786 - name = "libredox" 3787 - version = "0.1.3" 3788 - source = "registry+https://github.com/rust-lang/crates.io-index" 3789 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 3790 - dependencies = [ 3791 - "bitflags 2.6.0", 3792 - "libc", 3793 - ] 3794 - 3795 - [[package]] 3796 - name = "libudev-sys" 3797 - version = "0.1.4" 3798 - source = "registry+https://github.com/rust-lang/crates.io-index" 3799 - checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" 3800 - dependencies = [ 3801 - "libc", 3802 - "pkg-config", 3803 - ] 3804 - 3805 - [[package]] 3806 - name = "linux-raw-sys" 3807 - version = "0.3.8" 3808 - source = "registry+https://github.com/rust-lang/crates.io-index" 3809 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 3810 - 3811 - [[package]] 3812 - name = "linux-raw-sys" 3813 - version = "0.4.14" 3814 - source = "registry+https://github.com/rust-lang/crates.io-index" 3815 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 3816 - 3817 - [[package]] 3818 - name = "linux-raw-sys" 3819 - version = "0.6.4" 3820 - source = "registry+https://github.com/rust-lang/crates.io-index" 3821 - checksum = "f0b5399f6804fbab912acbd8878ed3532d506b7c951b8f9f164ef90fef39e3f4" 3822 - 3823 - [[package]] 3824 - name = "litemap" 3825 - version = "0.7.3" 3826 - source = "registry+https://github.com/rust-lang/crates.io-index" 3827 - checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" 3828 - 3829 - [[package]] 3830 - name = "locale_config" 3831 - version = "0.3.0" 3832 - source = "registry+https://github.com/rust-lang/crates.io-index" 3833 - checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934" 3834 - dependencies = [ 3835 - "lazy_static", 3836 - "objc", 3837 - "objc-foundation", 3838 - "regex", 3839 - "winapi", 3840 - ] 3841 - 3842 - [[package]] 3843 - name = "lock_api" 3844 - version = "0.4.12" 3845 - source = "registry+https://github.com/rust-lang/crates.io-index" 3846 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 3847 - dependencies = [ 3848 - "autocfg", 3849 - "scopeguard", 3850 - ] 3851 - 3852 - [[package]] 3853 - name = "log" 3854 - version = "0.4.22" 3855 - source = "registry+https://github.com/rust-lang/crates.io-index" 3856 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 3857 - 3858 - [[package]] 3859 - name = "logind-zbus" 3860 - version = "4.0.3" 3861 - source = "registry+https://github.com/rust-lang/crates.io-index" 3862 - checksum = "8e77231dda256523272d8168cf57a9f214ccef06d385c126ce64df662ca5721e" 3863 - dependencies = [ 3864 - "serde", 3865 - "zbus 4.3.1", 3866 - ] 3867 - 3868 - [[package]] 3869 - name = "lru" 3870 - version = "0.12.3" 3871 - source = "registry+https://github.com/rust-lang/crates.io-index" 3872 - checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" 3873 - dependencies = [ 3874 - "hashbrown", 3875 - ] 3876 - 3877 - [[package]] 3878 - name = "lyon" 3879 - version = "1.0.1" 3880 - source = "registry+https://github.com/rust-lang/crates.io-index" 3881 - checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f" 3882 - dependencies = [ 3883 - "lyon_algorithms", 3884 - "lyon_tessellation", 3885 - ] 3886 - 3887 - [[package]] 3888 - name = "lyon_algorithms" 3889 - version = "1.0.4" 3890 - source = "registry+https://github.com/rust-lang/crates.io-index" 3891 - checksum = "a3bca95f9a4955b3e4a821fbbcd5edfbd9be2a9a50bb5758173e5358bfb4c623" 3892 - dependencies = [ 3893 - "lyon_path", 3894 - "num-traits", 3895 - ] 3896 - 3897 - [[package]] 3898 - name = "lyon_geom" 3899 - version = "1.0.5" 3900 - source = "registry+https://github.com/rust-lang/crates.io-index" 3901 - checksum = "edecfb8d234a2b0be031ab02ebcdd9f3b9ee418fb35e265f7a540a48d197bff9" 3902 - dependencies = [ 3903 - "arrayvec", 3904 - "euclid", 3905 - "num-traits", 3906 - ] 3907 - 3908 - [[package]] 3909 - name = "lyon_path" 3910 - version = "1.0.5" 3911 - source = "registry+https://github.com/rust-lang/crates.io-index" 3912 - checksum = "9c08a606c7a59638d6c6aa18ac91a06aa9fb5f765a7efb27e6a4da58700740d7" 3913 - dependencies = [ 3914 - "lyon_geom", 3915 - "num-traits", 3916 - ] 3917 - 3918 - [[package]] 3919 - name = "lyon_tessellation" 3920 - version = "1.0.15" 3921 - source = "registry+https://github.com/rust-lang/crates.io-index" 3922 - checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c" 3923 - dependencies = [ 3924 - "float_next_after", 3925 - "lyon_path", 3926 - "num-traits", 3927 - ] 3928 - 3929 - [[package]] 3930 - name = "macaddr" 3931 - version = "1.0.1" 3932 - source = "registry+https://github.com/rust-lang/crates.io-index" 3933 - checksum = "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8" 3934 - 3935 - [[package]] 3936 - name = "malloc_buf" 3937 - version = "0.0.6" 3938 - source = "registry+https://github.com/rust-lang/crates.io-index" 3939 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 3940 - dependencies = [ 3941 - "libc", 3942 - ] 3943 - 3944 - [[package]] 3945 - name = "matchers" 3946 - version = "0.1.0" 3947 - source = "registry+https://github.com/rust-lang/crates.io-index" 3948 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 3949 - dependencies = [ 3950 - "regex-automata 0.1.10", 3951 - ] 3952 - 3953 - [[package]] 3954 - name = "memchr" 3955 - version = "2.7.4" 3956 - source = "registry+https://github.com/rust-lang/crates.io-index" 3957 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 3958 - 3959 - [[package]] 3960 - name = "memmap2" 3961 - version = "0.8.0" 3962 - source = "registry+https://github.com/rust-lang/crates.io-index" 3963 - checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed" 3964 - dependencies = [ 3965 - "libc", 3966 - ] 3967 - 3968 - [[package]] 3969 - name = "memmap2" 3970 - version = "0.9.4" 3971 - source = "registry+https://github.com/rust-lang/crates.io-index" 3972 - checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" 3973 - dependencies = [ 3974 - "libc", 3975 - ] 3976 - 3977 - [[package]] 3978 - name = "memoffset" 3979 - version = "0.7.1" 3980 - source = "registry+https://github.com/rust-lang/crates.io-index" 3981 - checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 3982 - dependencies = [ 3983 - "autocfg", 3984 - ] 3985 - 3986 - [[package]] 3987 - name = "memoffset" 3988 - version = "0.9.1" 3989 - source = "registry+https://github.com/rust-lang/crates.io-index" 3990 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 3991 - dependencies = [ 3992 - "autocfg", 3993 - ] 3994 - 3995 - [[package]] 3996 - name = "metal" 3997 - version = "0.27.0" 3998 - source = "registry+https://github.com/rust-lang/crates.io-index" 3999 - checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25" 4000 - dependencies = [ 4001 - "bitflags 2.6.0", 4002 - "block", 4003 - "core-graphics-types", 4004 - "foreign-types", 4005 - "log", 4006 - "objc", 4007 - "paste", 4008 - ] 4009 - 4010 - [[package]] 4011 - name = "mime" 4012 - version = "0.1.0" 4013 - source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9" 4014 - dependencies = [ 4015 - "smithay-clipboard", 4016 - ] 4017 - 4018 - [[package]] 4019 - name = "mime" 4020 - version = "0.3.17" 4021 - source = "registry+https://github.com/rust-lang/crates.io-index" 4022 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 4023 - 4024 - [[package]] 4025 - name = "miniz_oxide" 4026 - version = "0.7.4" 4027 - source = "registry+https://github.com/rust-lang/crates.io-index" 4028 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 4029 - dependencies = [ 4030 - "adler", 4031 - "simd-adler32", 4032 - ] 4033 - 4034 - [[package]] 4035 - name = "mio" 4036 - version = "0.8.11" 4037 - source = "registry+https://github.com/rust-lang/crates.io-index" 4038 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 4039 - dependencies = [ 4040 - "libc", 4041 - "log", 4042 - "wasi", 4043 - "windows-sys 0.48.0", 4044 - ] 4045 - 4046 - [[package]] 4047 - name = "mpris2-zbus" 4048 - version = "0.1.0" 4049 - source = "git+https://github.com/pop-os/dbus-settings-bindings#cd21ddcb1b5cbfc80ab84b34d3c8b1ff3d81179a" 4050 - dependencies = [ 4051 - "futures-util", 4052 - "serde", 4053 - "thiserror", 4054 - "time", 4055 - "zbus 4.3.1", 4056 - "zvariant 4.1.2", 4057 - ] 4058 - 4059 - [[package]] 4060 - name = "mutate_once" 4061 - version = "0.1.1" 4062 - source = "registry+https://github.com/rust-lang/crates.io-index" 4063 - checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b" 4064 - 4065 - [[package]] 4066 - name = "naga" 4067 - version = "0.19.0" 4068 - source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 4069 - dependencies = [ 4070 - "arrayvec", 4071 - "bit-set", 4072 - "bitflags 2.6.0", 4073 - "codespan-reporting", 4074 - "hexf-parse", 4075 - "indexmap", 4076 - "log", 4077 - "num-traits", 4078 - "rustc-hash", 4079 - "spirv", 4080 - "termcolor", 4081 - "thiserror", 4082 - "unicode-xid", 4083 - ] 4084 - 4085 - [[package]] 4086 - name = "nix" 4087 - version = "0.26.4" 4088 - source = "registry+https://github.com/rust-lang/crates.io-index" 4089 - checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 4090 - dependencies = [ 4091 - "bitflags 1.3.2", 4092 - "cfg-if", 4093 - "libc", 4094 - "memoffset 0.7.1", 4095 - ] 4096 - 4097 - [[package]] 4098 - name = "nix" 4099 - version = "0.29.0" 4100 - source = "registry+https://github.com/rust-lang/crates.io-index" 4101 - checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 4102 - dependencies = [ 4103 - "bitflags 2.6.0", 4104 - "cfg-if", 4105 - "cfg_aliases 0.2.1", 4106 - "libc", 4107 - "memoffset 0.9.1", 4108 - ] 4109 - 4110 - [[package]] 4111 - name = "notify" 4112 - version = "6.1.1" 4113 - source = "registry+https://github.com/rust-lang/crates.io-index" 4114 - checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 4115 - dependencies = [ 4116 - "bitflags 2.6.0", 4117 - "crossbeam-channel", 4118 - "filetime", 4119 - "fsevent-sys", 4120 - "inotify", 4121 - "kqueue", 4122 - "libc", 4123 - "log", 4124 - "mio", 4125 - "walkdir", 4126 - "windows-sys 0.48.0", 4127 - ] 4128 - 4129 - [[package]] 4130 - name = "nu-ansi-term" 4131 - version = "0.46.0" 4132 - source = "registry+https://github.com/rust-lang/crates.io-index" 4133 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 4134 - dependencies = [ 4135 - "overload", 4136 - "winapi", 4137 - ] 4138 - 4139 - [[package]] 4140 - name = "num" 4141 - version = "0.4.3" 4142 - source = "registry+https://github.com/rust-lang/crates.io-index" 4143 - checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 4144 - dependencies = [ 4145 - "num-bigint", 4146 - "num-complex", 4147 - "num-integer", 4148 - "num-iter", 4149 - "num-rational", 4150 - "num-traits", 4151 - ] 4152 - 4153 - [[package]] 4154 - name = "num-bigint" 4155 - version = "0.4.6" 4156 - source = "registry+https://github.com/rust-lang/crates.io-index" 4157 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 4158 - dependencies = [ 4159 - "num-integer", 4160 - "num-traits", 4161 - ] 4162 - 4163 - [[package]] 4164 - name = "num-complex" 4165 - version = "0.4.6" 4166 - source = "registry+https://github.com/rust-lang/crates.io-index" 4167 - checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 4168 - dependencies = [ 4169 - "num-traits", 4170 - ] 4171 - 4172 - [[package]] 4173 - name = "num-conv" 4174 - version = "0.1.0" 4175 - source = "registry+https://github.com/rust-lang/crates.io-index" 4176 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 4177 - 4178 - [[package]] 4179 - name = "num-derive" 4180 - version = "0.3.3" 4181 - source = "registry+https://github.com/rust-lang/crates.io-index" 4182 - checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" 4183 - dependencies = [ 4184 - "proc-macro2", 4185 - "quote", 4186 - "syn 1.0.109", 4187 - ] 4188 - 4189 - [[package]] 4190 - name = "num-derive" 4191 - version = "0.4.2" 4192 - source = "registry+https://github.com/rust-lang/crates.io-index" 4193 - checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 4194 - dependencies = [ 4195 - "proc-macro2", 4196 - "quote", 4197 - "syn 2.0.71", 4198 - ] 4199 - 4200 - [[package]] 4201 - name = "num-integer" 4202 - version = "0.1.46" 4203 - source = "registry+https://github.com/rust-lang/crates.io-index" 4204 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 4205 - dependencies = [ 4206 - "num-traits", 4207 - ] 4208 - 4209 - [[package]] 4210 - name = "num-iter" 4211 - version = "0.1.45" 4212 - source = "registry+https://github.com/rust-lang/crates.io-index" 4213 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 4214 - dependencies = [ 4215 - "autocfg", 4216 - "num-integer", 4217 - "num-traits", 4218 - ] 4219 - 4220 - [[package]] 4221 - name = "num-rational" 4222 - version = "0.4.2" 4223 - source = "registry+https://github.com/rust-lang/crates.io-index" 4224 - checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 4225 - dependencies = [ 4226 - "num-bigint", 4227 - "num-integer", 4228 - "num-traits", 4229 - ] 4230 - 4231 - [[package]] 4232 - name = "num-traits" 4233 - version = "0.2.19" 4234 - source = "registry+https://github.com/rust-lang/crates.io-index" 4235 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 4236 - dependencies = [ 4237 - "autocfg", 4238 - "libm", 4239 - ] 4240 - 4241 - [[package]] 4242 - name = "num_cpus" 4243 - version = "1.16.0" 4244 - source = "registry+https://github.com/rust-lang/crates.io-index" 4245 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 4246 - dependencies = [ 4247 - "hermit-abi 0.3.9", 4248 - "libc", 4249 - ] 4250 - 4251 - [[package]] 4252 - name = "objc" 4253 - version = "0.2.7" 4254 - source = "registry+https://github.com/rust-lang/crates.io-index" 4255 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 4256 - dependencies = [ 4257 - "malloc_buf", 4258 - "objc_exception", 4259 - ] 4260 - 4261 - [[package]] 4262 - name = "objc-foundation" 4263 - version = "0.1.1" 4264 - source = "registry+https://github.com/rust-lang/crates.io-index" 4265 - checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 4266 - dependencies = [ 4267 - "block", 4268 - "objc", 4269 - "objc_id", 4270 - ] 4271 - 4272 - [[package]] 4273 - name = "objc_exception" 4274 - version = "0.1.2" 4275 - source = "registry+https://github.com/rust-lang/crates.io-index" 4276 - checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 4277 - dependencies = [ 4278 - "cc", 4279 - ] 4280 - 4281 - [[package]] 4282 - name = "objc_id" 4283 - version = "0.1.1" 4284 - source = "registry+https://github.com/rust-lang/crates.io-index" 4285 - checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 4286 - dependencies = [ 4287 - "objc", 4288 - ] 4289 - 4290 - [[package]] 4291 - name = "object" 4292 - version = "0.36.1" 4293 - source = "registry+https://github.com/rust-lang/crates.io-index" 4294 - checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" 4295 - dependencies = [ 4296 - "memchr", 4297 - ] 4298 - 4299 - [[package]] 4300 - name = "once_cell" 4301 - version = "1.19.0" 4302 - source = "registry+https://github.com/rust-lang/crates.io-index" 4303 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 4304 - 4305 - [[package]] 4306 - name = "option-ext" 4307 - version = "0.2.0" 4308 - source = "registry+https://github.com/rust-lang/crates.io-index" 4309 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 4310 - 4311 - [[package]] 4312 - name = "ordered-multimap" 4313 - version = "0.7.3" 4314 - source = "registry+https://github.com/rust-lang/crates.io-index" 4315 - checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" 4316 - dependencies = [ 4317 - "dlv-list", 4318 - "hashbrown", 4319 - ] 4320 - 4321 - [[package]] 4322 - name = "ordered-stream" 4323 - version = "0.2.0" 4324 - source = "registry+https://github.com/rust-lang/crates.io-index" 4325 - checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 4326 - dependencies = [ 4327 - "futures-core", 4328 - "pin-project-lite", 4329 - ] 4330 - 4331 - [[package]] 4332 - name = "ouroboros" 4333 - version = "0.17.2" 4334 - source = "registry+https://github.com/rust-lang/crates.io-index" 4335 - checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954" 4336 - dependencies = [ 4337 - "aliasable", 4338 - "ouroboros_macro", 4339 - "static_assertions", 4340 - ] 4341 - 4342 - [[package]] 4343 - name = "ouroboros_macro" 4344 - version = "0.17.2" 4345 - source = "registry+https://github.com/rust-lang/crates.io-index" 4346 - checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8" 4347 - dependencies = [ 4348 - "heck 0.4.1", 4349 - "proc-macro-error", 4350 - "proc-macro2", 4351 - "quote", 4352 - "syn 2.0.71", 4353 - ] 4354 - 4355 - [[package]] 4356 - name = "overload" 4357 - version = "0.1.1" 4358 - source = "registry+https://github.com/rust-lang/crates.io-index" 4359 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 4360 - 4361 - [[package]] 4362 - name = "palette" 4363 - version = "0.7.6" 4364 - source = "registry+https://github.com/rust-lang/crates.io-index" 4365 - checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6" 4366 - dependencies = [ 4367 - "approx", 4368 - "fast-srgb8", 4369 - "palette_derive", 4370 - "phf", 4371 - "serde", 4372 - ] 4373 - 4374 - [[package]] 4375 - name = "palette_derive" 4376 - version = "0.7.6" 4377 - source = "registry+https://github.com/rust-lang/crates.io-index" 4378 - checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30" 4379 - dependencies = [ 4380 - "by_address", 4381 - "proc-macro2", 4382 - "quote", 4383 - "syn 2.0.71", 4384 - ] 4385 - 4386 - [[package]] 4387 - name = "parking" 4388 - version = "2.2.0" 4389 - source = "registry+https://github.com/rust-lang/crates.io-index" 4390 - checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 4391 - 4392 - [[package]] 4393 - name = "parking_lot" 4394 - version = "0.11.2" 4395 - source = "registry+https://github.com/rust-lang/crates.io-index" 4396 - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 4397 - dependencies = [ 4398 - "instant", 4399 - "lock_api", 4400 - "parking_lot_core 0.8.6", 4401 - ] 4402 - 4403 - [[package]] 4404 - name = "parking_lot" 4405 - version = "0.12.3" 4406 - source = "registry+https://github.com/rust-lang/crates.io-index" 4407 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 4408 - dependencies = [ 4409 - "lock_api", 4410 - "parking_lot_core 0.9.10", 4411 - ] 4412 - 4413 - [[package]] 4414 - name = "parking_lot_core" 4415 - version = "0.8.6" 4416 - source = "registry+https://github.com/rust-lang/crates.io-index" 4417 - checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 4418 - dependencies = [ 4419 - "cfg-if", 4420 - "instant", 4421 - "libc", 4422 - "redox_syscall 0.2.16", 4423 - "smallvec", 4424 - "winapi", 4425 - ] 4426 - 4427 - [[package]] 4428 - name = "parking_lot_core" 4429 - version = "0.9.10" 4430 - source = "registry+https://github.com/rust-lang/crates.io-index" 4431 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 4432 - dependencies = [ 4433 - "cfg-if", 4434 - "libc", 4435 - "redox_syscall 0.5.3", 4436 - "smallvec", 4437 - "windows-targets 0.52.6", 4438 - ] 4439 - 4440 - [[package]] 4441 - name = "paste" 4442 - version = "1.0.15" 4443 - source = "registry+https://github.com/rust-lang/crates.io-index" 4444 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 4445 - 4446 - [[package]] 4447 - name = "percent-encoding" 4448 - version = "2.3.1" 4449 - source = "registry+https://github.com/rust-lang/crates.io-index" 4450 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 4451 - 4452 - [[package]] 4453 - name = "phf" 4454 - version = "0.11.2" 4455 - source = "registry+https://github.com/rust-lang/crates.io-index" 4456 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 4457 - dependencies = [ 4458 - "phf_macros", 4459 - "phf_shared", 4460 - ] 4461 - 4462 - [[package]] 4463 - name = "phf_generator" 4464 - version = "0.11.2" 4465 - source = "registry+https://github.com/rust-lang/crates.io-index" 4466 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 4467 - dependencies = [ 4468 - "phf_shared", 4469 - "rand", 4470 - ] 4471 - 4472 - [[package]] 4473 - name = "phf_macros" 4474 - version = "0.11.2" 4475 - source = "registry+https://github.com/rust-lang/crates.io-index" 4476 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 4477 - dependencies = [ 4478 - "phf_generator", 4479 - "phf_shared", 4480 - "proc-macro2", 4481 - "quote", 4482 - "syn 2.0.71", 4483 - ] 4484 - 4485 - [[package]] 4486 - name = "phf_shared" 4487 - version = "0.11.2" 4488 - source = "registry+https://github.com/rust-lang/crates.io-index" 4489 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 4490 - dependencies = [ 4491 - "siphasher", 4492 - ] 4493 - 4494 - [[package]] 4495 - name = "pico-args" 4496 - version = "0.5.0" 4497 - source = "registry+https://github.com/rust-lang/crates.io-index" 4498 - checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 4499 - 4500 - [[package]] 4501 - name = "pin-project" 4502 - version = "1.1.5" 4503 - source = "registry+https://github.com/rust-lang/crates.io-index" 4504 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 4505 - dependencies = [ 4506 - "pin-project-internal", 4507 - ] 4508 - 4509 - [[package]] 4510 - name = "pin-project-internal" 4511 - version = "1.1.5" 4512 - source = "registry+https://github.com/rust-lang/crates.io-index" 4513 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 4514 - dependencies = [ 4515 - "proc-macro2", 4516 - "quote", 4517 - "syn 2.0.71", 4518 - ] 4519 - 4520 - [[package]] 4521 - name = "pin-project-lite" 4522 - version = "0.2.14" 4523 - source = "registry+https://github.com/rust-lang/crates.io-index" 4524 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 4525 - 4526 - [[package]] 4527 - name = "pin-utils" 4528 - version = "0.1.0" 4529 - source = "registry+https://github.com/rust-lang/crates.io-index" 4530 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 4531 - 4532 - [[package]] 4533 - name = "piper" 4534 - version = "0.2.3" 4535 - source = "registry+https://github.com/rust-lang/crates.io-index" 4536 - checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" 4537 - dependencies = [ 4538 - "atomic-waker", 4539 - "fastrand 2.1.0", 4540 - "futures-io", 4541 - ] 4542 - 4543 - [[package]] 4544 - name = "pkg-config" 4545 - version = "0.3.30" 4546 - source = "registry+https://github.com/rust-lang/crates.io-index" 4547 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 4548 - 4549 - [[package]] 4550 - name = "png" 4551 - version = "0.17.13" 4552 - source = "registry+https://github.com/rust-lang/crates.io-index" 4553 - checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 4554 - dependencies = [ 4555 - "bitflags 1.3.2", 4556 - "crc32fast", 4557 - "fdeflate", 4558 - "flate2", 4559 - "miniz_oxide", 4560 - ] 4561 - 4562 - [[package]] 4563 - name = "polling" 4564 - version = "2.8.0" 4565 - source = "registry+https://github.com/rust-lang/crates.io-index" 4566 - checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 4567 - dependencies = [ 4568 - "autocfg", 4569 - "bitflags 1.3.2", 4570 - "cfg-if", 4571 - "concurrent-queue", 4572 - "libc", 4573 - "log", 4574 - "pin-project-lite", 4575 - "windows-sys 0.48.0", 4576 - ] 4577 - 4578 - [[package]] 4579 - name = "polling" 4580 - version = "3.7.2" 4581 - source = "registry+https://github.com/rust-lang/crates.io-index" 4582 - checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" 4583 - dependencies = [ 4584 - "cfg-if", 4585 - "concurrent-queue", 4586 - "hermit-abi 0.4.0", 4587 - "pin-project-lite", 4588 - "rustix 0.38.34", 4589 - "tracing", 4590 - "windows-sys 0.52.0", 4591 - ] 4592 - 4593 - [[package]] 4594 - name = "pollster" 4595 - version = "0.3.0" 4596 - source = "registry+https://github.com/rust-lang/crates.io-index" 4597 - checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 4598 - 4599 - [[package]] 4600 - name = "powerfmt" 4601 - version = "0.2.0" 4602 - source = "registry+https://github.com/rust-lang/crates.io-index" 4603 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 4604 - 4605 - [[package]] 4606 - name = "ppv-lite86" 4607 - version = "0.2.17" 4608 - source = "registry+https://github.com/rust-lang/crates.io-index" 4609 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 4610 - 4611 - [[package]] 4612 - name = "presser" 4613 - version = "0.3.1" 4614 - source = "registry+https://github.com/rust-lang/crates.io-index" 4615 - checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 4616 - 4617 - [[package]] 4618 - name = "proc-macro-crate" 4619 - version = "1.3.1" 4620 - source = "registry+https://github.com/rust-lang/crates.io-index" 4621 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 4622 - dependencies = [ 4623 - "once_cell", 4624 - "toml_edit 0.19.15", 4625 - ] 4626 - 4627 - [[package]] 4628 - name = "proc-macro-crate" 4629 - version = "3.1.0" 4630 - source = "registry+https://github.com/rust-lang/crates.io-index" 4631 - checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 4632 - dependencies = [ 4633 - "toml_edit 0.21.1", 4634 - ] 4635 - 4636 - [[package]] 4637 - name = "proc-macro-error" 4638 - version = "1.0.4" 4639 - source = "registry+https://github.com/rust-lang/crates.io-index" 4640 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 4641 - dependencies = [ 4642 - "proc-macro-error-attr", 4643 - "proc-macro2", 4644 - "quote", 4645 - "syn 1.0.109", 4646 - "version_check", 4647 - ] 4648 - 4649 - [[package]] 4650 - name = "proc-macro-error-attr" 4651 - version = "1.0.4" 4652 - source = "registry+https://github.com/rust-lang/crates.io-index" 4653 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 4654 - dependencies = [ 4655 - "proc-macro2", 4656 - "quote", 4657 - "version_check", 4658 - ] 4659 - 4660 - [[package]] 4661 - name = "proc-macro2" 4662 - version = "1.0.86" 4663 - source = "registry+https://github.com/rust-lang/crates.io-index" 4664 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 4665 - dependencies = [ 4666 - "unicode-ident", 4667 - ] 4668 - 4669 - [[package]] 4670 - name = "procfs" 4671 - version = "0.16.0" 4672 - source = "registry+https://github.com/rust-lang/crates.io-index" 4673 - checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" 4674 - dependencies = [ 4675 - "bitflags 2.6.0", 4676 - "hex", 4677 - "lazy_static", 4678 - "procfs-core", 4679 - "rustix 0.38.34", 4680 - ] 4681 - 4682 - [[package]] 4683 - name = "procfs-core" 4684 - version = "0.16.0" 4685 - source = "registry+https://github.com/rust-lang/crates.io-index" 4686 - checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" 4687 - dependencies = [ 4688 - "bitflags 2.6.0", 4689 - "hex", 4690 - ] 4691 - 4692 - [[package]] 4693 - name = "profiling" 4694 - version = "1.0.15" 4695 - source = "registry+https://github.com/rust-lang/crates.io-index" 4696 - checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" 4697 - 4698 - [[package]] 4699 - name = "qoi" 4700 - version = "0.4.1" 4701 - source = "registry+https://github.com/rust-lang/crates.io-index" 4702 - checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 4703 - dependencies = [ 4704 - "bytemuck", 4705 - ] 4706 - 4707 - [[package]] 4708 - name = "quick-xml" 4709 - version = "0.34.0" 4710 - source = "registry+https://github.com/rust-lang/crates.io-index" 4711 - checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4" 4712 - dependencies = [ 4713 - "memchr", 4714 - ] 4715 - 4716 - [[package]] 4717 - name = "quote" 4718 - version = "1.0.36" 4719 - source = "registry+https://github.com/rust-lang/crates.io-index" 4720 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 4721 - dependencies = [ 4722 - "proc-macro2", 4723 - ] 4724 - 4725 - [[package]] 4726 - name = "rand" 4727 - version = "0.8.5" 4728 - source = "registry+https://github.com/rust-lang/crates.io-index" 4729 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4730 - dependencies = [ 4731 - "libc", 4732 - "rand_chacha", 4733 - "rand_core", 4734 - ] 4735 - 4736 - [[package]] 4737 - name = "rand_chacha" 4738 - version = "0.3.1" 4739 - source = "registry+https://github.com/rust-lang/crates.io-index" 4740 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4741 - dependencies = [ 4742 - "ppv-lite86", 4743 - "rand_core", 4744 - ] 4745 - 4746 - [[package]] 4747 - name = "rand_core" 4748 - version = "0.6.4" 4749 - source = "registry+https://github.com/rust-lang/crates.io-index" 4750 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4751 - dependencies = [ 4752 - "getrandom", 4753 - ] 4754 - 4755 - [[package]] 4756 - name = "range-alloc" 4757 - version = "0.1.3" 4758 - source = "registry+https://github.com/rust-lang/crates.io-index" 4759 - checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 4760 - 4761 - [[package]] 4762 - name = "rangemap" 4763 - version = "1.5.1" 4764 - source = "registry+https://github.com/rust-lang/crates.io-index" 4765 - checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684" 4766 - 4767 - [[package]] 4768 - name = "raw-window-handle" 4769 - version = "0.6.2" 4770 - source = "registry+https://github.com/rust-lang/crates.io-index" 4771 - checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 4772 - 4773 - [[package]] 4774 - name = "rayon" 4775 - version = "1.10.0" 4776 - source = "registry+https://github.com/rust-lang/crates.io-index" 4777 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 4778 - dependencies = [ 4779 - "either", 4780 - "rayon-core", 4781 - ] 4782 - 4783 - [[package]] 4784 - name = "rayon-core" 4785 - version = "1.12.1" 4786 - source = "registry+https://github.com/rust-lang/crates.io-index" 4787 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 4788 - dependencies = [ 4789 - "crossbeam-deque", 4790 - "crossbeam-utils", 4791 - ] 4792 - 4793 - [[package]] 4794 - name = "rctree" 4795 - version = "0.5.0" 4796 - source = "registry+https://github.com/rust-lang/crates.io-index" 4797 - checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f" 4798 - 4799 - [[package]] 4800 - name = "read-fonts" 4801 - version = "0.19.3" 4802 - source = "registry+https://github.com/rust-lang/crates.io-index" 4803 - checksum = "e8b8af39d1f23869711ad4cea5e7835a20daa987f80232f7f2a2374d648ca64d" 4804 - dependencies = [ 4805 - "bytemuck", 4806 - "font-types", 4807 - ] 4808 - 4809 - [[package]] 4810 - name = "redox_syscall" 4811 - version = "0.2.16" 4812 - source = "registry+https://github.com/rust-lang/crates.io-index" 4813 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 4814 - dependencies = [ 4815 - "bitflags 1.3.2", 4816 - ] 4817 - 4818 - [[package]] 4819 - name = "redox_syscall" 4820 - version = "0.4.1" 4821 - source = "registry+https://github.com/rust-lang/crates.io-index" 4822 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 4823 - dependencies = [ 4824 - "bitflags 1.3.2", 4825 - ] 4826 - 4827 - [[package]] 4828 - name = "redox_syscall" 4829 - version = "0.5.3" 4830 - source = "registry+https://github.com/rust-lang/crates.io-index" 4831 - checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" 4832 - dependencies = [ 4833 - "bitflags 2.6.0", 4834 - ] 4835 - 4836 - [[package]] 4837 - name = "redox_users" 4838 - version = "0.4.5" 4839 - source = "registry+https://github.com/rust-lang/crates.io-index" 4840 - checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 4841 - dependencies = [ 4842 - "getrandom", 4843 - "libredox", 4844 - "thiserror", 4845 - ] 4846 - 4847 - [[package]] 4848 - name = "regex" 4849 - version = "1.10.5" 4850 - source = "registry+https://github.com/rust-lang/crates.io-index" 4851 - checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 4852 - dependencies = [ 4853 - "aho-corasick", 4854 - "memchr", 4855 - "regex-automata 0.4.7", 4856 - "regex-syntax 0.8.4", 4857 - ] 4858 - 4859 - [[package]] 4860 - name = "regex-automata" 4861 - version = "0.1.10" 4862 - source = "registry+https://github.com/rust-lang/crates.io-index" 4863 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 4864 - dependencies = [ 4865 - "regex-syntax 0.6.29", 4866 - ] 4867 - 4868 - [[package]] 4869 - name = "regex-automata" 4870 - version = "0.2.0" 4871 - source = "registry+https://github.com/rust-lang/crates.io-index" 4872 - checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" 4873 - dependencies = [ 4874 - "memchr", 4875 - ] 4876 - 4877 - [[package]] 4878 - name = "regex-automata" 4879 - version = "0.4.7" 4880 - source = "registry+https://github.com/rust-lang/crates.io-index" 4881 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 4882 - dependencies = [ 4883 - "aho-corasick", 4884 - "memchr", 4885 - "regex-syntax 0.8.4", 4886 - ] 4887 - 4888 - [[package]] 4889 - name = "regex-syntax" 4890 - version = "0.6.29" 4891 - source = "registry+https://github.com/rust-lang/crates.io-index" 4892 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 4893 - 4894 - [[package]] 4895 - name = "regex-syntax" 4896 - version = "0.8.4" 4897 - source = "registry+https://github.com/rust-lang/crates.io-index" 4898 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 4899 - 4900 - [[package]] 4901 - name = "renderdoc-sys" 4902 - version = "1.1.0" 4903 - source = "registry+https://github.com/rust-lang/crates.io-index" 4904 - checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 4905 - 4906 - [[package]] 4907 - name = "resvg" 4908 - version = "0.37.0" 4909 - source = "registry+https://github.com/rust-lang/crates.io-index" 4910 - checksum = "cadccb3d99a9efb8e5e00c16fbb732cbe400db2ec7fc004697ee7d97d86cf1f4" 4911 - dependencies = [ 4912 - "gif 0.12.0", 4913 - "jpeg-decoder", 4914 - "log", 4915 - "pico-args", 4916 - "png", 4917 - "rgb", 4918 - "svgtypes", 4919 - "tiny-skia", 4920 - "usvg", 4921 - ] 4922 - 4923 - [[package]] 4924 - name = "rfd" 4925 - version = "0.14.1" 4926 - source = "registry+https://github.com/rust-lang/crates.io-index" 4927 - checksum = "25a73a7337fc24366edfca76ec521f51877b114e42dab584008209cca6719251" 4928 - dependencies = [ 4929 - "ashpd 0.8.1", 4930 - "block", 4931 - "dispatch", 4932 - "js-sys", 4933 - "log", 4934 - "objc", 4935 - "objc-foundation", 4936 - "objc_id", 4937 - "pollster", 4938 - "raw-window-handle", 4939 - "urlencoding", 4940 - "wasm-bindgen", 4941 - "wasm-bindgen-futures", 4942 - "web-sys", 4943 - "windows-sys 0.48.0", 4944 - ] 4945 - 4946 - [[package]] 4947 - name = "rgb" 4948 - version = "0.8.45" 4949 - source = "registry+https://github.com/rust-lang/crates.io-index" 4950 - checksum = "ade4539f42266ded9e755c605bdddf546242b2c961b03b06a7375260788a0523" 4951 - dependencies = [ 4952 - "bytemuck", 4953 - ] 4954 - 4955 - [[package]] 4956 - name = "ron" 4957 - version = "0.8.1" 4958 - source = "registry+https://github.com/rust-lang/crates.io-index" 4959 - checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" 4960 - dependencies = [ 4961 - "base64", 4962 - "bitflags 2.6.0", 4963 - "serde", 4964 - "serde_derive", 4965 - ] 4966 - 4967 - [[package]] 4968 - name = "roxmltree" 4969 - version = "0.19.0" 4970 - source = "registry+https://github.com/rust-lang/crates.io-index" 4971 - checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f" 4972 - 4973 - [[package]] 4974 - name = "rust-embed" 4975 - version = "6.8.1" 4976 - source = "registry+https://github.com/rust-lang/crates.io-index" 4977 - checksum = "a36224c3276f8c4ebc8c20f158eca7ca4359c8db89991c4925132aaaf6702661" 4978 - dependencies = [ 4979 - "rust-embed-impl 6.8.1", 4980 - "rust-embed-utils 7.8.1", 4981 - "walkdir", 4982 - ] 4983 - 4984 - [[package]] 4985 - name = "rust-embed" 4986 - version = "8.5.0" 4987 - source = "registry+https://github.com/rust-lang/crates.io-index" 4988 - checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0" 4989 - dependencies = [ 4990 - "rust-embed-impl 8.5.0", 4991 - "rust-embed-utils 8.5.0", 4992 - "walkdir", 4993 - ] 4994 - 4995 - [[package]] 4996 - name = "rust-embed-impl" 4997 - version = "6.8.1" 4998 - source = "registry+https://github.com/rust-lang/crates.io-index" 4999 - checksum = "49b94b81e5b2c284684141a2fb9e2a31be90638caf040bf9afbc5a0416afe1ac" 5000 - dependencies = [ 5001 - "proc-macro2", 5002 - "quote", 5003 - "rust-embed-utils 7.8.1", 5004 - "syn 2.0.71", 5005 - "walkdir", 5006 - ] 5007 - 5008 - [[package]] 5009 - name = "rust-embed-impl" 5010 - version = "8.5.0" 5011 - source = "registry+https://github.com/rust-lang/crates.io-index" 5012 - checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478" 5013 - dependencies = [ 5014 - "proc-macro2", 5015 - "quote", 5016 - "rust-embed-utils 8.5.0", 5017 - "syn 2.0.71", 5018 - "walkdir", 5019 - ] 5020 - 5021 - [[package]] 5022 - name = "rust-embed-utils" 5023 - version = "7.8.1" 5024 - source = "registry+https://github.com/rust-lang/crates.io-index" 5025 - checksum = "9d38ff6bf570dc3bb7100fce9f7b60c33fa71d80e88da3f2580df4ff2bdded74" 5026 - dependencies = [ 5027 - "sha2", 5028 - "walkdir", 5029 - ] 5030 - 5031 - [[package]] 5032 - name = "rust-embed-utils" 5033 - version = "8.5.0" 5034 - source = "registry+https://github.com/rust-lang/crates.io-index" 5035 - checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d" 5036 - dependencies = [ 5037 - "sha2", 5038 - "walkdir", 5039 - ] 5040 - 5041 - [[package]] 5042 - name = "rust-ini" 5043 - version = "0.20.0" 5044 - source = "registry+https://github.com/rust-lang/crates.io-index" 5045 - checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" 5046 - dependencies = [ 5047 - "cfg-if", 5048 - "ordered-multimap", 5049 - ] 5050 - 5051 - [[package]] 5052 - name = "rustc-demangle" 5053 - version = "0.1.24" 5054 - source = "registry+https://github.com/rust-lang/crates.io-index" 5055 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 5056 - 5057 - [[package]] 5058 - name = "rustc-hash" 5059 - version = "1.1.0" 5060 - source = "registry+https://github.com/rust-lang/crates.io-index" 5061 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 5062 - 5063 - [[package]] 5064 - name = "rustix" 5065 - version = "0.37.27" 5066 - source = "registry+https://github.com/rust-lang/crates.io-index" 5067 - checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 5068 - dependencies = [ 5069 - "bitflags 1.3.2", 5070 - "errno", 5071 - "io-lifetimes 1.0.11", 5072 - "libc", 5073 - "linux-raw-sys 0.3.8", 5074 - "windows-sys 0.48.0", 5075 - ] 5076 - 5077 - [[package]] 5078 - name = "rustix" 5079 - version = "0.38.34" 5080 - source = "registry+https://github.com/rust-lang/crates.io-index" 5081 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 5082 - dependencies = [ 5083 - "bitflags 2.6.0", 5084 - "errno", 5085 - "libc", 5086 - "linux-raw-sys 0.4.14", 5087 - "windows-sys 0.52.0", 5088 - ] 5089 - 5090 - [[package]] 5091 - name = "rustversion" 5092 - version = "1.0.17" 5093 - source = "registry+https://github.com/rust-lang/crates.io-index" 5094 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 5095 - 5096 - [[package]] 5097 - name = "rustybuzz" 5098 - version = "0.12.1" 5099 - source = "registry+https://github.com/rust-lang/crates.io-index" 5100 - checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c" 5101 - dependencies = [ 5102 - "bitflags 2.6.0", 5103 - "bytemuck", 5104 - "smallvec", 5105 - "ttf-parser 0.20.0", 5106 - "unicode-bidi-mirroring 0.1.0", 5107 - "unicode-ccc 0.1.2", 5108 - "unicode-properties", 5109 - "unicode-script", 5110 - ] 5111 - 5112 - [[package]] 5113 - name = "rustybuzz" 5114 - version = "0.14.1" 5115 - source = "registry+https://github.com/rust-lang/crates.io-index" 5116 - checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c" 5117 - dependencies = [ 5118 - "bitflags 2.6.0", 5119 - "bytemuck", 5120 - "libm", 5121 - "smallvec", 5122 - "ttf-parser 0.21.1", 5123 - "unicode-bidi-mirroring 0.2.0", 5124 - "unicode-ccc 0.2.0", 5125 - "unicode-properties", 5126 - "unicode-script", 5127 - ] 5128 - 5129 - [[package]] 5130 - name = "ryu" 5131 - version = "1.0.18" 5132 - source = "registry+https://github.com/rust-lang/crates.io-index" 5133 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 5134 - 5135 - [[package]] 5136 - name = "same-file" 5137 - version = "1.0.6" 5138 - source = "registry+https://github.com/rust-lang/crates.io-index" 5139 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 5140 - dependencies = [ 5141 - "winapi-util", 5142 - ] 5143 - 5144 - [[package]] 5145 - name = "scoped-tls" 5146 - version = "1.0.1" 5147 - source = "registry+https://github.com/rust-lang/crates.io-index" 5148 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 5149 - 5150 - [[package]] 5151 - name = "scopeguard" 5152 - version = "1.2.0" 5153 - source = "registry+https://github.com/rust-lang/crates.io-index" 5154 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 5155 - 5156 - [[package]] 5157 - name = "self_cell" 5158 - version = "0.10.3" 5159 - source = "registry+https://github.com/rust-lang/crates.io-index" 5160 - checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" 5161 - dependencies = [ 5162 - "self_cell 1.0.4", 5163 - ] 5164 - 5165 - [[package]] 5166 - name = "self_cell" 5167 - version = "1.0.4" 5168 - source = "registry+https://github.com/rust-lang/crates.io-index" 5169 - checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" 5170 - 5171 - [[package]] 5172 - name = "sendfd" 5173 - version = "0.4.3" 5174 - source = "registry+https://github.com/rust-lang/crates.io-index" 5175 - checksum = "604b71b8fc267e13bb3023a2c901126c8f349393666a6d98ac1ae5729b701798" 5176 - dependencies = [ 5177 - "libc", 5178 - "tokio", 5179 - ] 5180 - 5181 - [[package]] 5182 - name = "serde" 5183 - version = "1.0.204" 5184 - source = "registry+https://github.com/rust-lang/crates.io-index" 5185 - checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" 5186 - dependencies = [ 5187 - "serde_derive", 5188 - ] 5189 - 5190 - [[package]] 5191 - name = "serde-xml-rs" 5192 - version = "0.6.0" 5193 - source = "registry+https://github.com/rust-lang/crates.io-index" 5194 - checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782" 5195 - dependencies = [ 5196 - "log", 5197 - "serde", 5198 - "thiserror", 5199 - "xml-rs", 5200 - ] 5201 - 5202 - [[package]] 5203 - name = "serde_derive" 5204 - version = "1.0.204" 5205 - source = "registry+https://github.com/rust-lang/crates.io-index" 5206 - checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" 5207 - dependencies = [ 5208 - "proc-macro2", 5209 - "quote", 5210 - "syn 2.0.71", 5211 - ] 5212 - 5213 - [[package]] 5214 - name = "serde_json" 5215 - version = "1.0.120" 5216 - source = "registry+https://github.com/rust-lang/crates.io-index" 5217 - checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" 5218 - dependencies = [ 5219 - "indexmap", 5220 - "itoa", 5221 - "ryu", 5222 - "serde", 5223 - ] 5224 - 5225 - [[package]] 5226 - name = "serde_repr" 5227 - version = "0.1.19" 5228 - source = "registry+https://github.com/rust-lang/crates.io-index" 5229 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 5230 - dependencies = [ 5231 - "proc-macro2", 5232 - "quote", 5233 - "syn 2.0.71", 5234 - ] 5235 - 5236 - [[package]] 5237 - name = "serde_spanned" 5238 - version = "0.6.6" 5239 - source = "registry+https://github.com/rust-lang/crates.io-index" 5240 - checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" 5241 - dependencies = [ 5242 - "serde", 5243 - ] 5244 - 5245 - [[package]] 5246 - name = "sha1" 5247 - version = "0.10.6" 5248 - source = "registry+https://github.com/rust-lang/crates.io-index" 5249 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 5250 - dependencies = [ 5251 - "cfg-if", 5252 - "cpufeatures", 5253 - "digest", 5254 - ] 5255 - 5256 - [[package]] 5257 - name = "sha2" 5258 - version = "0.10.8" 5259 - source = "registry+https://github.com/rust-lang/crates.io-index" 5260 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 5261 - dependencies = [ 5262 - "cfg-if", 5263 - "cpufeatures", 5264 - "digest", 5265 - ] 5266 - 5267 - [[package]] 5268 - name = "sharded-slab" 5269 - version = "0.1.7" 5270 - source = "registry+https://github.com/rust-lang/crates.io-index" 5271 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 5272 - dependencies = [ 5273 - "lazy_static", 5274 - ] 5275 - 5276 - [[package]] 5277 - name = "shlex" 5278 - version = "1.3.0" 5279 - source = "registry+https://github.com/rust-lang/crates.io-index" 5280 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 5281 - 5282 - [[package]] 5283 - name = "signal-hook-registry" 5284 - version = "1.4.2" 5285 - source = "registry+https://github.com/rust-lang/crates.io-index" 5286 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 5287 - dependencies = [ 5288 - "libc", 5289 - ] 5290 - 5291 - [[package]] 5292 - name = "simd-adler32" 5293 - version = "0.3.7" 5294 - source = "registry+https://github.com/rust-lang/crates.io-index" 5295 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 5296 - 5297 - [[package]] 5298 - name = "simplecss" 5299 - version = "0.2.1" 5300 - source = "registry+https://github.com/rust-lang/crates.io-index" 5301 - checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d" 5302 - dependencies = [ 5303 - "log", 5304 - ] 5305 - 5306 - [[package]] 5307 - name = "siphasher" 5308 - version = "0.3.11" 5309 - source = "registry+https://github.com/rust-lang/crates.io-index" 5310 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 5311 - 5312 - [[package]] 5313 - name = "skrifa" 5314 - version = "0.19.3" 5315 - source = "registry+https://github.com/rust-lang/crates.io-index" 5316 - checksum = "0ab45fb68b53576a43d4fc0e9ec8ea64e29a4d2cc7f44506964cb75f288222e9" 5317 - dependencies = [ 5318 - "bytemuck", 5319 - "read-fonts", 5320 - ] 5321 - 5322 - [[package]] 5323 - name = "slab" 5324 - version = "0.4.9" 5325 - source = "registry+https://github.com/rust-lang/crates.io-index" 5326 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 5327 - dependencies = [ 5328 - "autocfg", 5329 - ] 5330 - 5331 - [[package]] 5332 - name = "slotmap" 5333 - version = "1.0.7" 5334 - source = "registry+https://github.com/rust-lang/crates.io-index" 5335 - checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 5336 - dependencies = [ 5337 - "version_check", 5338 - ] 5339 - 5340 - [[package]] 5341 - name = "smallvec" 5342 - version = "1.13.2" 5343 - source = "registry+https://github.com/rust-lang/crates.io-index" 5344 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 5345 - 5346 - [[package]] 5347 - name = "smithay-client-toolkit" 5348 - version = "0.19.2" 5349 - source = "registry+https://github.com/rust-lang/crates.io-index" 5350 - checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 5351 - dependencies = [ 5352 - "bitflags 2.6.0", 5353 - "bytemuck", 5354 - "calloop", 5355 - "calloop-wayland-source", 5356 - "cursor-icon", 5357 - "libc", 5358 - "log", 5359 - "memmap2 0.9.4", 5360 - "pkg-config", 5361 - "rustix 0.38.34", 5362 - "thiserror", 5363 - "wayland-backend", 5364 - "wayland-client", 5365 - "wayland-csd-frame", 5366 - "wayland-cursor", 5367 - "wayland-protocols", 5368 - "wayland-protocols-wlr", 5369 - "wayland-scanner", 5370 - "xkbcommon", 5371 - "xkeysym", 5372 - ] 5373 - 5374 - [[package]] 5375 - name = "smithay-clipboard" 5376 - version = "0.8.0" 5377 - source = "git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5#5a3007def49eb678d1144850c9ee04b80707c56a" 5378 - dependencies = [ 5379 - "libc", 5380 - "raw-window-handle", 5381 - "smithay-client-toolkit", 5382 - "wayland-backend", 5383 - ] 5384 - 5385 - [[package]] 5386 - name = "smol_str" 5387 - version = "0.2.2" 5388 - source = "registry+https://github.com/rust-lang/crates.io-index" 5389 - checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 5390 - dependencies = [ 5391 - "serde", 5392 - ] 5393 - 5394 - [[package]] 5395 - name = "socket2" 5396 - version = "0.4.10" 5397 - source = "registry+https://github.com/rust-lang/crates.io-index" 5398 - checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 5399 - dependencies = [ 5400 - "libc", 5401 - "winapi", 5402 - ] 5403 - 5404 - [[package]] 5405 - name = "socket2" 5406 - version = "0.5.7" 5407 - source = "registry+https://github.com/rust-lang/crates.io-index" 5408 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 5409 - dependencies = [ 5410 - "libc", 5411 - "windows-sys 0.52.0", 5412 - ] 5413 - 5414 - [[package]] 5415 - name = "softbuffer" 5416 - version = "0.4.1" 5417 - source = "git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0#6e75b1ad7e98397d37cb187886d05969bc480995" 5418 - dependencies = [ 5419 - "as-raw-xcb-connection", 5420 - "bytemuck", 5421 - "cfg_aliases 0.2.1", 5422 - "cocoa", 5423 - "core-graphics", 5424 - "drm", 5425 - "fastrand 2.1.0", 5426 - "foreign-types", 5427 - "js-sys", 5428 - "log", 5429 - "memmap2 0.9.4", 5430 - "objc", 5431 - "raw-window-handle", 5432 - "redox_syscall 0.4.1", 5433 - "rustix 0.38.34", 5434 - "tiny-xlib", 5435 - "wasm-bindgen", 5436 - "wayland-backend", 5437 - "wayland-client", 5438 - "wayland-sys", 5439 - "web-sys", 5440 - "windows-sys 0.52.0", 5441 - "x11rb", 5442 - ] 5443 - 5444 - [[package]] 5445 - name = "spin" 5446 - version = "0.9.8" 5447 - source = "registry+https://github.com/rust-lang/crates.io-index" 5448 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 5449 - dependencies = [ 5450 - "lock_api", 5451 - ] 5452 - 5453 - [[package]] 5454 - name = "spirv" 5455 - version = "0.3.0+sdk-1.3.268.0" 5456 - source = "registry+https://github.com/rust-lang/crates.io-index" 5457 - checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 5458 - dependencies = [ 5459 - "bitflags 2.6.0", 5460 - ] 5461 - 5462 - [[package]] 5463 - name = "stable_deref_trait" 5464 - version = "1.2.0" 5465 - source = "registry+https://github.com/rust-lang/crates.io-index" 5466 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 5467 - 5468 - [[package]] 5469 - name = "static_assertions" 5470 - version = "1.1.0" 5471 - source = "registry+https://github.com/rust-lang/crates.io-index" 5472 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 5473 - 5474 - [[package]] 5475 - name = "strict-num" 5476 - version = "0.1.1" 5477 - source = "registry+https://github.com/rust-lang/crates.io-index" 5478 - checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 5479 - dependencies = [ 5480 - "float-cmp", 5481 - ] 5482 - 5483 - [[package]] 5484 - name = "strsim" 5485 - version = "0.10.0" 5486 - source = "registry+https://github.com/rust-lang/crates.io-index" 5487 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 5488 - 5489 - [[package]] 5490 - name = "strsim" 5491 - version = "0.11.1" 5492 - source = "registry+https://github.com/rust-lang/crates.io-index" 5493 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 5494 - 5495 - [[package]] 5496 - name = "strum" 5497 - version = "0.26.3" 5498 - source = "registry+https://github.com/rust-lang/crates.io-index" 5499 - checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 5500 - dependencies = [ 5501 - "strum_macros", 5502 - ] 5503 - 5504 - [[package]] 5505 - name = "strum_macros" 5506 - version = "0.26.4" 5507 - source = "registry+https://github.com/rust-lang/crates.io-index" 5508 - checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 5509 - dependencies = [ 5510 - "heck 0.5.0", 5511 - "proc-macro2", 5512 - "quote", 5513 - "rustversion", 5514 - "syn 2.0.71", 5515 - ] 5516 - 5517 - [[package]] 5518 - name = "svg_fmt" 5519 - version = "0.4.3" 5520 - source = "registry+https://github.com/rust-lang/crates.io-index" 5521 - checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca" 5522 - 5523 - [[package]] 5524 - name = "svgtypes" 5525 - version = "0.13.0" 5526 - source = "registry+https://github.com/rust-lang/crates.io-index" 5527 - checksum = "6e44e288cd960318917cbd540340968b90becc8bc81f171345d706e7a89d9d70" 5528 - dependencies = [ 5529 - "kurbo", 5530 - "siphasher", 5531 - ] 5532 - 5533 - [[package]] 5534 - name = "swash" 5535 - version = "0.1.17" 5536 - source = "registry+https://github.com/rust-lang/crates.io-index" 5537 - checksum = "4d7773d67fe3373048cf840bfcc54ec3207cfc1e95c526b287ef2eb5eff9faf6" 5538 - dependencies = [ 5539 - "skrifa", 5540 - "yazi", 5541 - "zeno", 5542 - ] 5543 - 5544 - [[package]] 5545 - name = "switcheroo-control" 5546 - version = "0.1.0" 5547 - source = "git+https://github.com/pop-os/dbus-settings-bindings#cd21ddcb1b5cbfc80ab84b34d3c8b1ff3d81179a" 5548 - dependencies = [ 5549 - "zbus 4.3.1", 5550 - ] 5551 - 5552 - [[package]] 5553 - name = "syn" 5554 - version = "1.0.109" 5555 - source = "registry+https://github.com/rust-lang/crates.io-index" 5556 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 5557 - dependencies = [ 5558 - "proc-macro2", 5559 - "quote", 5560 - "unicode-ident", 5561 - ] 5562 - 5563 - [[package]] 5564 - name = "syn" 5565 - version = "2.0.71" 5566 - source = "registry+https://github.com/rust-lang/crates.io-index" 5567 - checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462" 5568 - dependencies = [ 5569 - "proc-macro2", 5570 - "quote", 5571 - "unicode-ident", 5572 - ] 5573 - 5574 - [[package]] 5575 - name = "synstructure" 5576 - version = "0.13.1" 5577 - source = "registry+https://github.com/rust-lang/crates.io-index" 5578 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 5579 - dependencies = [ 5580 - "proc-macro2", 5581 - "quote", 5582 - "syn 2.0.71", 5583 - ] 5584 - 5585 - [[package]] 5586 - name = "sys-locale" 5587 - version = "0.3.1" 5588 - source = "registry+https://github.com/rust-lang/crates.io-index" 5589 - checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0" 5590 - dependencies = [ 5591 - "libc", 5592 - ] 5593 - 5594 - [[package]] 5595 - name = "taffy" 5596 - version = "0.3.11" 5597 - source = "git+https://github.com/DioxusLabs/taffy?rev=7781c70#7781c70241f7f572130c13106f2a869a9cf80885" 5598 - dependencies = [ 5599 - "arrayvec", 5600 - "grid", 5601 - "num-traits", 5602 - "slotmap", 5603 - ] 5604 - 5605 - [[package]] 5606 - name = "temp-dir" 5607 - version = "0.1.13" 5608 - source = "registry+https://github.com/rust-lang/crates.io-index" 5609 - checksum = "1f227968ec00f0e5322f9b8173c7a0cbcff6181a0a5b28e9892491c286277231" 5610 - 5611 - [[package]] 5612 - name = "tempfile" 5613 - version = "3.10.1" 5614 - source = "registry+https://github.com/rust-lang/crates.io-index" 5615 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 5616 - dependencies = [ 5617 - "cfg-if", 5618 - "fastrand 2.1.0", 5619 - "rustix 0.38.34", 5620 - "windows-sys 0.52.0", 5621 - ] 5622 - 5623 - [[package]] 5624 - name = "termcolor" 5625 - version = "1.4.1" 5626 - source = "registry+https://github.com/rust-lang/crates.io-index" 5627 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 5628 - dependencies = [ 5629 - "winapi-util", 5630 - ] 5631 - 5632 - [[package]] 5633 - name = "textdistance" 5634 - version = "1.0.2" 5635 - source = "registry+https://github.com/rust-lang/crates.io-index" 5636 - checksum = "d321c8576c2b47e43953e9cce236550d4cd6af0a6ce518fe084340082ca6037b" 5637 - 5638 - [[package]] 5639 - name = "thiserror" 5640 - version = "1.0.62" 5641 - source = "registry+https://github.com/rust-lang/crates.io-index" 5642 - checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" 5643 - dependencies = [ 5644 - "thiserror-impl", 5645 - ] 5646 - 5647 - [[package]] 5648 - name = "thiserror-impl" 5649 - version = "1.0.62" 5650 - source = "registry+https://github.com/rust-lang/crates.io-index" 5651 - checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" 5652 - dependencies = [ 5653 - "proc-macro2", 5654 - "quote", 5655 - "syn 2.0.71", 5656 - ] 5657 - 5658 - [[package]] 5659 - name = "thread_local" 5660 - version = "1.1.8" 5661 - source = "registry+https://github.com/rust-lang/crates.io-index" 5662 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 5663 - dependencies = [ 5664 - "cfg-if", 5665 - "once_cell", 5666 - ] 5667 - 5668 - [[package]] 5669 - name = "tiff" 5670 - version = "0.9.1" 5671 - source = "registry+https://github.com/rust-lang/crates.io-index" 5672 - checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 5673 - dependencies = [ 5674 - "flate2", 5675 - "jpeg-decoder", 5676 - "weezl", 5677 - ] 5678 - 5679 - [[package]] 5680 - name = "time" 5681 - version = "0.3.36" 5682 - source = "registry+https://github.com/rust-lang/crates.io-index" 5683 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 5684 - dependencies = [ 5685 - "deranged", 5686 - "num-conv", 5687 - "powerfmt", 5688 - "serde", 5689 - "time-core", 5690 - "time-macros", 5691 - ] 5692 - 5693 - [[package]] 5694 - name = "time-core" 5695 - version = "0.1.2" 5696 - source = "registry+https://github.com/rust-lang/crates.io-index" 5697 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 5698 - 5699 - [[package]] 5700 - name = "time-macros" 5701 - version = "0.2.18" 5702 - source = "registry+https://github.com/rust-lang/crates.io-index" 5703 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 5704 - dependencies = [ 5705 - "num-conv", 5706 - "time-core", 5707 - ] 5708 - 5709 - [[package]] 5710 - name = "tiny-keccak" 5711 - version = "2.0.2" 5712 - source = "registry+https://github.com/rust-lang/crates.io-index" 5713 - checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 5714 - dependencies = [ 5715 - "crunchy", 5716 - ] 5717 - 5718 - [[package]] 5719 - name = "tiny-skia" 5720 - version = "0.11.4" 5721 - source = "registry+https://github.com/rust-lang/crates.io-index" 5722 - checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 5723 - dependencies = [ 5724 - "arrayref", 5725 - "arrayvec", 5726 - "bytemuck", 5727 - "cfg-if", 5728 - "log", 5729 - "png", 5730 - "tiny-skia-path", 5731 - ] 5732 - 5733 - [[package]] 5734 - name = "tiny-skia-path" 5735 - version = "0.11.4" 5736 - source = "registry+https://github.com/rust-lang/crates.io-index" 5737 - checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 5738 - dependencies = [ 5739 - "arrayref", 5740 - "bytemuck", 5741 - "strict-num", 5742 - ] 5743 - 5744 - [[package]] 5745 - name = "tiny-xlib" 5746 - version = "0.2.3" 5747 - source = "registry+https://github.com/rust-lang/crates.io-index" 5748 - checksum = "1d52f22673960ad13af14ff4025997312def1223bfa7c8e4949d099e6b3d5d1c" 5749 - dependencies = [ 5750 - "as-raw-xcb-connection", 5751 - "ctor-lite", 5752 - "libloading 0.8.4", 5753 - "pkg-config", 5754 - "tracing", 5755 - ] 5756 - 5757 - [[package]] 5758 - name = "tinystr" 5759 - version = "0.7.6" 5760 - source = "registry+https://github.com/rust-lang/crates.io-index" 5761 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 5762 - dependencies = [ 5763 - "displaydoc", 5764 - "zerovec", 5765 - ] 5766 - 5767 - [[package]] 5768 - name = "tinyvec" 5769 - version = "1.8.0" 5770 - source = "registry+https://github.com/rust-lang/crates.io-index" 5771 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 5772 - dependencies = [ 5773 - "tinyvec_macros", 5774 - ] 5775 - 5776 - [[package]] 5777 - name = "tinyvec_macros" 5778 - version = "0.1.1" 5779 - source = "registry+https://github.com/rust-lang/crates.io-index" 5780 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5781 - 5782 - [[package]] 5783 - name = "tokio" 5784 - version = "1.38.0" 5785 - source = "registry+https://github.com/rust-lang/crates.io-index" 5786 - checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 5787 - dependencies = [ 5788 - "backtrace", 5789 - "bytes", 5790 - "libc", 5791 - "mio", 5792 - "num_cpus", 5793 - "parking_lot 0.12.3", 5794 - "pin-project-lite", 5795 - "signal-hook-registry", 5796 - "socket2 0.5.7", 5797 - "tokio-macros", 5798 - "tracing", 5799 - "windows-sys 0.48.0", 5800 - ] 5801 - 5802 - [[package]] 5803 - name = "tokio-macros" 5804 - version = "2.3.0" 5805 - source = "registry+https://github.com/rust-lang/crates.io-index" 5806 - checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 5807 - dependencies = [ 5808 - "proc-macro2", 5809 - "quote", 5810 - "syn 2.0.71", 5811 - ] 5812 - 5813 - [[package]] 5814 - name = "tokio-stream" 5815 - version = "0.1.15" 5816 - source = "registry+https://github.com/rust-lang/crates.io-index" 5817 - checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" 5818 - dependencies = [ 5819 - "futures-core", 5820 - "pin-project-lite", 5821 - "tokio", 5822 - ] 5823 - 5824 - [[package]] 5825 - name = "toml" 5826 - version = "0.5.11" 5827 - source = "registry+https://github.com/rust-lang/crates.io-index" 5828 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 5829 - dependencies = [ 5830 - "serde", 5831 - ] 5832 - 5833 - [[package]] 5834 - name = "toml" 5835 - version = "0.8.14" 5836 - source = "registry+https://github.com/rust-lang/crates.io-index" 5837 - checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" 5838 - dependencies = [ 5839 - "serde", 5840 - "serde_spanned", 5841 - "toml_datetime", 5842 - "toml_edit 0.22.15", 5843 - ] 5844 - 5845 - [[package]] 5846 - name = "toml_datetime" 5847 - version = "0.6.6" 5848 - source = "registry+https://github.com/rust-lang/crates.io-index" 5849 - checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 5850 - dependencies = [ 5851 - "serde", 5852 - ] 5853 - 5854 - [[package]] 5855 - name = "toml_edit" 5856 - version = "0.19.15" 5857 - source = "registry+https://github.com/rust-lang/crates.io-index" 5858 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 5859 - dependencies = [ 5860 - "indexmap", 5861 - "toml_datetime", 5862 - "winnow 0.5.40", 5863 - ] 5864 - 5865 - [[package]] 5866 - name = "toml_edit" 5867 - version = "0.21.1" 5868 - source = "registry+https://github.com/rust-lang/crates.io-index" 5869 - checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 5870 - dependencies = [ 5871 - "indexmap", 5872 - "toml_datetime", 5873 - "winnow 0.5.40", 5874 - ] 5875 - 5876 - [[package]] 5877 - name = "toml_edit" 5878 - version = "0.22.15" 5879 - source = "registry+https://github.com/rust-lang/crates.io-index" 5880 - checksum = "d59a3a72298453f564e2b111fa896f8d07fabb36f51f06d7e875fc5e0b5a3ef1" 5881 - dependencies = [ 5882 - "indexmap", 5883 - "serde", 5884 - "serde_spanned", 5885 - "toml_datetime", 5886 - "winnow 0.6.13", 5887 - ] 5888 - 5889 - [[package]] 5890 - name = "tracing" 5891 - version = "0.1.40" 5892 - source = "registry+https://github.com/rust-lang/crates.io-index" 5893 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 5894 - dependencies = [ 5895 - "pin-project-lite", 5896 - "tracing-attributes", 5897 - "tracing-core", 5898 - ] 5899 - 5900 - [[package]] 5901 - name = "tracing-attributes" 5902 - version = "0.1.27" 5903 - source = "registry+https://github.com/rust-lang/crates.io-index" 5904 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 5905 - dependencies = [ 5906 - "proc-macro2", 5907 - "quote", 5908 - "syn 2.0.71", 5909 - ] 5910 - 5911 - [[package]] 5912 - name = "tracing-core" 5913 - version = "0.1.32" 5914 - source = "registry+https://github.com/rust-lang/crates.io-index" 5915 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 5916 - dependencies = [ 5917 - "once_cell", 5918 - "valuable", 5919 - ] 5920 - 5921 - [[package]] 5922 - name = "tracing-log" 5923 - version = "0.2.0" 5924 - source = "registry+https://github.com/rust-lang/crates.io-index" 5925 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5926 - dependencies = [ 5927 - "log", 5928 - "once_cell", 5929 - "tracing-core", 5930 - ] 5931 - 5932 - [[package]] 5933 - name = "tracing-subscriber" 5934 - version = "0.3.18" 5935 - source = "registry+https://github.com/rust-lang/crates.io-index" 5936 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 5937 - dependencies = [ 5938 - "matchers", 5939 - "nu-ansi-term", 5940 - "once_cell", 5941 - "regex", 5942 - "sharded-slab", 5943 - "smallvec", 5944 - "thread_local", 5945 - "tracing", 5946 - "tracing-core", 5947 - "tracing-log", 5948 - ] 5949 - 5950 - [[package]] 5951 - name = "ttf-parser" 5952 - version = "0.20.0" 5953 - source = "registry+https://github.com/rust-lang/crates.io-index" 5954 - checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4" 5955 - 5956 - [[package]] 5957 - name = "ttf-parser" 5958 - version = "0.21.1" 5959 - source = "registry+https://github.com/rust-lang/crates.io-index" 5960 - checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8" 5961 - 5962 - [[package]] 5963 - name = "type-map" 5964 - version = "0.5.0" 5965 - source = "registry+https://github.com/rust-lang/crates.io-index" 5966 - checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" 5967 - dependencies = [ 5968 - "rustc-hash", 5969 - ] 5970 - 5971 - [[package]] 5972 - name = "typenum" 5973 - version = "1.17.0" 5974 - source = "registry+https://github.com/rust-lang/crates.io-index" 5975 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 5976 - 5977 - [[package]] 5978 - name = "udev" 5979 - version = "0.8.0" 5980 - source = "registry+https://github.com/rust-lang/crates.io-index" 5981 - checksum = "50051c6e22be28ee6f217d50014f3bc29e81c20dc66ff7ca0d5c5226e1dcc5a1" 5982 - dependencies = [ 5983 - "io-lifetimes 1.0.11", 5984 - "libc", 5985 - "libudev-sys", 5986 - "pkg-config", 5987 - ] 5988 - 5989 - [[package]] 5990 - name = "uds_windows" 5991 - version = "1.1.0" 5992 - source = "registry+https://github.com/rust-lang/crates.io-index" 5993 - checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 5994 - dependencies = [ 5995 - "memoffset 0.9.1", 5996 - "tempfile", 5997 - "winapi", 5998 - ] 5999 - 6000 - [[package]] 6001 - name = "unic-langid" 6002 - version = "0.9.5" 6003 - source = "registry+https://github.com/rust-lang/crates.io-index" 6004 - checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44" 6005 - dependencies = [ 6006 - "unic-langid-impl", 6007 - ] 6008 - 6009 - [[package]] 6010 - name = "unic-langid-impl" 6011 - version = "0.9.5" 6012 - source = "registry+https://github.com/rust-lang/crates.io-index" 6013 - checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5" 6014 - dependencies = [ 6015 - "serde", 6016 - "tinystr", 6017 - ] 6018 - 6019 - [[package]] 6020 - name = "unicode-bidi" 6021 - version = "0.3.15" 6022 - source = "registry+https://github.com/rust-lang/crates.io-index" 6023 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 6024 - 6025 - [[package]] 6026 - name = "unicode-bidi-mirroring" 6027 - version = "0.1.0" 6028 - source = "registry+https://github.com/rust-lang/crates.io-index" 6029 - checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694" 6030 - 6031 - [[package]] 6032 - name = "unicode-bidi-mirroring" 6033 - version = "0.2.0" 6034 - source = "registry+https://github.com/rust-lang/crates.io-index" 6035 - checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86" 6036 - 6037 - [[package]] 6038 - name = "unicode-ccc" 6039 - version = "0.1.2" 6040 - source = "registry+https://github.com/rust-lang/crates.io-index" 6041 - checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1" 6042 - 6043 - [[package]] 6044 - name = "unicode-ccc" 6045 - version = "0.2.0" 6046 - source = "registry+https://github.com/rust-lang/crates.io-index" 6047 - checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656" 6048 - 6049 - [[package]] 6050 - name = "unicode-ident" 6051 - version = "1.0.12" 6052 - source = "registry+https://github.com/rust-lang/crates.io-index" 6053 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 6054 - 6055 - [[package]] 6056 - name = "unicode-linebreak" 6057 - version = "0.1.5" 6058 - source = "registry+https://github.com/rust-lang/crates.io-index" 6059 - checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 6060 - 6061 - [[package]] 6062 - name = "unicode-normalization" 6063 - version = "0.1.23" 6064 - source = "registry+https://github.com/rust-lang/crates.io-index" 6065 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 6066 - dependencies = [ 6067 - "tinyvec", 6068 - ] 6069 - 6070 - [[package]] 6071 - name = "unicode-properties" 6072 - version = "0.1.1" 6073 - source = "registry+https://github.com/rust-lang/crates.io-index" 6074 - checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" 6075 - 6076 - [[package]] 6077 - name = "unicode-script" 6078 - version = "0.5.6" 6079 - source = "registry+https://github.com/rust-lang/crates.io-index" 6080 - checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" 6081 - 6082 - [[package]] 6083 - name = "unicode-segmentation" 6084 - version = "1.11.0" 6085 - source = "registry+https://github.com/rust-lang/crates.io-index" 6086 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 6087 - 6088 - [[package]] 6089 - name = "unicode-vo" 6090 - version = "0.1.0" 6091 - source = "registry+https://github.com/rust-lang/crates.io-index" 6092 - checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" 6093 - 6094 - [[package]] 6095 - name = "unicode-width" 6096 - version = "0.1.13" 6097 - source = "registry+https://github.com/rust-lang/crates.io-index" 6098 - checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 6099 - 6100 - [[package]] 6101 - name = "unicode-xid" 6102 - version = "0.2.4" 6103 - source = "registry+https://github.com/rust-lang/crates.io-index" 6104 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 6105 - 6106 - [[package]] 6107 - name = "upower_dbus" 6108 - version = "0.3.2" 6109 - source = "git+https://github.com/pop-os/dbus-settings-bindings#cd21ddcb1b5cbfc80ab84b34d3c8b1ff3d81179a" 6110 - dependencies = [ 6111 - "serde", 6112 - "serde_repr", 6113 - "zbus 4.3.1", 6114 - ] 6115 - 6116 - [[package]] 6117 - name = "url" 6118 - version = "2.5.2" 6119 - source = "registry+https://github.com/rust-lang/crates.io-index" 6120 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 6121 - dependencies = [ 6122 - "form_urlencoded", 6123 - "idna", 6124 - "percent-encoding", 6125 - "serde", 6126 - ] 6127 - 6128 - [[package]] 6129 - name = "urlencoding" 6130 - version = "2.1.3" 6131 - source = "registry+https://github.com/rust-lang/crates.io-index" 6132 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 6133 - 6134 - [[package]] 6135 - name = "usvg" 6136 - version = "0.37.0" 6137 - source = "registry+https://github.com/rust-lang/crates.io-index" 6138 - checksum = "38b0a51b72ab80ca511d126b77feeeb4fb1e972764653e61feac30adc161a756" 6139 - dependencies = [ 6140 - "base64", 6141 - "log", 6142 - "pico-args", 6143 - "usvg-parser", 6144 - "usvg-text-layout", 6145 - "usvg-tree", 6146 - "xmlwriter", 6147 - ] 6148 - 6149 - [[package]] 6150 - name = "usvg-parser" 6151 - version = "0.37.0" 6152 - source = "registry+https://github.com/rust-lang/crates.io-index" 6153 - checksum = "9bd4e3c291f45d152929a31f0f6c819245e2921bfd01e7bd91201a9af39a2bdc" 6154 - dependencies = [ 6155 - "data-url", 6156 - "flate2", 6157 - "imagesize", 6158 - "kurbo", 6159 - "log", 6160 - "roxmltree", 6161 - "simplecss", 6162 - "siphasher", 6163 - "svgtypes", 6164 - "usvg-tree", 6165 - ] 6166 - 6167 - [[package]] 6168 - name = "usvg-text-layout" 6169 - version = "0.37.0" 6170 - source = "registry+https://github.com/rust-lang/crates.io-index" 6171 - checksum = "d383a3965de199d7f96d4e11a44dd859f46e86de7f3dca9a39bf82605da0a37c" 6172 - dependencies = [ 6173 - "fontdb", 6174 - "kurbo", 6175 - "log", 6176 - "rustybuzz 0.12.1", 6177 - "unicode-bidi", 6178 - "unicode-script", 6179 - "unicode-vo", 6180 - "usvg-tree", 6181 - ] 6182 - 6183 - [[package]] 6184 - name = "usvg-tree" 6185 - version = "0.37.0" 6186 - source = "registry+https://github.com/rust-lang/crates.io-index" 6187 - checksum = "8ee3d202ebdb97a6215604b8f5b4d6ef9024efd623cf2e373a6416ba976ec7d3" 6188 - dependencies = [ 6189 - "rctree", 6190 - "strict-num", 6191 - "svgtypes", 6192 - "tiny-skia-path", 6193 - ] 6194 - 6195 - [[package]] 6196 - name = "utf16_iter" 6197 - version = "1.0.5" 6198 - source = "registry+https://github.com/rust-lang/crates.io-index" 6199 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 6200 - 6201 - [[package]] 6202 - name = "utf8_iter" 6203 - version = "1.0.4" 6204 - source = "registry+https://github.com/rust-lang/crates.io-index" 6205 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 6206 - 6207 - [[package]] 6208 - name = "uuid" 6209 - version = "1.10.0" 6210 - source = "registry+https://github.com/rust-lang/crates.io-index" 6211 - checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 6212 - dependencies = [ 6213 - "getrandom", 6214 - ] 6215 - 6216 - [[package]] 6217 - name = "valuable" 6218 - version = "0.1.0" 6219 - source = "registry+https://github.com/rust-lang/crates.io-index" 6220 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 6221 - 6222 - [[package]] 6223 - name = "version_check" 6224 - version = "0.9.4" 6225 - source = "registry+https://github.com/rust-lang/crates.io-index" 6226 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 6227 - 6228 - [[package]] 6229 - name = "waker-fn" 6230 - version = "1.2.0" 6231 - source = "registry+https://github.com/rust-lang/crates.io-index" 6232 - checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 6233 - 6234 - [[package]] 6235 - name = "walkdir" 6236 - version = "2.5.0" 6237 - source = "registry+https://github.com/rust-lang/crates.io-index" 6238 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 6239 - dependencies = [ 6240 - "same-file", 6241 - "winapi-util", 6242 - ] 6243 - 6244 - [[package]] 6245 - name = "wasi" 6246 - version = "0.11.0+wasi-snapshot-preview1" 6247 - source = "registry+https://github.com/rust-lang/crates.io-index" 6248 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 6249 - 6250 - [[package]] 6251 - name = "wasm-bindgen" 6252 - version = "0.2.92" 6253 - source = "registry+https://github.com/rust-lang/crates.io-index" 6254 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 6255 - dependencies = [ 6256 - "cfg-if", 6257 - "wasm-bindgen-macro", 6258 - ] 6259 - 6260 - [[package]] 6261 - name = "wasm-bindgen-backend" 6262 - version = "0.2.92" 6263 - source = "registry+https://github.com/rust-lang/crates.io-index" 6264 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 6265 - dependencies = [ 6266 - "bumpalo", 6267 - "log", 6268 - "once_cell", 6269 - "proc-macro2", 6270 - "quote", 6271 - "syn 2.0.71", 6272 - "wasm-bindgen-shared", 6273 - ] 6274 - 6275 - [[package]] 6276 - name = "wasm-bindgen-futures" 6277 - version = "0.4.42" 6278 - source = "registry+https://github.com/rust-lang/crates.io-index" 6279 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 6280 - dependencies = [ 6281 - "cfg-if", 6282 - "js-sys", 6283 - "wasm-bindgen", 6284 - "web-sys", 6285 - ] 6286 - 6287 - [[package]] 6288 - name = "wasm-bindgen-macro" 6289 - version = "0.2.92" 6290 - source = "registry+https://github.com/rust-lang/crates.io-index" 6291 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 6292 - dependencies = [ 6293 - "quote", 6294 - "wasm-bindgen-macro-support", 6295 - ] 6296 - 6297 - [[package]] 6298 - name = "wasm-bindgen-macro-support" 6299 - version = "0.2.92" 6300 - source = "registry+https://github.com/rust-lang/crates.io-index" 6301 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 6302 - dependencies = [ 6303 - "proc-macro2", 6304 - "quote", 6305 - "syn 2.0.71", 6306 - "wasm-bindgen-backend", 6307 - "wasm-bindgen-shared", 6308 - ] 6309 - 6310 - [[package]] 6311 - name = "wasm-bindgen-shared" 6312 - version = "0.2.92" 6313 - source = "registry+https://github.com/rust-lang/crates.io-index" 6314 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 6315 - 6316 - [[package]] 6317 - name = "wasm-timer" 6318 - version = "0.2.5" 6319 - source = "registry+https://github.com/rust-lang/crates.io-index" 6320 - checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" 6321 - dependencies = [ 6322 - "futures", 6323 - "js-sys", 6324 - "parking_lot 0.11.2", 6325 - "pin-utils", 6326 - "wasm-bindgen", 6327 - "wasm-bindgen-futures", 6328 - "web-sys", 6329 - ] 6330 - 6331 - [[package]] 6332 - name = "wayland-backend" 6333 - version = "0.3.5" 6334 - source = "registry+https://github.com/rust-lang/crates.io-index" 6335 - checksum = "269c04f203640d0da2092d1b8d89a2d081714ae3ac2f1b53e99f205740517198" 6336 - dependencies = [ 6337 - "cc", 6338 - "downcast-rs", 6339 - "rustix 0.38.34", 6340 - "scoped-tls", 6341 - "smallvec", 6342 - "wayland-sys", 6343 - ] 6344 - 6345 - [[package]] 6346 - name = "wayland-client" 6347 - version = "0.31.4" 6348 - source = "registry+https://github.com/rust-lang/crates.io-index" 6349 - checksum = "08bd0f46c069d3382a36c8666c1b9ccef32b8b04f41667ca1fef06a1adcc2982" 6350 - dependencies = [ 6351 - "bitflags 2.6.0", 6352 - "rustix 0.38.34", 6353 - "wayland-backend", 6354 - "wayland-scanner", 6355 - ] 6356 - 6357 - [[package]] 6358 - name = "wayland-csd-frame" 6359 - version = "0.3.0" 6360 - source = "registry+https://github.com/rust-lang/crates.io-index" 6361 - checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 6362 - dependencies = [ 6363 - "bitflags 2.6.0", 6364 - "cursor-icon", 6365 - "wayland-backend", 6366 - ] 6367 - 6368 - [[package]] 6369 - name = "wayland-cursor" 6370 - version = "0.31.4" 6371 - source = "registry+https://github.com/rust-lang/crates.io-index" 6372 - checksum = "09414bcf0fd8d9577d73e9ac4659ebc45bcc9cff1980a350543ad8e50ee263b2" 6373 - dependencies = [ 6374 - "rustix 0.38.34", 6375 - "wayland-client", 6376 - "xcursor", 6377 - ] 6378 - 6379 - [[package]] 6380 - name = "wayland-protocols" 6381 - version = "0.32.2" 6382 - source = "registry+https://github.com/rust-lang/crates.io-index" 6383 - checksum = "1794d82d869f38439d15c24b26f06f6c8603d27d47b4f786d5197c99044de415" 6384 - dependencies = [ 6385 - "bitflags 2.6.0", 6386 - "wayland-backend", 6387 - "wayland-client", 6388 - "wayland-scanner", 6389 - "wayland-server", 6390 - ] 6391 - 6392 - [[package]] 6393 - name = "wayland-protocols-wlr" 6394 - version = "0.3.2" 6395 - source = "registry+https://github.com/rust-lang/crates.io-index" 6396 - checksum = "fa43c961473aed713d44c1f616f775186249dfca657f256d8841ca0690366aba" 6397 - dependencies = [ 6398 - "bitflags 2.6.0", 6399 - "wayland-backend", 6400 - "wayland-client", 6401 - "wayland-protocols", 6402 - "wayland-scanner", 6403 - "wayland-server", 6404 - ] 6405 - 6406 - [[package]] 6407 - name = "wayland-scanner" 6408 - version = "0.31.3" 6409 - source = "registry+https://github.com/rust-lang/crates.io-index" 6410 - checksum = "edf466fc49a4feb65a511ca403fec3601494d0dee85dbf37fff6fa0dd4eec3b6" 6411 - dependencies = [ 6412 - "proc-macro2", 6413 - "quick-xml", 6414 - "quote", 6415 - ] 6416 - 6417 - [[package]] 6418 - name = "wayland-server" 6419 - version = "0.31.3" 6420 - source = "registry+https://github.com/rust-lang/crates.io-index" 6421 - checksum = "a29060303e79e4c3d44936efdcf00941a78c86850bf67a88078dd1d6c99702b9" 6422 - dependencies = [ 6423 - "bitflags 2.6.0", 6424 - "downcast-rs", 6425 - "io-lifetimes 2.0.3", 6426 - "rustix 0.38.34", 6427 - "wayland-backend", 6428 - "wayland-scanner", 6429 - ] 6430 - 6431 - [[package]] 6432 - name = "wayland-sys" 6433 - version = "0.31.3" 6434 - source = "registry+https://github.com/rust-lang/crates.io-index" 6435 - checksum = "4a6754825230fa5b27bafaa28c30b3c9e72c55530581220cef401fa422c0fae7" 6436 - dependencies = [ 6437 - "dlib", 6438 - "log", 6439 - "once_cell", 6440 - "pkg-config", 6441 - ] 6442 - 6443 - [[package]] 6444 - name = "web-sys" 6445 - version = "0.3.69" 6446 - source = "registry+https://github.com/rust-lang/crates.io-index" 6447 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 6448 - dependencies = [ 6449 - "js-sys", 6450 - "wasm-bindgen", 6451 - ] 6452 - 6453 - [[package]] 6454 - name = "web-time" 6455 - version = "0.2.4" 6456 - source = "registry+https://github.com/rust-lang/crates.io-index" 6457 - checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0" 6458 - dependencies = [ 6459 - "js-sys", 6460 - "wasm-bindgen", 6461 - ] 6462 - 6463 - [[package]] 6464 - name = "weezl" 6465 - version = "0.1.8" 6466 - source = "registry+https://github.com/rust-lang/crates.io-index" 6467 - checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 6468 - 6469 - [[package]] 6470 - name = "wgpu" 6471 - version = "0.19.0" 6472 - source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 6473 - dependencies = [ 6474 - "arrayvec", 6475 - "cfg-if", 6476 - "cfg_aliases 0.1.1", 6477 - "js-sys", 6478 - "log", 6479 - "naga", 6480 - "parking_lot 0.12.3", 6481 - "profiling", 6482 - "raw-window-handle", 6483 - "smallvec", 6484 - "static_assertions", 6485 - "wasm-bindgen", 6486 - "wasm-bindgen-futures", 6487 - "web-sys", 6488 - "wgpu-core", 6489 - "wgpu-hal", 6490 - "wgpu-types", 6491 - ] 6492 - 6493 - [[package]] 6494 - name = "wgpu-core" 6495 - version = "0.19.0" 6496 - source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 6497 - dependencies = [ 6498 - "arrayvec", 6499 - "bit-vec", 6500 - "bitflags 2.6.0", 6501 - "cfg_aliases 0.1.1", 6502 - "codespan-reporting", 6503 - "indexmap", 6504 - "log", 6505 - "naga", 6506 - "once_cell", 6507 - "parking_lot 0.12.3", 6508 - "profiling", 6509 - "raw-window-handle", 6510 - "rustc-hash", 6511 - "smallvec", 6512 - "thiserror", 6513 - "web-sys", 6514 - "wgpu-hal", 6515 - "wgpu-types", 6516 - ] 6517 - 6518 - [[package]] 6519 - name = "wgpu-hal" 6520 - version = "0.19.0" 6521 - source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 6522 - dependencies = [ 6523 - "android_system_properties", 6524 - "arrayvec", 6525 - "ash", 6526 - "bit-set", 6527 - "bitflags 2.6.0", 6528 - "block", 6529 - "cfg_aliases 0.1.1", 6530 - "core-graphics-types", 6531 - "d3d12", 6532 - "glow", 6533 - "glutin_wgl_sys", 6534 - "gpu-alloc", 6535 - "gpu-allocator", 6536 - "gpu-descriptor", 6537 - "hassle-rs", 6538 - "js-sys", 6539 - "khronos-egl", 6540 - "libc", 6541 - "libloading 0.8.4", 6542 - "log", 6543 - "metal", 6544 - "naga", 6545 - "objc", 6546 - "once_cell", 6547 - "parking_lot 0.12.3", 6548 - "profiling", 6549 - "range-alloc", 6550 - "raw-window-handle", 6551 - "renderdoc-sys", 6552 - "rustc-hash", 6553 - "smallvec", 6554 - "thiserror", 6555 - "wasm-bindgen", 6556 - "web-sys", 6557 - "wgpu-types", 6558 - "winapi", 6559 - ] 6560 - 6561 - [[package]] 6562 - name = "wgpu-types" 6563 - version = "0.19.0" 6564 - source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 6565 - dependencies = [ 6566 - "bitflags 2.6.0", 6567 - "js-sys", 6568 - "web-sys", 6569 - ] 6570 - 6571 - [[package]] 6572 - name = "widestring" 6573 - version = "1.1.0" 6574 - source = "registry+https://github.com/rust-lang/crates.io-index" 6575 - checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 6576 - 6577 - [[package]] 6578 - name = "winapi" 6579 - version = "0.3.9" 6580 - source = "registry+https://github.com/rust-lang/crates.io-index" 6581 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 6582 - dependencies = [ 6583 - "winapi-i686-pc-windows-gnu", 6584 - "winapi-x86_64-pc-windows-gnu", 6585 - ] 6586 - 6587 - [[package]] 6588 - name = "winapi-i686-pc-windows-gnu" 6589 - version = "0.4.0" 6590 - source = "registry+https://github.com/rust-lang/crates.io-index" 6591 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 6592 - 6593 - [[package]] 6594 - name = "winapi-util" 6595 - version = "0.1.8" 6596 - source = "registry+https://github.com/rust-lang/crates.io-index" 6597 - checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 6598 - dependencies = [ 6599 - "windows-sys 0.52.0", 6600 - ] 6601 - 6602 - [[package]] 6603 - name = "winapi-x86_64-pc-windows-gnu" 6604 - version = "0.4.0" 6605 - source = "registry+https://github.com/rust-lang/crates.io-index" 6606 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 6607 - 6608 - [[package]] 6609 - name = "window_clipboard" 6610 - version = "0.4.1" 6611 - source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9" 6612 - dependencies = [ 6613 - "clipboard-win", 6614 - "clipboard_macos", 6615 - "clipboard_wayland", 6616 - "clipboard_x11", 6617 - "dnd", 6618 - "mime 0.1.0", 6619 - "raw-window-handle", 6620 - "thiserror", 6621 - ] 6622 - 6623 - [[package]] 6624 - name = "windows" 6625 - version = "0.52.0" 6626 - source = "registry+https://github.com/rust-lang/crates.io-index" 6627 - checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 6628 - dependencies = [ 6629 - "windows-core", 6630 - "windows-targets 0.52.6", 6631 - ] 6632 - 6633 - [[package]] 6634 - name = "windows-core" 6635 - version = "0.52.0" 6636 - source = "registry+https://github.com/rust-lang/crates.io-index" 6637 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 6638 - dependencies = [ 6639 - "windows-targets 0.52.6", 6640 - ] 6641 - 6642 - [[package]] 6643 - name = "windows-sys" 6644 - version = "0.48.0" 6645 - source = "registry+https://github.com/rust-lang/crates.io-index" 6646 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6647 - dependencies = [ 6648 - "windows-targets 0.48.5", 6649 - ] 6650 - 6651 - [[package]] 6652 - name = "windows-sys" 6653 - version = "0.52.0" 6654 - source = "registry+https://github.com/rust-lang/crates.io-index" 6655 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6656 - dependencies = [ 6657 - "windows-targets 0.52.6", 6658 - ] 6659 - 6660 - [[package]] 6661 - name = "windows-targets" 6662 - version = "0.48.5" 6663 - source = "registry+https://github.com/rust-lang/crates.io-index" 6664 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6665 - dependencies = [ 6666 - "windows_aarch64_gnullvm 0.48.5", 6667 - "windows_aarch64_msvc 0.48.5", 6668 - "windows_i686_gnu 0.48.5", 6669 - "windows_i686_msvc 0.48.5", 6670 - "windows_x86_64_gnu 0.48.5", 6671 - "windows_x86_64_gnullvm 0.48.5", 6672 - "windows_x86_64_msvc 0.48.5", 6673 - ] 6674 - 6675 - [[package]] 6676 - name = "windows-targets" 6677 - version = "0.52.6" 6678 - source = "registry+https://github.com/rust-lang/crates.io-index" 6679 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 6680 - dependencies = [ 6681 - "windows_aarch64_gnullvm 0.52.6", 6682 - "windows_aarch64_msvc 0.52.6", 6683 - "windows_i686_gnu 0.52.6", 6684 - "windows_i686_gnullvm", 6685 - "windows_i686_msvc 0.52.6", 6686 - "windows_x86_64_gnu 0.52.6", 6687 - "windows_x86_64_gnullvm 0.52.6", 6688 - "windows_x86_64_msvc 0.52.6", 6689 - ] 6690 - 6691 - [[package]] 6692 - name = "windows_aarch64_gnullvm" 6693 - version = "0.48.5" 6694 - source = "registry+https://github.com/rust-lang/crates.io-index" 6695 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6696 - 6697 - [[package]] 6698 - name = "windows_aarch64_gnullvm" 6699 - version = "0.52.6" 6700 - source = "registry+https://github.com/rust-lang/crates.io-index" 6701 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6702 - 6703 - [[package]] 6704 - name = "windows_aarch64_msvc" 6705 - version = "0.48.5" 6706 - source = "registry+https://github.com/rust-lang/crates.io-index" 6707 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6708 - 6709 - [[package]] 6710 - name = "windows_aarch64_msvc" 6711 - version = "0.52.6" 6712 - source = "registry+https://github.com/rust-lang/crates.io-index" 6713 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 6714 - 6715 - [[package]] 6716 - name = "windows_i686_gnu" 6717 - version = "0.48.5" 6718 - source = "registry+https://github.com/rust-lang/crates.io-index" 6719 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6720 - 6721 - [[package]] 6722 - name = "windows_i686_gnu" 6723 - version = "0.52.6" 6724 - source = "registry+https://github.com/rust-lang/crates.io-index" 6725 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6726 - 6727 - [[package]] 6728 - name = "windows_i686_gnullvm" 6729 - version = "0.52.6" 6730 - source = "registry+https://github.com/rust-lang/crates.io-index" 6731 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 6732 - 6733 - [[package]] 6734 - name = "windows_i686_msvc" 6735 - version = "0.48.5" 6736 - source = "registry+https://github.com/rust-lang/crates.io-index" 6737 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6738 - 6739 - [[package]] 6740 - name = "windows_i686_msvc" 6741 - version = "0.52.6" 6742 - source = "registry+https://github.com/rust-lang/crates.io-index" 6743 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6744 - 6745 - [[package]] 6746 - name = "windows_x86_64_gnu" 6747 - version = "0.48.5" 6748 - source = "registry+https://github.com/rust-lang/crates.io-index" 6749 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6750 - 6751 - [[package]] 6752 - name = "windows_x86_64_gnu" 6753 - version = "0.52.6" 6754 - source = "registry+https://github.com/rust-lang/crates.io-index" 6755 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6756 - 6757 - [[package]] 6758 - name = "windows_x86_64_gnullvm" 6759 - version = "0.48.5" 6760 - source = "registry+https://github.com/rust-lang/crates.io-index" 6761 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6762 - 6763 - [[package]] 6764 - name = "windows_x86_64_gnullvm" 6765 - version = "0.52.6" 6766 - source = "registry+https://github.com/rust-lang/crates.io-index" 6767 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 6768 - 6769 - [[package]] 6770 - name = "windows_x86_64_msvc" 6771 - version = "0.48.5" 6772 - source = "registry+https://github.com/rust-lang/crates.io-index" 6773 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6774 - 6775 - [[package]] 6776 - name = "windows_x86_64_msvc" 6777 - version = "0.52.6" 6778 - source = "registry+https://github.com/rust-lang/crates.io-index" 6779 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6780 - 6781 - [[package]] 6782 - name = "winnow" 6783 - version = "0.5.40" 6784 - source = "registry+https://github.com/rust-lang/crates.io-index" 6785 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 6786 - dependencies = [ 6787 - "memchr", 6788 - ] 6789 - 6790 - [[package]] 6791 - name = "winnow" 6792 - version = "0.6.13" 6793 - source = "registry+https://github.com/rust-lang/crates.io-index" 6794 - checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" 6795 - dependencies = [ 6796 - "memchr", 6797 - ] 6798 - 6799 - [[package]] 6800 - name = "write16" 6801 - version = "1.0.0" 6802 - source = "registry+https://github.com/rust-lang/crates.io-index" 6803 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 6804 - 6805 - [[package]] 6806 - name = "writeable" 6807 - version = "0.5.5" 6808 - source = "registry+https://github.com/rust-lang/crates.io-index" 6809 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 6810 - dependencies = [ 6811 - "either", 6812 - ] 6813 - 6814 - [[package]] 6815 - name = "x11rb" 6816 - version = "0.13.1" 6817 - source = "registry+https://github.com/rust-lang/crates.io-index" 6818 - checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 6819 - dependencies = [ 6820 - "as-raw-xcb-connection", 6821 - "gethostname", 6822 - "libc", 6823 - "libloading 0.8.4", 6824 - "once_cell", 6825 - "rustix 0.38.34", 6826 - "x11rb-protocol", 6827 - ] 6828 - 6829 - [[package]] 6830 - name = "x11rb-protocol" 6831 - version = "0.13.1" 6832 - source = "registry+https://github.com/rust-lang/crates.io-index" 6833 - checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 6834 - 6835 - [[package]] 6836 - name = "xcursor" 6837 - version = "0.3.5" 6838 - source = "registry+https://github.com/rust-lang/crates.io-index" 6839 - checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911" 6840 - 6841 - [[package]] 6842 - name = "xdg" 6843 - version = "2.5.2" 6844 - source = "registry+https://github.com/rust-lang/crates.io-index" 6845 - checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" 6846 - 6847 - [[package]] 6848 - name = "xdg-home" 6849 - version = "1.2.0" 6850 - source = "registry+https://github.com/rust-lang/crates.io-index" 6851 - checksum = "ca91dcf8f93db085f3a0a29358cd0b9d670915468f4290e8b85d118a34211ab8" 6852 - dependencies = [ 6853 - "libc", 6854 - "windows-sys 0.52.0", 6855 - ] 6856 - 6857 - [[package]] 6858 - name = "xdg-shell-wrapper-config" 6859 - version = "0.1.0" 6860 - source = "git+https://github.com/pop-os/cosmic-panel#d5fc4ddef106bf2bdaf983028f78b9d8e432b3ae" 6861 - dependencies = [ 6862 - "serde", 6863 - "wayland-protocols-wlr", 6864 - ] 6865 - 6866 - [[package]] 6867 - name = "xkb-data" 6868 - version = "0.1.0" 6869 - source = "registry+https://github.com/rust-lang/crates.io-index" 6870 - checksum = "294a599fc9e6a43c9f44f5d6c560b89fd751be413717442b31c17fa367d3c764" 6871 - dependencies = [ 6872 - "serde", 6873 - "serde-xml-rs", 6874 - ] 6875 - 6876 - [[package]] 6877 - name = "xkbcommon" 6878 - version = "0.7.0" 6879 - source = "registry+https://github.com/rust-lang/crates.io-index" 6880 - checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e" 6881 - dependencies = [ 6882 - "libc", 6883 - "memmap2 0.8.0", 6884 - "xkeysym", 6885 - ] 6886 - 6887 - [[package]] 6888 - name = "xkbcommon-dl" 6889 - version = "0.4.2" 6890 - source = "registry+https://github.com/rust-lang/crates.io-index" 6891 - checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 6892 - dependencies = [ 6893 - "bitflags 2.6.0", 6894 - "dlib", 6895 - "log", 6896 - "once_cell", 6897 - "xkeysym", 6898 - ] 6899 - 6900 - [[package]] 6901 - name = "xkeysym" 6902 - version = "0.2.1" 6903 - source = "registry+https://github.com/rust-lang/crates.io-index" 6904 - checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 6905 - dependencies = [ 6906 - "bytemuck", 6907 - ] 6908 - 6909 - [[package]] 6910 - name = "xml-rs" 6911 - version = "0.8.20" 6912 - source = "registry+https://github.com/rust-lang/crates.io-index" 6913 - checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" 6914 - 6915 - [[package]] 6916 - name = "xmlwriter" 6917 - version = "0.1.0" 6918 - source = "registry+https://github.com/rust-lang/crates.io-index" 6919 - checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" 6920 - 6921 - [[package]] 6922 - name = "xxhash-rust" 6923 - version = "0.8.11" 6924 - source = "registry+https://github.com/rust-lang/crates.io-index" 6925 - checksum = "63658493314859b4dfdf3fb8c1defd61587839def09582db50b8a4e93afca6bb" 6926 - 6927 - [[package]] 6928 - name = "yazi" 6929 - version = "0.1.6" 6930 - source = "registry+https://github.com/rust-lang/crates.io-index" 6931 - checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1" 6932 - 6933 - [[package]] 6934 - name = "yoke" 6935 - version = "0.7.4" 6936 - source = "registry+https://github.com/rust-lang/crates.io-index" 6937 - checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 6938 - dependencies = [ 6939 - "serde", 6940 - "stable_deref_trait", 6941 - "yoke-derive", 6942 - "zerofrom", 6943 - ] 6944 - 6945 - [[package]] 6946 - name = "yoke-derive" 6947 - version = "0.7.4" 6948 - source = "registry+https://github.com/rust-lang/crates.io-index" 6949 - checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 6950 - dependencies = [ 6951 - "proc-macro2", 6952 - "quote", 6953 - "syn 2.0.71", 6954 - "synstructure", 6955 - ] 6956 - 6957 - [[package]] 6958 - name = "zbus" 6959 - version = "3.15.2" 6960 - source = "registry+https://github.com/rust-lang/crates.io-index" 6961 - checksum = "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6" 6962 - dependencies = [ 6963 - "async-broadcast 0.5.1", 6964 - "async-process 1.8.1", 6965 - "async-recursion", 6966 - "async-trait", 6967 - "byteorder", 6968 - "derivative", 6969 - "enumflags2", 6970 - "event-listener 2.5.3", 6971 - "futures-core", 6972 - "futures-sink", 6973 - "futures-util", 6974 - "hex", 6975 - "nix 0.26.4", 6976 - "once_cell", 6977 - "ordered-stream", 6978 - "rand", 6979 - "serde", 6980 - "serde_repr", 6981 - "sha1", 6982 - "static_assertions", 6983 - "tokio", 6984 - "tracing", 6985 - "uds_windows", 6986 - "winapi", 6987 - "xdg-home", 6988 - "zbus_macros 3.15.2", 6989 - "zbus_names 2.6.1", 6990 - "zvariant 3.15.2", 6991 - ] 6992 - 6993 - [[package]] 6994 - name = "zbus" 6995 - version = "4.3.1" 6996 - source = "registry+https://github.com/rust-lang/crates.io-index" 6997 - checksum = "851238c133804e0aa888edf4a0229481c753544ca12a60fd1c3230c8a500fe40" 6998 - dependencies = [ 6999 - "async-broadcast 0.7.1", 7000 - "async-executor", 7001 - "async-fs", 7002 - "async-io 2.3.3", 7003 - "async-lock 3.4.0", 7004 - "async-process 2.2.3", 7005 - "async-recursion", 7006 - "async-task", 7007 - "async-trait", 7008 - "blocking", 7009 - "enumflags2", 7010 - "event-listener 5.3.1", 7011 - "futures-core", 7012 - "futures-sink", 7013 - "futures-util", 7014 - "hex", 7015 - "nix 0.29.0", 7016 - "ordered-stream", 7017 - "rand", 7018 - "serde", 7019 - "serde_repr", 7020 - "sha1", 7021 - "static_assertions", 7022 - "tokio", 7023 - "tracing", 7024 - "uds_windows", 7025 - "windows-sys 0.52.0", 7026 - "xdg-home", 7027 - "zbus_macros 4.3.1", 7028 - "zbus_names 3.0.0", 7029 - "zvariant 4.1.2", 7030 - ] 7031 - 7032 - [[package]] 7033 - name = "zbus_macros" 7034 - version = "3.15.2" 7035 - source = "registry+https://github.com/rust-lang/crates.io-index" 7036 - checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5" 7037 - dependencies = [ 7038 - "proc-macro-crate 1.3.1", 7039 - "proc-macro2", 7040 - "quote", 7041 - "regex", 7042 - "syn 1.0.109", 7043 - "zvariant_utils 1.0.1", 7044 - ] 7045 - 7046 - [[package]] 7047 - name = "zbus_macros" 7048 - version = "4.3.1" 7049 - source = "registry+https://github.com/rust-lang/crates.io-index" 7050 - checksum = "8d5a3f12c20bd473be3194af6b49d50d7bb804ef3192dc70eddedb26b85d9da7" 7051 - dependencies = [ 7052 - "proc-macro-crate 3.1.0", 7053 - "proc-macro2", 7054 - "quote", 7055 - "syn 2.0.71", 7056 - "zvariant_utils 2.0.0", 7057 - ] 7058 - 7059 - [[package]] 7060 - name = "zbus_names" 7061 - version = "2.6.1" 7062 - source = "registry+https://github.com/rust-lang/crates.io-index" 7063 - checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d" 7064 - dependencies = [ 7065 - "serde", 7066 - "static_assertions", 7067 - "zvariant 3.15.2", 7068 - ] 7069 - 7070 - [[package]] 7071 - name = "zbus_names" 7072 - version = "3.0.0" 7073 - source = "registry+https://github.com/rust-lang/crates.io-index" 7074 - checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" 7075 - dependencies = [ 7076 - "serde", 7077 - "static_assertions", 7078 - "zvariant 4.1.2", 7079 - ] 7080 - 7081 - [[package]] 7082 - name = "zeno" 7083 - version = "0.2.3" 7084 - source = "registry+https://github.com/rust-lang/crates.io-index" 7085 - checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697" 7086 - 7087 - [[package]] 7088 - name = "zerocopy" 7089 - version = "0.7.35" 7090 - source = "registry+https://github.com/rust-lang/crates.io-index" 7091 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 7092 - dependencies = [ 7093 - "zerocopy-derive", 7094 - ] 7095 - 7096 - [[package]] 7097 - name = "zerocopy-derive" 7098 - version = "0.7.35" 7099 - source = "registry+https://github.com/rust-lang/crates.io-index" 7100 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 7101 - dependencies = [ 7102 - "proc-macro2", 7103 - "quote", 7104 - "syn 2.0.71", 7105 - ] 7106 - 7107 - [[package]] 7108 - name = "zerofrom" 7109 - version = "0.1.4" 7110 - source = "registry+https://github.com/rust-lang/crates.io-index" 7111 - checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 7112 - dependencies = [ 7113 - "zerofrom-derive", 7114 - ] 7115 - 7116 - [[package]] 7117 - name = "zerofrom-derive" 7118 - version = "0.1.4" 7119 - source = "registry+https://github.com/rust-lang/crates.io-index" 7120 - checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 7121 - dependencies = [ 7122 - "proc-macro2", 7123 - "quote", 7124 - "syn 2.0.71", 7125 - "synstructure", 7126 - ] 7127 - 7128 - [[package]] 7129 - name = "zerotrie" 7130 - version = "0.1.3" 7131 - source = "registry+https://github.com/rust-lang/crates.io-index" 7132 - checksum = "fb594dd55d87335c5f60177cee24f19457a5ec10a065e0a3014722ad252d0a1f" 7133 - dependencies = [ 7134 - "displaydoc", 7135 - "yoke", 7136 - "zerofrom", 7137 - ] 7138 - 7139 - [[package]] 7140 - name = "zerovec" 7141 - version = "0.10.4" 7142 - source = "registry+https://github.com/rust-lang/crates.io-index" 7143 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 7144 - dependencies = [ 7145 - "yoke", 7146 - "zerofrom", 7147 - "zerovec-derive", 7148 - ] 7149 - 7150 - [[package]] 7151 - name = "zerovec-derive" 7152 - version = "0.10.3" 7153 - source = "registry+https://github.com/rust-lang/crates.io-index" 7154 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 7155 - dependencies = [ 7156 - "proc-macro2", 7157 - "quote", 7158 - "syn 2.0.71", 7159 - ] 7160 - 7161 - [[package]] 7162 - name = "zune-inflate" 7163 - version = "0.2.54" 7164 - source = "registry+https://github.com/rust-lang/crates.io-index" 7165 - checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 7166 - dependencies = [ 7167 - "simd-adler32", 7168 - ] 7169 - 7170 - [[package]] 7171 - name = "zvariant" 7172 - version = "3.15.2" 7173 - source = "registry+https://github.com/rust-lang/crates.io-index" 7174 - checksum = "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db" 7175 - dependencies = [ 7176 - "byteorder", 7177 - "enumflags2", 7178 - "libc", 7179 - "serde", 7180 - "static_assertions", 7181 - "zvariant_derive 3.15.2", 7182 - ] 7183 - 7184 - [[package]] 7185 - name = "zvariant" 7186 - version = "4.1.2" 7187 - source = "registry+https://github.com/rust-lang/crates.io-index" 7188 - checksum = "1724a2b330760dc7d2a8402d841119dc869ef120b139d29862d6980e9c75bfc9" 7189 - dependencies = [ 7190 - "endi", 7191 - "enumflags2", 7192 - "serde", 7193 - "static_assertions", 7194 - "url", 7195 - "zvariant_derive 4.1.2", 7196 - ] 7197 - 7198 - [[package]] 7199 - name = "zvariant_derive" 7200 - version = "3.15.2" 7201 - source = "registry+https://github.com/rust-lang/crates.io-index" 7202 - checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9" 7203 - dependencies = [ 7204 - "proc-macro-crate 1.3.1", 7205 - "proc-macro2", 7206 - "quote", 7207 - "syn 1.0.109", 7208 - "zvariant_utils 1.0.1", 7209 - ] 7210 - 7211 - [[package]] 7212 - name = "zvariant_derive" 7213 - version = "4.1.2" 7214 - source = "registry+https://github.com/rust-lang/crates.io-index" 7215 - checksum = "55025a7a518ad14518fb243559c058a2e5b848b015e31f1d90414f36e3317859" 7216 - dependencies = [ 7217 - "proc-macro-crate 3.1.0", 7218 - "proc-macro2", 7219 - "quote", 7220 - "syn 2.0.71", 7221 - "zvariant_utils 2.0.0", 7222 - ] 7223 - 7224 - [[package]] 7225 - name = "zvariant_utils" 7226 - version = "1.0.1" 7227 - source = "registry+https://github.com/rust-lang/crates.io-index" 7228 - checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" 7229 - dependencies = [ 7230 - "proc-macro2", 7231 - "quote", 7232 - "syn 1.0.109", 7233 - ] 7234 - 7235 - [[package]] 7236 - name = "zvariant_utils" 7237 - version = "2.0.0" 7238 - source = "registry+https://github.com/rust-lang/crates.io-index" 7239 - checksum = "fc242db087efc22bd9ade7aa7809e4ba828132edc312871584a6b4391bdf8786" 7240 - dependencies = [ 7241 - "proc-macro2", 7242 - "quote", 7243 - "syn 2.0.71", 7244 - ]
+2 -22
pkgs/by-name/co/cosmic-applets/package.nix
··· 25 25 hash = "sha256-4KaMG7sKaiJDIlP101/6YDHDwKRqJXHdqotNZlPhv8Q="; 26 26 }; 27 27 28 - cargoLock = { 29 - lockFile = ./Cargo.lock; 30 - outputHashes = { 31 - "accesskit-0.12.2" = "sha256-1UwgRyUe0PQrZrpS7574oNLi13fg5HpgILtZGW6JNtQ="; 32 - "atomicwrites-0.4.2" = "sha256-QZSuGPrJXh+svMeFWqAXoqZQxLq/WfIiamqvjJNVhxA="; 33 - "clipboard_macos-0.1.0" = "sha256-cG5vnkiyDlQnbEfV2sPbmBYKv1hd3pjJrymfZb8ziKk="; 34 - "cosmic-client-toolkit-0.1.0" = "sha256-1XtyEvednEMN4MApxTQid4eed19dEN5ZBDt/XRjuda0="; 35 - "cosmic-comp-config-0.1.0" = "sha256-uUpRd8bR2TyD7Y1lpKmJTaTNv9yNsZVnr0oWDQgHD/0="; 36 - "cosmic-config-0.1.0" = "sha256-FvAxWnwiqsgy643VIDn9PDTC+lg7yZWbWgFihdExBzU="; 37 - "cosmic-dbus-networkmanager-0.1.0" = "sha256-+1XB7r45Uc71fLnNR4U0DUF2EB8uzKeE4HIrdvKhFXo="; 38 - "cosmic-notifications-config-0.1.0" = "sha256-VdJ6W8+g2492wAr1kDLo2zWZGc01gHp2dvLVtj/xArE="; 39 - "cosmic-panel-config-0.1.0" = "sha256-XbyZCOyr0HAkoyjY5Q/IuZgkWVzc3lOfGjGTqvBi1rg="; 40 - "cosmic-settings-subscriptions-0.1.0" = "sha256-A2ZVaTeQ5rwNI3r48cVtC5s7fhnK84rD+p+gaB42MaQ="; 41 - "cosmic-text-0.12.1" = "sha256-x0XTxzbmtE2d4XCG/Nuq3DzBpz15BbnjRRlirfNJEiU="; 42 - "cosmic-time-0.4.0" = "sha256-w4yY1fc4r1+pSv93dy/Hu3AD+I1+sozIPbbCoaVQj7w="; 43 - "d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4="; 44 - "glyphon-0.5.0" = "sha256-j1HrbEpUBqazWqNfJhpyjWuxYAxkvbXzRKeSouUoPWg="; 45 - "smithay-clipboard-0.8.0" = "sha256-4InFXm0ahrqFrtNLeqIuE3yeOpxKZJZx+Bc0yQDtv34="; 46 - "softbuffer-0.4.1" = "sha256-a0bUFz6O8CWRweNt/OxTvflnPYwO5nm6vsyc/WcXyNg="; 47 - "taffy-0.3.11" = "sha256-SCx9GEIJjWdoNVyq+RZAGn0N71qraKZxf9ZWhvyzLaI="; 48 - }; 49 - }; 28 + useFetchCargoVendor = true; 29 + cargoHash = "sha256-f5OV//qzWQqIvq8BNtd2H1dWl7aqR0WJwmdimL4wcKQ="; 50 30 51 31 nativeBuildInputs = [ just pkg-config util-linuxMinimal ]; 52 32 buildInputs = [ dbus glib libinput libxkbcommon pulseaudio wayland udev ];