cosmic-edit: init at unstable-2023-11-02

authored by Aaron Honeycutt and committed by Alyssa Ross 26160789 ee3330f1

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