lol

cosmic-settings: init at unstable-2023-10-26

authored by

Niko and committed by
Alyssa Ross
02ee7933 74ff7602

+6290
+6214
pkgs/applications/window-managers/cosmic/settings/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 = "ab_glyph" 7 + version = "0.2.22" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "b1061f3ff92c2f65800df1f12fc7b4ff44ee14783104187dd04dfee6f11b0fd2" 10 + dependencies = [ 11 + "ab_glyph_rasterizer", 12 + "owned_ttf_parser", 13 + ] 14 + 15 + [[package]] 16 + name = "ab_glyph_rasterizer" 17 + version = "0.1.8" 18 + source = "registry+https://github.com/rust-lang/crates.io-index" 19 + checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 20 + 21 + [[package]] 22 + name = "accesskit" 23 + version = "0.11.0" 24 + source = "git+https://github.com/wash2/accesskit.git?tag=v0.11.0#2dee3df0a525d727df9f54ae71cfe8b47d7c2751" 25 + 26 + [[package]] 27 + name = "accesskit_consumer" 28 + version = "0.15.0" 29 + source = "git+https://github.com/wash2/accesskit.git?tag=v0.11.0#2dee3df0a525d727df9f54ae71cfe8b47d7c2751" 30 + dependencies = [ 31 + "accesskit", 32 + ] 33 + 34 + [[package]] 35 + name = "accesskit_unix" 36 + version = "0.4.0" 37 + source = "git+https://github.com/wash2/accesskit.git?tag=v0.11.0#2dee3df0a525d727df9f54ae71cfe8b47d7c2751" 38 + dependencies = [ 39 + "accesskit", 40 + "accesskit_consumer", 41 + "async-channel", 42 + "atspi", 43 + "futures-lite", 44 + "log", 45 + "serde", 46 + "zbus", 47 + ] 48 + 49 + [[package]] 50 + name = "addr2line" 51 + version = "0.21.0" 52 + source = "registry+https://github.com/rust-lang/crates.io-index" 53 + checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 54 + dependencies = [ 55 + "gimli", 56 + ] 57 + 58 + [[package]] 59 + name = "adler" 60 + version = "1.0.2" 61 + source = "registry+https://github.com/rust-lang/crates.io-index" 62 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 63 + 64 + [[package]] 65 + name = "ahash" 66 + version = "0.7.7" 67 + source = "registry+https://github.com/rust-lang/crates.io-index" 68 + checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" 69 + dependencies = [ 70 + "getrandom", 71 + "once_cell", 72 + "version_check", 73 + ] 74 + 75 + [[package]] 76 + name = "ahash" 77 + version = "0.8.6" 78 + source = "registry+https://github.com/rust-lang/crates.io-index" 79 + checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" 80 + dependencies = [ 81 + "cfg-if", 82 + "once_cell", 83 + "version_check", 84 + "zerocopy", 85 + ] 86 + 87 + [[package]] 88 + name = "aho-corasick" 89 + version = "1.1.2" 90 + source = "registry+https://github.com/rust-lang/crates.io-index" 91 + checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 92 + dependencies = [ 93 + "memchr", 94 + ] 95 + 96 + [[package]] 97 + name = "aliasable" 98 + version = "0.1.3" 99 + source = "registry+https://github.com/rust-lang/crates.io-index" 100 + checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 101 + 102 + [[package]] 103 + name = "allocator-api2" 104 + version = "0.2.16" 105 + source = "registry+https://github.com/rust-lang/crates.io-index" 106 + checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" 107 + 108 + [[package]] 109 + name = "almost" 110 + version = "0.2.0" 111 + source = "registry+https://github.com/rust-lang/crates.io-index" 112 + checksum = "3aa2999eb46af81abb65c2d30d446778d7e613b60bbf4e174a027e80f90a3c14" 113 + 114 + [[package]] 115 + name = "android-activity" 116 + version = "0.4.3" 117 + source = "registry+https://github.com/rust-lang/crates.io-index" 118 + checksum = "64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0" 119 + dependencies = [ 120 + "android-properties", 121 + "bitflags 1.3.2", 122 + "cc", 123 + "jni-sys", 124 + "libc", 125 + "log", 126 + "ndk", 127 + "ndk-context", 128 + "ndk-sys", 129 + "num_enum 0.6.1", 130 + ] 131 + 132 + [[package]] 133 + name = "android-properties" 134 + version = "0.2.2" 135 + source = "registry+https://github.com/rust-lang/crates.io-index" 136 + checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 137 + 138 + [[package]] 139 + name = "android_system_properties" 140 + version = "0.1.5" 141 + source = "registry+https://github.com/rust-lang/crates.io-index" 142 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 143 + dependencies = [ 144 + "libc", 145 + ] 146 + 147 + [[package]] 148 + name = "anyhow" 149 + version = "1.0.75" 150 + source = "registry+https://github.com/rust-lang/crates.io-index" 151 + checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 152 + 153 + [[package]] 154 + name = "apply" 155 + version = "0.3.0" 156 + source = "registry+https://github.com/rust-lang/crates.io-index" 157 + checksum = "f47b57fc4521e3cae26a4d45b5227f8fadee4c345be0fefd8d5d1711afb8aeb9" 158 + 159 + [[package]] 160 + name = "approx" 161 + version = "0.5.1" 162 + source = "registry+https://github.com/rust-lang/crates.io-index" 163 + checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 164 + dependencies = [ 165 + "num-traits", 166 + ] 167 + 168 + [[package]] 169 + name = "arc-swap" 170 + version = "1.6.0" 171 + source = "registry+https://github.com/rust-lang/crates.io-index" 172 + checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" 173 + 174 + [[package]] 175 + name = "arrayref" 176 + version = "0.3.7" 177 + source = "registry+https://github.com/rust-lang/crates.io-index" 178 + checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 179 + 180 + [[package]] 181 + name = "arrayvec" 182 + version = "0.7.4" 183 + source = "registry+https://github.com/rust-lang/crates.io-index" 184 + checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 185 + 186 + [[package]] 187 + name = "ash" 188 + version = "0.37.3+1.3.251" 189 + source = "registry+https://github.com/rust-lang/crates.io-index" 190 + checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" 191 + dependencies = [ 192 + "libloading 0.7.4", 193 + ] 194 + 195 + [[package]] 196 + name = "ashpd" 197 + version = "0.5.0" 198 + source = "registry+https://github.com/rust-lang/crates.io-index" 199 + checksum = "7370b58af1d7e96df3ca0f454b57e69acf9aa42ed2d7337bd206923bae0d5754" 200 + dependencies = [ 201 + "enumflags2", 202 + "futures-channel", 203 + "futures-util", 204 + "once_cell", 205 + "rand", 206 + "serde", 207 + "serde_repr", 208 + "tokio", 209 + "url", 210 + "wayland-backend 0.1.2", 211 + "wayland-client 0.30.2", 212 + "wayland-protocols 0.30.1", 213 + "zbus", 214 + ] 215 + 216 + [[package]] 217 + name = "ashpd" 218 + version = "0.6.7" 219 + source = "registry+https://github.com/rust-lang/crates.io-index" 220 + checksum = "2c018490e423efb6f032ef575f873ea57b61d44bec763cfe027b8e8852a027cf" 221 + dependencies = [ 222 + "async-std", 223 + "enumflags2", 224 + "futures-channel", 225 + "futures-util", 226 + "once_cell", 227 + "rand", 228 + "serde", 229 + "serde_repr", 230 + "url", 231 + "zbus", 232 + ] 233 + 234 + [[package]] 235 + name = "async-broadcast" 236 + version = "0.5.1" 237 + source = "registry+https://github.com/rust-lang/crates.io-index" 238 + checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" 239 + dependencies = [ 240 + "event-listener 2.5.3", 241 + "futures-core", 242 + ] 243 + 244 + [[package]] 245 + name = "async-channel" 246 + version = "1.9.0" 247 + source = "registry+https://github.com/rust-lang/crates.io-index" 248 + checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 249 + dependencies = [ 250 + "concurrent-queue", 251 + "event-listener 2.5.3", 252 + "futures-core", 253 + ] 254 + 255 + [[package]] 256 + name = "async-executor" 257 + version = "1.6.0" 258 + source = "registry+https://github.com/rust-lang/crates.io-index" 259 + checksum = "4b0c4a4f319e45986f347ee47fef8bf5e81c9abc3f6f58dc2391439f30df65f0" 260 + dependencies = [ 261 + "async-lock", 262 + "async-task", 263 + "concurrent-queue", 264 + "fastrand 2.0.1", 265 + "futures-lite", 266 + "slab", 267 + ] 268 + 269 + [[package]] 270 + name = "async-fs" 271 + version = "1.6.0" 272 + source = "registry+https://github.com/rust-lang/crates.io-index" 273 + checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" 274 + dependencies = [ 275 + "async-lock", 276 + "autocfg", 277 + "blocking", 278 + "futures-lite", 279 + ] 280 + 281 + [[package]] 282 + name = "async-global-executor" 283 + version = "2.3.1" 284 + source = "registry+https://github.com/rust-lang/crates.io-index" 285 + checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" 286 + dependencies = [ 287 + "async-channel", 288 + "async-executor", 289 + "async-io", 290 + "async-lock", 291 + "blocking", 292 + "futures-lite", 293 + "once_cell", 294 + ] 295 + 296 + [[package]] 297 + name = "async-io" 298 + version = "1.13.0" 299 + source = "registry+https://github.com/rust-lang/crates.io-index" 300 + checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 301 + dependencies = [ 302 + "async-lock", 303 + "autocfg", 304 + "cfg-if", 305 + "concurrent-queue", 306 + "futures-lite", 307 + "log", 308 + "parking", 309 + "polling 2.8.0", 310 + "rustix 0.37.26", 311 + "slab", 312 + "socket2 0.4.10", 313 + "waker-fn", 314 + ] 315 + 316 + [[package]] 317 + name = "async-lock" 318 + version = "2.8.0" 319 + source = "registry+https://github.com/rust-lang/crates.io-index" 320 + checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 321 + dependencies = [ 322 + "event-listener 2.5.3", 323 + ] 324 + 325 + [[package]] 326 + name = "async-process" 327 + version = "1.8.1" 328 + source = "registry+https://github.com/rust-lang/crates.io-index" 329 + checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" 330 + dependencies = [ 331 + "async-io", 332 + "async-lock", 333 + "async-signal", 334 + "blocking", 335 + "cfg-if", 336 + "event-listener 3.0.0", 337 + "futures-lite", 338 + "rustix 0.38.20", 339 + "windows-sys 0.48.0", 340 + ] 341 + 342 + [[package]] 343 + name = "async-recursion" 344 + version = "1.0.5" 345 + source = "registry+https://github.com/rust-lang/crates.io-index" 346 + checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" 347 + dependencies = [ 348 + "proc-macro2", 349 + "quote", 350 + "syn 2.0.38", 351 + ] 352 + 353 + [[package]] 354 + name = "async-signal" 355 + version = "0.2.4" 356 + source = "registry+https://github.com/rust-lang/crates.io-index" 357 + checksum = "d2a5415b7abcdc9cd7d63d6badba5288b2ca017e3fbd4173b8f405449f1a2399" 358 + dependencies = [ 359 + "async-io", 360 + "async-lock", 361 + "atomic-waker", 362 + "cfg-if", 363 + "futures-core", 364 + "futures-io", 365 + "rustix 0.38.20", 366 + "signal-hook-registry", 367 + "slab", 368 + "windows-sys 0.48.0", 369 + ] 370 + 371 + [[package]] 372 + name = "async-std" 373 + version = "1.12.0" 374 + source = "registry+https://github.com/rust-lang/crates.io-index" 375 + checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 376 + dependencies = [ 377 + "async-channel", 378 + "async-global-executor", 379 + "async-io", 380 + "async-lock", 381 + "crossbeam-utils", 382 + "futures-channel", 383 + "futures-core", 384 + "futures-io", 385 + "futures-lite", 386 + "gloo-timers", 387 + "kv-log-macro", 388 + "log", 389 + "memchr", 390 + "once_cell", 391 + "pin-project-lite", 392 + "pin-utils", 393 + "slab", 394 + "wasm-bindgen-futures", 395 + ] 396 + 397 + [[package]] 398 + name = "async-task" 399 + version = "4.5.0" 400 + source = "registry+https://github.com/rust-lang/crates.io-index" 401 + checksum = "b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1" 402 + 403 + [[package]] 404 + name = "async-trait" 405 + version = "0.1.74" 406 + source = "registry+https://github.com/rust-lang/crates.io-index" 407 + checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" 408 + dependencies = [ 409 + "proc-macro2", 410 + "quote", 411 + "syn 2.0.38", 412 + ] 413 + 414 + [[package]] 415 + name = "atomic-waker" 416 + version = "1.1.2" 417 + source = "registry+https://github.com/rust-lang/crates.io-index" 418 + checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 419 + 420 + [[package]] 421 + name = "atomicwrites" 422 + version = "0.4.2" 423 + source = "registry+https://github.com/rust-lang/crates.io-index" 424 + checksum = "f4d45f362125ed144544e57b0ec6de8fd6a296d41a6252fc4a20c0cf12e9ed3a" 425 + dependencies = [ 426 + "rustix 0.38.20", 427 + "tempfile", 428 + "windows-sys 0.48.0", 429 + ] 430 + 431 + [[package]] 432 + name = "atspi" 433 + version = "0.10.1" 434 + source = "registry+https://github.com/rust-lang/crates.io-index" 435 + checksum = "674e7a3376837b2e7d12d34d58ac47073c491dc3bf6f71a7adaf687d4d817faa" 436 + dependencies = [ 437 + "async-recursion", 438 + "async-trait", 439 + "atspi-macros", 440 + "enumflags2", 441 + "futures-lite", 442 + "serde", 443 + "tracing", 444 + "zbus", 445 + "zbus_names", 446 + ] 447 + 448 + [[package]] 449 + name = "atspi-macros" 450 + version = "0.2.0" 451 + source = "registry+https://github.com/rust-lang/crates.io-index" 452 + checksum = "97fb4870a32c0eaa17e35bca0e6b16020635157121fb7d45593d242c295bc768" 453 + dependencies = [ 454 + "quote", 455 + "syn 1.0.109", 456 + ] 457 + 458 + [[package]] 459 + name = "autocfg" 460 + version = "1.1.0" 461 + source = "registry+https://github.com/rust-lang/crates.io-index" 462 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 463 + 464 + [[package]] 465 + name = "backtrace" 466 + version = "0.3.69" 467 + source = "registry+https://github.com/rust-lang/crates.io-index" 468 + checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 469 + dependencies = [ 470 + "addr2line", 471 + "cc", 472 + "cfg-if", 473 + "libc", 474 + "miniz_oxide", 475 + "object", 476 + "rustc-demangle", 477 + ] 478 + 479 + [[package]] 480 + name = "base64" 481 + version = "0.21.5" 482 + source = "registry+https://github.com/rust-lang/crates.io-index" 483 + checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 484 + 485 + [[package]] 486 + name = "bit-set" 487 + version = "0.5.3" 488 + source = "registry+https://github.com/rust-lang/crates.io-index" 489 + checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 490 + dependencies = [ 491 + "bit-vec", 492 + ] 493 + 494 + [[package]] 495 + name = "bit-vec" 496 + version = "0.6.3" 497 + source = "registry+https://github.com/rust-lang/crates.io-index" 498 + checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 499 + 500 + [[package]] 501 + name = "bit_field" 502 + version = "0.10.2" 503 + source = "registry+https://github.com/rust-lang/crates.io-index" 504 + checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 505 + 506 + [[package]] 507 + name = "bitflags" 508 + version = "1.3.2" 509 + source = "registry+https://github.com/rust-lang/crates.io-index" 510 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 511 + 512 + [[package]] 513 + name = "bitflags" 514 + version = "2.4.1" 515 + source = "registry+https://github.com/rust-lang/crates.io-index" 516 + checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 517 + dependencies = [ 518 + "serde", 519 + ] 520 + 521 + [[package]] 522 + name = "block" 523 + version = "0.1.6" 524 + source = "registry+https://github.com/rust-lang/crates.io-index" 525 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 526 + 527 + [[package]] 528 + name = "block-buffer" 529 + version = "0.10.4" 530 + source = "registry+https://github.com/rust-lang/crates.io-index" 531 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 532 + dependencies = [ 533 + "generic-array", 534 + ] 535 + 536 + [[package]] 537 + name = "block-sys" 538 + version = "0.1.0-beta.1" 539 + source = "registry+https://github.com/rust-lang/crates.io-index" 540 + checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146" 541 + dependencies = [ 542 + "objc-sys", 543 + ] 544 + 545 + [[package]] 546 + name = "block2" 547 + version = "0.2.0-alpha.6" 548 + source = "registry+https://github.com/rust-lang/crates.io-index" 549 + checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42" 550 + dependencies = [ 551 + "block-sys", 552 + "objc2-encode", 553 + ] 554 + 555 + [[package]] 556 + name = "blocking" 557 + version = "1.4.1" 558 + source = "registry+https://github.com/rust-lang/crates.io-index" 559 + checksum = "8c36a4d0d48574b3dd360b4b7d95cc651d2b6557b6402848a27d4b228a473e2a" 560 + dependencies = [ 561 + "async-channel", 562 + "async-lock", 563 + "async-task", 564 + "fastrand 2.0.1", 565 + "futures-io", 566 + "futures-lite", 567 + "piper", 568 + "tracing", 569 + ] 570 + 571 + [[package]] 572 + name = "bumpalo" 573 + version = "3.14.0" 574 + source = "registry+https://github.com/rust-lang/crates.io-index" 575 + checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 576 + 577 + [[package]] 578 + name = "byte-unit" 579 + version = "4.0.19" 580 + source = "registry+https://github.com/rust-lang/crates.io-index" 581 + checksum = "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c" 582 + dependencies = [ 583 + "utf8-width", 584 + ] 585 + 586 + [[package]] 587 + name = "bytemuck" 588 + version = "1.14.0" 589 + source = "registry+https://github.com/rust-lang/crates.io-index" 590 + checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" 591 + dependencies = [ 592 + "bytemuck_derive", 593 + ] 594 + 595 + [[package]] 596 + name = "bytemuck_derive" 597 + version = "1.5.0" 598 + source = "registry+https://github.com/rust-lang/crates.io-index" 599 + checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1" 600 + dependencies = [ 601 + "proc-macro2", 602 + "quote", 603 + "syn 2.0.38", 604 + ] 605 + 606 + [[package]] 607 + name = "byteorder" 608 + version = "1.5.0" 609 + source = "registry+https://github.com/rust-lang/crates.io-index" 610 + checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 611 + 612 + [[package]] 613 + name = "bytes" 614 + version = "1.5.0" 615 + source = "registry+https://github.com/rust-lang/crates.io-index" 616 + checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 617 + 618 + [[package]] 619 + name = "calendrical_calculations" 620 + version = "0.1.0" 621 + source = "registry+https://github.com/rust-lang/crates.io-index" 622 + checksum = "8dfe3bc6a50b4667fafdb6d9cf26731c5418c457e317d8166c972014facf9a5d" 623 + dependencies = [ 624 + "core_maths", 625 + "displaydoc", 626 + ] 627 + 628 + [[package]] 629 + name = "calloop" 630 + version = "0.10.6" 631 + source = "registry+https://github.com/rust-lang/crates.io-index" 632 + checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8" 633 + dependencies = [ 634 + "bitflags 1.3.2", 635 + "log", 636 + "nix 0.25.1", 637 + "slotmap", 638 + "thiserror", 639 + "vec_map", 640 + ] 641 + 642 + [[package]] 643 + name = "calloop" 644 + version = "0.12.3" 645 + source = "registry+https://github.com/rust-lang/crates.io-index" 646 + checksum = "7b50b5a44d59a98c55a9eeb518f39bf7499ba19fd98ee7d22618687f3f10adbf" 647 + dependencies = [ 648 + "bitflags 2.4.1", 649 + "log", 650 + "polling 3.2.0", 651 + "rustix 0.38.20", 652 + "slab", 653 + "thiserror", 654 + ] 655 + 656 + [[package]] 657 + name = "calloop-wayland-source" 658 + version = "0.2.0" 659 + source = "registry+https://github.com/rust-lang/crates.io-index" 660 + checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" 661 + dependencies = [ 662 + "calloop 0.12.3", 663 + "rustix 0.38.20", 664 + "wayland-backend 0.3.2", 665 + "wayland-client 0.31.1", 666 + ] 667 + 668 + [[package]] 669 + name = "cc" 670 + version = "1.0.83" 671 + source = "registry+https://github.com/rust-lang/crates.io-index" 672 + checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 673 + dependencies = [ 674 + "jobserver", 675 + "libc", 676 + ] 677 + 678 + [[package]] 679 + name = "cfg-if" 680 + version = "1.0.0" 681 + source = "registry+https://github.com/rust-lang/crates.io-index" 682 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 683 + 684 + [[package]] 685 + name = "cfg_aliases" 686 + version = "0.1.1" 687 + source = "registry+https://github.com/rust-lang/crates.io-index" 688 + checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 689 + 690 + [[package]] 691 + name = "clipboard-win" 692 + version = "4.5.0" 693 + source = "registry+https://github.com/rust-lang/crates.io-index" 694 + checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" 695 + dependencies = [ 696 + "error-code", 697 + "str-buf", 698 + "winapi", 699 + ] 700 + 701 + [[package]] 702 + name = "clipboard_macos" 703 + version = "0.1.0" 704 + source = "registry+https://github.com/rust-lang/crates.io-index" 705 + checksum = "145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95" 706 + dependencies = [ 707 + "objc", 708 + "objc-foundation", 709 + "objc_id", 710 + ] 711 + 712 + [[package]] 713 + name = "clipboard_wayland" 714 + version = "0.2.0" 715 + source = "registry+https://github.com/rust-lang/crates.io-index" 716 + checksum = "6f6364a9f7a66f2ac1a1a098aa1c7f6b686f2496c6ac5e5c0d773445df912747" 717 + dependencies = [ 718 + "smithay-clipboard", 719 + ] 720 + 721 + [[package]] 722 + name = "clipboard_x11" 723 + version = "0.4.0" 724 + source = "registry+https://github.com/rust-lang/crates.io-index" 725 + checksum = "983a7010836ecd04dde2c6d27a0cb56ec5d21572177e782bdcb24a600124e921" 726 + dependencies = [ 727 + "thiserror", 728 + "x11rb 0.9.0", 729 + ] 730 + 731 + [[package]] 732 + name = "cocoa" 733 + version = "0.24.1" 734 + source = "registry+https://github.com/rust-lang/crates.io-index" 735 + checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 736 + dependencies = [ 737 + "bitflags 1.3.2", 738 + "block", 739 + "cocoa-foundation", 740 + "core-foundation", 741 + "core-graphics", 742 + "foreign-types", 743 + "libc", 744 + "objc", 745 + ] 746 + 747 + [[package]] 748 + name = "cocoa-foundation" 749 + version = "0.1.2" 750 + source = "registry+https://github.com/rust-lang/crates.io-index" 751 + checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 752 + dependencies = [ 753 + "bitflags 1.3.2", 754 + "block", 755 + "core-foundation", 756 + "core-graphics-types", 757 + "libc", 758 + "objc", 759 + ] 760 + 761 + [[package]] 762 + name = "codespan-reporting" 763 + version = "0.11.1" 764 + source = "registry+https://github.com/rust-lang/crates.io-index" 765 + checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 766 + dependencies = [ 767 + "termcolor", 768 + "unicode-width", 769 + ] 770 + 771 + [[package]] 772 + name = "color-eyre" 773 + version = "0.6.2" 774 + source = "registry+https://github.com/rust-lang/crates.io-index" 775 + checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" 776 + dependencies = [ 777 + "backtrace", 778 + "color-spantrace", 779 + "eyre", 780 + "indenter", 781 + "once_cell", 782 + "owo-colors", 783 + "tracing-error", 784 + ] 785 + 786 + [[package]] 787 + name = "color-spantrace" 788 + version = "0.2.0" 789 + source = "registry+https://github.com/rust-lang/crates.io-index" 790 + checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" 791 + dependencies = [ 792 + "once_cell", 793 + "owo-colors", 794 + "tracing-core", 795 + "tracing-error", 796 + ] 797 + 798 + [[package]] 799 + name = "color_quant" 800 + version = "1.1.0" 801 + source = "registry+https://github.com/rust-lang/crates.io-index" 802 + checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 803 + 804 + [[package]] 805 + name = "colorgrad" 806 + version = "0.6.2" 807 + source = "registry+https://github.com/rust-lang/crates.io-index" 808 + checksum = "6a5f405d474b9d05e0a093d3120e77e9bf26461b57a84b40aa2a221ac5617fb6" 809 + dependencies = [ 810 + "csscolorparser", 811 + ] 812 + 813 + [[package]] 814 + name = "com-rs" 815 + version = "0.2.1" 816 + source = "registry+https://github.com/rust-lang/crates.io-index" 817 + checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642" 818 + 819 + [[package]] 820 + name = "concat-in-place" 821 + version = "1.1.0" 822 + source = "registry+https://github.com/rust-lang/crates.io-index" 823 + checksum = "c5b80dba65d26e0c4b692ad0312b837f1177e8175031af57fd1de4f3bc36b430" 824 + 825 + [[package]] 826 + name = "concurrent-queue" 827 + version = "2.3.0" 828 + source = "registry+https://github.com/rust-lang/crates.io-index" 829 + checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400" 830 + dependencies = [ 831 + "crossbeam-utils", 832 + ] 833 + 834 + [[package]] 835 + name = "const_format" 836 + version = "0.2.32" 837 + source = "registry+https://github.com/rust-lang/crates.io-index" 838 + checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" 839 + dependencies = [ 840 + "const_format_proc_macros", 841 + ] 842 + 843 + [[package]] 844 + name = "const_format_proc_macros" 845 + version = "0.2.32" 846 + source = "registry+https://github.com/rust-lang/crates.io-index" 847 + checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" 848 + dependencies = [ 849 + "proc-macro2", 850 + "quote", 851 + "unicode-xid", 852 + ] 853 + 854 + [[package]] 855 + name = "core-foundation" 856 + version = "0.9.3" 857 + source = "registry+https://github.com/rust-lang/crates.io-index" 858 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 859 + dependencies = [ 860 + "core-foundation-sys", 861 + "libc", 862 + ] 863 + 864 + [[package]] 865 + name = "core-foundation-sys" 866 + version = "0.8.4" 867 + source = "registry+https://github.com/rust-lang/crates.io-index" 868 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 869 + 870 + [[package]] 871 + name = "core-graphics" 872 + version = "0.22.3" 873 + source = "registry+https://github.com/rust-lang/crates.io-index" 874 + checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 875 + dependencies = [ 876 + "bitflags 1.3.2", 877 + "core-foundation", 878 + "core-graphics-types", 879 + "foreign-types", 880 + "libc", 881 + ] 882 + 883 + [[package]] 884 + name = "core-graphics-types" 885 + version = "0.1.2" 886 + source = "registry+https://github.com/rust-lang/crates.io-index" 887 + checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33" 888 + dependencies = [ 889 + "bitflags 1.3.2", 890 + "core-foundation", 891 + "libc", 892 + ] 893 + 894 + [[package]] 895 + name = "core_maths" 896 + version = "0.1.0" 897 + source = "registry+https://github.com/rust-lang/crates.io-index" 898 + checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3" 899 + dependencies = [ 900 + "libm", 901 + ] 902 + 903 + [[package]] 904 + name = "cosmic-bg-config" 905 + version = "0.1.0" 906 + source = "git+https://github.com/pop-os/cosmic-bg#6a6fe4e387e46c2e159df56a9768220a6269ccf4" 907 + dependencies = [ 908 + "colorgrad", 909 + "cosmic-config", 910 + "derive_setters", 911 + "image", 912 + "ron", 913 + "serde", 914 + "tracing", 915 + ] 916 + 917 + [[package]] 918 + name = "cosmic-comp-config" 919 + version = "0.1.0" 920 + source = "git+https://github.com/pop-os/cosmic-comp#7300e23ce8708313e90689146914b452545e5446" 921 + dependencies = [ 922 + "input", 923 + "serde", 924 + ] 925 + 926 + [[package]] 927 + name = "cosmic-config" 928 + version = "0.1.0" 929 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 930 + dependencies = [ 931 + "atomicwrites", 932 + "calloop 0.12.3", 933 + "cosmic-config-derive", 934 + "dirs 5.0.1", 935 + "iced_futures", 936 + "notify", 937 + "ron", 938 + "serde", 939 + ] 940 + 941 + [[package]] 942 + name = "cosmic-config-derive" 943 + version = "0.1.0" 944 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 945 + dependencies = [ 946 + "quote", 947 + "syn 1.0.109", 948 + ] 949 + 950 + [[package]] 951 + name = "cosmic-panel-config" 952 + version = "0.1.0" 953 + source = "git+https://github.com/pop-os/cosmic-panel#021faaf459cbb47e7f5b94316cfd93ccaed7ecf6" 954 + dependencies = [ 955 + "anyhow", 956 + "cosmic-config", 957 + "ron", 958 + "serde", 959 + "tracing", 960 + "wayland-protocols-wlr", 961 + "xdg-shell-wrapper-config", 962 + ] 963 + 964 + [[package]] 965 + name = "cosmic-settings" 966 + version = "0.1.0" 967 + dependencies = [ 968 + "anyhow", 969 + "apply", 970 + "ashpd 0.6.7", 971 + "async-channel", 972 + "color-eyre", 973 + "cosmic-comp-config", 974 + "cosmic-panel-config", 975 + "cosmic-settings-desktop", 976 + "cosmic-settings-page", 977 + "cosmic-settings-system", 978 + "cosmic-settings-time", 979 + "derivative", 980 + "derive_setters", 981 + "dirs 5.0.1", 982 + "downcast-rs", 983 + "env_logger", 984 + "freedesktop-desktop-entry", 985 + "generator", 986 + "i18n-embed", 987 + "i18n-embed-fl", 988 + "image", 989 + "itertools 0.11.0", 990 + "libcosmic", 991 + "log", 992 + "notify", 993 + "once_cell", 994 + "regex", 995 + "ron", 996 + "rust-embed", 997 + "serde", 998 + "slotmap", 999 + "tokio", 1000 + "tracing", 1001 + "tracing-subscriber", 1002 + "url", 1003 + ] 1004 + 1005 + [[package]] 1006 + name = "cosmic-settings-desktop" 1007 + version = "0.1.0" 1008 + dependencies = [ 1009 + "cosmic-bg-config", 1010 + "cosmic-config", 1011 + "dirs 5.0.1", 1012 + "freedesktop-icons", 1013 + "futures-lite", 1014 + "image", 1015 + "rayon", 1016 + "smithay-client-toolkit 0.17.0", 1017 + "tokio", 1018 + "tracing", 1019 + "wayland-client 0.31.1", 1020 + ] 1021 + 1022 + [[package]] 1023 + name = "cosmic-settings-page" 1024 + version = "0.1.0" 1025 + dependencies = [ 1026 + "derive_setters", 1027 + "downcast-rs", 1028 + "generator", 1029 + "libcosmic", 1030 + "once_cell", 1031 + "regex", 1032 + "slotmap", 1033 + ] 1034 + 1035 + [[package]] 1036 + name = "cosmic-settings-system" 1037 + version = "0.1.0" 1038 + dependencies = [ 1039 + "bumpalo", 1040 + "byte-unit", 1041 + "concat-in-place", 1042 + "const_format", 1043 + "memchr", 1044 + "sysinfo", 1045 + ] 1046 + 1047 + [[package]] 1048 + name = "cosmic-settings-time" 1049 + version = "0.1.0" 1050 + dependencies = [ 1051 + "icu_calendar", 1052 + "icu_timezone", 1053 + "timedate-zbus", 1054 + "zbus", 1055 + ] 1056 + 1057 + [[package]] 1058 + name = "cosmic-text" 1059 + version = "0.9.0" 1060 + source = "registry+https://github.com/rust-lang/crates.io-index" 1061 + checksum = "b0b68966c2543609f8d92f9d33ac3b719b2a67529b0c6c0b3e025637b477eef9" 1062 + dependencies = [ 1063 + "aliasable", 1064 + "fontdb", 1065 + "libm", 1066 + "log", 1067 + "rangemap", 1068 + "rustybuzz 0.8.0", 1069 + "swash", 1070 + "sys-locale", 1071 + "unicode-bidi", 1072 + "unicode-linebreak", 1073 + "unicode-script", 1074 + "unicode-segmentation", 1075 + ] 1076 + 1077 + [[package]] 1078 + name = "cosmic-theme" 1079 + version = "0.1.0" 1080 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 1081 + dependencies = [ 1082 + "almost", 1083 + "cosmic-config", 1084 + "csscolorparser", 1085 + "lazy_static", 1086 + "palette", 1087 + "ron", 1088 + "serde", 1089 + ] 1090 + 1091 + [[package]] 1092 + name = "cpufeatures" 1093 + version = "0.2.11" 1094 + source = "registry+https://github.com/rust-lang/crates.io-index" 1095 + checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" 1096 + dependencies = [ 1097 + "libc", 1098 + ] 1099 + 1100 + [[package]] 1101 + name = "crc32fast" 1102 + version = "1.3.2" 1103 + source = "registry+https://github.com/rust-lang/crates.io-index" 1104 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 1105 + dependencies = [ 1106 + "cfg-if", 1107 + ] 1108 + 1109 + [[package]] 1110 + name = "crossbeam-channel" 1111 + version = "0.5.8" 1112 + source = "registry+https://github.com/rust-lang/crates.io-index" 1113 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 1114 + dependencies = [ 1115 + "cfg-if", 1116 + "crossbeam-utils", 1117 + ] 1118 + 1119 + [[package]] 1120 + name = "crossbeam-deque" 1121 + version = "0.8.3" 1122 + source = "registry+https://github.com/rust-lang/crates.io-index" 1123 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 1124 + dependencies = [ 1125 + "cfg-if", 1126 + "crossbeam-epoch", 1127 + "crossbeam-utils", 1128 + ] 1129 + 1130 + [[package]] 1131 + name = "crossbeam-epoch" 1132 + version = "0.9.15" 1133 + source = "registry+https://github.com/rust-lang/crates.io-index" 1134 + checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 1135 + dependencies = [ 1136 + "autocfg", 1137 + "cfg-if", 1138 + "crossbeam-utils", 1139 + "memoffset 0.9.0", 1140 + "scopeguard", 1141 + ] 1142 + 1143 + [[package]] 1144 + name = "crossbeam-utils" 1145 + version = "0.8.16" 1146 + source = "registry+https://github.com/rust-lang/crates.io-index" 1147 + checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 1148 + dependencies = [ 1149 + "cfg-if", 1150 + ] 1151 + 1152 + [[package]] 1153 + name = "crunchy" 1154 + version = "0.2.2" 1155 + source = "registry+https://github.com/rust-lang/crates.io-index" 1156 + checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1157 + 1158 + [[package]] 1159 + name = "crypto-common" 1160 + version = "0.1.6" 1161 + source = "registry+https://github.com/rust-lang/crates.io-index" 1162 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1163 + dependencies = [ 1164 + "generic-array", 1165 + "typenum", 1166 + ] 1167 + 1168 + [[package]] 1169 + name = "css-color" 1170 + version = "0.2.5" 1171 + source = "registry+https://github.com/rust-lang/crates.io-index" 1172 + checksum = "d101c65424c856131a3cb818da2ddde03500dc3656972269cdf79f018ef77eb4" 1173 + 1174 + [[package]] 1175 + name = "csscolorparser" 1176 + version = "0.6.2" 1177 + source = "registry+https://github.com/rust-lang/crates.io-index" 1178 + checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf" 1179 + dependencies = [ 1180 + "phf", 1181 + "serde", 1182 + ] 1183 + 1184 + [[package]] 1185 + name = "cursor-icon" 1186 + version = "1.0.0" 1187 + source = "registry+https://github.com/rust-lang/crates.io-index" 1188 + checksum = "740bb192a8e2d1350119916954f4409ee7f62f149b536911eeb78ba5a20526bf" 1189 + 1190 + [[package]] 1191 + name = "d3d12" 1192 + version = "0.6.0" 1193 + source = "registry+https://github.com/rust-lang/crates.io-index" 1194 + checksum = "d8f0de2f5a8e7bd4a9eec0e3c781992a4ce1724f68aec7d7a3715344de8b39da" 1195 + dependencies = [ 1196 + "bitflags 1.3.2", 1197 + "libloading 0.7.4", 1198 + "winapi", 1199 + ] 1200 + 1201 + [[package]] 1202 + name = "darling" 1203 + version = "0.20.3" 1204 + source = "registry+https://github.com/rust-lang/crates.io-index" 1205 + checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" 1206 + dependencies = [ 1207 + "darling_core", 1208 + "darling_macro", 1209 + ] 1210 + 1211 + [[package]] 1212 + name = "darling_core" 1213 + version = "0.20.3" 1214 + source = "registry+https://github.com/rust-lang/crates.io-index" 1215 + checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" 1216 + dependencies = [ 1217 + "fnv", 1218 + "ident_case", 1219 + "proc-macro2", 1220 + "quote", 1221 + "strsim", 1222 + "syn 2.0.38", 1223 + ] 1224 + 1225 + [[package]] 1226 + name = "darling_macro" 1227 + version = "0.20.3" 1228 + source = "registry+https://github.com/rust-lang/crates.io-index" 1229 + checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" 1230 + dependencies = [ 1231 + "darling_core", 1232 + "quote", 1233 + "syn 2.0.38", 1234 + ] 1235 + 1236 + [[package]] 1237 + name = "dashmap" 1238 + version = "5.5.3" 1239 + source = "registry+https://github.com/rust-lang/crates.io-index" 1240 + checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1241 + dependencies = [ 1242 + "cfg-if", 1243 + "hashbrown 0.14.2", 1244 + "lock_api", 1245 + "once_cell", 1246 + "parking_lot_core 0.9.9", 1247 + ] 1248 + 1249 + [[package]] 1250 + name = "data-url" 1251 + version = "0.2.0" 1252 + source = "registry+https://github.com/rust-lang/crates.io-index" 1253 + checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5" 1254 + 1255 + [[package]] 1256 + name = "derivative" 1257 + version = "2.2.0" 1258 + source = "registry+https://github.com/rust-lang/crates.io-index" 1259 + checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 1260 + dependencies = [ 1261 + "proc-macro2", 1262 + "quote", 1263 + "syn 1.0.109", 1264 + ] 1265 + 1266 + [[package]] 1267 + name = "derive_setters" 1268 + version = "0.1.6" 1269 + source = "registry+https://github.com/rust-lang/crates.io-index" 1270 + checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" 1271 + dependencies = [ 1272 + "darling", 1273 + "proc-macro2", 1274 + "quote", 1275 + "syn 2.0.38", 1276 + ] 1277 + 1278 + [[package]] 1279 + name = "digest" 1280 + version = "0.10.7" 1281 + source = "registry+https://github.com/rust-lang/crates.io-index" 1282 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1283 + dependencies = [ 1284 + "block-buffer", 1285 + "crypto-common", 1286 + ] 1287 + 1288 + [[package]] 1289 + name = "dirs" 1290 + version = "3.0.2" 1291 + source = "registry+https://github.com/rust-lang/crates.io-index" 1292 + checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" 1293 + dependencies = [ 1294 + "dirs-sys 0.3.7", 1295 + ] 1296 + 1297 + [[package]] 1298 + name = "dirs" 1299 + version = "4.0.0" 1300 + source = "registry+https://github.com/rust-lang/crates.io-index" 1301 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 1302 + dependencies = [ 1303 + "dirs-sys 0.3.7", 1304 + ] 1305 + 1306 + [[package]] 1307 + name = "dirs" 1308 + version = "5.0.1" 1309 + source = "registry+https://github.com/rust-lang/crates.io-index" 1310 + checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1311 + dependencies = [ 1312 + "dirs-sys 0.4.1", 1313 + ] 1314 + 1315 + [[package]] 1316 + name = "dirs-sys" 1317 + version = "0.3.7" 1318 + source = "registry+https://github.com/rust-lang/crates.io-index" 1319 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1320 + dependencies = [ 1321 + "libc", 1322 + "redox_users", 1323 + "winapi", 1324 + ] 1325 + 1326 + [[package]] 1327 + name = "dirs-sys" 1328 + version = "0.4.1" 1329 + source = "registry+https://github.com/rust-lang/crates.io-index" 1330 + checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1331 + dependencies = [ 1332 + "libc", 1333 + "option-ext", 1334 + "redox_users", 1335 + "windows-sys 0.48.0", 1336 + ] 1337 + 1338 + [[package]] 1339 + name = "dispatch" 1340 + version = "0.2.0" 1341 + source = "registry+https://github.com/rust-lang/crates.io-index" 1342 + checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1343 + 1344 + [[package]] 1345 + name = "displaydoc" 1346 + version = "0.2.4" 1347 + source = "registry+https://github.com/rust-lang/crates.io-index" 1348 + checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" 1349 + dependencies = [ 1350 + "proc-macro2", 1351 + "quote", 1352 + "syn 2.0.38", 1353 + ] 1354 + 1355 + [[package]] 1356 + name = "dlib" 1357 + version = "0.5.2" 1358 + source = "registry+https://github.com/rust-lang/crates.io-index" 1359 + checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1360 + dependencies = [ 1361 + "libloading 0.8.1", 1362 + ] 1363 + 1364 + [[package]] 1365 + name = "dlv-list" 1366 + version = "0.3.0" 1367 + source = "registry+https://github.com/rust-lang/crates.io-index" 1368 + checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" 1369 + 1370 + [[package]] 1371 + name = "downcast-rs" 1372 + version = "1.2.0" 1373 + source = "registry+https://github.com/rust-lang/crates.io-index" 1374 + checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 1375 + 1376 + [[package]] 1377 + name = "either" 1378 + version = "1.9.0" 1379 + source = "registry+https://github.com/rust-lang/crates.io-index" 1380 + checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 1381 + 1382 + [[package]] 1383 + name = "enum-repr" 1384 + version = "0.2.6" 1385 + source = "registry+https://github.com/rust-lang/crates.io-index" 1386 + checksum = "bad30c9c0fa1aaf1ae5010dab11f1117b15d35faf62cda4bbbc53b9987950f18" 1387 + dependencies = [ 1388 + "proc-macro2", 1389 + "quote", 1390 + "syn 1.0.109", 1391 + ] 1392 + 1393 + [[package]] 1394 + name = "enumflags2" 1395 + version = "0.7.8" 1396 + source = "registry+https://github.com/rust-lang/crates.io-index" 1397 + checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939" 1398 + dependencies = [ 1399 + "enumflags2_derive", 1400 + "serde", 1401 + ] 1402 + 1403 + [[package]] 1404 + name = "enumflags2_derive" 1405 + version = "0.7.8" 1406 + source = "registry+https://github.com/rust-lang/crates.io-index" 1407 + checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246" 1408 + dependencies = [ 1409 + "proc-macro2", 1410 + "quote", 1411 + "syn 2.0.38", 1412 + ] 1413 + 1414 + [[package]] 1415 + name = "env_logger" 1416 + version = "0.10.0" 1417 + source = "registry+https://github.com/rust-lang/crates.io-index" 1418 + checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 1419 + dependencies = [ 1420 + "humantime", 1421 + "is-terminal", 1422 + "log", 1423 + "regex", 1424 + "termcolor", 1425 + ] 1426 + 1427 + [[package]] 1428 + name = "equivalent" 1429 + version = "1.0.1" 1430 + source = "registry+https://github.com/rust-lang/crates.io-index" 1431 + checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1432 + 1433 + [[package]] 1434 + name = "errno" 1435 + version = "0.3.5" 1436 + source = "registry+https://github.com/rust-lang/crates.io-index" 1437 + checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" 1438 + dependencies = [ 1439 + "libc", 1440 + "windows-sys 0.48.0", 1441 + ] 1442 + 1443 + [[package]] 1444 + name = "error-code" 1445 + version = "2.3.1" 1446 + source = "registry+https://github.com/rust-lang/crates.io-index" 1447 + checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 1448 + dependencies = [ 1449 + "libc", 1450 + "str-buf", 1451 + ] 1452 + 1453 + [[package]] 1454 + name = "etagere" 1455 + version = "0.2.8" 1456 + source = "registry+https://github.com/rust-lang/crates.io-index" 1457 + checksum = "fcf22f748754352918e082e0039335ee92454a5d62bcaf69b5e8daf5907d9644" 1458 + dependencies = [ 1459 + "euclid", 1460 + "svg_fmt", 1461 + ] 1462 + 1463 + [[package]] 1464 + name = "euclid" 1465 + version = "0.22.9" 1466 + source = "registry+https://github.com/rust-lang/crates.io-index" 1467 + checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787" 1468 + dependencies = [ 1469 + "num-traits", 1470 + ] 1471 + 1472 + [[package]] 1473 + name = "event-listener" 1474 + version = "2.5.3" 1475 + source = "registry+https://github.com/rust-lang/crates.io-index" 1476 + checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1477 + 1478 + [[package]] 1479 + name = "event-listener" 1480 + version = "3.0.0" 1481 + source = "registry+https://github.com/rust-lang/crates.io-index" 1482 + checksum = "29e56284f00d94c1bc7fd3c77027b4623c88c1f53d8d2394c6199f2921dea325" 1483 + dependencies = [ 1484 + "concurrent-queue", 1485 + "parking", 1486 + "pin-project-lite", 1487 + ] 1488 + 1489 + [[package]] 1490 + name = "exr" 1491 + version = "1.6.4" 1492 + source = "registry+https://github.com/rust-lang/crates.io-index" 1493 + checksum = "279d3efcc55e19917fff7ab3ddd6c14afb6a90881a0078465196fe2f99d08c56" 1494 + dependencies = [ 1495 + "bit_field", 1496 + "flume", 1497 + "half", 1498 + "lebe", 1499 + "miniz_oxide", 1500 + "rayon-core", 1501 + "smallvec", 1502 + "zune-inflate", 1503 + ] 1504 + 1505 + [[package]] 1506 + name = "eyre" 1507 + version = "0.6.8" 1508 + source = "registry+https://github.com/rust-lang/crates.io-index" 1509 + checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" 1510 + dependencies = [ 1511 + "indenter", 1512 + "once_cell", 1513 + ] 1514 + 1515 + [[package]] 1516 + name = "fast-srgb8" 1517 + version = "1.0.0" 1518 + source = "registry+https://github.com/rust-lang/crates.io-index" 1519 + checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" 1520 + 1521 + [[package]] 1522 + name = "fastrand" 1523 + version = "1.9.0" 1524 + source = "registry+https://github.com/rust-lang/crates.io-index" 1525 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1526 + dependencies = [ 1527 + "instant", 1528 + ] 1529 + 1530 + [[package]] 1531 + name = "fastrand" 1532 + version = "2.0.1" 1533 + source = "registry+https://github.com/rust-lang/crates.io-index" 1534 + checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 1535 + 1536 + [[package]] 1537 + name = "fdeflate" 1538 + version = "0.3.0" 1539 + source = "registry+https://github.com/rust-lang/crates.io-index" 1540 + checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 1541 + dependencies = [ 1542 + "simd-adler32", 1543 + ] 1544 + 1545 + [[package]] 1546 + name = "filetime" 1547 + version = "0.2.22" 1548 + source = "registry+https://github.com/rust-lang/crates.io-index" 1549 + checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 1550 + dependencies = [ 1551 + "cfg-if", 1552 + "libc", 1553 + "redox_syscall 0.3.5", 1554 + "windows-sys 0.48.0", 1555 + ] 1556 + 1557 + [[package]] 1558 + name = "find-crate" 1559 + version = "0.6.3" 1560 + source = "registry+https://github.com/rust-lang/crates.io-index" 1561 + checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2" 1562 + dependencies = [ 1563 + "toml 0.5.11", 1564 + ] 1565 + 1566 + [[package]] 1567 + name = "flate2" 1568 + version = "1.0.28" 1569 + source = "registry+https://github.com/rust-lang/crates.io-index" 1570 + checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 1571 + dependencies = [ 1572 + "crc32fast", 1573 + "miniz_oxide", 1574 + ] 1575 + 1576 + [[package]] 1577 + name = "float-cmp" 1578 + version = "0.9.0" 1579 + source = "registry+https://github.com/rust-lang/crates.io-index" 1580 + checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1581 + dependencies = [ 1582 + "num-traits", 1583 + ] 1584 + 1585 + [[package]] 1586 + name = "float_next_after" 1587 + version = "0.1.5" 1588 + source = "registry+https://github.com/rust-lang/crates.io-index" 1589 + checksum = "4fc612c5837986b7104a87a0df74a5460931f1c5274be12f8d0f40aa2f30d632" 1590 + dependencies = [ 1591 + "num-traits", 1592 + ] 1593 + 1594 + [[package]] 1595 + name = "fluent" 1596 + version = "0.16.0" 1597 + source = "registry+https://github.com/rust-lang/crates.io-index" 1598 + checksum = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7" 1599 + dependencies = [ 1600 + "fluent-bundle", 1601 + "unic-langid", 1602 + ] 1603 + 1604 + [[package]] 1605 + name = "fluent-bundle" 1606 + version = "0.15.2" 1607 + source = "registry+https://github.com/rust-lang/crates.io-index" 1608 + checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd" 1609 + dependencies = [ 1610 + "fluent-langneg", 1611 + "fluent-syntax", 1612 + "intl-memoizer", 1613 + "intl_pluralrules", 1614 + "rustc-hash", 1615 + "self_cell", 1616 + "smallvec", 1617 + "unic-langid", 1618 + ] 1619 + 1620 + [[package]] 1621 + name = "fluent-langneg" 1622 + version = "0.13.0" 1623 + source = "registry+https://github.com/rust-lang/crates.io-index" 1624 + checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" 1625 + dependencies = [ 1626 + "unic-langid", 1627 + ] 1628 + 1629 + [[package]] 1630 + name = "fluent-syntax" 1631 + version = "0.11.0" 1632 + source = "registry+https://github.com/rust-lang/crates.io-index" 1633 + checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78" 1634 + dependencies = [ 1635 + "thiserror", 1636 + ] 1637 + 1638 + [[package]] 1639 + name = "flume" 1640 + version = "0.10.14" 1641 + source = "registry+https://github.com/rust-lang/crates.io-index" 1642 + checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 1643 + dependencies = [ 1644 + "futures-core", 1645 + "futures-sink", 1646 + "nanorand", 1647 + "pin-project", 1648 + "spin", 1649 + ] 1650 + 1651 + [[package]] 1652 + name = "fnv" 1653 + version = "1.0.7" 1654 + source = "registry+https://github.com/rust-lang/crates.io-index" 1655 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1656 + 1657 + [[package]] 1658 + name = "fontconfig-parser" 1659 + version = "0.5.3" 1660 + source = "registry+https://github.com/rust-lang/crates.io-index" 1661 + checksum = "674e258f4b5d2dcd63888c01c68413c51f565e8af99d2f7701c7b81d79ef41c4" 1662 + dependencies = [ 1663 + "roxmltree", 1664 + ] 1665 + 1666 + [[package]] 1667 + name = "fontdb" 1668 + version = "0.14.1" 1669 + source = "registry+https://github.com/rust-lang/crates.io-index" 1670 + checksum = "af8d8cbea8f21307d7e84bca254772981296f058a1d36b461bf4d83a7499fc9e" 1671 + dependencies = [ 1672 + "fontconfig-parser", 1673 + "log", 1674 + "memmap2 0.6.2", 1675 + "slotmap", 1676 + "tinyvec", 1677 + "ttf-parser 0.19.2", 1678 + ] 1679 + 1680 + [[package]] 1681 + name = "foreign-types" 1682 + version = "0.3.2" 1683 + source = "registry+https://github.com/rust-lang/crates.io-index" 1684 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1685 + dependencies = [ 1686 + "foreign-types-shared", 1687 + ] 1688 + 1689 + [[package]] 1690 + name = "foreign-types-shared" 1691 + version = "0.1.1" 1692 + source = "registry+https://github.com/rust-lang/crates.io-index" 1693 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1694 + 1695 + [[package]] 1696 + name = "form_urlencoded" 1697 + version = "1.2.0" 1698 + source = "registry+https://github.com/rust-lang/crates.io-index" 1699 + checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 1700 + dependencies = [ 1701 + "percent-encoding", 1702 + ] 1703 + 1704 + [[package]] 1705 + name = "fraction" 1706 + version = "0.13.1" 1707 + source = "registry+https://github.com/rust-lang/crates.io-index" 1708 + checksum = "3027ae1df8d41b4bed2241c8fdad4acc1e7af60c8e17743534b545e77182d678" 1709 + dependencies = [ 1710 + "lazy_static", 1711 + "num", 1712 + ] 1713 + 1714 + [[package]] 1715 + name = "freedesktop-desktop-entry" 1716 + version = "0.5.0" 1717 + source = "registry+https://github.com/rust-lang/crates.io-index" 1718 + checksum = "45157175a725e81f3f594382430b6b78af5f8f72db9bd51b94f0785f80fc6d29" 1719 + dependencies = [ 1720 + "dirs 3.0.2", 1721 + "gettext-rs", 1722 + "memchr", 1723 + "thiserror", 1724 + "xdg", 1725 + ] 1726 + 1727 + [[package]] 1728 + name = "freedesktop-icons" 1729 + version = "0.2.4" 1730 + source = "registry+https://github.com/rust-lang/crates.io-index" 1731 + checksum = "3f9d46a9ae065c46efb83854bb10315de6d333bb6f4526ebe320c004dab7857e" 1732 + dependencies = [ 1733 + "dirs 4.0.0", 1734 + "once_cell", 1735 + "rust-ini", 1736 + "thiserror", 1737 + "xdg", 1738 + ] 1739 + 1740 + [[package]] 1741 + name = "fsevent-sys" 1742 + version = "4.1.0" 1743 + source = "registry+https://github.com/rust-lang/crates.io-index" 1744 + checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 1745 + dependencies = [ 1746 + "libc", 1747 + ] 1748 + 1749 + [[package]] 1750 + name = "futures" 1751 + version = "0.3.29" 1752 + source = "registry+https://github.com/rust-lang/crates.io-index" 1753 + checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" 1754 + dependencies = [ 1755 + "futures-channel", 1756 + "futures-core", 1757 + "futures-executor", 1758 + "futures-io", 1759 + "futures-sink", 1760 + "futures-task", 1761 + "futures-util", 1762 + ] 1763 + 1764 + [[package]] 1765 + name = "futures-channel" 1766 + version = "0.3.29" 1767 + source = "registry+https://github.com/rust-lang/crates.io-index" 1768 + checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" 1769 + dependencies = [ 1770 + "futures-core", 1771 + "futures-sink", 1772 + ] 1773 + 1774 + [[package]] 1775 + name = "futures-core" 1776 + version = "0.3.29" 1777 + source = "registry+https://github.com/rust-lang/crates.io-index" 1778 + checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" 1779 + 1780 + [[package]] 1781 + name = "futures-executor" 1782 + version = "0.3.29" 1783 + source = "registry+https://github.com/rust-lang/crates.io-index" 1784 + checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" 1785 + dependencies = [ 1786 + "futures-core", 1787 + "futures-task", 1788 + "futures-util", 1789 + "num_cpus", 1790 + ] 1791 + 1792 + [[package]] 1793 + name = "futures-io" 1794 + version = "0.3.29" 1795 + source = "registry+https://github.com/rust-lang/crates.io-index" 1796 + checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" 1797 + 1798 + [[package]] 1799 + name = "futures-lite" 1800 + version = "1.13.0" 1801 + source = "registry+https://github.com/rust-lang/crates.io-index" 1802 + checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1803 + dependencies = [ 1804 + "fastrand 1.9.0", 1805 + "futures-core", 1806 + "futures-io", 1807 + "memchr", 1808 + "parking", 1809 + "pin-project-lite", 1810 + "waker-fn", 1811 + ] 1812 + 1813 + [[package]] 1814 + name = "futures-macro" 1815 + version = "0.3.29" 1816 + source = "registry+https://github.com/rust-lang/crates.io-index" 1817 + checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" 1818 + dependencies = [ 1819 + "proc-macro2", 1820 + "quote", 1821 + "syn 2.0.38", 1822 + ] 1823 + 1824 + [[package]] 1825 + name = "futures-sink" 1826 + version = "0.3.29" 1827 + source = "registry+https://github.com/rust-lang/crates.io-index" 1828 + checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" 1829 + 1830 + [[package]] 1831 + name = "futures-task" 1832 + version = "0.3.29" 1833 + source = "registry+https://github.com/rust-lang/crates.io-index" 1834 + checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" 1835 + 1836 + [[package]] 1837 + name = "futures-util" 1838 + version = "0.3.29" 1839 + source = "registry+https://github.com/rust-lang/crates.io-index" 1840 + checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" 1841 + dependencies = [ 1842 + "futures-channel", 1843 + "futures-core", 1844 + "futures-io", 1845 + "futures-macro", 1846 + "futures-sink", 1847 + "futures-task", 1848 + "memchr", 1849 + "pin-project-lite", 1850 + "pin-utils", 1851 + "slab", 1852 + ] 1853 + 1854 + [[package]] 1855 + name = "generator" 1856 + version = "0.7.5" 1857 + source = "registry+https://github.com/rust-lang/crates.io-index" 1858 + checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" 1859 + dependencies = [ 1860 + "cc", 1861 + "libc", 1862 + "log", 1863 + "rustversion", 1864 + "windows 0.48.0", 1865 + ] 1866 + 1867 + [[package]] 1868 + name = "generic-array" 1869 + version = "0.14.7" 1870 + source = "registry+https://github.com/rust-lang/crates.io-index" 1871 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1872 + dependencies = [ 1873 + "typenum", 1874 + "version_check", 1875 + ] 1876 + 1877 + [[package]] 1878 + name = "gethostname" 1879 + version = "0.2.3" 1880 + source = "registry+https://github.com/rust-lang/crates.io-index" 1881 + checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" 1882 + dependencies = [ 1883 + "libc", 1884 + "winapi", 1885 + ] 1886 + 1887 + [[package]] 1888 + name = "getrandom" 1889 + version = "0.2.10" 1890 + source = "registry+https://github.com/rust-lang/crates.io-index" 1891 + checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 1892 + dependencies = [ 1893 + "cfg-if", 1894 + "js-sys", 1895 + "libc", 1896 + "wasi", 1897 + "wasm-bindgen", 1898 + ] 1899 + 1900 + [[package]] 1901 + name = "gettext-rs" 1902 + version = "0.7.0" 1903 + source = "registry+https://github.com/rust-lang/crates.io-index" 1904 + checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364" 1905 + dependencies = [ 1906 + "gettext-sys", 1907 + "locale_config", 1908 + ] 1909 + 1910 + [[package]] 1911 + name = "gettext-sys" 1912 + version = "0.21.3" 1913 + source = "registry+https://github.com/rust-lang/crates.io-index" 1914 + checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d" 1915 + dependencies = [ 1916 + "cc", 1917 + "temp-dir", 1918 + ] 1919 + 1920 + [[package]] 1921 + name = "gif" 1922 + version = "0.12.0" 1923 + source = "registry+https://github.com/rust-lang/crates.io-index" 1924 + checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 1925 + dependencies = [ 1926 + "color_quant", 1927 + "weezl", 1928 + ] 1929 + 1930 + [[package]] 1931 + name = "gimli" 1932 + version = "0.28.0" 1933 + source = "registry+https://github.com/rust-lang/crates.io-index" 1934 + checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 1935 + 1936 + [[package]] 1937 + name = "glam" 1938 + version = "0.24.2" 1939 + source = "registry+https://github.com/rust-lang/crates.io-index" 1940 + checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945" 1941 + 1942 + [[package]] 1943 + name = "gloo-timers" 1944 + version = "0.2.6" 1945 + source = "registry+https://github.com/rust-lang/crates.io-index" 1946 + checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 1947 + dependencies = [ 1948 + "futures-channel", 1949 + "futures-core", 1950 + "js-sys", 1951 + "wasm-bindgen", 1952 + ] 1953 + 1954 + [[package]] 1955 + name = "glow" 1956 + version = "0.12.3" 1957 + source = "registry+https://github.com/rust-lang/crates.io-index" 1958 + checksum = "ca0fe580e4b60a8ab24a868bc08e2f03cbcb20d3d676601fa909386713333728" 1959 + dependencies = [ 1960 + "js-sys", 1961 + "slotmap", 1962 + "wasm-bindgen", 1963 + "web-sys", 1964 + ] 1965 + 1966 + [[package]] 1967 + name = "glyphon" 1968 + version = "0.3.0" 1969 + source = "registry+https://github.com/rust-lang/crates.io-index" 1970 + checksum = "5e87caa7459145f5e5f167bf34db4532901404c679e62339fb712a0e3ccf722a" 1971 + dependencies = [ 1972 + "cosmic-text", 1973 + "etagere", 1974 + "lru", 1975 + "wgpu", 1976 + ] 1977 + 1978 + [[package]] 1979 + name = "gpu-alloc" 1980 + version = "0.5.4" 1981 + source = "registry+https://github.com/rust-lang/crates.io-index" 1982 + checksum = "22beaafc29b38204457ea030f6fb7a84c9e4dd1b86e311ba0542533453d87f62" 1983 + dependencies = [ 1984 + "bitflags 1.3.2", 1985 + "gpu-alloc-types", 1986 + ] 1987 + 1988 + [[package]] 1989 + name = "gpu-alloc-types" 1990 + version = "0.2.0" 1991 + source = "registry+https://github.com/rust-lang/crates.io-index" 1992 + checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5" 1993 + dependencies = [ 1994 + "bitflags 1.3.2", 1995 + ] 1996 + 1997 + [[package]] 1998 + name = "gpu-allocator" 1999 + version = "0.22.0" 2000 + source = "registry+https://github.com/rust-lang/crates.io-index" 2001 + checksum = "ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8" 2002 + dependencies = [ 2003 + "backtrace", 2004 + "log", 2005 + "thiserror", 2006 + "winapi", 2007 + "windows 0.44.0", 2008 + ] 2009 + 2010 + [[package]] 2011 + name = "gpu-descriptor" 2012 + version = "0.2.4" 2013 + source = "registry+https://github.com/rust-lang/crates.io-index" 2014 + checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c" 2015 + dependencies = [ 2016 + "bitflags 2.4.1", 2017 + "gpu-descriptor-types", 2018 + "hashbrown 0.14.2", 2019 + ] 2020 + 2021 + [[package]] 2022 + name = "gpu-descriptor-types" 2023 + version = "0.1.2" 2024 + source = "registry+https://github.com/rust-lang/crates.io-index" 2025 + checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c" 2026 + dependencies = [ 2027 + "bitflags 2.4.1", 2028 + ] 2029 + 2030 + [[package]] 2031 + name = "grid" 2032 + version = "0.11.0" 2033 + source = "registry+https://github.com/rust-lang/crates.io-index" 2034 + checksum = "1df00eed8d1f0db937f6be10e46e8072b0671accb504cf0f959c5c52c679f5b9" 2035 + 2036 + [[package]] 2037 + name = "guillotiere" 2038 + version = "0.6.2" 2039 + source = "registry+https://github.com/rust-lang/crates.io-index" 2040 + checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782" 2041 + dependencies = [ 2042 + "euclid", 2043 + "svg_fmt", 2044 + ] 2045 + 2046 + [[package]] 2047 + name = "half" 2048 + version = "2.3.1" 2049 + source = "registry+https://github.com/rust-lang/crates.io-index" 2050 + checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872" 2051 + dependencies = [ 2052 + "cfg-if", 2053 + "crunchy", 2054 + ] 2055 + 2056 + [[package]] 2057 + name = "hashbrown" 2058 + version = "0.12.3" 2059 + source = "registry+https://github.com/rust-lang/crates.io-index" 2060 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2061 + dependencies = [ 2062 + "ahash 0.7.7", 2063 + ] 2064 + 2065 + [[package]] 2066 + name = "hashbrown" 2067 + version = "0.14.2" 2068 + source = "registry+https://github.com/rust-lang/crates.io-index" 2069 + checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" 2070 + dependencies = [ 2071 + "ahash 0.8.6", 2072 + "allocator-api2", 2073 + ] 2074 + 2075 + [[package]] 2076 + name = "hassle-rs" 2077 + version = "0.10.0" 2078 + source = "registry+https://github.com/rust-lang/crates.io-index" 2079 + checksum = "1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0" 2080 + dependencies = [ 2081 + "bitflags 1.3.2", 2082 + "com-rs", 2083 + "libc", 2084 + "libloading 0.7.4", 2085 + "thiserror", 2086 + "widestring", 2087 + "winapi", 2088 + ] 2089 + 2090 + [[package]] 2091 + name = "heck" 2092 + version = "0.4.1" 2093 + source = "registry+https://github.com/rust-lang/crates.io-index" 2094 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2095 + 2096 + [[package]] 2097 + name = "hermit-abi" 2098 + version = "0.3.3" 2099 + source = "registry+https://github.com/rust-lang/crates.io-index" 2100 + checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 2101 + 2102 + [[package]] 2103 + name = "hex" 2104 + version = "0.4.3" 2105 + source = "registry+https://github.com/rust-lang/crates.io-index" 2106 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2107 + 2108 + [[package]] 2109 + name = "hexf-parse" 2110 + version = "0.2.1" 2111 + source = "registry+https://github.com/rust-lang/crates.io-index" 2112 + checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 2113 + 2114 + [[package]] 2115 + name = "humantime" 2116 + version = "2.1.0" 2117 + source = "registry+https://github.com/rust-lang/crates.io-index" 2118 + checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2119 + 2120 + [[package]] 2121 + name = "i18n-config" 2122 + version = "0.4.6" 2123 + source = "registry+https://github.com/rust-lang/crates.io-index" 2124 + checksum = "0c9ce3c48cbc21fd5b22b9331f32b5b51f6ad85d969b99e793427332e76e7640" 2125 + dependencies = [ 2126 + "log", 2127 + "serde", 2128 + "serde_derive", 2129 + "thiserror", 2130 + "toml 0.8.5", 2131 + "unic-langid", 2132 + ] 2133 + 2134 + [[package]] 2135 + name = "i18n-embed" 2136 + version = "0.13.9" 2137 + source = "registry+https://github.com/rust-lang/crates.io-index" 2138 + checksum = "92a86226a7a16632de6723449ee5fe70bac5af718bc642ee9ca2f0f6e14fa1fa" 2139 + dependencies = [ 2140 + "arc-swap", 2141 + "fluent", 2142 + "fluent-langneg", 2143 + "fluent-syntax", 2144 + "i18n-embed-impl", 2145 + "intl-memoizer", 2146 + "lazy_static", 2147 + "locale_config", 2148 + "log", 2149 + "parking_lot 0.12.1", 2150 + "rust-embed", 2151 + "thiserror", 2152 + "unic-langid", 2153 + "walkdir", 2154 + ] 2155 + 2156 + [[package]] 2157 + name = "i18n-embed-fl" 2158 + version = "0.6.7" 2159 + source = "registry+https://github.com/rust-lang/crates.io-index" 2160 + checksum = "d26a3d3569737dfaac7fc1c4078e6af07471c3060b8e570bcd83cdd5f4685395" 2161 + dependencies = [ 2162 + "dashmap", 2163 + "find-crate", 2164 + "fluent", 2165 + "fluent-syntax", 2166 + "i18n-config", 2167 + "i18n-embed", 2168 + "lazy_static", 2169 + "proc-macro-error", 2170 + "proc-macro2", 2171 + "quote", 2172 + "strsim", 2173 + "syn 2.0.38", 2174 + "unic-langid", 2175 + ] 2176 + 2177 + [[package]] 2178 + name = "i18n-embed-impl" 2179 + version = "0.8.2" 2180 + source = "registry+https://github.com/rust-lang/crates.io-index" 2181 + checksum = "a2a4d5bff745c9a6e1459c490059281b353a4ab0a4e1e58b3eeeaef71f97d07b" 2182 + dependencies = [ 2183 + "find-crate", 2184 + "i18n-config", 2185 + "proc-macro2", 2186 + "quote", 2187 + "syn 2.0.38", 2188 + ] 2189 + 2190 + [[package]] 2191 + name = "iced" 2192 + version = "0.10.0" 2193 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2194 + dependencies = [ 2195 + "iced_accessibility", 2196 + "iced_core", 2197 + "iced_futures", 2198 + "iced_renderer", 2199 + "iced_sctk", 2200 + "iced_widget", 2201 + "iced_winit", 2202 + "image", 2203 + "thiserror", 2204 + ] 2205 + 2206 + [[package]] 2207 + name = "iced_accessibility" 2208 + version = "0.1.0" 2209 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2210 + dependencies = [ 2211 + "accesskit", 2212 + "accesskit_unix", 2213 + ] 2214 + 2215 + [[package]] 2216 + name = "iced_core" 2217 + version = "0.10.0" 2218 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2219 + dependencies = [ 2220 + "bitflags 1.3.2", 2221 + "iced_accessibility", 2222 + "instant", 2223 + "log", 2224 + "palette", 2225 + "smithay-client-toolkit 0.17.0", 2226 + "thiserror", 2227 + "twox-hash", 2228 + ] 2229 + 2230 + [[package]] 2231 + name = "iced_futures" 2232 + version = "0.7.0" 2233 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2234 + dependencies = [ 2235 + "futures", 2236 + "iced_core", 2237 + "log", 2238 + "tokio", 2239 + "wasm-bindgen-futures", 2240 + "wasm-timer", 2241 + ] 2242 + 2243 + [[package]] 2244 + name = "iced_graphics" 2245 + version = "0.9.0" 2246 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2247 + dependencies = [ 2248 + "bitflags 1.3.2", 2249 + "bytemuck", 2250 + "glam", 2251 + "half", 2252 + "iced_core", 2253 + "image", 2254 + "kamadak-exif", 2255 + "log", 2256 + "lyon_path", 2257 + "raw-window-handle", 2258 + "thiserror", 2259 + ] 2260 + 2261 + [[package]] 2262 + name = "iced_renderer" 2263 + version = "0.1.0" 2264 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2265 + dependencies = [ 2266 + "iced_graphics", 2267 + "iced_tiny_skia", 2268 + "iced_wgpu", 2269 + "log", 2270 + "raw-window-handle", 2271 + "thiserror", 2272 + ] 2273 + 2274 + [[package]] 2275 + name = "iced_runtime" 2276 + version = "0.1.1" 2277 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2278 + dependencies = [ 2279 + "iced_accessibility", 2280 + "iced_core", 2281 + "iced_futures", 2282 + "smithay-client-toolkit 0.17.0", 2283 + "thiserror", 2284 + ] 2285 + 2286 + [[package]] 2287 + name = "iced_sctk" 2288 + version = "0.1.0" 2289 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2290 + dependencies = [ 2291 + "enum-repr", 2292 + "float-cmp", 2293 + "futures", 2294 + "iced_futures", 2295 + "iced_graphics", 2296 + "iced_runtime", 2297 + "iced_style", 2298 + "itertools 0.10.5", 2299 + "lazy_static", 2300 + "raw-window-handle", 2301 + "smithay-client-toolkit 0.17.0", 2302 + "smithay-clipboard", 2303 + "thiserror", 2304 + "tracing", 2305 + "wayland-backend 0.3.2", 2306 + "wayland-protocols 0.31.0", 2307 + "xkeysym", 2308 + ] 2309 + 2310 + [[package]] 2311 + name = "iced_style" 2312 + version = "0.9.0" 2313 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2314 + dependencies = [ 2315 + "iced_core", 2316 + "once_cell", 2317 + "palette", 2318 + ] 2319 + 2320 + [[package]] 2321 + name = "iced_tiny_skia" 2322 + version = "0.1.0" 2323 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2324 + dependencies = [ 2325 + "bytemuck", 2326 + "cosmic-text", 2327 + "iced_graphics", 2328 + "kurbo", 2329 + "log", 2330 + "raw-window-handle", 2331 + "resvg", 2332 + "rustc-hash", 2333 + "softbuffer", 2334 + "tiny-skia 0.10.0", 2335 + "twox-hash", 2336 + ] 2337 + 2338 + [[package]] 2339 + name = "iced_wgpu" 2340 + version = "0.11.1" 2341 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2342 + dependencies = [ 2343 + "bitflags 1.3.2", 2344 + "bytemuck", 2345 + "futures", 2346 + "glam", 2347 + "glyphon", 2348 + "guillotiere", 2349 + "iced_graphics", 2350 + "log", 2351 + "lyon", 2352 + "once_cell", 2353 + "raw-window-handle", 2354 + "resvg", 2355 + "rustc-hash", 2356 + "twox-hash", 2357 + "wgpu", 2358 + ] 2359 + 2360 + [[package]] 2361 + name = "iced_widget" 2362 + version = "0.1.3" 2363 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2364 + dependencies = [ 2365 + "iced_renderer", 2366 + "iced_runtime", 2367 + "iced_style", 2368 + "num-traits", 2369 + "ouroboros", 2370 + "smithay-client-toolkit 0.17.0", 2371 + "thiserror", 2372 + "unicode-segmentation", 2373 + ] 2374 + 2375 + [[package]] 2376 + name = "iced_winit" 2377 + version = "0.10.0" 2378 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2379 + dependencies = [ 2380 + "iced_graphics", 2381 + "iced_runtime", 2382 + "iced_style", 2383 + "log", 2384 + "raw-window-handle", 2385 + "thiserror", 2386 + "web-sys", 2387 + "winapi", 2388 + "window_clipboard", 2389 + "winit", 2390 + ] 2391 + 2392 + [[package]] 2393 + name = "icu_calendar" 2394 + version = "1.3.2" 2395 + source = "registry+https://github.com/rust-lang/crates.io-index" 2396 + checksum = "b520c5675775e3838447c33fc55bf558148c6824ef0d20ff7a9e0df7345a281c" 2397 + dependencies = [ 2398 + "calendrical_calculations", 2399 + "displaydoc", 2400 + "icu_calendar_data", 2401 + "icu_locid", 2402 + "icu_locid_transform", 2403 + "icu_provider", 2404 + "tinystr", 2405 + "writeable", 2406 + "zerovec", 2407 + ] 2408 + 2409 + [[package]] 2410 + name = "icu_calendar_data" 2411 + version = "1.3.2" 2412 + source = "registry+https://github.com/rust-lang/crates.io-index" 2413 + checksum = "75d8d1a514ca7e6dc547be930f2fd661d578909c07cf1c1adade81c3f7a78840" 2414 + 2415 + [[package]] 2416 + name = "icu_locid" 2417 + version = "1.3.2" 2418 + source = "registry+https://github.com/rust-lang/crates.io-index" 2419 + checksum = "f284eb342dc49d3e9d9f3b188489d76b5d22dfb1d1a5e0d1941811253bac625c" 2420 + dependencies = [ 2421 + "displaydoc", 2422 + "litemap", 2423 + "tinystr", 2424 + "writeable", 2425 + "zerovec", 2426 + ] 2427 + 2428 + [[package]] 2429 + name = "icu_locid_transform" 2430 + version = "1.3.2" 2431 + source = "registry+https://github.com/rust-lang/crates.io-index" 2432 + checksum = "6551daf80882d8e68eee186cc19e132d8bde1b1f059a79b93384a5ca0e8fc5e7" 2433 + dependencies = [ 2434 + "displaydoc", 2435 + "icu_locid", 2436 + "icu_locid_transform_data", 2437 + "icu_provider", 2438 + "tinystr", 2439 + "zerovec", 2440 + ] 2441 + 2442 + [[package]] 2443 + name = "icu_locid_transform_data" 2444 + version = "1.3.2" 2445 + source = "registry+https://github.com/rust-lang/crates.io-index" 2446 + checksum = "2a741eba5431f75eb2f1f9022d3cffabcadda6771e54fb4e77c8ba8653e4da44" 2447 + 2448 + [[package]] 2449 + name = "icu_provider" 2450 + version = "1.3.2" 2451 + source = "registry+https://github.com/rust-lang/crates.io-index" 2452 + checksum = "68acdef80034b5e35d8524e9817479d389a4f9774f3f0cbe1bf3884d80fd5934" 2453 + dependencies = [ 2454 + "displaydoc", 2455 + "icu_locid", 2456 + "icu_provider_macros", 2457 + "stable_deref_trait", 2458 + "tinystr", 2459 + "writeable", 2460 + "yoke", 2461 + "zerofrom", 2462 + "zerovec", 2463 + ] 2464 + 2465 + [[package]] 2466 + name = "icu_provider_macros" 2467 + version = "1.3.2" 2468 + source = "registry+https://github.com/rust-lang/crates.io-index" 2469 + checksum = "2060258edfcfe32ca7058849bf0f146cb5c59aadbedf480333c0d0002f97bc99" 2470 + dependencies = [ 2471 + "proc-macro2", 2472 + "quote", 2473 + "syn 2.0.38", 2474 + ] 2475 + 2476 + [[package]] 2477 + name = "icu_timezone" 2478 + version = "1.3.2" 2479 + source = "registry+https://github.com/rust-lang/crates.io-index" 2480 + checksum = "19e6401cd210ccda98b2e7fc707831b29c6efe319efbbec460f957b6f331f626" 2481 + dependencies = [ 2482 + "displaydoc", 2483 + "icu_calendar", 2484 + "icu_locid", 2485 + "icu_provider", 2486 + "icu_timezone_data", 2487 + "tinystr", 2488 + "zerotrie", 2489 + "zerovec", 2490 + ] 2491 + 2492 + [[package]] 2493 + name = "icu_timezone_data" 2494 + version = "1.3.2" 2495 + source = "registry+https://github.com/rust-lang/crates.io-index" 2496 + checksum = "6d7e214a653bac59b768c42f82d252f13af95e8a9cb07b6108b8bc723c561b43" 2497 + 2498 + [[package]] 2499 + name = "ident_case" 2500 + version = "1.0.1" 2501 + source = "registry+https://github.com/rust-lang/crates.io-index" 2502 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2503 + 2504 + [[package]] 2505 + name = "idna" 2506 + version = "0.4.0" 2507 + source = "registry+https://github.com/rust-lang/crates.io-index" 2508 + checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 2509 + dependencies = [ 2510 + "unicode-bidi", 2511 + "unicode-normalization", 2512 + ] 2513 + 2514 + [[package]] 2515 + name = "image" 2516 + version = "0.24.7" 2517 + source = "registry+https://github.com/rust-lang/crates.io-index" 2518 + checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" 2519 + dependencies = [ 2520 + "bytemuck", 2521 + "byteorder", 2522 + "color_quant", 2523 + "exr", 2524 + "gif", 2525 + "jpeg-decoder", 2526 + "num-rational", 2527 + "num-traits", 2528 + "png", 2529 + "qoi", 2530 + "tiff", 2531 + ] 2532 + 2533 + [[package]] 2534 + name = "imagesize" 2535 + version = "0.12.0" 2536 + source = "registry+https://github.com/rust-lang/crates.io-index" 2537 + checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284" 2538 + 2539 + [[package]] 2540 + name = "indenter" 2541 + version = "0.3.3" 2542 + source = "registry+https://github.com/rust-lang/crates.io-index" 2543 + checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 2544 + 2545 + [[package]] 2546 + name = "indexmap" 2547 + version = "1.9.3" 2548 + source = "registry+https://github.com/rust-lang/crates.io-index" 2549 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2550 + dependencies = [ 2551 + "autocfg", 2552 + "hashbrown 0.12.3", 2553 + ] 2554 + 2555 + [[package]] 2556 + name = "indexmap" 2557 + version = "2.0.2" 2558 + source = "registry+https://github.com/rust-lang/crates.io-index" 2559 + checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" 2560 + dependencies = [ 2561 + "equivalent", 2562 + "hashbrown 0.14.2", 2563 + ] 2564 + 2565 + [[package]] 2566 + name = "inotify" 2567 + version = "0.9.6" 2568 + source = "registry+https://github.com/rust-lang/crates.io-index" 2569 + checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 2570 + dependencies = [ 2571 + "bitflags 1.3.2", 2572 + "inotify-sys", 2573 + "libc", 2574 + ] 2575 + 2576 + [[package]] 2577 + name = "inotify-sys" 2578 + version = "0.1.5" 2579 + source = "registry+https://github.com/rust-lang/crates.io-index" 2580 + checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2581 + dependencies = [ 2582 + "libc", 2583 + ] 2584 + 2585 + [[package]] 2586 + name = "input" 2587 + version = "0.8.3" 2588 + source = "registry+https://github.com/rust-lang/crates.io-index" 2589 + checksum = "e6e74cd82cedcd66db78742a8337bdc48f188c4d2c12742cbc5cd85113f0b059" 2590 + dependencies = [ 2591 + "bitflags 1.3.2", 2592 + "input-sys", 2593 + "io-lifetimes 1.0.11", 2594 + "libc", 2595 + "log", 2596 + "udev", 2597 + ] 2598 + 2599 + [[package]] 2600 + name = "input-sys" 2601 + version = "1.17.0" 2602 + source = "registry+https://github.com/rust-lang/crates.io-index" 2603 + checksum = "05f6c2a17e8aba7217660e32863af87b0febad811d4b8620ef76b386603fddc2" 2604 + dependencies = [ 2605 + "libc", 2606 + ] 2607 + 2608 + [[package]] 2609 + name = "instant" 2610 + version = "0.1.12" 2611 + source = "registry+https://github.com/rust-lang/crates.io-index" 2612 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2613 + dependencies = [ 2614 + "cfg-if", 2615 + "js-sys", 2616 + "wasm-bindgen", 2617 + "web-sys", 2618 + ] 2619 + 2620 + [[package]] 2621 + name = "intl-memoizer" 2622 + version = "0.5.1" 2623 + source = "registry+https://github.com/rust-lang/crates.io-index" 2624 + checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f" 2625 + dependencies = [ 2626 + "type-map", 2627 + "unic-langid", 2628 + ] 2629 + 2630 + [[package]] 2631 + name = "intl_pluralrules" 2632 + version = "7.0.2" 2633 + source = "registry+https://github.com/rust-lang/crates.io-index" 2634 + checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" 2635 + dependencies = [ 2636 + "unic-langid", 2637 + ] 2638 + 2639 + [[package]] 2640 + name = "io-lifetimes" 2641 + version = "1.0.11" 2642 + source = "registry+https://github.com/rust-lang/crates.io-index" 2643 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 2644 + dependencies = [ 2645 + "hermit-abi", 2646 + "libc", 2647 + "windows-sys 0.48.0", 2648 + ] 2649 + 2650 + [[package]] 2651 + name = "io-lifetimes" 2652 + version = "2.0.2" 2653 + source = "registry+https://github.com/rust-lang/crates.io-index" 2654 + checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c" 2655 + 2656 + [[package]] 2657 + name = "is-terminal" 2658 + version = "0.4.9" 2659 + source = "registry+https://github.com/rust-lang/crates.io-index" 2660 + checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 2661 + dependencies = [ 2662 + "hermit-abi", 2663 + "rustix 0.38.20", 2664 + "windows-sys 0.48.0", 2665 + ] 2666 + 2667 + [[package]] 2668 + name = "itertools" 2669 + version = "0.10.5" 2670 + source = "registry+https://github.com/rust-lang/crates.io-index" 2671 + checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2672 + dependencies = [ 2673 + "either", 2674 + ] 2675 + 2676 + [[package]] 2677 + name = "itertools" 2678 + version = "0.11.0" 2679 + source = "registry+https://github.com/rust-lang/crates.io-index" 2680 + checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 2681 + dependencies = [ 2682 + "either", 2683 + ] 2684 + 2685 + [[package]] 2686 + name = "jni-sys" 2687 + version = "0.3.0" 2688 + source = "registry+https://github.com/rust-lang/crates.io-index" 2689 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2690 + 2691 + [[package]] 2692 + name = "jobserver" 2693 + version = "0.1.27" 2694 + source = "registry+https://github.com/rust-lang/crates.io-index" 2695 + checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" 2696 + dependencies = [ 2697 + "libc", 2698 + ] 2699 + 2700 + [[package]] 2701 + name = "jpeg-decoder" 2702 + version = "0.3.0" 2703 + source = "registry+https://github.com/rust-lang/crates.io-index" 2704 + checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" 2705 + dependencies = [ 2706 + "rayon", 2707 + ] 2708 + 2709 + [[package]] 2710 + name = "js-sys" 2711 + version = "0.3.64" 2712 + source = "registry+https://github.com/rust-lang/crates.io-index" 2713 + checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 2714 + dependencies = [ 2715 + "wasm-bindgen", 2716 + ] 2717 + 2718 + [[package]] 2719 + name = "kamadak-exif" 2720 + version = "0.5.5" 2721 + source = "registry+https://github.com/rust-lang/crates.io-index" 2722 + checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077" 2723 + dependencies = [ 2724 + "mutate_once", 2725 + ] 2726 + 2727 + [[package]] 2728 + name = "khronos-egl" 2729 + version = "4.1.0" 2730 + source = "registry+https://github.com/rust-lang/crates.io-index" 2731 + checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3" 2732 + dependencies = [ 2733 + "libc", 2734 + "libloading 0.7.4", 2735 + "pkg-config", 2736 + ] 2737 + 2738 + [[package]] 2739 + name = "kqueue" 2740 + version = "1.0.8" 2741 + source = "registry+https://github.com/rust-lang/crates.io-index" 2742 + checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" 2743 + dependencies = [ 2744 + "kqueue-sys", 2745 + "libc", 2746 + ] 2747 + 2748 + [[package]] 2749 + name = "kqueue-sys" 2750 + version = "1.0.4" 2751 + source = "registry+https://github.com/rust-lang/crates.io-index" 2752 + checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 2753 + dependencies = [ 2754 + "bitflags 1.3.2", 2755 + "libc", 2756 + ] 2757 + 2758 + [[package]] 2759 + name = "kurbo" 2760 + version = "0.9.5" 2761 + source = "registry+https://github.com/rust-lang/crates.io-index" 2762 + checksum = "bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b" 2763 + dependencies = [ 2764 + "arrayvec", 2765 + ] 2766 + 2767 + [[package]] 2768 + name = "kv-log-macro" 2769 + version = "1.0.7" 2770 + source = "registry+https://github.com/rust-lang/crates.io-index" 2771 + checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 2772 + dependencies = [ 2773 + "log", 2774 + ] 2775 + 2776 + [[package]] 2777 + name = "lazy_static" 2778 + version = "1.4.0" 2779 + source = "registry+https://github.com/rust-lang/crates.io-index" 2780 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2781 + 2782 + [[package]] 2783 + name = "lebe" 2784 + version = "0.5.2" 2785 + source = "registry+https://github.com/rust-lang/crates.io-index" 2786 + checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 2787 + 2788 + [[package]] 2789 + name = "libc" 2790 + version = "0.2.149" 2791 + source = "registry+https://github.com/rust-lang/crates.io-index" 2792 + checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" 2793 + 2794 + [[package]] 2795 + name = "libcosmic" 2796 + version = "0.1.0" 2797 + source = "git+https://github.com/pop-os/libcosmic#6b517ddb0e7fe2ed8b04d6f71d1c45a374c92e14" 2798 + dependencies = [ 2799 + "apply", 2800 + "ashpd 0.5.0", 2801 + "cosmic-config", 2802 + "cosmic-theme", 2803 + "css-color", 2804 + "derive_setters", 2805 + "fraction", 2806 + "freedesktop-icons", 2807 + "iced", 2808 + "iced_core", 2809 + "iced_futures", 2810 + "iced_renderer", 2811 + "iced_runtime", 2812 + "iced_sctk", 2813 + "iced_style", 2814 + "iced_tiny_skia", 2815 + "iced_widget", 2816 + "lazy_static", 2817 + "palette", 2818 + "slotmap", 2819 + "smithay-client-toolkit 0.17.0", 2820 + "taffy", 2821 + "thiserror", 2822 + "tokio", 2823 + "tracing", 2824 + "unicode-segmentation", 2825 + "url", 2826 + ] 2827 + 2828 + [[package]] 2829 + name = "libloading" 2830 + version = "0.7.4" 2831 + source = "registry+https://github.com/rust-lang/crates.io-index" 2832 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2833 + dependencies = [ 2834 + "cfg-if", 2835 + "winapi", 2836 + ] 2837 + 2838 + [[package]] 2839 + name = "libloading" 2840 + version = "0.8.1" 2841 + source = "registry+https://github.com/rust-lang/crates.io-index" 2842 + checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" 2843 + dependencies = [ 2844 + "cfg-if", 2845 + "windows-sys 0.48.0", 2846 + ] 2847 + 2848 + [[package]] 2849 + name = "libm" 2850 + version = "0.2.8" 2851 + source = "registry+https://github.com/rust-lang/crates.io-index" 2852 + checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 2853 + 2854 + [[package]] 2855 + name = "libudev-sys" 2856 + version = "0.1.4" 2857 + source = "registry+https://github.com/rust-lang/crates.io-index" 2858 + checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" 2859 + dependencies = [ 2860 + "libc", 2861 + "pkg-config", 2862 + ] 2863 + 2864 + [[package]] 2865 + name = "linux-raw-sys" 2866 + version = "0.3.8" 2867 + source = "registry+https://github.com/rust-lang/crates.io-index" 2868 + checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 2869 + 2870 + [[package]] 2871 + name = "linux-raw-sys" 2872 + version = "0.4.10" 2873 + source = "registry+https://github.com/rust-lang/crates.io-index" 2874 + checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" 2875 + 2876 + [[package]] 2877 + name = "litemap" 2878 + version = "0.7.1" 2879 + source = "registry+https://github.com/rust-lang/crates.io-index" 2880 + checksum = "77a1a2647d5b7134127971a6de0d533c49de2159167e7f259c427195f87168a1" 2881 + 2882 + [[package]] 2883 + name = "locale_config" 2884 + version = "0.3.0" 2885 + source = "registry+https://github.com/rust-lang/crates.io-index" 2886 + checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934" 2887 + dependencies = [ 2888 + "lazy_static", 2889 + "objc", 2890 + "objc-foundation", 2891 + "regex", 2892 + "winapi", 2893 + ] 2894 + 2895 + [[package]] 2896 + name = "lock_api" 2897 + version = "0.4.11" 2898 + source = "registry+https://github.com/rust-lang/crates.io-index" 2899 + checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 2900 + dependencies = [ 2901 + "autocfg", 2902 + "scopeguard", 2903 + ] 2904 + 2905 + [[package]] 2906 + name = "log" 2907 + version = "0.4.20" 2908 + source = "registry+https://github.com/rust-lang/crates.io-index" 2909 + checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 2910 + dependencies = [ 2911 + "value-bag", 2912 + ] 2913 + 2914 + [[package]] 2915 + name = "lru" 2916 + version = "0.11.1" 2917 + source = "registry+https://github.com/rust-lang/crates.io-index" 2918 + checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" 2919 + dependencies = [ 2920 + "hashbrown 0.14.2", 2921 + ] 2922 + 2923 + [[package]] 2924 + name = "lyon" 2925 + version = "1.0.1" 2926 + source = "registry+https://github.com/rust-lang/crates.io-index" 2927 + checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f" 2928 + dependencies = [ 2929 + "lyon_algorithms", 2930 + "lyon_tessellation", 2931 + ] 2932 + 2933 + [[package]] 2934 + name = "lyon_algorithms" 2935 + version = "1.0.3" 2936 + source = "registry+https://github.com/rust-lang/crates.io-index" 2937 + checksum = "00a0349cd8f0270781bb93a824b63df6178e3b4a27794e7be3ce3763f5a44d6e" 2938 + dependencies = [ 2939 + "lyon_path", 2940 + "num-traits", 2941 + ] 2942 + 2943 + [[package]] 2944 + name = "lyon_geom" 2945 + version = "1.0.4" 2946 + source = "registry+https://github.com/rust-lang/crates.io-index" 2947 + checksum = "74df1ff0a0147282eb10699537a03baa7d31972b58984a1d44ce0624043fe8ad" 2948 + dependencies = [ 2949 + "arrayvec", 2950 + "euclid", 2951 + "num-traits", 2952 + ] 2953 + 2954 + [[package]] 2955 + name = "lyon_path" 2956 + version = "1.0.4" 2957 + source = "registry+https://github.com/rust-lang/crates.io-index" 2958 + checksum = "ca507745ba7ccbc76e5c44e7b63b1a29d2b0d6126f375806a5bbaf657c7d6c45" 2959 + dependencies = [ 2960 + "lyon_geom", 2961 + "num-traits", 2962 + ] 2963 + 2964 + [[package]] 2965 + name = "lyon_tessellation" 2966 + version = "1.0.10" 2967 + source = "registry+https://github.com/rust-lang/crates.io-index" 2968 + checksum = "7d2124218d5428149f9e09520b9acc024334a607e671f032d06567b61008977c" 2969 + dependencies = [ 2970 + "float_next_after", 2971 + "lyon_path", 2972 + "thiserror", 2973 + ] 2974 + 2975 + [[package]] 2976 + name = "malloc_buf" 2977 + version = "0.0.6" 2978 + source = "registry+https://github.com/rust-lang/crates.io-index" 2979 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2980 + dependencies = [ 2981 + "libc", 2982 + ] 2983 + 2984 + [[package]] 2985 + name = "memchr" 2986 + version = "2.6.4" 2987 + source = "registry+https://github.com/rust-lang/crates.io-index" 2988 + checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 2989 + 2990 + [[package]] 2991 + name = "memmap2" 2992 + version = "0.5.10" 2993 + source = "registry+https://github.com/rust-lang/crates.io-index" 2994 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 2995 + dependencies = [ 2996 + "libc", 2997 + ] 2998 + 2999 + [[package]] 3000 + name = "memmap2" 3001 + version = "0.6.2" 3002 + source = "registry+https://github.com/rust-lang/crates.io-index" 3003 + checksum = "6d28bba84adfe6646737845bc5ebbfa2c08424eb1c37e94a1fd2a82adb56a872" 3004 + dependencies = [ 3005 + "libc", 3006 + ] 3007 + 3008 + [[package]] 3009 + name = "memmap2" 3010 + version = "0.7.1" 3011 + source = "registry+https://github.com/rust-lang/crates.io-index" 3012 + checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6" 3013 + dependencies = [ 3014 + "libc", 3015 + ] 3016 + 3017 + [[package]] 3018 + name = "memoffset" 3019 + version = "0.6.5" 3020 + source = "registry+https://github.com/rust-lang/crates.io-index" 3021 + checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 3022 + dependencies = [ 3023 + "autocfg", 3024 + ] 3025 + 3026 + [[package]] 3027 + name = "memoffset" 3028 + version = "0.7.1" 3029 + source = "registry+https://github.com/rust-lang/crates.io-index" 3030 + checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 3031 + dependencies = [ 3032 + "autocfg", 3033 + ] 3034 + 3035 + [[package]] 3036 + name = "memoffset" 3037 + version = "0.9.0" 3038 + source = "registry+https://github.com/rust-lang/crates.io-index" 3039 + checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 3040 + dependencies = [ 3041 + "autocfg", 3042 + ] 3043 + 3044 + [[package]] 3045 + name = "metal" 3046 + version = "0.24.0" 3047 + source = "registry+https://github.com/rust-lang/crates.io-index" 3048 + checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060" 3049 + dependencies = [ 3050 + "bitflags 1.3.2", 3051 + "block", 3052 + "core-graphics-types", 3053 + "foreign-types", 3054 + "log", 3055 + "objc", 3056 + ] 3057 + 3058 + [[package]] 3059 + name = "minimal-lexical" 3060 + version = "0.2.1" 3061 + source = "registry+https://github.com/rust-lang/crates.io-index" 3062 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3063 + 3064 + [[package]] 3065 + name = "miniz_oxide" 3066 + version = "0.7.1" 3067 + source = "registry+https://github.com/rust-lang/crates.io-index" 3068 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 3069 + dependencies = [ 3070 + "adler", 3071 + "simd-adler32", 3072 + ] 3073 + 3074 + [[package]] 3075 + name = "mio" 3076 + version = "0.8.9" 3077 + source = "registry+https://github.com/rust-lang/crates.io-index" 3078 + checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" 3079 + dependencies = [ 3080 + "libc", 3081 + "log", 3082 + "wasi", 3083 + "windows-sys 0.48.0", 3084 + ] 3085 + 3086 + [[package]] 3087 + name = "mutate_once" 3088 + version = "0.1.1" 3089 + source = "registry+https://github.com/rust-lang/crates.io-index" 3090 + checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b" 3091 + 3092 + [[package]] 3093 + name = "naga" 3094 + version = "0.12.3" 3095 + source = "registry+https://github.com/rust-lang/crates.io-index" 3096 + checksum = "bbcc2e0513220fd2b598e6068608d4462db20322c0e77e47f6f488dfcfc279cb" 3097 + dependencies = [ 3098 + "bit-set", 3099 + "bitflags 1.3.2", 3100 + "codespan-reporting", 3101 + "hexf-parse", 3102 + "indexmap 1.9.3", 3103 + "log", 3104 + "num-traits", 3105 + "rustc-hash", 3106 + "spirv", 3107 + "termcolor", 3108 + "thiserror", 3109 + "unicode-xid", 3110 + ] 3111 + 3112 + [[package]] 3113 + name = "nanorand" 3114 + version = "0.7.0" 3115 + source = "registry+https://github.com/rust-lang/crates.io-index" 3116 + checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 3117 + dependencies = [ 3118 + "getrandom", 3119 + ] 3120 + 3121 + [[package]] 3122 + name = "ndk" 3123 + version = "0.7.0" 3124 + source = "registry+https://github.com/rust-lang/crates.io-index" 3125 + checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 3126 + dependencies = [ 3127 + "bitflags 1.3.2", 3128 + "jni-sys", 3129 + "ndk-sys", 3130 + "num_enum 0.5.11", 3131 + "raw-window-handle", 3132 + "thiserror", 3133 + ] 3134 + 3135 + [[package]] 3136 + name = "ndk-context" 3137 + version = "0.1.1" 3138 + source = "registry+https://github.com/rust-lang/crates.io-index" 3139 + checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3140 + 3141 + [[package]] 3142 + name = "ndk-sys" 3143 + version = "0.4.1+23.1.7779620" 3144 + source = "registry+https://github.com/rust-lang/crates.io-index" 3145 + checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" 3146 + dependencies = [ 3147 + "jni-sys", 3148 + ] 3149 + 3150 + [[package]] 3151 + name = "nix" 3152 + version = "0.22.3" 3153 + source = "registry+https://github.com/rust-lang/crates.io-index" 3154 + checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf" 3155 + dependencies = [ 3156 + "bitflags 1.3.2", 3157 + "cc", 3158 + "cfg-if", 3159 + "libc", 3160 + "memoffset 0.6.5", 3161 + ] 3162 + 3163 + [[package]] 3164 + name = "nix" 3165 + version = "0.24.3" 3166 + source = "registry+https://github.com/rust-lang/crates.io-index" 3167 + checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 3168 + dependencies = [ 3169 + "bitflags 1.3.2", 3170 + "cfg-if", 3171 + "libc", 3172 + "memoffset 0.6.5", 3173 + ] 3174 + 3175 + [[package]] 3176 + name = "nix" 3177 + version = "0.25.1" 3178 + source = "registry+https://github.com/rust-lang/crates.io-index" 3179 + checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 3180 + dependencies = [ 3181 + "autocfg", 3182 + "bitflags 1.3.2", 3183 + "cfg-if", 3184 + "libc", 3185 + "memoffset 0.6.5", 3186 + ] 3187 + 3188 + [[package]] 3189 + name = "nix" 3190 + version = "0.26.4" 3191 + source = "registry+https://github.com/rust-lang/crates.io-index" 3192 + checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 3193 + dependencies = [ 3194 + "bitflags 1.3.2", 3195 + "cfg-if", 3196 + "libc", 3197 + "memoffset 0.7.1", 3198 + "pin-utils", 3199 + ] 3200 + 3201 + [[package]] 3202 + name = "nom" 3203 + version = "7.1.3" 3204 + source = "registry+https://github.com/rust-lang/crates.io-index" 3205 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3206 + dependencies = [ 3207 + "memchr", 3208 + "minimal-lexical", 3209 + ] 3210 + 3211 + [[package]] 3212 + name = "notify" 3213 + version = "6.1.1" 3214 + source = "registry+https://github.com/rust-lang/crates.io-index" 3215 + checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 3216 + dependencies = [ 3217 + "bitflags 2.4.1", 3218 + "crossbeam-channel", 3219 + "filetime", 3220 + "fsevent-sys", 3221 + "inotify", 3222 + "kqueue", 3223 + "libc", 3224 + "log", 3225 + "mio", 3226 + "walkdir", 3227 + "windows-sys 0.48.0", 3228 + ] 3229 + 3230 + [[package]] 3231 + name = "ntapi" 3232 + version = "0.4.1" 3233 + source = "registry+https://github.com/rust-lang/crates.io-index" 3234 + checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 3235 + dependencies = [ 3236 + "winapi", 3237 + ] 3238 + 3239 + [[package]] 3240 + name = "nu-ansi-term" 3241 + version = "0.46.0" 3242 + source = "registry+https://github.com/rust-lang/crates.io-index" 3243 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3244 + dependencies = [ 3245 + "overload", 3246 + "winapi", 3247 + ] 3248 + 3249 + [[package]] 3250 + name = "num" 3251 + version = "0.4.1" 3252 + source = "registry+https://github.com/rust-lang/crates.io-index" 3253 + checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af" 3254 + dependencies = [ 3255 + "num-bigint", 3256 + "num-complex", 3257 + "num-integer", 3258 + "num-iter", 3259 + "num-rational", 3260 + "num-traits", 3261 + ] 3262 + 3263 + [[package]] 3264 + name = "num-bigint" 3265 + version = "0.4.4" 3266 + source = "registry+https://github.com/rust-lang/crates.io-index" 3267 + checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 3268 + dependencies = [ 3269 + "autocfg", 3270 + "num-integer", 3271 + "num-traits", 3272 + ] 3273 + 3274 + [[package]] 3275 + name = "num-complex" 3276 + version = "0.4.4" 3277 + source = "registry+https://github.com/rust-lang/crates.io-index" 3278 + checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" 3279 + dependencies = [ 3280 + "num-traits", 3281 + ] 3282 + 3283 + [[package]] 3284 + name = "num-integer" 3285 + version = "0.1.45" 3286 + source = "registry+https://github.com/rust-lang/crates.io-index" 3287 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 3288 + dependencies = [ 3289 + "autocfg", 3290 + "num-traits", 3291 + ] 3292 + 3293 + [[package]] 3294 + name = "num-iter" 3295 + version = "0.1.43" 3296 + source = "registry+https://github.com/rust-lang/crates.io-index" 3297 + checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 3298 + dependencies = [ 3299 + "autocfg", 3300 + "num-integer", 3301 + "num-traits", 3302 + ] 3303 + 3304 + [[package]] 3305 + name = "num-rational" 3306 + version = "0.4.1" 3307 + source = "registry+https://github.com/rust-lang/crates.io-index" 3308 + checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 3309 + dependencies = [ 3310 + "autocfg", 3311 + "num-bigint", 3312 + "num-integer", 3313 + "num-traits", 3314 + ] 3315 + 3316 + [[package]] 3317 + name = "num-traits" 3318 + version = "0.2.17" 3319 + source = "registry+https://github.com/rust-lang/crates.io-index" 3320 + checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 3321 + dependencies = [ 3322 + "autocfg", 3323 + "libm", 3324 + ] 3325 + 3326 + [[package]] 3327 + name = "num_cpus" 3328 + version = "1.16.0" 3329 + source = "registry+https://github.com/rust-lang/crates.io-index" 3330 + checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 3331 + dependencies = [ 3332 + "hermit-abi", 3333 + "libc", 3334 + ] 3335 + 3336 + [[package]] 3337 + name = "num_enum" 3338 + version = "0.5.11" 3339 + source = "registry+https://github.com/rust-lang/crates.io-index" 3340 + checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 3341 + dependencies = [ 3342 + "num_enum_derive 0.5.11", 3343 + ] 3344 + 3345 + [[package]] 3346 + name = "num_enum" 3347 + version = "0.6.1" 3348 + source = "registry+https://github.com/rust-lang/crates.io-index" 3349 + checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" 3350 + dependencies = [ 3351 + "num_enum_derive 0.6.1", 3352 + ] 3353 + 3354 + [[package]] 3355 + name = "num_enum_derive" 3356 + version = "0.5.11" 3357 + source = "registry+https://github.com/rust-lang/crates.io-index" 3358 + checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 3359 + dependencies = [ 3360 + "proc-macro-crate", 3361 + "proc-macro2", 3362 + "quote", 3363 + "syn 1.0.109", 3364 + ] 3365 + 3366 + [[package]] 3367 + name = "num_enum_derive" 3368 + version = "0.6.1" 3369 + source = "registry+https://github.com/rust-lang/crates.io-index" 3370 + checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" 3371 + dependencies = [ 3372 + "proc-macro-crate", 3373 + "proc-macro2", 3374 + "quote", 3375 + "syn 2.0.38", 3376 + ] 3377 + 3378 + [[package]] 3379 + name = "objc" 3380 + version = "0.2.7" 3381 + source = "registry+https://github.com/rust-lang/crates.io-index" 3382 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 3383 + dependencies = [ 3384 + "malloc_buf", 3385 + "objc_exception", 3386 + ] 3387 + 3388 + [[package]] 3389 + name = "objc-foundation" 3390 + version = "0.1.1" 3391 + source = "registry+https://github.com/rust-lang/crates.io-index" 3392 + checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 3393 + dependencies = [ 3394 + "block", 3395 + "objc", 3396 + "objc_id", 3397 + ] 3398 + 3399 + [[package]] 3400 + name = "objc-sys" 3401 + version = "0.2.0-beta.2" 3402 + source = "registry+https://github.com/rust-lang/crates.io-index" 3403 + checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7" 3404 + 3405 + [[package]] 3406 + name = "objc2" 3407 + version = "0.3.0-beta.3.patch-leaks.3" 3408 + source = "registry+https://github.com/rust-lang/crates.io-index" 3409 + checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468" 3410 + dependencies = [ 3411 + "block2", 3412 + "objc-sys", 3413 + "objc2-encode", 3414 + ] 3415 + 3416 + [[package]] 3417 + name = "objc2-encode" 3418 + version = "2.0.0-pre.2" 3419 + source = "registry+https://github.com/rust-lang/crates.io-index" 3420 + checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512" 3421 + dependencies = [ 3422 + "objc-sys", 3423 + ] 3424 + 3425 + [[package]] 3426 + name = "objc_exception" 3427 + version = "0.1.2" 3428 + source = "registry+https://github.com/rust-lang/crates.io-index" 3429 + checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 3430 + dependencies = [ 3431 + "cc", 3432 + ] 3433 + 3434 + [[package]] 3435 + name = "objc_id" 3436 + version = "0.1.1" 3437 + source = "registry+https://github.com/rust-lang/crates.io-index" 3438 + checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 3439 + dependencies = [ 3440 + "objc", 3441 + ] 3442 + 3443 + [[package]] 3444 + name = "object" 3445 + version = "0.32.1" 3446 + source = "registry+https://github.com/rust-lang/crates.io-index" 3447 + checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" 3448 + dependencies = [ 3449 + "memchr", 3450 + ] 3451 + 3452 + [[package]] 3453 + name = "once_cell" 3454 + version = "1.18.0" 3455 + source = "registry+https://github.com/rust-lang/crates.io-index" 3456 + checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 3457 + 3458 + [[package]] 3459 + name = "option-ext" 3460 + version = "0.2.0" 3461 + source = "registry+https://github.com/rust-lang/crates.io-index" 3462 + checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3463 + 3464 + [[package]] 3465 + name = "orbclient" 3466 + version = "0.3.46" 3467 + source = "registry+https://github.com/rust-lang/crates.io-index" 3468 + checksum = "8378ac0dfbd4e7895f2d2c1f1345cab3836910baf3a300b000d04250f0c8428f" 3469 + dependencies = [ 3470 + "redox_syscall 0.3.5", 3471 + ] 3472 + 3473 + [[package]] 3474 + name = "ordered-multimap" 3475 + version = "0.4.3" 3476 + source = "registry+https://github.com/rust-lang/crates.io-index" 3477 + checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a" 3478 + dependencies = [ 3479 + "dlv-list", 3480 + "hashbrown 0.12.3", 3481 + ] 3482 + 3483 + [[package]] 3484 + name = "ordered-stream" 3485 + version = "0.2.0" 3486 + source = "registry+https://github.com/rust-lang/crates.io-index" 3487 + checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 3488 + dependencies = [ 3489 + "futures-core", 3490 + "pin-project-lite", 3491 + ] 3492 + 3493 + [[package]] 3494 + name = "ouroboros" 3495 + version = "0.17.2" 3496 + source = "registry+https://github.com/rust-lang/crates.io-index" 3497 + checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954" 3498 + dependencies = [ 3499 + "aliasable", 3500 + "ouroboros_macro", 3501 + "static_assertions", 3502 + ] 3503 + 3504 + [[package]] 3505 + name = "ouroboros_macro" 3506 + version = "0.17.2" 3507 + source = "registry+https://github.com/rust-lang/crates.io-index" 3508 + checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8" 3509 + dependencies = [ 3510 + "heck", 3511 + "proc-macro-error", 3512 + "proc-macro2", 3513 + "quote", 3514 + "syn 2.0.38", 3515 + ] 3516 + 3517 + [[package]] 3518 + name = "overload" 3519 + version = "0.1.1" 3520 + source = "registry+https://github.com/rust-lang/crates.io-index" 3521 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3522 + 3523 + [[package]] 3524 + name = "owned_ttf_parser" 3525 + version = "0.19.0" 3526 + source = "registry+https://github.com/rust-lang/crates.io-index" 3527 + checksum = "706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4" 3528 + dependencies = [ 3529 + "ttf-parser 0.19.2", 3530 + ] 3531 + 3532 + [[package]] 3533 + name = "owo-colors" 3534 + version = "3.5.0" 3535 + source = "registry+https://github.com/rust-lang/crates.io-index" 3536 + checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" 3537 + 3538 + [[package]] 3539 + name = "palette" 3540 + version = "0.7.3" 3541 + source = "registry+https://github.com/rust-lang/crates.io-index" 3542 + checksum = "b2e2f34147767aa758aa649415b50a69eeb46a67f9dc7db8011eeb3d84b351dc" 3543 + dependencies = [ 3544 + "approx", 3545 + "fast-srgb8", 3546 + "palette_derive", 3547 + "phf", 3548 + "serde", 3549 + ] 3550 + 3551 + [[package]] 3552 + name = "palette_derive" 3553 + version = "0.7.3" 3554 + source = "registry+https://github.com/rust-lang/crates.io-index" 3555 + checksum = "b7db010ec5ff3d4385e4f133916faacd9dad0f6a09394c92d825b3aed310fa0a" 3556 + dependencies = [ 3557 + "proc-macro2", 3558 + "quote", 3559 + "syn 2.0.38", 3560 + ] 3561 + 3562 + [[package]] 3563 + name = "parking" 3564 + version = "2.2.0" 3565 + source = "registry+https://github.com/rust-lang/crates.io-index" 3566 + checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 3567 + 3568 + [[package]] 3569 + name = "parking_lot" 3570 + version = "0.11.2" 3571 + source = "registry+https://github.com/rust-lang/crates.io-index" 3572 + checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 3573 + dependencies = [ 3574 + "instant", 3575 + "lock_api", 3576 + "parking_lot_core 0.8.6", 3577 + ] 3578 + 3579 + [[package]] 3580 + name = "parking_lot" 3581 + version = "0.12.1" 3582 + source = "registry+https://github.com/rust-lang/crates.io-index" 3583 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 3584 + dependencies = [ 3585 + "lock_api", 3586 + "parking_lot_core 0.9.9", 3587 + ] 3588 + 3589 + [[package]] 3590 + name = "parking_lot_core" 3591 + version = "0.8.6" 3592 + source = "registry+https://github.com/rust-lang/crates.io-index" 3593 + checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 3594 + dependencies = [ 3595 + "cfg-if", 3596 + "instant", 3597 + "libc", 3598 + "redox_syscall 0.2.16", 3599 + "smallvec", 3600 + "winapi", 3601 + ] 3602 + 3603 + [[package]] 3604 + name = "parking_lot_core" 3605 + version = "0.9.9" 3606 + source = "registry+https://github.com/rust-lang/crates.io-index" 3607 + checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 3608 + dependencies = [ 3609 + "cfg-if", 3610 + "libc", 3611 + "redox_syscall 0.4.1", 3612 + "smallvec", 3613 + "windows-targets 0.48.5", 3614 + ] 3615 + 3616 + [[package]] 3617 + name = "percent-encoding" 3618 + version = "2.3.0" 3619 + source = "registry+https://github.com/rust-lang/crates.io-index" 3620 + checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 3621 + 3622 + [[package]] 3623 + name = "phf" 3624 + version = "0.11.2" 3625 + source = "registry+https://github.com/rust-lang/crates.io-index" 3626 + checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 3627 + dependencies = [ 3628 + "phf_macros", 3629 + "phf_shared", 3630 + ] 3631 + 3632 + [[package]] 3633 + name = "phf_generator" 3634 + version = "0.11.2" 3635 + source = "registry+https://github.com/rust-lang/crates.io-index" 3636 + checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 3637 + dependencies = [ 3638 + "phf_shared", 3639 + "rand", 3640 + ] 3641 + 3642 + [[package]] 3643 + name = "phf_macros" 3644 + version = "0.11.2" 3645 + source = "registry+https://github.com/rust-lang/crates.io-index" 3646 + checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 3647 + dependencies = [ 3648 + "phf_generator", 3649 + "phf_shared", 3650 + "proc-macro2", 3651 + "quote", 3652 + "syn 2.0.38", 3653 + ] 3654 + 3655 + [[package]] 3656 + name = "phf_shared" 3657 + version = "0.11.2" 3658 + source = "registry+https://github.com/rust-lang/crates.io-index" 3659 + checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 3660 + dependencies = [ 3661 + "siphasher", 3662 + ] 3663 + 3664 + [[package]] 3665 + name = "pico-args" 3666 + version = "0.5.0" 3667 + source = "registry+https://github.com/rust-lang/crates.io-index" 3668 + checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 3669 + 3670 + [[package]] 3671 + name = "pin-project" 3672 + version = "1.1.3" 3673 + source = "registry+https://github.com/rust-lang/crates.io-index" 3674 + checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 3675 + dependencies = [ 3676 + "pin-project-internal", 3677 + ] 3678 + 3679 + [[package]] 3680 + name = "pin-project-internal" 3681 + version = "1.1.3" 3682 + source = "registry+https://github.com/rust-lang/crates.io-index" 3683 + checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 3684 + dependencies = [ 3685 + "proc-macro2", 3686 + "quote", 3687 + "syn 2.0.38", 3688 + ] 3689 + 3690 + [[package]] 3691 + name = "pin-project-lite" 3692 + version = "0.2.13" 3693 + source = "registry+https://github.com/rust-lang/crates.io-index" 3694 + checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 3695 + 3696 + [[package]] 3697 + name = "pin-utils" 3698 + version = "0.1.0" 3699 + source = "registry+https://github.com/rust-lang/crates.io-index" 3700 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3701 + 3702 + [[package]] 3703 + name = "piper" 3704 + version = "0.2.1" 3705 + source = "registry+https://github.com/rust-lang/crates.io-index" 3706 + checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" 3707 + dependencies = [ 3708 + "atomic-waker", 3709 + "fastrand 2.0.1", 3710 + "futures-io", 3711 + ] 3712 + 3713 + [[package]] 3714 + name = "pkg-config" 3715 + version = "0.3.27" 3716 + source = "registry+https://github.com/rust-lang/crates.io-index" 3717 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 3718 + 3719 + [[package]] 3720 + name = "png" 3721 + version = "0.17.10" 3722 + source = "registry+https://github.com/rust-lang/crates.io-index" 3723 + checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" 3724 + dependencies = [ 3725 + "bitflags 1.3.2", 3726 + "crc32fast", 3727 + "fdeflate", 3728 + "flate2", 3729 + "miniz_oxide", 3730 + ] 3731 + 3732 + [[package]] 3733 + name = "polling" 3734 + version = "2.8.0" 3735 + source = "registry+https://github.com/rust-lang/crates.io-index" 3736 + checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 3737 + dependencies = [ 3738 + "autocfg", 3739 + "bitflags 1.3.2", 3740 + "cfg-if", 3741 + "concurrent-queue", 3742 + "libc", 3743 + "log", 3744 + "pin-project-lite", 3745 + "windows-sys 0.48.0", 3746 + ] 3747 + 3748 + [[package]] 3749 + name = "polling" 3750 + version = "3.2.0" 3751 + source = "registry+https://github.com/rust-lang/crates.io-index" 3752 + checksum = "62a79e457c9898100b4298d57d69ec53d06f9a6ed352431ce5f377e082d2e846" 3753 + dependencies = [ 3754 + "cfg-if", 3755 + "concurrent-queue", 3756 + "pin-project-lite", 3757 + "rustix 0.38.20", 3758 + "tracing", 3759 + "windows-sys 0.48.0", 3760 + ] 3761 + 3762 + [[package]] 3763 + name = "ppv-lite86" 3764 + version = "0.2.17" 3765 + source = "registry+https://github.com/rust-lang/crates.io-index" 3766 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 3767 + 3768 + [[package]] 3769 + name = "proc-macro-crate" 3770 + version = "1.3.1" 3771 + source = "registry+https://github.com/rust-lang/crates.io-index" 3772 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3773 + dependencies = [ 3774 + "once_cell", 3775 + "toml_edit 0.19.15", 3776 + ] 3777 + 3778 + [[package]] 3779 + name = "proc-macro-error" 3780 + version = "1.0.4" 3781 + source = "registry+https://github.com/rust-lang/crates.io-index" 3782 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3783 + dependencies = [ 3784 + "proc-macro-error-attr", 3785 + "proc-macro2", 3786 + "quote", 3787 + "syn 1.0.109", 3788 + "version_check", 3789 + ] 3790 + 3791 + [[package]] 3792 + name = "proc-macro-error-attr" 3793 + version = "1.0.4" 3794 + source = "registry+https://github.com/rust-lang/crates.io-index" 3795 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3796 + dependencies = [ 3797 + "proc-macro2", 3798 + "quote", 3799 + "version_check", 3800 + ] 3801 + 3802 + [[package]] 3803 + name = "proc-macro2" 3804 + version = "1.0.69" 3805 + source = "registry+https://github.com/rust-lang/crates.io-index" 3806 + checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" 3807 + dependencies = [ 3808 + "unicode-ident", 3809 + ] 3810 + 3811 + [[package]] 3812 + name = "profiling" 3813 + version = "1.0.11" 3814 + source = "registry+https://github.com/rust-lang/crates.io-index" 3815 + checksum = "f89dff0959d98c9758c88826cc002e2c3d0b9dfac4139711d1f30de442f1139b" 3816 + 3817 + [[package]] 3818 + name = "qoi" 3819 + version = "0.4.1" 3820 + source = "registry+https://github.com/rust-lang/crates.io-index" 3821 + checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 3822 + dependencies = [ 3823 + "bytemuck", 3824 + ] 3825 + 3826 + [[package]] 3827 + name = "quick-xml" 3828 + version = "0.28.2" 3829 + source = "registry+https://github.com/rust-lang/crates.io-index" 3830 + checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1" 3831 + dependencies = [ 3832 + "memchr", 3833 + ] 3834 + 3835 + [[package]] 3836 + name = "quick-xml" 3837 + version = "0.30.0" 3838 + source = "registry+https://github.com/rust-lang/crates.io-index" 3839 + checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" 3840 + dependencies = [ 3841 + "memchr", 3842 + ] 3843 + 3844 + [[package]] 3845 + name = "quote" 3846 + version = "1.0.33" 3847 + source = "registry+https://github.com/rust-lang/crates.io-index" 3848 + checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 3849 + dependencies = [ 3850 + "proc-macro2", 3851 + ] 3852 + 3853 + [[package]] 3854 + name = "rand" 3855 + version = "0.8.5" 3856 + source = "registry+https://github.com/rust-lang/crates.io-index" 3857 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3858 + dependencies = [ 3859 + "libc", 3860 + "rand_chacha", 3861 + "rand_core", 3862 + ] 3863 + 3864 + [[package]] 3865 + name = "rand_chacha" 3866 + version = "0.3.1" 3867 + source = "registry+https://github.com/rust-lang/crates.io-index" 3868 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3869 + dependencies = [ 3870 + "ppv-lite86", 3871 + "rand_core", 3872 + ] 3873 + 3874 + [[package]] 3875 + name = "rand_core" 3876 + version = "0.6.4" 3877 + source = "registry+https://github.com/rust-lang/crates.io-index" 3878 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3879 + dependencies = [ 3880 + "getrandom", 3881 + ] 3882 + 3883 + [[package]] 3884 + name = "range-alloc" 3885 + version = "0.1.3" 3886 + source = "registry+https://github.com/rust-lang/crates.io-index" 3887 + checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 3888 + 3889 + [[package]] 3890 + name = "rangemap" 3891 + version = "1.4.0" 3892 + source = "registry+https://github.com/rust-lang/crates.io-index" 3893 + checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991" 3894 + 3895 + [[package]] 3896 + name = "raw-window-handle" 3897 + version = "0.5.2" 3898 + source = "registry+https://github.com/rust-lang/crates.io-index" 3899 + checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 3900 + 3901 + [[package]] 3902 + name = "rayon" 3903 + version = "1.8.0" 3904 + source = "registry+https://github.com/rust-lang/crates.io-index" 3905 + checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" 3906 + dependencies = [ 3907 + "either", 3908 + "rayon-core", 3909 + ] 3910 + 3911 + [[package]] 3912 + name = "rayon-core" 3913 + version = "1.12.0" 3914 + source = "registry+https://github.com/rust-lang/crates.io-index" 3915 + checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" 3916 + dependencies = [ 3917 + "crossbeam-deque", 3918 + "crossbeam-utils", 3919 + ] 3920 + 3921 + [[package]] 3922 + name = "rctree" 3923 + version = "0.5.0" 3924 + source = "registry+https://github.com/rust-lang/crates.io-index" 3925 + checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f" 3926 + 3927 + [[package]] 3928 + name = "redox_syscall" 3929 + version = "0.2.16" 3930 + source = "registry+https://github.com/rust-lang/crates.io-index" 3931 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 3932 + dependencies = [ 3933 + "bitflags 1.3.2", 3934 + ] 3935 + 3936 + [[package]] 3937 + name = "redox_syscall" 3938 + version = "0.3.5" 3939 + source = "registry+https://github.com/rust-lang/crates.io-index" 3940 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 3941 + dependencies = [ 3942 + "bitflags 1.3.2", 3943 + ] 3944 + 3945 + [[package]] 3946 + name = "redox_syscall" 3947 + version = "0.4.1" 3948 + source = "registry+https://github.com/rust-lang/crates.io-index" 3949 + checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 3950 + dependencies = [ 3951 + "bitflags 1.3.2", 3952 + ] 3953 + 3954 + [[package]] 3955 + name = "redox_users" 3956 + version = "0.4.3" 3957 + source = "registry+https://github.com/rust-lang/crates.io-index" 3958 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 3959 + dependencies = [ 3960 + "getrandom", 3961 + "redox_syscall 0.2.16", 3962 + "thiserror", 3963 + ] 3964 + 3965 + [[package]] 3966 + name = "regex" 3967 + version = "1.10.2" 3968 + source = "registry+https://github.com/rust-lang/crates.io-index" 3969 + checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 3970 + dependencies = [ 3971 + "aho-corasick", 3972 + "memchr", 3973 + "regex-automata", 3974 + "regex-syntax", 3975 + ] 3976 + 3977 + [[package]] 3978 + name = "regex-automata" 3979 + version = "0.4.3" 3980 + source = "registry+https://github.com/rust-lang/crates.io-index" 3981 + checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 3982 + dependencies = [ 3983 + "aho-corasick", 3984 + "memchr", 3985 + "regex-syntax", 3986 + ] 3987 + 3988 + [[package]] 3989 + name = "regex-syntax" 3990 + version = "0.8.2" 3991 + source = "registry+https://github.com/rust-lang/crates.io-index" 3992 + checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 3993 + 3994 + [[package]] 3995 + name = "renderdoc-sys" 3996 + version = "1.0.0" 3997 + source = "registry+https://github.com/rust-lang/crates.io-index" 3998 + checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b" 3999 + 4000 + [[package]] 4001 + name = "resvg" 4002 + version = "0.35.0" 4003 + source = "registry+https://github.com/rust-lang/crates.io-index" 4004 + checksum = "b6554f47c38eca56827eea7f285c2a3018b4e12e0e195cc105833c008be338f1" 4005 + dependencies = [ 4006 + "gif", 4007 + "jpeg-decoder", 4008 + "log", 4009 + "pico-args", 4010 + "png", 4011 + "rgb", 4012 + "svgtypes", 4013 + "tiny-skia 0.10.0", 4014 + "usvg", 4015 + ] 4016 + 4017 + [[package]] 4018 + name = "rgb" 4019 + version = "0.8.36" 4020 + source = "registry+https://github.com/rust-lang/crates.io-index" 4021 + checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59" 4022 + dependencies = [ 4023 + "bytemuck", 4024 + ] 4025 + 4026 + [[package]] 4027 + name = "ron" 4028 + version = "0.8.1" 4029 + source = "registry+https://github.com/rust-lang/crates.io-index" 4030 + checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" 4031 + dependencies = [ 4032 + "base64", 4033 + "bitflags 2.4.1", 4034 + "serde", 4035 + "serde_derive", 4036 + ] 4037 + 4038 + [[package]] 4039 + name = "roxmltree" 4040 + version = "0.18.1" 4041 + source = "registry+https://github.com/rust-lang/crates.io-index" 4042 + checksum = "862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302" 4043 + dependencies = [ 4044 + "xmlparser", 4045 + ] 4046 + 4047 + [[package]] 4048 + name = "rust-embed" 4049 + version = "6.8.1" 4050 + source = "registry+https://github.com/rust-lang/crates.io-index" 4051 + checksum = "a36224c3276f8c4ebc8c20f158eca7ca4359c8db89991c4925132aaaf6702661" 4052 + dependencies = [ 4053 + "rust-embed-impl", 4054 + "rust-embed-utils", 4055 + "walkdir", 4056 + ] 4057 + 4058 + [[package]] 4059 + name = "rust-embed-impl" 4060 + version = "6.8.1" 4061 + source = "registry+https://github.com/rust-lang/crates.io-index" 4062 + checksum = "49b94b81e5b2c284684141a2fb9e2a31be90638caf040bf9afbc5a0416afe1ac" 4063 + dependencies = [ 4064 + "proc-macro2", 4065 + "quote", 4066 + "rust-embed-utils", 4067 + "syn 2.0.38", 4068 + "walkdir", 4069 + ] 4070 + 4071 + [[package]] 4072 + name = "rust-embed-utils" 4073 + version = "7.8.1" 4074 + source = "registry+https://github.com/rust-lang/crates.io-index" 4075 + checksum = "9d38ff6bf570dc3bb7100fce9f7b60c33fa71d80e88da3f2580df4ff2bdded74" 4076 + dependencies = [ 4077 + "sha2", 4078 + "walkdir", 4079 + ] 4080 + 4081 + [[package]] 4082 + name = "rust-ini" 4083 + version = "0.18.0" 4084 + source = "registry+https://github.com/rust-lang/crates.io-index" 4085 + checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df" 4086 + dependencies = [ 4087 + "cfg-if", 4088 + "ordered-multimap", 4089 + ] 4090 + 4091 + [[package]] 4092 + name = "rustc-demangle" 4093 + version = "0.1.23" 4094 + source = "registry+https://github.com/rust-lang/crates.io-index" 4095 + checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 4096 + 4097 + [[package]] 4098 + name = "rustc-hash" 4099 + version = "1.1.0" 4100 + source = "registry+https://github.com/rust-lang/crates.io-index" 4101 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4102 + 4103 + [[package]] 4104 + name = "rustix" 4105 + version = "0.37.26" 4106 + source = "registry+https://github.com/rust-lang/crates.io-index" 4107 + checksum = "84f3f8f960ed3b5a59055428714943298bf3fa2d4a1d53135084e0544829d995" 4108 + dependencies = [ 4109 + "bitflags 1.3.2", 4110 + "errno", 4111 + "io-lifetimes 1.0.11", 4112 + "libc", 4113 + "linux-raw-sys 0.3.8", 4114 + "windows-sys 0.48.0", 4115 + ] 4116 + 4117 + [[package]] 4118 + name = "rustix" 4119 + version = "0.38.20" 4120 + source = "registry+https://github.com/rust-lang/crates.io-index" 4121 + checksum = "67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0" 4122 + dependencies = [ 4123 + "bitflags 2.4.1", 4124 + "errno", 4125 + "libc", 4126 + "linux-raw-sys 0.4.10", 4127 + "windows-sys 0.48.0", 4128 + ] 4129 + 4130 + [[package]] 4131 + name = "rustversion" 4132 + version = "1.0.14" 4133 + source = "registry+https://github.com/rust-lang/crates.io-index" 4134 + checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 4135 + 4136 + [[package]] 4137 + name = "rustybuzz" 4138 + version = "0.7.0" 4139 + source = "registry+https://github.com/rust-lang/crates.io-index" 4140 + checksum = "162bdf42e261bee271b3957691018634488084ef577dddeb6420a9684cab2a6a" 4141 + dependencies = [ 4142 + "bitflags 1.3.2", 4143 + "bytemuck", 4144 + "smallvec", 4145 + "ttf-parser 0.18.1", 4146 + "unicode-bidi-mirroring", 4147 + "unicode-ccc", 4148 + "unicode-general-category", 4149 + "unicode-script", 4150 + ] 4151 + 4152 + [[package]] 4153 + name = "rustybuzz" 4154 + version = "0.8.0" 4155 + source = "registry+https://github.com/rust-lang/crates.io-index" 4156 + checksum = "82eea22c8f56965eeaf3a209b3d24508256c7b920fb3b6211b8ba0f7c0583250" 4157 + dependencies = [ 4158 + "bitflags 1.3.2", 4159 + "bytemuck", 4160 + "libm", 4161 + "smallvec", 4162 + "ttf-parser 0.19.2", 4163 + "unicode-bidi-mirroring", 4164 + "unicode-ccc", 4165 + "unicode-general-category", 4166 + "unicode-script", 4167 + ] 4168 + 4169 + [[package]] 4170 + name = "same-file" 4171 + version = "1.0.6" 4172 + source = "registry+https://github.com/rust-lang/crates.io-index" 4173 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4174 + dependencies = [ 4175 + "winapi-util", 4176 + ] 4177 + 4178 + [[package]] 4179 + name = "scoped-tls" 4180 + version = "1.0.1" 4181 + source = "registry+https://github.com/rust-lang/crates.io-index" 4182 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4183 + 4184 + [[package]] 4185 + name = "scopeguard" 4186 + version = "1.2.0" 4187 + source = "registry+https://github.com/rust-lang/crates.io-index" 4188 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4189 + 4190 + [[package]] 4191 + name = "sctk-adwaita" 4192 + version = "0.5.4" 4193 + source = "registry+https://github.com/rust-lang/crates.io-index" 4194 + checksum = "cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09" 4195 + dependencies = [ 4196 + "ab_glyph", 4197 + "log", 4198 + "memmap2 0.5.10", 4199 + "smithay-client-toolkit 0.16.1", 4200 + "tiny-skia 0.8.4", 4201 + ] 4202 + 4203 + [[package]] 4204 + name = "self_cell" 4205 + version = "0.10.2" 4206 + source = "registry+https://github.com/rust-lang/crates.io-index" 4207 + checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af" 4208 + 4209 + [[package]] 4210 + name = "serde" 4211 + version = "1.0.190" 4212 + source = "registry+https://github.com/rust-lang/crates.io-index" 4213 + checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" 4214 + dependencies = [ 4215 + "serde_derive", 4216 + ] 4217 + 4218 + [[package]] 4219 + name = "serde_derive" 4220 + version = "1.0.190" 4221 + source = "registry+https://github.com/rust-lang/crates.io-index" 4222 + checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" 4223 + dependencies = [ 4224 + "proc-macro2", 4225 + "quote", 4226 + "syn 2.0.38", 4227 + ] 4228 + 4229 + [[package]] 4230 + name = "serde_repr" 4231 + version = "0.1.16" 4232 + source = "registry+https://github.com/rust-lang/crates.io-index" 4233 + checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" 4234 + dependencies = [ 4235 + "proc-macro2", 4236 + "quote", 4237 + "syn 2.0.38", 4238 + ] 4239 + 4240 + [[package]] 4241 + name = "serde_spanned" 4242 + version = "0.6.4" 4243 + source = "registry+https://github.com/rust-lang/crates.io-index" 4244 + checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" 4245 + dependencies = [ 4246 + "serde", 4247 + ] 4248 + 4249 + [[package]] 4250 + name = "sha1" 4251 + version = "0.10.6" 4252 + source = "registry+https://github.com/rust-lang/crates.io-index" 4253 + checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4254 + dependencies = [ 4255 + "cfg-if", 4256 + "cpufeatures", 4257 + "digest", 4258 + ] 4259 + 4260 + [[package]] 4261 + name = "sha2" 4262 + version = "0.10.8" 4263 + source = "registry+https://github.com/rust-lang/crates.io-index" 4264 + checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 4265 + dependencies = [ 4266 + "cfg-if", 4267 + "cpufeatures", 4268 + "digest", 4269 + ] 4270 + 4271 + [[package]] 4272 + name = "sharded-slab" 4273 + version = "0.1.7" 4274 + source = "registry+https://github.com/rust-lang/crates.io-index" 4275 + checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4276 + dependencies = [ 4277 + "lazy_static", 4278 + ] 4279 + 4280 + [[package]] 4281 + name = "signal-hook-registry" 4282 + version = "1.4.1" 4283 + source = "registry+https://github.com/rust-lang/crates.io-index" 4284 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 4285 + dependencies = [ 4286 + "libc", 4287 + ] 4288 + 4289 + [[package]] 4290 + name = "simd-adler32" 4291 + version = "0.3.7" 4292 + source = "registry+https://github.com/rust-lang/crates.io-index" 4293 + checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 4294 + 4295 + [[package]] 4296 + name = "simplecss" 4297 + version = "0.2.1" 4298 + source = "registry+https://github.com/rust-lang/crates.io-index" 4299 + checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d" 4300 + dependencies = [ 4301 + "log", 4302 + ] 4303 + 4304 + [[package]] 4305 + name = "siphasher" 4306 + version = "0.3.11" 4307 + source = "registry+https://github.com/rust-lang/crates.io-index" 4308 + checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 4309 + 4310 + [[package]] 4311 + name = "slab" 4312 + version = "0.4.9" 4313 + source = "registry+https://github.com/rust-lang/crates.io-index" 4314 + checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4315 + dependencies = [ 4316 + "autocfg", 4317 + ] 4318 + 4319 + [[package]] 4320 + name = "slotmap" 4321 + version = "1.0.6" 4322 + source = "registry+https://github.com/rust-lang/crates.io-index" 4323 + checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 4324 + dependencies = [ 4325 + "version_check", 4326 + ] 4327 + 4328 + [[package]] 4329 + name = "smallvec" 4330 + version = "1.11.1" 4331 + source = "registry+https://github.com/rust-lang/crates.io-index" 4332 + checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" 4333 + 4334 + [[package]] 4335 + name = "smithay-client-toolkit" 4336 + version = "0.16.1" 4337 + source = "registry+https://github.com/rust-lang/crates.io-index" 4338 + checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9" 4339 + dependencies = [ 4340 + "bitflags 1.3.2", 4341 + "calloop 0.10.6", 4342 + "dlib", 4343 + "lazy_static", 4344 + "log", 4345 + "memmap2 0.5.10", 4346 + "nix 0.24.3", 4347 + "pkg-config", 4348 + "wayland-client 0.29.5", 4349 + "wayland-cursor 0.29.5", 4350 + "wayland-protocols 0.29.5", 4351 + ] 4352 + 4353 + [[package]] 4354 + name = "smithay-client-toolkit" 4355 + version = "0.17.0" 4356 + source = "git+https://github.com/smithay/client-toolkit//?rev=dc8c4a0#dc8c4a035128208af65141fe12142a1dbc4a32bb" 4357 + dependencies = [ 4358 + "bitflags 2.4.1", 4359 + "bytemuck", 4360 + "calloop 0.12.3", 4361 + "calloop-wayland-source", 4362 + "cursor-icon", 4363 + "dlib", 4364 + "log", 4365 + "memmap2 0.7.1", 4366 + "nix 0.26.4", 4367 + "pkg-config", 4368 + "thiserror", 4369 + "wayland-backend 0.3.2", 4370 + "wayland-client 0.31.1", 4371 + "wayland-csd-frame", 4372 + "wayland-cursor 0.31.0", 4373 + "wayland-protocols 0.31.0", 4374 + "wayland-protocols-wlr", 4375 + "wayland-scanner 0.31.0", 4376 + "xkbcommon", 4377 + "xkeysym", 4378 + ] 4379 + 4380 + [[package]] 4381 + name = "smithay-clipboard" 4382 + version = "0.6.6" 4383 + source = "registry+https://github.com/rust-lang/crates.io-index" 4384 + checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8" 4385 + dependencies = [ 4386 + "smithay-client-toolkit 0.16.1", 4387 + "wayland-client 0.29.5", 4388 + ] 4389 + 4390 + [[package]] 4391 + name = "socket2" 4392 + version = "0.4.10" 4393 + source = "registry+https://github.com/rust-lang/crates.io-index" 4394 + checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 4395 + dependencies = [ 4396 + "libc", 4397 + "winapi", 4398 + ] 4399 + 4400 + [[package]] 4401 + name = "socket2" 4402 + version = "0.5.5" 4403 + source = "registry+https://github.com/rust-lang/crates.io-index" 4404 + checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" 4405 + dependencies = [ 4406 + "libc", 4407 + "windows-sys 0.48.0", 4408 + ] 4409 + 4410 + [[package]] 4411 + name = "softbuffer" 4412 + version = "0.2.0" 4413 + source = "git+https://github.com/pop-os/softbuffer?tag=cosmic-2.0-old#ece901a9f60dc89ca740dc3bd11f3c909e801723" 4414 + dependencies = [ 4415 + "bytemuck", 4416 + "cfg_aliases", 4417 + "cocoa", 4418 + "core-graphics", 4419 + "fastrand 1.9.0", 4420 + "foreign-types", 4421 + "log", 4422 + "nix 0.26.4", 4423 + "objc", 4424 + "raw-window-handle", 4425 + "redox_syscall 0.3.5", 4426 + "thiserror", 4427 + "wasm-bindgen", 4428 + "wayland-backend 0.1.2", 4429 + "wayland-client 0.30.2", 4430 + "wayland-sys 0.30.1", 4431 + "web-sys", 4432 + "windows-sys 0.42.0", 4433 + "x11-dl", 4434 + "x11rb 0.11.1", 4435 + ] 4436 + 4437 + [[package]] 4438 + name = "spin" 4439 + version = "0.9.8" 4440 + source = "registry+https://github.com/rust-lang/crates.io-index" 4441 + checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4442 + dependencies = [ 4443 + "lock_api", 4444 + ] 4445 + 4446 + [[package]] 4447 + name = "spirv" 4448 + version = "0.2.0+1.5.4" 4449 + source = "registry+https://github.com/rust-lang/crates.io-index" 4450 + checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830" 4451 + dependencies = [ 4452 + "bitflags 1.3.2", 4453 + "num-traits", 4454 + ] 4455 + 4456 + [[package]] 4457 + name = "stable_deref_trait" 4458 + version = "1.2.0" 4459 + source = "registry+https://github.com/rust-lang/crates.io-index" 4460 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4461 + 4462 + [[package]] 4463 + name = "static_assertions" 4464 + version = "1.1.0" 4465 + source = "registry+https://github.com/rust-lang/crates.io-index" 4466 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4467 + 4468 + [[package]] 4469 + name = "str-buf" 4470 + version = "1.0.6" 4471 + source = "registry+https://github.com/rust-lang/crates.io-index" 4472 + checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 4473 + 4474 + [[package]] 4475 + name = "strict-num" 4476 + version = "0.1.1" 4477 + source = "registry+https://github.com/rust-lang/crates.io-index" 4478 + checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 4479 + dependencies = [ 4480 + "float-cmp", 4481 + ] 4482 + 4483 + [[package]] 4484 + name = "strsim" 4485 + version = "0.10.0" 4486 + source = "registry+https://github.com/rust-lang/crates.io-index" 4487 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4488 + 4489 + [[package]] 4490 + name = "svg_fmt" 4491 + version = "0.4.1" 4492 + source = "registry+https://github.com/rust-lang/crates.io-index" 4493 + checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2" 4494 + 4495 + [[package]] 4496 + name = "svgtypes" 4497 + version = "0.11.0" 4498 + source = "registry+https://github.com/rust-lang/crates.io-index" 4499 + checksum = "ed4b0611e7f3277f68c0fa18e385d9e2d26923691379690039548f867cef02a7" 4500 + dependencies = [ 4501 + "kurbo", 4502 + "siphasher", 4503 + ] 4504 + 4505 + [[package]] 4506 + name = "swash" 4507 + version = "0.1.8" 4508 + source = "registry+https://github.com/rust-lang/crates.io-index" 4509 + checksum = "3b7c73c813353c347272919aa1af2885068b05e625e5532b43049e4f641ae77f" 4510 + dependencies = [ 4511 + "yazi", 4512 + "zeno", 4513 + ] 4514 + 4515 + [[package]] 4516 + name = "syn" 4517 + version = "1.0.109" 4518 + source = "registry+https://github.com/rust-lang/crates.io-index" 4519 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4520 + dependencies = [ 4521 + "proc-macro2", 4522 + "quote", 4523 + "unicode-ident", 4524 + ] 4525 + 4526 + [[package]] 4527 + name = "syn" 4528 + version = "2.0.38" 4529 + source = "registry+https://github.com/rust-lang/crates.io-index" 4530 + checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" 4531 + dependencies = [ 4532 + "proc-macro2", 4533 + "quote", 4534 + "unicode-ident", 4535 + ] 4536 + 4537 + [[package]] 4538 + name = "synstructure" 4539 + version = "0.13.0" 4540 + source = "registry+https://github.com/rust-lang/crates.io-index" 4541 + checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06" 4542 + dependencies = [ 4543 + "proc-macro2", 4544 + "quote", 4545 + "syn 2.0.38", 4546 + "unicode-xid", 4547 + ] 4548 + 4549 + [[package]] 4550 + name = "sys-locale" 4551 + version = "0.3.1" 4552 + source = "registry+https://github.com/rust-lang/crates.io-index" 4553 + checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0" 4554 + dependencies = [ 4555 + "libc", 4556 + ] 4557 + 4558 + [[package]] 4559 + name = "sysinfo" 4560 + version = "0.29.10" 4561 + source = "registry+https://github.com/rust-lang/crates.io-index" 4562 + checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5" 4563 + dependencies = [ 4564 + "cfg-if", 4565 + "core-foundation-sys", 4566 + "libc", 4567 + "ntapi", 4568 + "once_cell", 4569 + "rayon", 4570 + "winapi", 4571 + ] 4572 + 4573 + [[package]] 4574 + name = "taffy" 4575 + version = "0.3.11" 4576 + source = "git+https://github.com/DioxusLabs/taffy#d4374b93f0ec2c0ace42d3feafec22d3af1940d8" 4577 + dependencies = [ 4578 + "arrayvec", 4579 + "grid", 4580 + "num-traits", 4581 + "slotmap", 4582 + ] 4583 + 4584 + [[package]] 4585 + name = "temp-dir" 4586 + version = "0.1.11" 4587 + source = "registry+https://github.com/rust-lang/crates.io-index" 4588 + checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab" 4589 + 4590 + [[package]] 4591 + name = "tempfile" 4592 + version = "3.8.0" 4593 + source = "registry+https://github.com/rust-lang/crates.io-index" 4594 + checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 4595 + dependencies = [ 4596 + "cfg-if", 4597 + "fastrand 2.0.1", 4598 + "redox_syscall 0.3.5", 4599 + "rustix 0.38.20", 4600 + "windows-sys 0.48.0", 4601 + ] 4602 + 4603 + [[package]] 4604 + name = "termcolor" 4605 + version = "1.3.0" 4606 + source = "registry+https://github.com/rust-lang/crates.io-index" 4607 + checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" 4608 + dependencies = [ 4609 + "winapi-util", 4610 + ] 4611 + 4612 + [[package]] 4613 + name = "thiserror" 4614 + version = "1.0.50" 4615 + source = "registry+https://github.com/rust-lang/crates.io-index" 4616 + checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" 4617 + dependencies = [ 4618 + "thiserror-impl", 4619 + ] 4620 + 4621 + [[package]] 4622 + name = "thiserror-impl" 4623 + version = "1.0.50" 4624 + source = "registry+https://github.com/rust-lang/crates.io-index" 4625 + checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" 4626 + dependencies = [ 4627 + "proc-macro2", 4628 + "quote", 4629 + "syn 2.0.38", 4630 + ] 4631 + 4632 + [[package]] 4633 + name = "thread_local" 4634 + version = "1.1.7" 4635 + source = "registry+https://github.com/rust-lang/crates.io-index" 4636 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 4637 + dependencies = [ 4638 + "cfg-if", 4639 + "once_cell", 4640 + ] 4641 + 4642 + [[package]] 4643 + name = "tiff" 4644 + version = "0.9.0" 4645 + source = "registry+https://github.com/rust-lang/crates.io-index" 4646 + checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211" 4647 + dependencies = [ 4648 + "flate2", 4649 + "jpeg-decoder", 4650 + "weezl", 4651 + ] 4652 + 4653 + [[package]] 4654 + name = "timedate-zbus" 4655 + version = "0.1.0" 4656 + source = "registry+https://github.com/rust-lang/crates.io-index" 4657 + checksum = "609052c48ae1d9e27999ac4a159843a290bffab5fdc13856889b940aefc185b7" 4658 + dependencies = [ 4659 + "zbus", 4660 + ] 4661 + 4662 + [[package]] 4663 + name = "tiny-skia" 4664 + version = "0.8.4" 4665 + source = "registry+https://github.com/rust-lang/crates.io-index" 4666 + checksum = "df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67" 4667 + dependencies = [ 4668 + "arrayref", 4669 + "arrayvec", 4670 + "bytemuck", 4671 + "cfg-if", 4672 + "png", 4673 + "tiny-skia-path 0.8.4", 4674 + ] 4675 + 4676 + [[package]] 4677 + name = "tiny-skia" 4678 + version = "0.10.0" 4679 + source = "registry+https://github.com/rust-lang/crates.io-index" 4680 + checksum = "7db11798945fa5c3e5490c794ccca7c6de86d3afdd54b4eb324109939c6f37bc" 4681 + dependencies = [ 4682 + "arrayref", 4683 + "arrayvec", 4684 + "bytemuck", 4685 + "cfg-if", 4686 + "log", 4687 + "png", 4688 + "tiny-skia-path 0.10.0", 4689 + ] 4690 + 4691 + [[package]] 4692 + name = "tiny-skia-path" 4693 + version = "0.8.4" 4694 + source = "registry+https://github.com/rust-lang/crates.io-index" 4695 + checksum = "adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c" 4696 + dependencies = [ 4697 + "arrayref", 4698 + "bytemuck", 4699 + "strict-num", 4700 + ] 4701 + 4702 + [[package]] 4703 + name = "tiny-skia-path" 4704 + version = "0.10.0" 4705 + source = "registry+https://github.com/rust-lang/crates.io-index" 4706 + checksum = "2f60aa35c89ac2687ace1a2556eaaea68e8c0d47408a2e3e7f5c98a489e7281c" 4707 + dependencies = [ 4708 + "arrayref", 4709 + "bytemuck", 4710 + "strict-num", 4711 + ] 4712 + 4713 + [[package]] 4714 + name = "tinystr" 4715 + version = "0.7.4" 4716 + source = "registry+https://github.com/rust-lang/crates.io-index" 4717 + checksum = "d5d0e245e80bdc9b4e5356fc45a72184abbc3861992603f515270e9340f5a219" 4718 + dependencies = [ 4719 + "displaydoc", 4720 + "zerovec", 4721 + ] 4722 + 4723 + [[package]] 4724 + name = "tinyvec" 4725 + version = "1.6.0" 4726 + source = "registry+https://github.com/rust-lang/crates.io-index" 4727 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 4728 + dependencies = [ 4729 + "tinyvec_macros", 4730 + ] 4731 + 4732 + [[package]] 4733 + name = "tinyvec_macros" 4734 + version = "0.1.1" 4735 + source = "registry+https://github.com/rust-lang/crates.io-index" 4736 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4737 + 4738 + [[package]] 4739 + name = "tokio" 4740 + version = "1.33.0" 4741 + source = "registry+https://github.com/rust-lang/crates.io-index" 4742 + checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" 4743 + dependencies = [ 4744 + "backtrace", 4745 + "bytes", 4746 + "libc", 4747 + "mio", 4748 + "num_cpus", 4749 + "pin-project-lite", 4750 + "signal-hook-registry", 4751 + "socket2 0.5.5", 4752 + "tracing", 4753 + "windows-sys 0.48.0", 4754 + ] 4755 + 4756 + [[package]] 4757 + name = "toml" 4758 + version = "0.5.11" 4759 + source = "registry+https://github.com/rust-lang/crates.io-index" 4760 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 4761 + dependencies = [ 4762 + "serde", 4763 + ] 4764 + 4765 + [[package]] 4766 + name = "toml" 4767 + version = "0.8.5" 4768 + source = "registry+https://github.com/rust-lang/crates.io-index" 4769 + checksum = "3efaf127c78d5339cc547cce4e4d973bd5e4f56e949a06d091c082ebeef2f800" 4770 + dependencies = [ 4771 + "serde", 4772 + "serde_spanned", 4773 + "toml_datetime", 4774 + "toml_edit 0.20.5", 4775 + ] 4776 + 4777 + [[package]] 4778 + name = "toml_datetime" 4779 + version = "0.6.5" 4780 + source = "registry+https://github.com/rust-lang/crates.io-index" 4781 + checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 4782 + dependencies = [ 4783 + "serde", 4784 + ] 4785 + 4786 + [[package]] 4787 + name = "toml_edit" 4788 + version = "0.19.15" 4789 + source = "registry+https://github.com/rust-lang/crates.io-index" 4790 + checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 4791 + dependencies = [ 4792 + "indexmap 2.0.2", 4793 + "toml_datetime", 4794 + "winnow", 4795 + ] 4796 + 4797 + [[package]] 4798 + name = "toml_edit" 4799 + version = "0.20.5" 4800 + source = "registry+https://github.com/rust-lang/crates.io-index" 4801 + checksum = "782bf6c2ddf761c1e7855405e8975472acf76f7f36d0d4328bd3b7a2fae12a85" 4802 + dependencies = [ 4803 + "indexmap 2.0.2", 4804 + "serde", 4805 + "serde_spanned", 4806 + "toml_datetime", 4807 + "winnow", 4808 + ] 4809 + 4810 + [[package]] 4811 + name = "tracing" 4812 + version = "0.1.40" 4813 + source = "registry+https://github.com/rust-lang/crates.io-index" 4814 + checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 4815 + dependencies = [ 4816 + "pin-project-lite", 4817 + "tracing-attributes", 4818 + "tracing-core", 4819 + ] 4820 + 4821 + [[package]] 4822 + name = "tracing-attributes" 4823 + version = "0.1.27" 4824 + source = "registry+https://github.com/rust-lang/crates.io-index" 4825 + checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 4826 + dependencies = [ 4827 + "proc-macro2", 4828 + "quote", 4829 + "syn 2.0.38", 4830 + ] 4831 + 4832 + [[package]] 4833 + name = "tracing-core" 4834 + version = "0.1.32" 4835 + source = "registry+https://github.com/rust-lang/crates.io-index" 4836 + checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 4837 + dependencies = [ 4838 + "once_cell", 4839 + "valuable", 4840 + ] 4841 + 4842 + [[package]] 4843 + name = "tracing-error" 4844 + version = "0.2.0" 4845 + source = "registry+https://github.com/rust-lang/crates.io-index" 4846 + checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" 4847 + dependencies = [ 4848 + "tracing", 4849 + "tracing-subscriber", 4850 + ] 4851 + 4852 + [[package]] 4853 + name = "tracing-log" 4854 + version = "0.1.4" 4855 + source = "registry+https://github.com/rust-lang/crates.io-index" 4856 + checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" 4857 + dependencies = [ 4858 + "log", 4859 + "once_cell", 4860 + "tracing-core", 4861 + ] 4862 + 4863 + [[package]] 4864 + name = "tracing-subscriber" 4865 + version = "0.3.17" 4866 + source = "registry+https://github.com/rust-lang/crates.io-index" 4867 + checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" 4868 + dependencies = [ 4869 + "nu-ansi-term", 4870 + "sharded-slab", 4871 + "smallvec", 4872 + "thread_local", 4873 + "tracing-core", 4874 + "tracing-log", 4875 + ] 4876 + 4877 + [[package]] 4878 + name = "ttf-parser" 4879 + version = "0.18.1" 4880 + source = "registry+https://github.com/rust-lang/crates.io-index" 4881 + checksum = "0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633" 4882 + 4883 + [[package]] 4884 + name = "ttf-parser" 4885 + version = "0.19.2" 4886 + source = "registry+https://github.com/rust-lang/crates.io-index" 4887 + checksum = "49d64318d8311fc2668e48b63969f4343e0a85c4a109aa8460d6672e364b8bd1" 4888 + 4889 + [[package]] 4890 + name = "twox-hash" 4891 + version = "1.6.3" 4892 + source = "registry+https://github.com/rust-lang/crates.io-index" 4893 + checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 4894 + dependencies = [ 4895 + "cfg-if", 4896 + "rand", 4897 + "static_assertions", 4898 + ] 4899 + 4900 + [[package]] 4901 + name = "type-map" 4902 + version = "0.4.0" 4903 + source = "registry+https://github.com/rust-lang/crates.io-index" 4904 + checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" 4905 + dependencies = [ 4906 + "rustc-hash", 4907 + ] 4908 + 4909 + [[package]] 4910 + name = "typenum" 4911 + version = "1.17.0" 4912 + source = "registry+https://github.com/rust-lang/crates.io-index" 4913 + checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 4914 + 4915 + [[package]] 4916 + name = "udev" 4917 + version = "0.7.0" 4918 + source = "registry+https://github.com/rust-lang/crates.io-index" 4919 + checksum = "4ebdbbd670373442a12fe9ef7aeb53aec4147a5a27a00bbc3ab639f08f48191a" 4920 + dependencies = [ 4921 + "libc", 4922 + "libudev-sys", 4923 + "pkg-config", 4924 + ] 4925 + 4926 + [[package]] 4927 + name = "uds_windows" 4928 + version = "1.0.2" 4929 + source = "registry+https://github.com/rust-lang/crates.io-index" 4930 + checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d" 4931 + dependencies = [ 4932 + "tempfile", 4933 + "winapi", 4934 + ] 4935 + 4936 + [[package]] 4937 + name = "unic-langid" 4938 + version = "0.9.1" 4939 + source = "registry+https://github.com/rust-lang/crates.io-index" 4940 + checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f" 4941 + dependencies = [ 4942 + "unic-langid-impl", 4943 + ] 4944 + 4945 + [[package]] 4946 + name = "unic-langid-impl" 4947 + version = "0.9.1" 4948 + source = "registry+https://github.com/rust-lang/crates.io-index" 4949 + checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff" 4950 + dependencies = [ 4951 + "serde", 4952 + "tinystr", 4953 + ] 4954 + 4955 + [[package]] 4956 + name = "unicode-bidi" 4957 + version = "0.3.13" 4958 + source = "registry+https://github.com/rust-lang/crates.io-index" 4959 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 4960 + 4961 + [[package]] 4962 + name = "unicode-bidi-mirroring" 4963 + version = "0.1.0" 4964 + source = "registry+https://github.com/rust-lang/crates.io-index" 4965 + checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694" 4966 + 4967 + [[package]] 4968 + name = "unicode-ccc" 4969 + version = "0.1.2" 4970 + source = "registry+https://github.com/rust-lang/crates.io-index" 4971 + checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1" 4972 + 4973 + [[package]] 4974 + name = "unicode-general-category" 4975 + version = "0.6.0" 4976 + source = "registry+https://github.com/rust-lang/crates.io-index" 4977 + checksum = "2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7" 4978 + 4979 + [[package]] 4980 + name = "unicode-ident" 4981 + version = "1.0.12" 4982 + source = "registry+https://github.com/rust-lang/crates.io-index" 4983 + checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 4984 + 4985 + [[package]] 4986 + name = "unicode-linebreak" 4987 + version = "0.1.5" 4988 + source = "registry+https://github.com/rust-lang/crates.io-index" 4989 + checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 4990 + 4991 + [[package]] 4992 + name = "unicode-normalization" 4993 + version = "0.1.22" 4994 + source = "registry+https://github.com/rust-lang/crates.io-index" 4995 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 4996 + dependencies = [ 4997 + "tinyvec", 4998 + ] 4999 + 5000 + [[package]] 5001 + name = "unicode-script" 5002 + version = "0.5.5" 5003 + source = "registry+https://github.com/rust-lang/crates.io-index" 5004 + checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" 5005 + 5006 + [[package]] 5007 + name = "unicode-segmentation" 5008 + version = "1.10.1" 5009 + source = "registry+https://github.com/rust-lang/crates.io-index" 5010 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 5011 + 5012 + [[package]] 5013 + name = "unicode-vo" 5014 + version = "0.1.0" 5015 + source = "registry+https://github.com/rust-lang/crates.io-index" 5016 + checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" 5017 + 5018 + [[package]] 5019 + name = "unicode-width" 5020 + version = "0.1.11" 5021 + source = "registry+https://github.com/rust-lang/crates.io-index" 5022 + checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 5023 + 5024 + [[package]] 5025 + name = "unicode-xid" 5026 + version = "0.2.4" 5027 + source = "registry+https://github.com/rust-lang/crates.io-index" 5028 + checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 5029 + 5030 + [[package]] 5031 + name = "url" 5032 + version = "2.4.1" 5033 + source = "registry+https://github.com/rust-lang/crates.io-index" 5034 + checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" 5035 + dependencies = [ 5036 + "form_urlencoded", 5037 + "idna", 5038 + "percent-encoding", 5039 + "serde", 5040 + ] 5041 + 5042 + [[package]] 5043 + name = "usvg" 5044 + version = "0.35.0" 5045 + source = "registry+https://github.com/rust-lang/crates.io-index" 5046 + checksum = "14d09ddfb0d93bf84824c09336d32e42f80961a9d1680832eb24fdf249ce11e6" 5047 + dependencies = [ 5048 + "base64", 5049 + "log", 5050 + "pico-args", 5051 + "usvg-parser", 5052 + "usvg-text-layout", 5053 + "usvg-tree", 5054 + "xmlwriter", 5055 + ] 5056 + 5057 + [[package]] 5058 + name = "usvg-parser" 5059 + version = "0.35.0" 5060 + source = "registry+https://github.com/rust-lang/crates.io-index" 5061 + checksum = "d19bf93d230813599927d88557014e0908ecc3531666d47c634c6838bc8db408" 5062 + dependencies = [ 5063 + "data-url", 5064 + "flate2", 5065 + "imagesize", 5066 + "kurbo", 5067 + "log", 5068 + "roxmltree", 5069 + "simplecss", 5070 + "siphasher", 5071 + "svgtypes", 5072 + "usvg-tree", 5073 + ] 5074 + 5075 + [[package]] 5076 + name = "usvg-text-layout" 5077 + version = "0.35.0" 5078 + source = "registry+https://github.com/rust-lang/crates.io-index" 5079 + checksum = "035044604e89652c0a2959b8b356946997a52649ba6cade45928c2842376feb4" 5080 + dependencies = [ 5081 + "fontdb", 5082 + "kurbo", 5083 + "log", 5084 + "rustybuzz 0.7.0", 5085 + "unicode-bidi", 5086 + "unicode-script", 5087 + "unicode-vo", 5088 + "usvg-tree", 5089 + ] 5090 + 5091 + [[package]] 5092 + name = "usvg-tree" 5093 + version = "0.35.0" 5094 + source = "registry+https://github.com/rust-lang/crates.io-index" 5095 + checksum = "7939a7e4ed21cadb5d311d6339730681c3e24c3e81d60065be80e485d3fc8b92" 5096 + dependencies = [ 5097 + "rctree", 5098 + "strict-num", 5099 + "svgtypes", 5100 + "tiny-skia-path 0.10.0", 5101 + ] 5102 + 5103 + [[package]] 5104 + name = "utf8-width" 5105 + version = "0.1.6" 5106 + source = "registry+https://github.com/rust-lang/crates.io-index" 5107 + checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" 5108 + 5109 + [[package]] 5110 + name = "valuable" 5111 + version = "0.1.0" 5112 + source = "registry+https://github.com/rust-lang/crates.io-index" 5113 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5114 + 5115 + [[package]] 5116 + name = "value-bag" 5117 + version = "1.4.2" 5118 + source = "registry+https://github.com/rust-lang/crates.io-index" 5119 + checksum = "4a72e1902dde2bd6441347de2b70b7f5d59bf157c6c62f0c44572607a1d55bbe" 5120 + 5121 + [[package]] 5122 + name = "vec_map" 5123 + version = "0.8.2" 5124 + source = "registry+https://github.com/rust-lang/crates.io-index" 5125 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 5126 + 5127 + [[package]] 5128 + name = "version_check" 5129 + version = "0.9.4" 5130 + source = "registry+https://github.com/rust-lang/crates.io-index" 5131 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 5132 + 5133 + [[package]] 5134 + name = "waker-fn" 5135 + version = "1.1.1" 5136 + source = "registry+https://github.com/rust-lang/crates.io-index" 5137 + checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" 5138 + 5139 + [[package]] 5140 + name = "walkdir" 5141 + version = "2.4.0" 5142 + source = "registry+https://github.com/rust-lang/crates.io-index" 5143 + checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 5144 + dependencies = [ 5145 + "same-file", 5146 + "winapi-util", 5147 + ] 5148 + 5149 + [[package]] 5150 + name = "wasi" 5151 + version = "0.11.0+wasi-snapshot-preview1" 5152 + source = "registry+https://github.com/rust-lang/crates.io-index" 5153 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5154 + 5155 + [[package]] 5156 + name = "wasm-bindgen" 5157 + version = "0.2.87" 5158 + source = "registry+https://github.com/rust-lang/crates.io-index" 5159 + checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 5160 + dependencies = [ 5161 + "cfg-if", 5162 + "wasm-bindgen-macro", 5163 + ] 5164 + 5165 + [[package]] 5166 + name = "wasm-bindgen-backend" 5167 + version = "0.2.87" 5168 + source = "registry+https://github.com/rust-lang/crates.io-index" 5169 + checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 5170 + dependencies = [ 5171 + "bumpalo", 5172 + "log", 5173 + "once_cell", 5174 + "proc-macro2", 5175 + "quote", 5176 + "syn 2.0.38", 5177 + "wasm-bindgen-shared", 5178 + ] 5179 + 5180 + [[package]] 5181 + name = "wasm-bindgen-futures" 5182 + version = "0.4.37" 5183 + source = "registry+https://github.com/rust-lang/crates.io-index" 5184 + checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" 5185 + dependencies = [ 5186 + "cfg-if", 5187 + "js-sys", 5188 + "wasm-bindgen", 5189 + "web-sys", 5190 + ] 5191 + 5192 + [[package]] 5193 + name = "wasm-bindgen-macro" 5194 + version = "0.2.87" 5195 + source = "registry+https://github.com/rust-lang/crates.io-index" 5196 + checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 5197 + dependencies = [ 5198 + "quote", 5199 + "wasm-bindgen-macro-support", 5200 + ] 5201 + 5202 + [[package]] 5203 + name = "wasm-bindgen-macro-support" 5204 + version = "0.2.87" 5205 + source = "registry+https://github.com/rust-lang/crates.io-index" 5206 + checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 5207 + dependencies = [ 5208 + "proc-macro2", 5209 + "quote", 5210 + "syn 2.0.38", 5211 + "wasm-bindgen-backend", 5212 + "wasm-bindgen-shared", 5213 + ] 5214 + 5215 + [[package]] 5216 + name = "wasm-bindgen-shared" 5217 + version = "0.2.87" 5218 + source = "registry+https://github.com/rust-lang/crates.io-index" 5219 + checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 5220 + 5221 + [[package]] 5222 + name = "wasm-timer" 5223 + version = "0.2.5" 5224 + source = "registry+https://github.com/rust-lang/crates.io-index" 5225 + checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" 5226 + dependencies = [ 5227 + "futures", 5228 + "js-sys", 5229 + "parking_lot 0.11.2", 5230 + "pin-utils", 5231 + "wasm-bindgen", 5232 + "wasm-bindgen-futures", 5233 + "web-sys", 5234 + ] 5235 + 5236 + [[package]] 5237 + name = "wayland-backend" 5238 + version = "0.1.2" 5239 + source = "registry+https://github.com/rust-lang/crates.io-index" 5240 + checksum = "41b48e27457e8da3b2260ac60d0a94512f5cba36448679f3747c0865b7893ed8" 5241 + dependencies = [ 5242 + "cc", 5243 + "downcast-rs", 5244 + "io-lifetimes 1.0.11", 5245 + "nix 0.26.4", 5246 + "scoped-tls", 5247 + "smallvec", 5248 + "wayland-sys 0.30.1", 5249 + ] 5250 + 5251 + [[package]] 5252 + name = "wayland-backend" 5253 + version = "0.3.2" 5254 + source = "registry+https://github.com/rust-lang/crates.io-index" 5255 + checksum = "19152ddd73f45f024ed4534d9ca2594e0ef252c1847695255dae47f34df9fbe4" 5256 + dependencies = [ 5257 + "cc", 5258 + "downcast-rs", 5259 + "nix 0.26.4", 5260 + "scoped-tls", 5261 + "smallvec", 5262 + "wayland-sys 0.31.1", 5263 + ] 5264 + 5265 + [[package]] 5266 + name = "wayland-client" 5267 + version = "0.29.5" 5268 + source = "registry+https://github.com/rust-lang/crates.io-index" 5269 + checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 5270 + dependencies = [ 5271 + "bitflags 1.3.2", 5272 + "downcast-rs", 5273 + "libc", 5274 + "nix 0.24.3", 5275 + "scoped-tls", 5276 + "wayland-commons", 5277 + "wayland-scanner 0.29.5", 5278 + "wayland-sys 0.29.5", 5279 + ] 5280 + 5281 + [[package]] 5282 + name = "wayland-client" 5283 + version = "0.30.2" 5284 + source = "registry+https://github.com/rust-lang/crates.io-index" 5285 + checksum = "489c9654770f674fc7e266b3c579f4053d7551df0ceb392f153adb1f9ed06ac8" 5286 + dependencies = [ 5287 + "bitflags 1.3.2", 5288 + "nix 0.26.4", 5289 + "wayland-backend 0.1.2", 5290 + "wayland-scanner 0.30.1", 5291 + ] 5292 + 5293 + [[package]] 5294 + name = "wayland-client" 5295 + version = "0.31.1" 5296 + source = "registry+https://github.com/rust-lang/crates.io-index" 5297 + checksum = "1ca7d52347346f5473bf2f56705f360e8440873052e575e55890c4fa57843ed3" 5298 + dependencies = [ 5299 + "bitflags 2.4.1", 5300 + "nix 0.26.4", 5301 + "wayland-backend 0.3.2", 5302 + "wayland-scanner 0.31.0", 5303 + ] 5304 + 5305 + [[package]] 5306 + name = "wayland-commons" 5307 + version = "0.29.5" 5308 + source = "registry+https://github.com/rust-lang/crates.io-index" 5309 + checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 5310 + dependencies = [ 5311 + "nix 0.24.3", 5312 + "once_cell", 5313 + "smallvec", 5314 + "wayland-sys 0.29.5", 5315 + ] 5316 + 5317 + [[package]] 5318 + name = "wayland-csd-frame" 5319 + version = "0.3.0" 5320 + source = "registry+https://github.com/rust-lang/crates.io-index" 5321 + checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 5322 + dependencies = [ 5323 + "bitflags 2.4.1", 5324 + "cursor-icon", 5325 + "wayland-backend 0.3.2", 5326 + ] 5327 + 5328 + [[package]] 5329 + name = "wayland-cursor" 5330 + version = "0.29.5" 5331 + source = "registry+https://github.com/rust-lang/crates.io-index" 5332 + checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 5333 + dependencies = [ 5334 + "nix 0.24.3", 5335 + "wayland-client 0.29.5", 5336 + "xcursor", 5337 + ] 5338 + 5339 + [[package]] 5340 + name = "wayland-cursor" 5341 + version = "0.31.0" 5342 + source = "registry+https://github.com/rust-lang/crates.io-index" 5343 + checksum = "a44aa20ae986659d6c77d64d808a046996a932aa763913864dc40c359ef7ad5b" 5344 + dependencies = [ 5345 + "nix 0.26.4", 5346 + "wayland-client 0.31.1", 5347 + "xcursor", 5348 + ] 5349 + 5350 + [[package]] 5351 + name = "wayland-protocols" 5352 + version = "0.29.5" 5353 + source = "registry+https://github.com/rust-lang/crates.io-index" 5354 + checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 5355 + dependencies = [ 5356 + "bitflags 1.3.2", 5357 + "wayland-client 0.29.5", 5358 + "wayland-commons", 5359 + "wayland-scanner 0.29.5", 5360 + ] 5361 + 5362 + [[package]] 5363 + name = "wayland-protocols" 5364 + version = "0.30.1" 5365 + source = "registry+https://github.com/rust-lang/crates.io-index" 5366 + checksum = "3b28101e5ca94f70461a6c2d610f76d85ad223d042dd76585ab23d3422dd9b4d" 5367 + dependencies = [ 5368 + "bitflags 1.3.2", 5369 + "wayland-backend 0.1.2", 5370 + "wayland-client 0.30.2", 5371 + "wayland-scanner 0.30.1", 5372 + ] 5373 + 5374 + [[package]] 5375 + name = "wayland-protocols" 5376 + version = "0.31.0" 5377 + source = "registry+https://github.com/rust-lang/crates.io-index" 5378 + checksum = "e253d7107ba913923dc253967f35e8561a3c65f914543e46843c88ddd729e21c" 5379 + dependencies = [ 5380 + "bitflags 2.4.1", 5381 + "wayland-backend 0.3.2", 5382 + "wayland-client 0.31.1", 5383 + "wayland-scanner 0.31.0", 5384 + "wayland-server", 5385 + ] 5386 + 5387 + [[package]] 5388 + name = "wayland-protocols-wlr" 5389 + version = "0.2.0" 5390 + source = "registry+https://github.com/rust-lang/crates.io-index" 5391 + checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6" 5392 + dependencies = [ 5393 + "bitflags 2.4.1", 5394 + "wayland-backend 0.3.2", 5395 + "wayland-client 0.31.1", 5396 + "wayland-protocols 0.31.0", 5397 + "wayland-scanner 0.31.0", 5398 + "wayland-server", 5399 + ] 5400 + 5401 + [[package]] 5402 + name = "wayland-scanner" 5403 + version = "0.29.5" 5404 + source = "registry+https://github.com/rust-lang/crates.io-index" 5405 + checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 5406 + dependencies = [ 5407 + "proc-macro2", 5408 + "quote", 5409 + "xml-rs", 5410 + ] 5411 + 5412 + [[package]] 5413 + name = "wayland-scanner" 5414 + version = "0.30.1" 5415 + source = "registry+https://github.com/rust-lang/crates.io-index" 5416 + checksum = "b9b873b257fbc32ec909c0eb80dea312076a67014e65e245f5eb69a6b8ab330e" 5417 + dependencies = [ 5418 + "proc-macro2", 5419 + "quick-xml 0.28.2", 5420 + "quote", 5421 + ] 5422 + 5423 + [[package]] 5424 + name = "wayland-scanner" 5425 + version = "0.31.0" 5426 + source = "registry+https://github.com/rust-lang/crates.io-index" 5427 + checksum = "fb8e28403665c9f9513202b7e1ed71ec56fde5c107816843fb14057910b2c09c" 5428 + dependencies = [ 5429 + "proc-macro2", 5430 + "quick-xml 0.30.0", 5431 + "quote", 5432 + ] 5433 + 5434 + [[package]] 5435 + name = "wayland-server" 5436 + version = "0.31.0" 5437 + source = "registry+https://github.com/rust-lang/crates.io-index" 5438 + checksum = "3f3f0c52a445936ca1184c98f1a69cf4ad9c9130788884531ef04428468cb1ce" 5439 + dependencies = [ 5440 + "bitflags 2.4.1", 5441 + "downcast-rs", 5442 + "io-lifetimes 2.0.2", 5443 + "nix 0.26.4", 5444 + "wayland-backend 0.3.2", 5445 + "wayland-scanner 0.31.0", 5446 + ] 5447 + 5448 + [[package]] 5449 + name = "wayland-sys" 5450 + version = "0.29.5" 5451 + source = "registry+https://github.com/rust-lang/crates.io-index" 5452 + checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 5453 + dependencies = [ 5454 + "dlib", 5455 + "lazy_static", 5456 + "pkg-config", 5457 + ] 5458 + 5459 + [[package]] 5460 + name = "wayland-sys" 5461 + version = "0.30.1" 5462 + source = "registry+https://github.com/rust-lang/crates.io-index" 5463 + checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06" 5464 + dependencies = [ 5465 + "dlib", 5466 + "lazy_static", 5467 + "log", 5468 + "pkg-config", 5469 + ] 5470 + 5471 + [[package]] 5472 + name = "wayland-sys" 5473 + version = "0.31.1" 5474 + source = "registry+https://github.com/rust-lang/crates.io-index" 5475 + checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af" 5476 + dependencies = [ 5477 + "dlib", 5478 + "log", 5479 + "pkg-config", 5480 + ] 5481 + 5482 + [[package]] 5483 + name = "web-sys" 5484 + version = "0.3.64" 5485 + source = "registry+https://github.com/rust-lang/crates.io-index" 5486 + checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 5487 + dependencies = [ 5488 + "js-sys", 5489 + "wasm-bindgen", 5490 + ] 5491 + 5492 + [[package]] 5493 + name = "weezl" 5494 + version = "0.1.7" 5495 + source = "registry+https://github.com/rust-lang/crates.io-index" 5496 + checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 5497 + 5498 + [[package]] 5499 + name = "wgpu" 5500 + version = "0.16.3" 5501 + source = "registry+https://github.com/rust-lang/crates.io-index" 5502 + checksum = "480c965c9306872eb6255fa55e4b4953be55a8b64d57e61d7ff840d3dcc051cd" 5503 + dependencies = [ 5504 + "arrayvec", 5505 + "cfg-if", 5506 + "js-sys", 5507 + "log", 5508 + "naga", 5509 + "parking_lot 0.12.1", 5510 + "profiling", 5511 + "raw-window-handle", 5512 + "smallvec", 5513 + "static_assertions", 5514 + "wasm-bindgen", 5515 + "wasm-bindgen-futures", 5516 + "web-sys", 5517 + "wgpu-core", 5518 + "wgpu-hal", 5519 + "wgpu-types", 5520 + ] 5521 + 5522 + [[package]] 5523 + name = "wgpu-core" 5524 + version = "0.16.1" 5525 + source = "registry+https://github.com/rust-lang/crates.io-index" 5526 + checksum = "8f478237b4bf0d5b70a39898a66fa67ca3a007d79f2520485b8b0c3dfc46f8c2" 5527 + dependencies = [ 5528 + "arrayvec", 5529 + "bit-vec", 5530 + "bitflags 2.4.1", 5531 + "codespan-reporting", 5532 + "log", 5533 + "naga", 5534 + "parking_lot 0.12.1", 5535 + "profiling", 5536 + "raw-window-handle", 5537 + "rustc-hash", 5538 + "smallvec", 5539 + "thiserror", 5540 + "web-sys", 5541 + "wgpu-hal", 5542 + "wgpu-types", 5543 + ] 5544 + 5545 + [[package]] 5546 + name = "wgpu-hal" 5547 + version = "0.16.2" 5548 + source = "registry+https://github.com/rust-lang/crates.io-index" 5549 + checksum = "1ecb3258078e936deee14fd4e0febe1cfe9bbb5ffef165cb60218d2ee5eb4448" 5550 + dependencies = [ 5551 + "android_system_properties", 5552 + "arrayvec", 5553 + "ash", 5554 + "bit-set", 5555 + "bitflags 2.4.1", 5556 + "block", 5557 + "core-graphics-types", 5558 + "d3d12", 5559 + "foreign-types", 5560 + "glow", 5561 + "gpu-alloc", 5562 + "gpu-allocator", 5563 + "gpu-descriptor", 5564 + "hassle-rs", 5565 + "js-sys", 5566 + "khronos-egl", 5567 + "libc", 5568 + "libloading 0.8.1", 5569 + "log", 5570 + "metal", 5571 + "naga", 5572 + "objc", 5573 + "parking_lot 0.12.1", 5574 + "profiling", 5575 + "range-alloc", 5576 + "raw-window-handle", 5577 + "renderdoc-sys", 5578 + "rustc-hash", 5579 + "smallvec", 5580 + "thiserror", 5581 + "wasm-bindgen", 5582 + "web-sys", 5583 + "wgpu-types", 5584 + "winapi", 5585 + ] 5586 + 5587 + [[package]] 5588 + name = "wgpu-types" 5589 + version = "0.16.1" 5590 + source = "registry+https://github.com/rust-lang/crates.io-index" 5591 + checksum = "d0c153280bb108c2979eb5c7391cb18c56642dd3c072e55f52065e13e2a1252a" 5592 + dependencies = [ 5593 + "bitflags 2.4.1", 5594 + "js-sys", 5595 + "web-sys", 5596 + ] 5597 + 5598 + [[package]] 5599 + name = "widestring" 5600 + version = "1.0.2" 5601 + source = "registry+https://github.com/rust-lang/crates.io-index" 5602 + checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" 5603 + 5604 + [[package]] 5605 + name = "winapi" 5606 + version = "0.3.9" 5607 + source = "registry+https://github.com/rust-lang/crates.io-index" 5608 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5609 + dependencies = [ 5610 + "winapi-i686-pc-windows-gnu", 5611 + "winapi-x86_64-pc-windows-gnu", 5612 + ] 5613 + 5614 + [[package]] 5615 + name = "winapi-i686-pc-windows-gnu" 5616 + version = "0.4.0" 5617 + source = "registry+https://github.com/rust-lang/crates.io-index" 5618 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5619 + 5620 + [[package]] 5621 + name = "winapi-util" 5622 + version = "0.1.6" 5623 + source = "registry+https://github.com/rust-lang/crates.io-index" 5624 + checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 5625 + dependencies = [ 5626 + "winapi", 5627 + ] 5628 + 5629 + [[package]] 5630 + name = "winapi-wsapoll" 5631 + version = "0.1.1" 5632 + source = "registry+https://github.com/rust-lang/crates.io-index" 5633 + checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e" 5634 + dependencies = [ 5635 + "winapi", 5636 + ] 5637 + 5638 + [[package]] 5639 + name = "winapi-x86_64-pc-windows-gnu" 5640 + version = "0.4.0" 5641 + source = "registry+https://github.com/rust-lang/crates.io-index" 5642 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5643 + 5644 + [[package]] 5645 + name = "window_clipboard" 5646 + version = "0.3.0" 5647 + source = "registry+https://github.com/rust-lang/crates.io-index" 5648 + checksum = "63287c9c4396ccf5346d035a9b0fcaead9e18377637f5eaa78b7ac65c873ff7d" 5649 + dependencies = [ 5650 + "clipboard-win", 5651 + "clipboard_macos", 5652 + "clipboard_wayland", 5653 + "clipboard_x11", 5654 + "raw-window-handle", 5655 + "thiserror", 5656 + ] 5657 + 5658 + [[package]] 5659 + name = "windows" 5660 + version = "0.44.0" 5661 + source = "registry+https://github.com/rust-lang/crates.io-index" 5662 + checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 5663 + dependencies = [ 5664 + "windows-targets 0.42.2", 5665 + ] 5666 + 5667 + [[package]] 5668 + name = "windows" 5669 + version = "0.48.0" 5670 + source = "registry+https://github.com/rust-lang/crates.io-index" 5671 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 5672 + dependencies = [ 5673 + "windows-targets 0.48.5", 5674 + ] 5675 + 5676 + [[package]] 5677 + name = "windows-sys" 5678 + version = "0.42.0" 5679 + source = "registry+https://github.com/rust-lang/crates.io-index" 5680 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 5681 + dependencies = [ 5682 + "windows_aarch64_gnullvm 0.42.2", 5683 + "windows_aarch64_msvc 0.42.2", 5684 + "windows_i686_gnu 0.42.2", 5685 + "windows_i686_msvc 0.42.2", 5686 + "windows_x86_64_gnu 0.42.2", 5687 + "windows_x86_64_gnullvm 0.42.2", 5688 + "windows_x86_64_msvc 0.42.2", 5689 + ] 5690 + 5691 + [[package]] 5692 + name = "windows-sys" 5693 + version = "0.45.0" 5694 + source = "registry+https://github.com/rust-lang/crates.io-index" 5695 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5696 + dependencies = [ 5697 + "windows-targets 0.42.2", 5698 + ] 5699 + 5700 + [[package]] 5701 + name = "windows-sys" 5702 + version = "0.48.0" 5703 + source = "registry+https://github.com/rust-lang/crates.io-index" 5704 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5705 + dependencies = [ 5706 + "windows-targets 0.48.5", 5707 + ] 5708 + 5709 + [[package]] 5710 + name = "windows-targets" 5711 + version = "0.42.2" 5712 + source = "registry+https://github.com/rust-lang/crates.io-index" 5713 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5714 + dependencies = [ 5715 + "windows_aarch64_gnullvm 0.42.2", 5716 + "windows_aarch64_msvc 0.42.2", 5717 + "windows_i686_gnu 0.42.2", 5718 + "windows_i686_msvc 0.42.2", 5719 + "windows_x86_64_gnu 0.42.2", 5720 + "windows_x86_64_gnullvm 0.42.2", 5721 + "windows_x86_64_msvc 0.42.2", 5722 + ] 5723 + 5724 + [[package]] 5725 + name = "windows-targets" 5726 + version = "0.48.5" 5727 + source = "registry+https://github.com/rust-lang/crates.io-index" 5728 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5729 + dependencies = [ 5730 + "windows_aarch64_gnullvm 0.48.5", 5731 + "windows_aarch64_msvc 0.48.5", 5732 + "windows_i686_gnu 0.48.5", 5733 + "windows_i686_msvc 0.48.5", 5734 + "windows_x86_64_gnu 0.48.5", 5735 + "windows_x86_64_gnullvm 0.48.5", 5736 + "windows_x86_64_msvc 0.48.5", 5737 + ] 5738 + 5739 + [[package]] 5740 + name = "windows_aarch64_gnullvm" 5741 + version = "0.42.2" 5742 + source = "registry+https://github.com/rust-lang/crates.io-index" 5743 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5744 + 5745 + [[package]] 5746 + name = "windows_aarch64_gnullvm" 5747 + version = "0.48.5" 5748 + source = "registry+https://github.com/rust-lang/crates.io-index" 5749 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5750 + 5751 + [[package]] 5752 + name = "windows_aarch64_msvc" 5753 + version = "0.42.2" 5754 + source = "registry+https://github.com/rust-lang/crates.io-index" 5755 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5756 + 5757 + [[package]] 5758 + name = "windows_aarch64_msvc" 5759 + version = "0.48.5" 5760 + source = "registry+https://github.com/rust-lang/crates.io-index" 5761 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5762 + 5763 + [[package]] 5764 + name = "windows_i686_gnu" 5765 + version = "0.42.2" 5766 + source = "registry+https://github.com/rust-lang/crates.io-index" 5767 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5768 + 5769 + [[package]] 5770 + name = "windows_i686_gnu" 5771 + version = "0.48.5" 5772 + source = "registry+https://github.com/rust-lang/crates.io-index" 5773 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 5774 + 5775 + [[package]] 5776 + name = "windows_i686_msvc" 5777 + version = "0.42.2" 5778 + source = "registry+https://github.com/rust-lang/crates.io-index" 5779 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5780 + 5781 + [[package]] 5782 + name = "windows_i686_msvc" 5783 + version = "0.48.5" 5784 + source = "registry+https://github.com/rust-lang/crates.io-index" 5785 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 5786 + 5787 + [[package]] 5788 + name = "windows_x86_64_gnu" 5789 + version = "0.42.2" 5790 + source = "registry+https://github.com/rust-lang/crates.io-index" 5791 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5792 + 5793 + [[package]] 5794 + name = "windows_x86_64_gnu" 5795 + version = "0.48.5" 5796 + source = "registry+https://github.com/rust-lang/crates.io-index" 5797 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 5798 + 5799 + [[package]] 5800 + name = "windows_x86_64_gnullvm" 5801 + version = "0.42.2" 5802 + source = "registry+https://github.com/rust-lang/crates.io-index" 5803 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5804 + 5805 + [[package]] 5806 + name = "windows_x86_64_gnullvm" 5807 + version = "0.48.5" 5808 + source = "registry+https://github.com/rust-lang/crates.io-index" 5809 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 5810 + 5811 + [[package]] 5812 + name = "windows_x86_64_msvc" 5813 + version = "0.42.2" 5814 + source = "registry+https://github.com/rust-lang/crates.io-index" 5815 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5816 + 5817 + [[package]] 5818 + name = "windows_x86_64_msvc" 5819 + version = "0.48.5" 5820 + source = "registry+https://github.com/rust-lang/crates.io-index" 5821 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 5822 + 5823 + [[package]] 5824 + name = "winit" 5825 + version = "0.28.6" 5826 + source = "git+https://github.com/pop-os/winit.git?branch=master#4060baa6ad2237092fed166d96f18d5394f92ef1" 5827 + dependencies = [ 5828 + "android-activity", 5829 + "bitflags 1.3.2", 5830 + "cfg_aliases", 5831 + "core-foundation", 5832 + "core-graphics", 5833 + "dispatch", 5834 + "instant", 5835 + "libc", 5836 + "log", 5837 + "mio", 5838 + "ndk", 5839 + "objc2", 5840 + "once_cell", 5841 + "orbclient", 5842 + "percent-encoding", 5843 + "raw-window-handle", 5844 + "redox_syscall 0.3.5", 5845 + "sctk-adwaita", 5846 + "smithay-client-toolkit 0.16.1", 5847 + "wasm-bindgen", 5848 + "wayland-client 0.29.5", 5849 + "wayland-commons", 5850 + "wayland-protocols 0.29.5", 5851 + "wayland-scanner 0.29.5", 5852 + "web-sys", 5853 + "windows-sys 0.45.0", 5854 + "x11-dl", 5855 + ] 5856 + 5857 + [[package]] 5858 + name = "winnow" 5859 + version = "0.5.17" 5860 + source = "registry+https://github.com/rust-lang/crates.io-index" 5861 + checksum = "a3b801d0e0a6726477cc207f60162da452f3a95adb368399bef20a946e06f65c" 5862 + dependencies = [ 5863 + "memchr", 5864 + ] 5865 + 5866 + [[package]] 5867 + name = "writeable" 5868 + version = "0.5.3" 5869 + source = "registry+https://github.com/rust-lang/crates.io-index" 5870 + checksum = "c0af0c3d13faebf8dda0b5256fa7096a2d5ccb662f7b9f54a40fe201077ab1c2" 5871 + 5872 + [[package]] 5873 + name = "x11-dl" 5874 + version = "2.21.0" 5875 + source = "registry+https://github.com/rust-lang/crates.io-index" 5876 + checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 5877 + dependencies = [ 5878 + "libc", 5879 + "once_cell", 5880 + "pkg-config", 5881 + ] 5882 + 5883 + [[package]] 5884 + name = "x11rb" 5885 + version = "0.9.0" 5886 + source = "registry+https://github.com/rust-lang/crates.io-index" 5887 + checksum = "6e99be55648b3ae2a52342f9a870c0e138709a3493261ce9b469afe6e4df6d8a" 5888 + dependencies = [ 5889 + "gethostname", 5890 + "nix 0.22.3", 5891 + "winapi", 5892 + "winapi-wsapoll", 5893 + ] 5894 + 5895 + [[package]] 5896 + name = "x11rb" 5897 + version = "0.11.1" 5898 + source = "registry+https://github.com/rust-lang/crates.io-index" 5899 + checksum = "cdf3c79412dd91bae7a7366b8ad1565a85e35dd049affc3a6a2c549e97419617" 5900 + dependencies = [ 5901 + "gethostname", 5902 + "libc", 5903 + "libloading 0.7.4", 5904 + "nix 0.25.1", 5905 + "once_cell", 5906 + "winapi", 5907 + "winapi-wsapoll", 5908 + "x11rb-protocol", 5909 + ] 5910 + 5911 + [[package]] 5912 + name = "x11rb-protocol" 5913 + version = "0.11.1" 5914 + source = "registry+https://github.com/rust-lang/crates.io-index" 5915 + checksum = "e0b1513b141123073ce54d5bb1d33f801f17508fbd61e02060b1214e96d39c56" 5916 + dependencies = [ 5917 + "nix 0.25.1", 5918 + ] 5919 + 5920 + [[package]] 5921 + name = "xcursor" 5922 + version = "0.3.4" 5923 + source = "registry+https://github.com/rust-lang/crates.io-index" 5924 + checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" 5925 + dependencies = [ 5926 + "nom", 5927 + ] 5928 + 5929 + [[package]] 5930 + name = "xdg" 5931 + version = "2.5.2" 5932 + source = "registry+https://github.com/rust-lang/crates.io-index" 5933 + checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" 5934 + 5935 + [[package]] 5936 + name = "xdg-home" 5937 + version = "1.0.0" 5938 + source = "registry+https://github.com/rust-lang/crates.io-index" 5939 + checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd" 5940 + dependencies = [ 5941 + "nix 0.26.4", 5942 + "winapi", 5943 + ] 5944 + 5945 + [[package]] 5946 + name = "xdg-shell-wrapper-config" 5947 + version = "0.1.0" 5948 + source = "git+https://github.com/pop-os/xdg-shell-wrapper#fa62a8c865cc5ba391a48fe4753a8687d8ab8ded" 5949 + dependencies = [ 5950 + "serde", 5951 + "wayland-protocols-wlr", 5952 + ] 5953 + 5954 + [[package]] 5955 + name = "xkbcommon" 5956 + version = "0.5.1" 5957 + source = "registry+https://github.com/rust-lang/crates.io-index" 5958 + checksum = "52db25b599e92bf6e3904134618728eeb7b49a5a4f38f107f92399bb9c496b88" 5959 + dependencies = [ 5960 + "libc", 5961 + "memmap2 0.7.1", 5962 + ] 5963 + 5964 + [[package]] 5965 + name = "xkeysym" 5966 + version = "0.2.0" 5967 + source = "registry+https://github.com/rust-lang/crates.io-index" 5968 + checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621" 5969 + dependencies = [ 5970 + "bytemuck", 5971 + ] 5972 + 5973 + [[package]] 5974 + name = "xml-rs" 5975 + version = "0.8.19" 5976 + source = "registry+https://github.com/rust-lang/crates.io-index" 5977 + checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" 5978 + 5979 + [[package]] 5980 + name = "xmlparser" 5981 + version = "0.13.6" 5982 + source = "registry+https://github.com/rust-lang/crates.io-index" 5983 + checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 5984 + 5985 + [[package]] 5986 + name = "xmlwriter" 5987 + version = "0.1.0" 5988 + source = "registry+https://github.com/rust-lang/crates.io-index" 5989 + checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" 5990 + 5991 + [[package]] 5992 + name = "yazi" 5993 + version = "0.1.6" 5994 + source = "registry+https://github.com/rust-lang/crates.io-index" 5995 + checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1" 5996 + 5997 + [[package]] 5998 + name = "yoke" 5999 + version = "0.7.2" 6000 + source = "registry+https://github.com/rust-lang/crates.io-index" 6001 + checksum = "61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4" 6002 + dependencies = [ 6003 + "serde", 6004 + "stable_deref_trait", 6005 + "yoke-derive", 6006 + "zerofrom", 6007 + ] 6008 + 6009 + [[package]] 6010 + name = "yoke-derive" 6011 + version = "0.7.2" 6012 + source = "registry+https://github.com/rust-lang/crates.io-index" 6013 + checksum = "d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f" 6014 + dependencies = [ 6015 + "proc-macro2", 6016 + "quote", 6017 + "syn 2.0.38", 6018 + "synstructure", 6019 + ] 6020 + 6021 + [[package]] 6022 + name = "zbus" 6023 + version = "3.14.1" 6024 + source = "registry+https://github.com/rust-lang/crates.io-index" 6025 + checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948" 6026 + dependencies = [ 6027 + "async-broadcast", 6028 + "async-executor", 6029 + "async-fs", 6030 + "async-io", 6031 + "async-lock", 6032 + "async-process", 6033 + "async-recursion", 6034 + "async-task", 6035 + "async-trait", 6036 + "blocking", 6037 + "byteorder", 6038 + "derivative", 6039 + "enumflags2", 6040 + "event-listener 2.5.3", 6041 + "futures-core", 6042 + "futures-sink", 6043 + "futures-util", 6044 + "hex", 6045 + "nix 0.26.4", 6046 + "once_cell", 6047 + "ordered-stream", 6048 + "rand", 6049 + "serde", 6050 + "serde_repr", 6051 + "sha1", 6052 + "static_assertions", 6053 + "tokio", 6054 + "tracing", 6055 + "uds_windows", 6056 + "winapi", 6057 + "xdg-home", 6058 + "zbus_macros", 6059 + "zbus_names", 6060 + "zvariant", 6061 + ] 6062 + 6063 + [[package]] 6064 + name = "zbus_macros" 6065 + version = "3.14.1" 6066 + source = "registry+https://github.com/rust-lang/crates.io-index" 6067 + checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d" 6068 + dependencies = [ 6069 + "proc-macro-crate", 6070 + "proc-macro2", 6071 + "quote", 6072 + "regex", 6073 + "syn 1.0.109", 6074 + "zvariant_utils", 6075 + ] 6076 + 6077 + [[package]] 6078 + name = "zbus_names" 6079 + version = "2.6.0" 6080 + source = "registry+https://github.com/rust-lang/crates.io-index" 6081 + checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9" 6082 + dependencies = [ 6083 + "serde", 6084 + "static_assertions", 6085 + "zvariant", 6086 + ] 6087 + 6088 + [[package]] 6089 + name = "zeno" 6090 + version = "0.2.3" 6091 + source = "registry+https://github.com/rust-lang/crates.io-index" 6092 + checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697" 6093 + 6094 + [[package]] 6095 + name = "zerocopy" 6096 + version = "0.7.15" 6097 + source = "registry+https://github.com/rust-lang/crates.io-index" 6098 + checksum = "81ba595b9f2772fbee2312de30eeb80ec773b4cb2f1e8098db024afadda6c06f" 6099 + dependencies = [ 6100 + "zerocopy-derive", 6101 + ] 6102 + 6103 + [[package]] 6104 + name = "zerocopy-derive" 6105 + version = "0.7.15" 6106 + source = "registry+https://github.com/rust-lang/crates.io-index" 6107 + checksum = "772666c41fb6dceaf520b564b962d738a8e1a83b41bd48945f50837aed78bb1d" 6108 + dependencies = [ 6109 + "proc-macro2", 6110 + "quote", 6111 + "syn 2.0.38", 6112 + ] 6113 + 6114 + [[package]] 6115 + name = "zerofrom" 6116 + version = "0.1.3" 6117 + source = "registry+https://github.com/rust-lang/crates.io-index" 6118 + checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7" 6119 + dependencies = [ 6120 + "zerofrom-derive", 6121 + ] 6122 + 6123 + [[package]] 6124 + name = "zerofrom-derive" 6125 + version = "0.1.3" 6126 + source = "registry+https://github.com/rust-lang/crates.io-index" 6127 + checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3" 6128 + dependencies = [ 6129 + "proc-macro2", 6130 + "quote", 6131 + "syn 2.0.38", 6132 + "synstructure", 6133 + ] 6134 + 6135 + [[package]] 6136 + name = "zerotrie" 6137 + version = "0.1.1" 6138 + source = "registry+https://github.com/rust-lang/crates.io-index" 6139 + checksum = "9685bb4deb98dab812e87c296a9631fc00d7ca4bc5c2c5f304f375bbed711a8a" 6140 + dependencies = [ 6141 + "displaydoc", 6142 + "yoke", 6143 + "zerofrom", 6144 + ] 6145 + 6146 + [[package]] 6147 + name = "zerovec" 6148 + version = "0.10.0" 6149 + source = "registry+https://github.com/rust-lang/crates.io-index" 6150 + checksum = "1194130c5b155bf8ae50ab16c86ab758cd695cf9ad176d2f870b744cbdbb572e" 6151 + dependencies = [ 6152 + "yoke", 6153 + "zerofrom", 6154 + "zerovec-derive", 6155 + ] 6156 + 6157 + [[package]] 6158 + name = "zerovec-derive" 6159 + version = "0.10.0" 6160 + source = "registry+https://github.com/rust-lang/crates.io-index" 6161 + checksum = "acabf549809064225ff8878baedc4ce3732ac3b07e7c7ce6e5c2ccdbc485c324" 6162 + dependencies = [ 6163 + "proc-macro2", 6164 + "quote", 6165 + "syn 2.0.38", 6166 + ] 6167 + 6168 + [[package]] 6169 + name = "zune-inflate" 6170 + version = "0.2.54" 6171 + source = "registry+https://github.com/rust-lang/crates.io-index" 6172 + checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 6173 + dependencies = [ 6174 + "simd-adler32", 6175 + ] 6176 + 6177 + [[package]] 6178 + name = "zvariant" 6179 + version = "3.15.0" 6180 + source = "registry+https://github.com/rust-lang/crates.io-index" 6181 + checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c" 6182 + dependencies = [ 6183 + "byteorder", 6184 + "enumflags2", 6185 + "libc", 6186 + "serde", 6187 + "static_assertions", 6188 + "url", 6189 + "zvariant_derive", 6190 + ] 6191 + 6192 + [[package]] 6193 + name = "zvariant_derive" 6194 + version = "3.15.0" 6195 + source = "registry+https://github.com/rust-lang/crates.io-index" 6196 + checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd" 6197 + dependencies = [ 6198 + "proc-macro-crate", 6199 + "proc-macro2", 6200 + "quote", 6201 + "syn 1.0.109", 6202 + "zvariant_utils", 6203 + ] 6204 + 6205 + [[package]] 6206 + name = "zvariant_utils" 6207 + version = "1.0.1" 6208 + source = "registry+https://github.com/rust-lang/crates.io-index" 6209 + checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" 6210 + dependencies = [ 6211 + "proc-macro2", 6212 + "quote", 6213 + "syn 1.0.109", 6214 + ]
+74
pkgs/applications/window-managers/cosmic/settings/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , rust 5 + , rustPlatform 6 + , cargo 7 + , cmake 8 + , just 9 + , pkg-config 10 + , libxkbcommon 11 + , libinput 12 + , fontconfig 13 + , freetype 14 + , wayland 15 + , expat 16 + , udev 17 + , which 18 + , lld 19 + , util-linuxMinimal 20 + }: 21 + 22 + rustPlatform.buildRustPackage { 23 + pname = "cosmic-settings"; 24 + version = "unstable-2023-10-26"; 25 + 26 + src = fetchFromGitHub { 27 + owner = "pop-os"; 28 + repo = "cosmic-settings"; 29 + rev = "d15ebbd340dee7adf184831311b5da73faaa80f5"; 30 + hash = "sha256-OlQ2jjT/ygO+hpl5Cc3h8Yp/SVo+pmI/EH7pqvY9GXI="; 31 + }; 32 + 33 + cargoLock = { 34 + lockFile = ./Cargo.lock; 35 + outputHashes = { 36 + "accesskit-0.11.0" = "sha256-/6KUCH1CwMHd5YEMOpAdVeAxpjl9JvrzDA4Xnbd1D9k="; 37 + "cosmic-bg-config-0.1.0" = "sha256-fdRFndhwISmbTqmXfekFqh+Wrtdjg3vSZut4IAQUBbA="; 38 + "cosmic-comp-config-0.1.0" = "sha256-q0LP8TODETobYg0S6XDsP0Lw/RJIB8YB4jiUkRHpsio="; 39 + "cosmic-config-0.1.0" = "sha256-+mnvf/IM9cqoZv5zHW8uBAqeY2pG3IOiOWIESVExnqg="; 40 + "cosmic-panel-config-0.1.0" = "sha256-U5FYZ5hjJ5s6lYfWrgyuy8zLjiXGQV+OKwf6nzHZT6w="; 41 + "smithay-client-toolkit-0.17.0" = "sha256-vDY4cqz5CZD12twElUWVCsf4N6VO9O+Udl8Dc4arWK4="; 42 + "softbuffer-0.2.0" = "sha256-VD2GmxC58z7Qfu/L+sfENE+T8L40mvUKKSfgLmCTmjY="; 43 + "taffy-0.3.11" = "sha256-gPHJhYmDb3Pj7eM8eFv1kPoODk0BGiw+yMj9ROXIjAU="; 44 + "winit-0.28.6" = "sha256-8IQ6HyvD09v8+KWO5jbAkouRTTX/Des4Pn/sjGrtdok="; 45 + "xdg-shell-wrapper-config-0.1.0" = "sha256-pvaI/joul7jWTdIrPq3PbBcQGMLZLd2rTu1aIwXiZN8="; 46 + }; 47 + }; 48 + 49 + postPatch = '' 50 + substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)" 51 + ''; 52 + 53 + nativeBuildInputs = [ cmake just pkg-config which lld util-linuxMinimal ]; 54 + buildInputs = [ libxkbcommon libinput fontconfig freetype wayland expat udev ]; 55 + 56 + dontUseJustBuild = true; 57 + 58 + justFlags = [ 59 + "--set" 60 + "prefix" 61 + (placeholder "out") 62 + "--set" 63 + "bin-src" 64 + "target/${rust.lib.toRustTargetSpecShort stdenv.hostPlatform}/release/cosmic-settings" 65 + ]; 66 + 67 + meta = with lib; { 68 + homepage = "https://github.com/pop-os/cosmic-settings"; 69 + description = "Settings for the COSMIC Desktop Environment"; 70 + license = licenses.gpl3Only; 71 + maintainers = with maintainers; [ nyanbinary ]; 72 + platforms = platforms.linux; 73 + }; 74 + }
+2
pkgs/top-level/all-packages.nix
··· 30989 30989 30990 30990 cosmic-panel = callPackage ../applications/window-managers/cosmic/panel { }; 30991 30991 30992 + cosmic-settings = callPackage ../applications/window-managers/cosmic/settings { }; 30993 + 30992 30994 coursera-dl = callPackage ../applications/misc/coursera-dl { }; 30993 30995 30994 30996 coyim = callPackage ../applications/networking/instant-messengers/coyim { };