lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 23.11-beta 4253 lines 103 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "ab_glyph" 7version = "0.2.21" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39" 10dependencies = [ 11 "ab_glyph_rasterizer", 12 "owned_ttf_parser", 13] 14 15[[package]] 16name = "ab_glyph_rasterizer" 17version = "0.1.8" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 20 21[[package]] 22name = "accesskit" 23version = "0.10.1" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "704d532b1cd3d912bb37499c55a81ac748cc1afa737eedd100ba441acdd47d38" 26 27[[package]] 28name = "accesskit_consumer" 29version = "0.14.1" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "48ba8b23cfca3944012ee2e5c71c02077a400e034c720eed6bd927cb6b4d1fd9" 32dependencies = [ 33 "accesskit", 34] 35 36[[package]] 37name = "accesskit_macos" 38version = "0.6.2" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "58d062544d6cc36f4213323b7cb3a0d74ddff4b0d2311ab5e7596f4278bb2cc9" 41dependencies = [ 42 "accesskit", 43 "accesskit_consumer", 44 "objc2", 45 "once_cell", 46] 47 48[[package]] 49name = "accesskit_unix" 50version = "0.3.2" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "9f8df4021f31969877b295fa80c4b07fcc7eb83f1985b0d3aa4f889c3427c3d5" 53dependencies = [ 54 "accesskit", 55 "accesskit_consumer", 56 "async-channel", 57 "atspi", 58 "futures-lite", 59 "serde", 60 "zbus", 61] 62 63[[package]] 64name = "accesskit_windows" 65version = "0.13.2" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "aaf5b3c3828397ee832ba4a72fb1a4ace10f781e31885f774cbd531014059115" 68dependencies = [ 69 "accesskit", 70 "accesskit_consumer", 71 "arrayvec", 72 "once_cell", 73 "paste", 74 "windows 0.44.0", 75] 76 77[[package]] 78name = "accesskit_winit" 79version = "0.12.4" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "fbcb615217efc79c4bed3094c4ca76c4bc554751d1da16f3ed4ba0459b1e8f31" 82dependencies = [ 83 "accesskit", 84 "accesskit_macos", 85 "accesskit_unix", 86 "accesskit_windows", 87 "winit", 88] 89 90[[package]] 91name = "addr2line" 92version = "0.21.0" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 95dependencies = [ 96 "gimli", 97] 98 99[[package]] 100name = "adler" 101version = "1.0.2" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 104 105[[package]] 106name = "ahash" 107version = "0.8.3" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 110dependencies = [ 111 "cfg-if", 112 "once_cell", 113 "version_check", 114] 115 116[[package]] 117name = "aho-corasick" 118version = "1.0.4" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a" 121dependencies = [ 122 "memchr", 123] 124 125[[package]] 126name = "android-activity" 127version = "0.4.3" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0" 130dependencies = [ 131 "android-properties", 132 "bitflags 1.3.2", 133 "cc", 134 "jni-sys", 135 "libc", 136 "log", 137 "ndk", 138 "ndk-context", 139 "ndk-sys", 140 "num_enum 0.6.1", 141] 142 143[[package]] 144name = "android-properties" 145version = "0.2.2" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 148 149[[package]] 150name = "android-tzdata" 151version = "0.1.1" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 154 155[[package]] 156name = "android_system_properties" 157version = "0.1.5" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 160dependencies = [ 161 "libc", 162] 163 164[[package]] 165name = "anyhow" 166version = "1.0.75" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 169 170[[package]] 171name = "arboard" 172version = "3.2.0" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854" 175dependencies = [ 176 "clipboard-win", 177 "log", 178 "objc", 179 "objc-foundation", 180 "objc_id", 181 "once_cell", 182 "parking_lot", 183 "thiserror", 184 "winapi", 185 "x11rb", 186] 187 188[[package]] 189name = "arrayref" 190version = "0.3.7" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 193 194[[package]] 195name = "arrayvec" 196version = "0.7.4" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 199 200[[package]] 201name = "asusctl" 202version = "4.7.1" 203dependencies = [ 204 "asusd", 205 "cargo-husky", 206 "gif", 207 "glam", 208 "gumdrop", 209 "rog_anime", 210 "rog_aura", 211 "rog_dbus", 212 "rog_platform", 213 "rog_profiles", 214 "sysfs-class", 215 "tinybmp", 216 "toml 0.5.11", 217] 218 219[[package]] 220name = "asusd" 221version = "4.7.1" 222dependencies = [ 223 "async-trait", 224 "cargo-husky", 225 "concat-idents", 226 "config-traits", 227 "env_logger", 228 "log", 229 "logind-zbus", 230 "rog_anime", 231 "rog_aura", 232 "rog_dbus", 233 "rog_platform", 234 "rog_profiles", 235 "serde", 236 "serde_derive", 237 "sysfs-class", 238 "systemd-zbus", 239 "tokio", 240 "zbus", 241] 242 243[[package]] 244name = "asusd-user" 245version = "4.7.1" 246dependencies = [ 247 "cargo-husky", 248 "config-traits", 249 "dirs", 250 "env_logger", 251 "log", 252 "rog_anime", 253 "rog_aura", 254 "rog_dbus", 255 "rog_platform", 256 "serde", 257 "serde_derive", 258 "serde_json", 259 "smol", 260 "zbus", 261] 262 263[[package]] 264name = "async-broadcast" 265version = "0.5.1" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" 268dependencies = [ 269 "event-listener", 270 "futures-core", 271] 272 273[[package]] 274name = "async-channel" 275version = "1.9.0" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 278dependencies = [ 279 "concurrent-queue", 280 "event-listener", 281 "futures-core", 282] 283 284[[package]] 285name = "async-executor" 286version = "1.5.1" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" 289dependencies = [ 290 "async-lock", 291 "async-task", 292 "concurrent-queue", 293 "fastrand 1.9.0", 294 "futures-lite", 295 "slab", 296] 297 298[[package]] 299name = "async-fs" 300version = "1.6.0" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" 303dependencies = [ 304 "async-lock", 305 "autocfg", 306 "blocking", 307 "futures-lite", 308] 309 310[[package]] 311name = "async-io" 312version = "1.13.0" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 315dependencies = [ 316 "async-lock", 317 "autocfg", 318 "cfg-if", 319 "concurrent-queue", 320 "futures-lite", 321 "log", 322 "parking", 323 "polling", 324 "rustix 0.37.23", 325 "slab", 326 "socket2 0.4.9", 327 "waker-fn", 328] 329 330[[package]] 331name = "async-lock" 332version = "2.8.0" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 335dependencies = [ 336 "event-listener", 337] 338 339[[package]] 340name = "async-net" 341version = "1.7.0" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f" 344dependencies = [ 345 "async-io", 346 "autocfg", 347 "blocking", 348 "futures-lite", 349] 350 351[[package]] 352name = "async-process" 353version = "1.7.0" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" 356dependencies = [ 357 "async-io", 358 "async-lock", 359 "autocfg", 360 "blocking", 361 "cfg-if", 362 "event-listener", 363 "futures-lite", 364 "rustix 0.37.23", 365 "signal-hook", 366 "windows-sys 0.48.0", 367] 368 369[[package]] 370name = "async-recursion" 371version = "1.0.4" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" 374dependencies = [ 375 "proc-macro2", 376 "quote", 377 "syn 2.0.29", 378] 379 380[[package]] 381name = "async-task" 382version = "4.4.0" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" 385 386[[package]] 387name = "async-trait" 388version = "0.1.73" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" 391dependencies = [ 392 "proc-macro2", 393 "quote", 394 "syn 2.0.29", 395] 396 397[[package]] 398name = "atk" 399version = "0.16.0" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "39991bc421ddf72f70159011b323ff49b0f783cc676a7287c59453da2e2531cf" 402dependencies = [ 403 "atk-sys", 404 "bitflags 1.3.2", 405 "glib", 406 "libc", 407] 408 409[[package]] 410name = "atk-sys" 411version = "0.16.0" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "11ad703eb64dc058024f0e57ccfa069e15a413b98dbd50a1a950e743b7f11148" 414dependencies = [ 415 "glib-sys", 416 "gobject-sys", 417 "libc", 418 "system-deps", 419] 420 421[[package]] 422name = "atomic-waker" 423version = "1.1.1" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" 426 427[[package]] 428name = "atomic_refcell" 429version = "0.1.11" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "112ef6b3f6cb3cb6fc5b6b494ef7a848492cff1ab0ef4de10b0f7d572861c905" 432 433[[package]] 434name = "atspi" 435version = "0.10.1" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "674e7a3376837b2e7d12d34d58ac47073c491dc3bf6f71a7adaf687d4d817faa" 438dependencies = [ 439 "async-recursion", 440 "async-trait", 441 "atspi-macros", 442 "enumflags2", 443 "futures-lite", 444 "serde", 445 "tracing", 446 "zbus", 447 "zbus_names", 448] 449 450[[package]] 451name = "atspi-macros" 452version = "0.2.0" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "97fb4870a32c0eaa17e35bca0e6b16020635157121fb7d45593d242c295bc768" 455dependencies = [ 456 "quote", 457 "syn 1.0.109", 458] 459 460[[package]] 461name = "autocfg" 462version = "1.1.0" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 465 466[[package]] 467name = "az" 468version = "1.2.1" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" 471 472[[package]] 473name = "backtrace" 474version = "0.3.69" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 477dependencies = [ 478 "addr2line", 479 "cc", 480 "cfg-if", 481 "libc", 482 "miniz_oxide 0.7.1", 483 "object", 484 "rustc-demangle", 485] 486 487[[package]] 488name = "base64" 489version = "0.21.2" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 492 493[[package]] 494name = "bindgen" 495version = "0.63.0" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885" 498dependencies = [ 499 "bitflags 1.3.2", 500 "cexpr", 501 "clang-sys", 502 "lazy_static", 503 "lazycell", 504 "peeking_take_while", 505 "proc-macro2", 506 "quote", 507 "regex", 508 "rustc-hash", 509 "shlex", 510 "syn 1.0.109", 511] 512 513[[package]] 514name = "bitflags" 515version = "1.3.2" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 518 519[[package]] 520name = "bitflags" 521version = "2.4.0" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 524dependencies = [ 525 "serde", 526] 527 528[[package]] 529name = "block" 530version = "0.1.6" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 533 534[[package]] 535name = "block-buffer" 536version = "0.10.4" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 539dependencies = [ 540 "generic-array", 541] 542 543[[package]] 544name = "block-sys" 545version = "0.1.0-beta.1" 546source = "registry+https://github.com/rust-lang/crates.io-index" 547checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146" 548dependencies = [ 549 "objc-sys", 550] 551 552[[package]] 553name = "block2" 554version = "0.2.0-alpha.6" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42" 557dependencies = [ 558 "block-sys", 559 "objc2-encode", 560] 561 562[[package]] 563name = "blocking" 564version = "1.3.1" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" 567dependencies = [ 568 "async-channel", 569 "async-lock", 570 "async-task", 571 "atomic-waker", 572 "fastrand 1.9.0", 573 "futures-lite", 574 "log", 575] 576 577[[package]] 578name = "bumpalo" 579version = "3.13.0" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 582 583[[package]] 584name = "bytemuck" 585version = "1.13.1" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 588dependencies = [ 589 "bytemuck_derive", 590] 591 592[[package]] 593name = "bytemuck_derive" 594version = "1.4.1" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192" 597dependencies = [ 598 "proc-macro2", 599 "quote", 600 "syn 2.0.29", 601] 602 603[[package]] 604name = "byteorder" 605version = "1.4.3" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 608 609[[package]] 610name = "bytes" 611version = "1.4.0" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 614 615[[package]] 616name = "cairo-rs" 617version = "0.16.7" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "f3125b15ec28b84c238f6f476c6034016a5f6cc0221cb514ca46c532139fc97d" 620dependencies = [ 621 "bitflags 1.3.2", 622 "cairo-sys-rs", 623 "glib", 624 "libc", 625 "once_cell", 626 "thiserror", 627] 628 629[[package]] 630name = "cairo-sys-rs" 631version = "0.16.3" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421" 634dependencies = [ 635 "glib-sys", 636 "libc", 637 "system-deps", 638] 639 640[[package]] 641name = "calloop" 642version = "0.10.6" 643source = "registry+https://github.com/rust-lang/crates.io-index" 644checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8" 645dependencies = [ 646 "bitflags 1.3.2", 647 "log", 648 "nix 0.25.1", 649 "slotmap", 650 "thiserror", 651 "vec_map", 652] 653 654[[package]] 655name = "cargo-husky" 656version = "1.5.0" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad" 659 660[[package]] 661name = "cc" 662version = "1.0.83" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 665dependencies = [ 666 "jobserver", 667 "libc", 668] 669 670[[package]] 671name = "cesu8" 672version = "1.1.0" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 675 676[[package]] 677name = "cexpr" 678version = "0.6.0" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 681dependencies = [ 682 "nom", 683] 684 685[[package]] 686name = "cfg-expr" 687version = "0.15.4" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "b40ccee03b5175c18cde8f37e7d2a33bcef6f8ec8f7cc0d81090d1bb380949c9" 690dependencies = [ 691 "smallvec", 692 "target-lexicon", 693] 694 695[[package]] 696name = "cfg-if" 697version = "1.0.0" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 700 701[[package]] 702name = "cfg_aliases" 703version = "0.1.1" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 706 707[[package]] 708name = "cgl" 709version = "0.3.2" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 712dependencies = [ 713 "libc", 714] 715 716[[package]] 717name = "chrono" 718version = "0.4.26" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 721dependencies = [ 722 "android-tzdata", 723 "iana-time-zone", 724 "js-sys", 725 "num-traits", 726 "wasm-bindgen", 727 "winapi", 728] 729 730[[package]] 731name = "clang-sys" 732version = "1.6.1" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" 735dependencies = [ 736 "glob", 737 "libc", 738] 739 740[[package]] 741name = "clipboard-win" 742version = "4.5.0" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" 745dependencies = [ 746 "error-code", 747 "str-buf", 748 "winapi", 749] 750 751[[package]] 752name = "color_quant" 753version = "1.1.0" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 756 757[[package]] 758name = "combine" 759version = "4.6.6" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 762dependencies = [ 763 "bytes", 764 "memchr", 765] 766 767[[package]] 768name = "concat-idents" 769version = "1.1.5" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "f76990911f2267d837d9d0ad060aa63aaad170af40904b29461734c339030d4d" 772dependencies = [ 773 "quote", 774 "syn 2.0.29", 775] 776 777[[package]] 778name = "concurrent-queue" 779version = "2.2.0" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" 782dependencies = [ 783 "crossbeam-utils", 784] 785 786[[package]] 787name = "config-traits" 788version = "4.7.1" 789dependencies = [ 790 "cargo-husky", 791 "log", 792 "ron", 793 "serde", 794 "serde_derive", 795 "serde_json", 796 "toml 0.5.11", 797] 798 799[[package]] 800name = "core-foundation" 801version = "0.9.3" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 804dependencies = [ 805 "core-foundation-sys", 806 "libc", 807] 808 809[[package]] 810name = "core-foundation-sys" 811version = "0.8.4" 812source = "registry+https://github.com/rust-lang/crates.io-index" 813checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 814 815[[package]] 816name = "core-graphics" 817version = "0.22.3" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 820dependencies = [ 821 "bitflags 1.3.2", 822 "core-foundation", 823 "core-graphics-types", 824 "foreign-types", 825 "libc", 826] 827 828[[package]] 829name = "core-graphics-types" 830version = "0.1.2" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33" 833dependencies = [ 834 "bitflags 1.3.2", 835 "core-foundation", 836 "libc", 837] 838 839[[package]] 840name = "cpufeatures" 841version = "0.2.9" 842source = "registry+https://github.com/rust-lang/crates.io-index" 843checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" 844dependencies = [ 845 "libc", 846] 847 848[[package]] 849name = "crc32fast" 850version = "1.3.2" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 853dependencies = [ 854 "cfg-if", 855] 856 857[[package]] 858name = "crossbeam-utils" 859version = "0.8.16" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 862dependencies = [ 863 "cfg-if", 864] 865 866[[package]] 867name = "crypto-common" 868version = "0.1.6" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 871dependencies = [ 872 "generic-array", 873 "typenum", 874] 875 876[[package]] 877name = "deranged" 878version = "0.3.8" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" 881 882[[package]] 883name = "derivative" 884version = "2.2.0" 885source = "registry+https://github.com/rust-lang/crates.io-index" 886checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 887dependencies = [ 888 "proc-macro2", 889 "quote", 890 "syn 1.0.109", 891] 892 893[[package]] 894name = "digest" 895version = "0.10.7" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 898dependencies = [ 899 "block-buffer", 900 "crypto-common", 901] 902 903[[package]] 904name = "dirs" 905version = "4.0.0" 906source = "registry+https://github.com/rust-lang/crates.io-index" 907checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 908dependencies = [ 909 "dirs-sys", 910] 911 912[[package]] 913name = "dirs-next" 914version = "2.0.0" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 917dependencies = [ 918 "cfg-if", 919 "dirs-sys-next", 920] 921 922[[package]] 923name = "dirs-sys" 924version = "0.3.7" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 927dependencies = [ 928 "libc", 929 "redox_users", 930 "winapi", 931] 932 933[[package]] 934name = "dirs-sys-next" 935version = "0.1.2" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 938dependencies = [ 939 "libc", 940 "redox_users", 941 "winapi", 942] 943 944[[package]] 945name = "dispatch" 946version = "0.2.0" 947source = "registry+https://github.com/rust-lang/crates.io-index" 948checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 949 950[[package]] 951name = "dlib" 952version = "0.5.2" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 955dependencies = [ 956 "libloading 0.8.0", 957] 958 959[[package]] 960name = "downcast-rs" 961version = "1.2.0" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 964 965[[package]] 966name = "ecolor" 967version = "0.21.0" 968source = "git+https://github.com/emilk/egui?rev=b8e798777de519de3a1878798097ab2ab0bd4def#b8e798777de519de3a1878798097ab2ab0bd4def" 969dependencies = [ 970 "bytemuck", 971] 972 973[[package]] 974name = "eframe" 975version = "0.21.3" 976source = "git+https://github.com/emilk/egui?rev=b8e798777de519de3a1878798097ab2ab0bd4def#b8e798777de519de3a1878798097ab2ab0bd4def" 977dependencies = [ 978 "bytemuck", 979 "egui", 980 "egui-winit", 981 "egui_glow", 982 "glow", 983 "glutin", 984 "glutin-winit", 985 "js-sys", 986 "log", 987 "percent-encoding", 988 "raw-window-handle", 989 "thiserror", 990 "wasm-bindgen", 991 "wasm-bindgen-futures", 992 "web-sys", 993 "winit", 994] 995 996[[package]] 997name = "egui" 998version = "0.21.0" 999source = "git+https://github.com/emilk/egui?rev=b8e798777de519de3a1878798097ab2ab0bd4def#b8e798777de519de3a1878798097ab2ab0bd4def" 1000dependencies = [ 1001 "accesskit", 1002 "ahash", 1003 "epaint", 1004 "log", 1005 "nohash-hasher", 1006] 1007 1008[[package]] 1009name = "egui-winit" 1010version = "0.21.1" 1011source = "git+https://github.com/emilk/egui?rev=b8e798777de519de3a1878798097ab2ab0bd4def#b8e798777de519de3a1878798097ab2ab0bd4def" 1012dependencies = [ 1013 "accesskit_winit", 1014 "arboard", 1015 "egui", 1016 "instant", 1017 "log", 1018 "smithay-clipboard", 1019 "webbrowser", 1020 "winit", 1021] 1022 1023[[package]] 1024name = "egui_glow" 1025version = "0.21.0" 1026source = "git+https://github.com/emilk/egui?rev=b8e798777de519de3a1878798097ab2ab0bd4def#b8e798777de519de3a1878798097ab2ab0bd4def" 1027dependencies = [ 1028 "bytemuck", 1029 "egui", 1030 "glow", 1031 "log", 1032 "memoffset 0.6.5", 1033 "wasm-bindgen", 1034 "web-sys", 1035] 1036 1037[[package]] 1038name = "either" 1039version = "1.9.0" 1040source = "registry+https://github.com/rust-lang/crates.io-index" 1041checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 1042 1043[[package]] 1044name = "emath" 1045version = "0.21.0" 1046source = "git+https://github.com/emilk/egui?rev=b8e798777de519de3a1878798097ab2ab0bd4def#b8e798777de519de3a1878798097ab2ab0bd4def" 1047dependencies = [ 1048 "bytemuck", 1049] 1050 1051[[package]] 1052name = "embedded-graphics" 1053version = "0.7.1" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "750082c65094fbcc4baf9ba31583ce9a8bb7f52cadfb96f6164b1bc7f922f32b" 1056dependencies = [ 1057 "az", 1058 "byteorder", 1059 "embedded-graphics-core", 1060 "float-cmp", 1061 "micromath", 1062] 1063 1064[[package]] 1065name = "embedded-graphics-core" 1066version = "0.3.3" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "b8b1239db5f3eeb7e33e35bd10bd014e7b2537b17e071f726a09351431337cfa" 1069dependencies = [ 1070 "az", 1071 "byteorder", 1072] 1073 1074[[package]] 1075name = "enumflags2" 1076version = "0.7.7" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2" 1079dependencies = [ 1080 "enumflags2_derive", 1081 "serde", 1082] 1083 1084[[package]] 1085name = "enumflags2_derive" 1086version = "0.7.7" 1087source = "registry+https://github.com/rust-lang/crates.io-index" 1088checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" 1089dependencies = [ 1090 "proc-macro2", 1091 "quote", 1092 "syn 2.0.29", 1093] 1094 1095[[package]] 1096name = "env_logger" 1097version = "0.10.0" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 1100dependencies = [ 1101 "humantime", 1102 "is-terminal", 1103 "log", 1104 "regex", 1105 "termcolor", 1106] 1107 1108[[package]] 1109name = "epaint" 1110version = "0.21.0" 1111source = "git+https://github.com/emilk/egui?rev=b8e798777de519de3a1878798097ab2ab0bd4def#b8e798777de519de3a1878798097ab2ab0bd4def" 1112dependencies = [ 1113 "ab_glyph", 1114 "ahash", 1115 "atomic_refcell", 1116 "bytemuck", 1117 "ecolor", 1118 "emath", 1119 "log", 1120 "nohash-hasher", 1121 "parking_lot", 1122] 1123 1124[[package]] 1125name = "equivalent" 1126version = "1.0.1" 1127source = "registry+https://github.com/rust-lang/crates.io-index" 1128checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1129 1130[[package]] 1131name = "errno" 1132version = "0.3.2" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" 1135dependencies = [ 1136 "errno-dragonfly", 1137 "libc", 1138 "windows-sys 0.48.0", 1139] 1140 1141[[package]] 1142name = "errno-dragonfly" 1143version = "0.1.2" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1146dependencies = [ 1147 "cc", 1148 "libc", 1149] 1150 1151[[package]] 1152name = "error-code" 1153version = "2.3.1" 1154source = "registry+https://github.com/rust-lang/crates.io-index" 1155checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 1156dependencies = [ 1157 "libc", 1158 "str-buf", 1159] 1160 1161[[package]] 1162name = "event-listener" 1163version = "2.5.3" 1164source = "registry+https://github.com/rust-lang/crates.io-index" 1165checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1166 1167[[package]] 1168name = "fastrand" 1169version = "1.9.0" 1170source = "registry+https://github.com/rust-lang/crates.io-index" 1171checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1172dependencies = [ 1173 "instant", 1174] 1175 1176[[package]] 1177name = "fastrand" 1178version = "2.0.0" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 1181 1182[[package]] 1183name = "fdeflate" 1184version = "0.3.0" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 1187dependencies = [ 1188 "simd-adler32", 1189] 1190 1191[[package]] 1192name = "field-offset" 1193version = "0.3.6" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 1196dependencies = [ 1197 "memoffset 0.9.0", 1198 "rustc_version", 1199] 1200 1201[[package]] 1202name = "flate2" 1203version = "1.0.27" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 1206dependencies = [ 1207 "crc32fast", 1208 "miniz_oxide 0.7.1", 1209] 1210 1211[[package]] 1212name = "float-cmp" 1213version = "0.8.0" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4" 1216dependencies = [ 1217 "num-traits", 1218] 1219 1220[[package]] 1221name = "foreign-types" 1222version = "0.3.2" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1225dependencies = [ 1226 "foreign-types-shared", 1227] 1228 1229[[package]] 1230name = "foreign-types-shared" 1231version = "0.1.1" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1234 1235[[package]] 1236name = "form_urlencoded" 1237version = "1.2.0" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 1240dependencies = [ 1241 "percent-encoding", 1242] 1243 1244[[package]] 1245name = "futures-channel" 1246version = "0.3.28" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 1249dependencies = [ 1250 "futures-core", 1251] 1252 1253[[package]] 1254name = "futures-core" 1255version = "0.3.28" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 1258 1259[[package]] 1260name = "futures-executor" 1261version = "0.3.28" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 1264dependencies = [ 1265 "futures-core", 1266 "futures-task", 1267 "futures-util", 1268] 1269 1270[[package]] 1271name = "futures-io" 1272version = "0.3.28" 1273source = "registry+https://github.com/rust-lang/crates.io-index" 1274checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 1275 1276[[package]] 1277name = "futures-lite" 1278version = "1.13.0" 1279source = "registry+https://github.com/rust-lang/crates.io-index" 1280checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1281dependencies = [ 1282 "fastrand 1.9.0", 1283 "futures-core", 1284 "futures-io", 1285 "memchr", 1286 "parking", 1287 "pin-project-lite", 1288 "waker-fn", 1289] 1290 1291[[package]] 1292name = "futures-macro" 1293version = "0.3.28" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1296dependencies = [ 1297 "proc-macro2", 1298 "quote", 1299 "syn 2.0.29", 1300] 1301 1302[[package]] 1303name = "futures-sink" 1304version = "0.3.28" 1305source = "registry+https://github.com/rust-lang/crates.io-index" 1306checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1307 1308[[package]] 1309name = "futures-task" 1310version = "0.3.28" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 1313 1314[[package]] 1315name = "futures-util" 1316version = "0.3.28" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1319dependencies = [ 1320 "futures-core", 1321 "futures-io", 1322 "futures-macro", 1323 "futures-sink", 1324 "futures-task", 1325 "memchr", 1326 "pin-project-lite", 1327 "pin-utils", 1328 "slab", 1329] 1330 1331[[package]] 1332name = "gdk" 1333version = "0.16.2" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "aa9cb33da481c6c040404a11f8212d193889e9b435db2c14fd86987f630d3ce1" 1336dependencies = [ 1337 "bitflags 1.3.2", 1338 "cairo-rs", 1339 "gdk-pixbuf", 1340 "gdk-sys", 1341 "gio", 1342 "glib", 1343 "libc", 1344 "pango", 1345] 1346 1347[[package]] 1348name = "gdk-pixbuf" 1349version = "0.16.7" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "c3578c60dee9d029ad86593ed88cb40f35c1b83360e12498d055022385dd9a05" 1352dependencies = [ 1353 "bitflags 1.3.2", 1354 "gdk-pixbuf-sys", 1355 "gio", 1356 "glib", 1357 "libc", 1358] 1359 1360[[package]] 1361name = "gdk-pixbuf-sys" 1362version = "0.16.3" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016" 1365dependencies = [ 1366 "gio-sys", 1367 "glib-sys", 1368 "gobject-sys", 1369 "libc", 1370 "system-deps", 1371] 1372 1373[[package]] 1374name = "gdk-sys" 1375version = "0.16.0" 1376source = "registry+https://github.com/rust-lang/crates.io-index" 1377checksum = "d76354f97a913e55b984759a997b693aa7dc71068c9e98bcce51aa167a0a5c5a" 1378dependencies = [ 1379 "cairo-sys-rs", 1380 "gdk-pixbuf-sys", 1381 "gio-sys", 1382 "glib-sys", 1383 "gobject-sys", 1384 "libc", 1385 "pango-sys", 1386 "pkg-config", 1387 "system-deps", 1388] 1389 1390[[package]] 1391name = "generic-array" 1392version = "0.14.7" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1395dependencies = [ 1396 "typenum", 1397 "version_check", 1398] 1399 1400[[package]] 1401name = "gethostname" 1402version = "0.2.3" 1403source = "registry+https://github.com/rust-lang/crates.io-index" 1404checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" 1405dependencies = [ 1406 "libc", 1407 "winapi", 1408] 1409 1410[[package]] 1411name = "getrandom" 1412version = "0.2.10" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 1415dependencies = [ 1416 "cfg-if", 1417 "libc", 1418 "wasi", 1419] 1420 1421[[package]] 1422name = "gif" 1423version = "0.12.0" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 1426dependencies = [ 1427 "color_quant", 1428 "weezl", 1429] 1430 1431[[package]] 1432name = "gimli" 1433version = "0.28.0" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 1436 1437[[package]] 1438name = "gio" 1439version = "0.16.7" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "2a1c84b4534a290a29160ef5c6eff2a9c95833111472e824fc5cb78b513dd092" 1442dependencies = [ 1443 "bitflags 1.3.2", 1444 "futures-channel", 1445 "futures-core", 1446 "futures-io", 1447 "futures-util", 1448 "gio-sys", 1449 "glib", 1450 "libc", 1451 "once_cell", 1452 "pin-project-lite", 1453 "smallvec", 1454 "thiserror", 1455] 1456 1457[[package]] 1458name = "gio-sys" 1459version = "0.16.3" 1460source = "registry+https://github.com/rust-lang/crates.io-index" 1461checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229" 1462dependencies = [ 1463 "glib-sys", 1464 "gobject-sys", 1465 "libc", 1466 "system-deps", 1467 "winapi", 1468] 1469 1470[[package]] 1471name = "gl_generator" 1472version = "0.14.0" 1473source = "registry+https://github.com/rust-lang/crates.io-index" 1474checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1475dependencies = [ 1476 "khronos_api", 1477 "log", 1478 "xml-rs", 1479] 1480 1481[[package]] 1482name = "glam" 1483version = "0.22.0" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "12f597d56c1bd55a811a1be189459e8fad2bbc272616375602443bdfb37fa774" 1486dependencies = [ 1487 "serde", 1488] 1489 1490[[package]] 1491name = "glib" 1492version = "0.16.9" 1493source = "registry+https://github.com/rust-lang/crates.io-index" 1494checksum = "16aa2475c9debed5a32832cb5ff2af5a3f9e1ab9e69df58eaadc1ab2004d6eba" 1495dependencies = [ 1496 "bitflags 1.3.2", 1497 "futures-channel", 1498 "futures-core", 1499 "futures-executor", 1500 "futures-task", 1501 "futures-util", 1502 "gio-sys", 1503 "glib-macros", 1504 "glib-sys", 1505 "gobject-sys", 1506 "libc", 1507 "once_cell", 1508 "smallvec", 1509 "thiserror", 1510] 1511 1512[[package]] 1513name = "glib-macros" 1514version = "0.16.8" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "fb1a9325847aa46f1e96ffea37611b9d51fc4827e67f79e7de502a297560a67b" 1517dependencies = [ 1518 "anyhow", 1519 "heck", 1520 "proc-macro-crate", 1521 "proc-macro-error", 1522 "proc-macro2", 1523 "quote", 1524 "syn 1.0.109", 1525] 1526 1527[[package]] 1528name = "glib-sys" 1529version = "0.16.3" 1530source = "registry+https://github.com/rust-lang/crates.io-index" 1531checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65" 1532dependencies = [ 1533 "libc", 1534 "system-deps", 1535] 1536 1537[[package]] 1538name = "glob" 1539version = "0.3.1" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1542 1543[[package]] 1544name = "glow" 1545version = "0.12.3" 1546source = "registry+https://github.com/rust-lang/crates.io-index" 1547checksum = "ca0fe580e4b60a8ab24a868bc08e2f03cbcb20d3d676601fa909386713333728" 1548dependencies = [ 1549 "js-sys", 1550 "slotmap", 1551 "wasm-bindgen", 1552 "web-sys", 1553] 1554 1555[[package]] 1556name = "glutin" 1557version = "0.30.10" 1558source = "registry+https://github.com/rust-lang/crates.io-index" 1559checksum = "8fc93b03242719b8ad39fb26ed2b01737144ce7bd4bfc7adadcef806596760fe" 1560dependencies = [ 1561 "bitflags 1.3.2", 1562 "cfg_aliases", 1563 "cgl", 1564 "core-foundation", 1565 "dispatch", 1566 "glutin_egl_sys", 1567 "glutin_glx_sys", 1568 "glutin_wgl_sys", 1569 "libloading 0.7.4", 1570 "objc2", 1571 "once_cell", 1572 "raw-window-handle", 1573 "wayland-sys 0.30.1", 1574 "windows-sys 0.45.0", 1575 "x11-dl", 1576] 1577 1578[[package]] 1579name = "glutin-winit" 1580version = "0.3.0" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "629a873fc04062830bfe8f97c03773bcd7b371e23bcc465d0a61448cd1588fa4" 1583dependencies = [ 1584 "cfg_aliases", 1585 "glutin", 1586 "raw-window-handle", 1587 "winit", 1588] 1589 1590[[package]] 1591name = "glutin_egl_sys" 1592version = "0.5.1" 1593source = "registry+https://github.com/rust-lang/crates.io-index" 1594checksum = "af784eb26c5a68ec85391268e074f0aa618c096eadb5d6330b0911cf34fe57c5" 1595dependencies = [ 1596 "gl_generator", 1597 "windows-sys 0.45.0", 1598] 1599 1600[[package]] 1601name = "glutin_glx_sys" 1602version = "0.4.0" 1603source = "registry+https://github.com/rust-lang/crates.io-index" 1604checksum = "1b53cb5fe568964aa066a3ba91eac5ecbac869fb0842cd0dc9e412434f1a1494" 1605dependencies = [ 1606 "gl_generator", 1607 "x11-dl", 1608] 1609 1610[[package]] 1611name = "glutin_wgl_sys" 1612version = "0.4.0" 1613source = "registry+https://github.com/rust-lang/crates.io-index" 1614checksum = "ef89398e90033fc6bc65e9bd42fd29bbbfd483bda5b56dc5562f455550618165" 1615dependencies = [ 1616 "gl_generator", 1617] 1618 1619[[package]] 1620name = "gobject-sys" 1621version = "0.16.3" 1622source = "registry+https://github.com/rust-lang/crates.io-index" 1623checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1" 1624dependencies = [ 1625 "glib-sys", 1626 "libc", 1627 "system-deps", 1628] 1629 1630[[package]] 1631name = "gtk" 1632version = "0.16.2" 1633source = "registry+https://github.com/rust-lang/crates.io-index" 1634checksum = "e4d3507d43908c866c805f74c9dd593c0ce7ba5c38e576e41846639cdcd4bee6" 1635dependencies = [ 1636 "atk", 1637 "bitflags 1.3.2", 1638 "cairo-rs", 1639 "field-offset", 1640 "futures-channel", 1641 "gdk", 1642 "gdk-pixbuf", 1643 "gio", 1644 "glib", 1645 "gtk-sys", 1646 "gtk3-macros", 1647 "libc", 1648 "once_cell", 1649 "pango", 1650 "pkg-config", 1651] 1652 1653[[package]] 1654name = "gtk-sys" 1655version = "0.16.0" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "89b5f8946685d5fe44497007786600c2f368ff6b1e61a16251c89f72a97520a3" 1658dependencies = [ 1659 "atk-sys", 1660 "cairo-sys-rs", 1661 "gdk-pixbuf-sys", 1662 "gdk-sys", 1663 "gio-sys", 1664 "glib-sys", 1665 "gobject-sys", 1666 "libc", 1667 "pango-sys", 1668 "system-deps", 1669] 1670 1671[[package]] 1672name = "gtk3-macros" 1673version = "0.16.3" 1674source = "registry+https://github.com/rust-lang/crates.io-index" 1675checksum = "096eb63c6fedf03bafe65e5924595785eaf1bcb7200dac0f2cbe9c9738f05ad8" 1676dependencies = [ 1677 "anyhow", 1678 "proc-macro-crate", 1679 "proc-macro-error", 1680 "proc-macro2", 1681 "quote", 1682 "syn 1.0.109", 1683] 1684 1685[[package]] 1686name = "gumdrop" 1687version = "0.8.1" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "5bc700f989d2f6f0248546222d9b4258f5b02a171a431f8285a81c08142629e3" 1690dependencies = [ 1691 "gumdrop_derive", 1692] 1693 1694[[package]] 1695name = "gumdrop_derive" 1696version = "0.8.1" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "729f9bd3449d77e7831a18abfb7ba2f99ee813dfd15b8c2167c9a54ba20aa99d" 1699dependencies = [ 1700 "proc-macro2", 1701 "quote", 1702 "syn 1.0.109", 1703] 1704 1705[[package]] 1706name = "hashbrown" 1707version = "0.14.0" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 1710 1711[[package]] 1712name = "heck" 1713version = "0.4.1" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1716 1717[[package]] 1718name = "hermit-abi" 1719version = "0.3.2" 1720source = "registry+https://github.com/rust-lang/crates.io-index" 1721checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 1722 1723[[package]] 1724name = "hex" 1725version = "0.4.3" 1726source = "registry+https://github.com/rust-lang/crates.io-index" 1727checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1728 1729[[package]] 1730name = "home" 1731version = "0.5.5" 1732source = "registry+https://github.com/rust-lang/crates.io-index" 1733checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 1734dependencies = [ 1735 "windows-sys 0.48.0", 1736] 1737 1738[[package]] 1739name = "humantime" 1740version = "2.1.0" 1741source = "registry+https://github.com/rust-lang/crates.io-index" 1742checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1743 1744[[package]] 1745name = "iana-time-zone" 1746version = "0.1.57" 1747source = "registry+https://github.com/rust-lang/crates.io-index" 1748checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 1749dependencies = [ 1750 "android_system_properties", 1751 "core-foundation-sys", 1752 "iana-time-zone-haiku", 1753 "js-sys", 1754 "wasm-bindgen", 1755 "windows 0.48.0", 1756] 1757 1758[[package]] 1759name = "iana-time-zone-haiku" 1760version = "0.1.2" 1761source = "registry+https://github.com/rust-lang/crates.io-index" 1762checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1763dependencies = [ 1764 "cc", 1765] 1766 1767[[package]] 1768name = "idna" 1769version = "0.4.0" 1770source = "registry+https://github.com/rust-lang/crates.io-index" 1771checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1772dependencies = [ 1773 "unicode-bidi", 1774 "unicode-normalization", 1775] 1776 1777[[package]] 1778name = "indexmap" 1779version = "2.0.0" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 1782dependencies = [ 1783 "equivalent", 1784 "hashbrown", 1785] 1786 1787[[package]] 1788name = "inotify" 1789version = "0.10.2" 1790source = "registry+https://github.com/rust-lang/crates.io-index" 1791checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc" 1792dependencies = [ 1793 "bitflags 1.3.2", 1794 "futures-core", 1795 "inotify-sys", 1796 "libc", 1797 "tokio", 1798] 1799 1800[[package]] 1801name = "inotify-sys" 1802version = "0.1.5" 1803source = "registry+https://github.com/rust-lang/crates.io-index" 1804checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 1805dependencies = [ 1806 "libc", 1807] 1808 1809[[package]] 1810name = "instant" 1811version = "0.1.12" 1812source = "registry+https://github.com/rust-lang/crates.io-index" 1813checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1814dependencies = [ 1815 "cfg-if", 1816 "js-sys", 1817 "wasm-bindgen", 1818 "web-sys", 1819] 1820 1821[[package]] 1822name = "io-lifetimes" 1823version = "1.0.11" 1824source = "registry+https://github.com/rust-lang/crates.io-index" 1825checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1826dependencies = [ 1827 "hermit-abi", 1828 "libc", 1829 "windows-sys 0.48.0", 1830] 1831 1832[[package]] 1833name = "is-terminal" 1834version = "0.4.9" 1835source = "registry+https://github.com/rust-lang/crates.io-index" 1836checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 1837dependencies = [ 1838 "hermit-abi", 1839 "rustix 0.38.9", 1840 "windows-sys 0.48.0", 1841] 1842 1843[[package]] 1844name = "itertools" 1845version = "0.10.5" 1846source = "registry+https://github.com/rust-lang/crates.io-index" 1847checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1848dependencies = [ 1849 "either", 1850] 1851 1852[[package]] 1853name = "itoa" 1854version = "1.0.9" 1855source = "registry+https://github.com/rust-lang/crates.io-index" 1856checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 1857 1858[[package]] 1859name = "jni" 1860version = "0.21.1" 1861source = "registry+https://github.com/rust-lang/crates.io-index" 1862checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 1863dependencies = [ 1864 "cesu8", 1865 "cfg-if", 1866 "combine", 1867 "jni-sys", 1868 "log", 1869 "thiserror", 1870 "walkdir", 1871 "windows-sys 0.45.0", 1872] 1873 1874[[package]] 1875name = "jni-sys" 1876version = "0.3.0" 1877source = "registry+https://github.com/rust-lang/crates.io-index" 1878checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1879 1880[[package]] 1881name = "jobserver" 1882version = "0.1.26" 1883source = "registry+https://github.com/rust-lang/crates.io-index" 1884checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 1885dependencies = [ 1886 "libc", 1887] 1888 1889[[package]] 1890name = "js-sys" 1891version = "0.3.61" 1892source = "registry+https://github.com/rust-lang/crates.io-index" 1893checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1894dependencies = [ 1895 "wasm-bindgen", 1896] 1897 1898[[package]] 1899name = "khronos_api" 1900version = "3.1.0" 1901source = "registry+https://github.com/rust-lang/crates.io-index" 1902checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 1903 1904[[package]] 1905name = "lazy_static" 1906version = "1.4.0" 1907source = "registry+https://github.com/rust-lang/crates.io-index" 1908checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1909 1910[[package]] 1911name = "lazycell" 1912version = "1.3.0" 1913source = "registry+https://github.com/rust-lang/crates.io-index" 1914checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1915 1916[[package]] 1917name = "libappindicator" 1918version = "0.8.0" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "89e1edfdc9b0853358306c6dfb4b77c79c779174256fe93d80c0b5ebca451a2f" 1921dependencies = [ 1922 "glib", 1923 "gtk", 1924 "gtk-sys", 1925 "libappindicator-sys", 1926 "log", 1927] 1928 1929[[package]] 1930name = "libappindicator-sys" 1931version = "0.8.0" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "08fcb2bea89cee9613982501ec83eaa2d09256b24540ae463c52a28906163918" 1934dependencies = [ 1935 "gtk-sys", 1936 "libloading 0.7.4", 1937 "once_cell", 1938] 1939 1940[[package]] 1941name = "libc" 1942version = "0.2.147" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 1945 1946[[package]] 1947name = "libloading" 1948version = "0.7.4" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 1951dependencies = [ 1952 "cfg-if", 1953 "winapi", 1954] 1955 1956[[package]] 1957name = "libloading" 1958version = "0.8.0" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb" 1961dependencies = [ 1962 "cfg-if", 1963 "windows-sys 0.48.0", 1964] 1965 1966[[package]] 1967name = "libudev-sys" 1968version = "0.1.4" 1969source = "registry+https://github.com/rust-lang/crates.io-index" 1970checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" 1971dependencies = [ 1972 "libc", 1973 "pkg-config", 1974] 1975 1976[[package]] 1977name = "libusb1-sys" 1978version = "0.6.4" 1979source = "registry+https://github.com/rust-lang/crates.io-index" 1980checksum = "f9d0e2afce4245f2c9a418511e5af8718bcaf2fa408aefb259504d1a9cb25f27" 1981dependencies = [ 1982 "cc", 1983 "libc", 1984 "pkg-config", 1985 "vcpkg", 1986] 1987 1988[[package]] 1989name = "linux-raw-sys" 1990version = "0.3.8" 1991source = "registry+https://github.com/rust-lang/crates.io-index" 1992checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 1993 1994[[package]] 1995name = "linux-raw-sys" 1996version = "0.4.5" 1997source = "registry+https://github.com/rust-lang/crates.io-index" 1998checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 1999 2000[[package]] 2001name = "lock_api" 2002version = "0.4.10" 2003source = "registry+https://github.com/rust-lang/crates.io-index" 2004checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 2005dependencies = [ 2006 "autocfg", 2007 "scopeguard", 2008] 2009 2010[[package]] 2011name = "log" 2012version = "0.4.20" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 2015 2016[[package]] 2017name = "logind-zbus" 2018version = "3.1.2" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "c07a2542f6e91ea92780158654852190edb2ba0b232d9d00d649d0c691cb7eb3" 2021dependencies = [ 2022 "serde", 2023 "zbus", 2024] 2025 2026[[package]] 2027name = "mac-notification-sys" 2028version = "0.5.9" 2029source = "registry+https://github.com/rust-lang/crates.io-index" 2030checksum = "9402858e87f85f88bf518bd2e68450640df1c99b1ddb3ea28c4d5d823bb54cdd" 2031dependencies = [ 2032 "cc", 2033 "dirs-next", 2034 "objc-foundation", 2035 "objc_id", 2036 "time", 2037] 2038 2039[[package]] 2040name = "malloc_buf" 2041version = "0.0.6" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2044dependencies = [ 2045 "libc", 2046] 2047 2048[[package]] 2049name = "memchr" 2050version = "2.5.0" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 2053 2054[[package]] 2055name = "memmap2" 2056version = "0.5.10" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 2059dependencies = [ 2060 "libc", 2061] 2062 2063[[package]] 2064name = "memoffset" 2065version = "0.6.5" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2068dependencies = [ 2069 "autocfg", 2070] 2071 2072[[package]] 2073name = "memoffset" 2074version = "0.7.1" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2077dependencies = [ 2078 "autocfg", 2079] 2080 2081[[package]] 2082name = "memoffset" 2083version = "0.9.0" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 2086dependencies = [ 2087 "autocfg", 2088] 2089 2090[[package]] 2091name = "micromath" 2092version = "1.1.1" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "bc4010833aea396656c2f91ee704d51a6f1329ec2ab56ffd00bfd56f7481ea94" 2095 2096[[package]] 2097name = "minimal-lexical" 2098version = "0.2.1" 2099source = "registry+https://github.com/rust-lang/crates.io-index" 2100checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2101 2102[[package]] 2103name = "miniz_oxide" 2104version = "0.4.4" 2105source = "registry+https://github.com/rust-lang/crates.io-index" 2106checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 2107dependencies = [ 2108 "adler", 2109 "autocfg", 2110] 2111 2112[[package]] 2113name = "miniz_oxide" 2114version = "0.7.1" 2115source = "registry+https://github.com/rust-lang/crates.io-index" 2116checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 2117dependencies = [ 2118 "adler", 2119 "simd-adler32", 2120] 2121 2122[[package]] 2123name = "mio" 2124version = "0.8.8" 2125source = "registry+https://github.com/rust-lang/crates.io-index" 2126checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 2127dependencies = [ 2128 "libc", 2129 "log", 2130 "wasi", 2131 "windows-sys 0.48.0", 2132] 2133 2134[[package]] 2135name = "ndk" 2136version = "0.7.0" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 2139dependencies = [ 2140 "bitflags 1.3.2", 2141 "jni-sys", 2142 "ndk-sys", 2143 "num_enum 0.5.11", 2144 "raw-window-handle", 2145 "thiserror", 2146] 2147 2148[[package]] 2149name = "ndk-context" 2150version = "0.1.1" 2151source = "registry+https://github.com/rust-lang/crates.io-index" 2152checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2153 2154[[package]] 2155name = "ndk-sys" 2156version = "0.4.1+23.1.7779620" 2157source = "registry+https://github.com/rust-lang/crates.io-index" 2158checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" 2159dependencies = [ 2160 "jni-sys", 2161] 2162 2163[[package]] 2164name = "nix" 2165version = "0.24.3" 2166source = "registry+https://github.com/rust-lang/crates.io-index" 2167checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 2168dependencies = [ 2169 "bitflags 1.3.2", 2170 "cfg-if", 2171 "libc", 2172 "memoffset 0.6.5", 2173] 2174 2175[[package]] 2176name = "nix" 2177version = "0.25.1" 2178source = "registry+https://github.com/rust-lang/crates.io-index" 2179checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 2180dependencies = [ 2181 "autocfg", 2182 "bitflags 1.3.2", 2183 "cfg-if", 2184 "libc", 2185 "memoffset 0.6.5", 2186] 2187 2188[[package]] 2189name = "nix" 2190version = "0.26.2" 2191source = "registry+https://github.com/rust-lang/crates.io-index" 2192checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 2193dependencies = [ 2194 "bitflags 1.3.2", 2195 "cfg-if", 2196 "libc", 2197 "memoffset 0.7.1", 2198 "pin-utils", 2199 "static_assertions", 2200] 2201 2202[[package]] 2203name = "nohash-hasher" 2204version = "0.2.0" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 2207 2208[[package]] 2209name = "nom" 2210version = "7.1.3" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2213dependencies = [ 2214 "memchr", 2215 "minimal-lexical", 2216] 2217 2218[[package]] 2219name = "notify-rust" 2220version = "4.6.0" 2221source = "git+https://github.com/flukejones/notify-rust.git#c83082a2549932bde52a4ec449b9981fc39e9a0d" 2222dependencies = [ 2223 "mac-notification-sys", 2224 "serde", 2225 "tauri-winrt-notification", 2226 "zbus", 2227] 2228 2229[[package]] 2230name = "num-traits" 2231version = "0.2.16" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 2234dependencies = [ 2235 "autocfg", 2236] 2237 2238[[package]] 2239name = "num_cpus" 2240version = "1.16.0" 2241source = "registry+https://github.com/rust-lang/crates.io-index" 2242checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2243dependencies = [ 2244 "hermit-abi", 2245 "libc", 2246] 2247 2248[[package]] 2249name = "num_enum" 2250version = "0.5.11" 2251source = "registry+https://github.com/rust-lang/crates.io-index" 2252checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 2253dependencies = [ 2254 "num_enum_derive 0.5.11", 2255] 2256 2257[[package]] 2258name = "num_enum" 2259version = "0.6.1" 2260source = "registry+https://github.com/rust-lang/crates.io-index" 2261checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" 2262dependencies = [ 2263 "num_enum_derive 0.6.1", 2264] 2265 2266[[package]] 2267name = "num_enum_derive" 2268version = "0.5.11" 2269source = "registry+https://github.com/rust-lang/crates.io-index" 2270checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 2271dependencies = [ 2272 "proc-macro-crate", 2273 "proc-macro2", 2274 "quote", 2275 "syn 1.0.109", 2276] 2277 2278[[package]] 2279name = "num_enum_derive" 2280version = "0.6.1" 2281source = "registry+https://github.com/rust-lang/crates.io-index" 2282checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" 2283dependencies = [ 2284 "proc-macro-crate", 2285 "proc-macro2", 2286 "quote", 2287 "syn 2.0.29", 2288] 2289 2290[[package]] 2291name = "numtoa" 2292version = "0.2.4" 2293source = "registry+https://github.com/rust-lang/crates.io-index" 2294checksum = "6aa2c4e539b869820a2b82e1aef6ff40aa85e65decdd5185e83fb4b1249cd00f" 2295 2296[[package]] 2297name = "objc" 2298version = "0.2.7" 2299source = "registry+https://github.com/rust-lang/crates.io-index" 2300checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2301dependencies = [ 2302 "malloc_buf", 2303] 2304 2305[[package]] 2306name = "objc-foundation" 2307version = "0.1.1" 2308source = "registry+https://github.com/rust-lang/crates.io-index" 2309checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 2310dependencies = [ 2311 "block", 2312 "objc", 2313 "objc_id", 2314] 2315 2316[[package]] 2317name = "objc-sys" 2318version = "0.2.0-beta.2" 2319source = "registry+https://github.com/rust-lang/crates.io-index" 2320checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7" 2321 2322[[package]] 2323name = "objc2" 2324version = "0.3.0-beta.3.patch-leaks.3" 2325source = "registry+https://github.com/rust-lang/crates.io-index" 2326checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468" 2327dependencies = [ 2328 "block2", 2329 "objc-sys", 2330 "objc2-encode", 2331] 2332 2333[[package]] 2334name = "objc2-encode" 2335version = "2.0.0-pre.2" 2336source = "registry+https://github.com/rust-lang/crates.io-index" 2337checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512" 2338dependencies = [ 2339 "objc-sys", 2340] 2341 2342[[package]] 2343name = "objc_id" 2344version = "0.1.1" 2345source = "registry+https://github.com/rust-lang/crates.io-index" 2346checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 2347dependencies = [ 2348 "objc", 2349] 2350 2351[[package]] 2352name = "object" 2353version = "0.32.0" 2354source = "registry+https://github.com/rust-lang/crates.io-index" 2355checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" 2356dependencies = [ 2357 "memchr", 2358] 2359 2360[[package]] 2361name = "once_cell" 2362version = "1.18.0" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 2365 2366[[package]] 2367name = "orbclient" 2368version = "0.3.46" 2369source = "registry+https://github.com/rust-lang/crates.io-index" 2370checksum = "8378ac0dfbd4e7895f2d2c1f1345cab3836910baf3a300b000d04250f0c8428f" 2371dependencies = [ 2372 "redox_syscall 0.3.5", 2373] 2374 2375[[package]] 2376name = "ordered-stream" 2377version = "0.2.0" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 2380dependencies = [ 2381 "futures-core", 2382 "pin-project-lite", 2383] 2384 2385[[package]] 2386name = "owned_ttf_parser" 2387version = "0.19.0" 2388source = "registry+https://github.com/rust-lang/crates.io-index" 2389checksum = "706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4" 2390dependencies = [ 2391 "ttf-parser", 2392] 2393 2394[[package]] 2395name = "pango" 2396version = "0.16.5" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "cdff66b271861037b89d028656184059e03b0b6ccb36003820be19f7200b1e94" 2399dependencies = [ 2400 "bitflags 1.3.2", 2401 "gio", 2402 "glib", 2403 "libc", 2404 "once_cell", 2405 "pango-sys", 2406] 2407 2408[[package]] 2409name = "pango-sys" 2410version = "0.16.3" 2411source = "registry+https://github.com/rust-lang/crates.io-index" 2412checksum = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f" 2413dependencies = [ 2414 "glib-sys", 2415 "gobject-sys", 2416 "libc", 2417 "system-deps", 2418] 2419 2420[[package]] 2421name = "parking" 2422version = "2.1.0" 2423source = "registry+https://github.com/rust-lang/crates.io-index" 2424checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" 2425 2426[[package]] 2427name = "parking_lot" 2428version = "0.12.1" 2429source = "registry+https://github.com/rust-lang/crates.io-index" 2430checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2431dependencies = [ 2432 "lock_api", 2433 "parking_lot_core", 2434] 2435 2436[[package]] 2437name = "parking_lot_core" 2438version = "0.9.8" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 2441dependencies = [ 2442 "cfg-if", 2443 "libc", 2444 "redox_syscall 0.3.5", 2445 "smallvec", 2446 "windows-targets 0.48.5", 2447] 2448 2449[[package]] 2450name = "paste" 2451version = "1.0.14" 2452source = "registry+https://github.com/rust-lang/crates.io-index" 2453checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 2454 2455[[package]] 2456name = "peeking_take_while" 2457version = "0.1.2" 2458source = "registry+https://github.com/rust-lang/crates.io-index" 2459checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 2460 2461[[package]] 2462name = "percent-encoding" 2463version = "2.3.0" 2464source = "registry+https://github.com/rust-lang/crates.io-index" 2465checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 2466 2467[[package]] 2468name = "pin-project-lite" 2469version = "0.2.13" 2470source = "registry+https://github.com/rust-lang/crates.io-index" 2471checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 2472 2473[[package]] 2474name = "pin-utils" 2475version = "0.1.0" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2478 2479[[package]] 2480name = "pix" 2481version = "0.13.2" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "0c2b6992b377680150280d4708bda8207ba9e71f70507b5504f2e28d8e8e48c1" 2484 2485[[package]] 2486name = "pkg-config" 2487version = "0.3.27" 2488source = "registry+https://github.com/rust-lang/crates.io-index" 2489checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 2490 2491[[package]] 2492name = "png" 2493version = "0.17.10" 2494source = "registry+https://github.com/rust-lang/crates.io-index" 2495checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" 2496dependencies = [ 2497 "bitflags 1.3.2", 2498 "crc32fast", 2499 "fdeflate", 2500 "flate2", 2501 "miniz_oxide 0.7.1", 2502] 2503 2504[[package]] 2505name = "png_pong" 2506version = "0.8.2" 2507source = "registry+https://github.com/rust-lang/crates.io-index" 2508checksum = "32b76c1da19406fed18e81972b9015a775447532647b04a8949135916d67778f" 2509dependencies = [ 2510 "miniz_oxide 0.4.4", 2511 "pix", 2512] 2513 2514[[package]] 2515name = "polling" 2516version = "2.8.0" 2517source = "registry+https://github.com/rust-lang/crates.io-index" 2518checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 2519dependencies = [ 2520 "autocfg", 2521 "bitflags 1.3.2", 2522 "cfg-if", 2523 "concurrent-queue", 2524 "libc", 2525 "log", 2526 "pin-project-lite", 2527 "windows-sys 0.48.0", 2528] 2529 2530[[package]] 2531name = "ppv-lite86" 2532version = "0.2.17" 2533source = "registry+https://github.com/rust-lang/crates.io-index" 2534checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2535 2536[[package]] 2537name = "proc-macro-crate" 2538version = "1.3.1" 2539source = "registry+https://github.com/rust-lang/crates.io-index" 2540checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2541dependencies = [ 2542 "once_cell", 2543 "toml_edit", 2544] 2545 2546[[package]] 2547name = "proc-macro-error" 2548version = "1.0.4" 2549source = "registry+https://github.com/rust-lang/crates.io-index" 2550checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2551dependencies = [ 2552 "proc-macro-error-attr", 2553 "proc-macro2", 2554 "quote", 2555 "syn 1.0.109", 2556 "version_check", 2557] 2558 2559[[package]] 2560name = "proc-macro-error-attr" 2561version = "1.0.4" 2562source = "registry+https://github.com/rust-lang/crates.io-index" 2563checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2564dependencies = [ 2565 "proc-macro2", 2566 "quote", 2567 "version_check", 2568] 2569 2570[[package]] 2571name = "proc-macro2" 2572version = "1.0.66" 2573source = "registry+https://github.com/rust-lang/crates.io-index" 2574checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 2575dependencies = [ 2576 "unicode-ident", 2577] 2578 2579[[package]] 2580name = "quick-xml" 2581version = "0.23.1" 2582source = "registry+https://github.com/rust-lang/crates.io-index" 2583checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea" 2584dependencies = [ 2585 "memchr", 2586] 2587 2588[[package]] 2589name = "quote" 2590version = "1.0.33" 2591source = "registry+https://github.com/rust-lang/crates.io-index" 2592checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 2593dependencies = [ 2594 "proc-macro2", 2595] 2596 2597[[package]] 2598name = "rand" 2599version = "0.8.5" 2600source = "registry+https://github.com/rust-lang/crates.io-index" 2601checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2602dependencies = [ 2603 "libc", 2604 "rand_chacha", 2605 "rand_core", 2606] 2607 2608[[package]] 2609name = "rand_chacha" 2610version = "0.3.1" 2611source = "registry+https://github.com/rust-lang/crates.io-index" 2612checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2613dependencies = [ 2614 "ppv-lite86", 2615 "rand_core", 2616] 2617 2618[[package]] 2619name = "rand_core" 2620version = "0.6.4" 2621source = "registry+https://github.com/rust-lang/crates.io-index" 2622checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2623dependencies = [ 2624 "getrandom", 2625] 2626 2627[[package]] 2628name = "raw-window-handle" 2629version = "0.5.2" 2630source = "registry+https://github.com/rust-lang/crates.io-index" 2631checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 2632 2633[[package]] 2634name = "redox_syscall" 2635version = "0.2.16" 2636source = "registry+https://github.com/rust-lang/crates.io-index" 2637checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2638dependencies = [ 2639 "bitflags 1.3.2", 2640] 2641 2642[[package]] 2643name = "redox_syscall" 2644version = "0.3.5" 2645source = "registry+https://github.com/rust-lang/crates.io-index" 2646checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2647dependencies = [ 2648 "bitflags 1.3.2", 2649] 2650 2651[[package]] 2652name = "redox_users" 2653version = "0.4.3" 2654source = "registry+https://github.com/rust-lang/crates.io-index" 2655checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 2656dependencies = [ 2657 "getrandom", 2658 "redox_syscall 0.2.16", 2659 "thiserror", 2660] 2661 2662[[package]] 2663name = "regex" 2664version = "1.9.3" 2665source = "registry+https://github.com/rust-lang/crates.io-index" 2666checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a" 2667dependencies = [ 2668 "aho-corasick", 2669 "memchr", 2670 "regex-automata", 2671 "regex-syntax", 2672] 2673 2674[[package]] 2675name = "regex-automata" 2676version = "0.3.6" 2677source = "registry+https://github.com/rust-lang/crates.io-index" 2678checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69" 2679dependencies = [ 2680 "aho-corasick", 2681 "memchr", 2682 "regex-syntax", 2683] 2684 2685[[package]] 2686name = "regex-syntax" 2687version = "0.7.4" 2688source = "registry+https://github.com/rust-lang/crates.io-index" 2689checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 2690 2691[[package]] 2692name = "rog-control-center" 2693version = "4.7.1" 2694dependencies = [ 2695 "asusd", 2696 "cargo-husky", 2697 "dirs", 2698 "eframe", 2699 "egui", 2700 "env_logger", 2701 "gtk", 2702 "gumdrop", 2703 "libappindicator", 2704 "log", 2705 "nix 0.26.2", 2706 "notify-rust", 2707 "png_pong", 2708 "rog_anime", 2709 "rog_aura", 2710 "rog_dbus", 2711 "rog_platform", 2712 "rog_profiles", 2713 "serde", 2714 "serde_derive", 2715 "serde_json", 2716 "supergfxctl", 2717 "tempfile", 2718 "tokio", 2719 "toml 0.5.11", 2720 "versions", 2721 "zbus", 2722] 2723 2724[[package]] 2725name = "rog_anime" 2726version = "4.7.1" 2727dependencies = [ 2728 "cargo-husky", 2729 "gif", 2730 "glam", 2731 "log", 2732 "pix", 2733 "png_pong", 2734 "serde", 2735 "serde_derive", 2736 "sysfs-class", 2737 "typeshare", 2738 "zbus", 2739] 2740 2741[[package]] 2742name = "rog_aura" 2743version = "4.7.1" 2744dependencies = [ 2745 "cargo-husky", 2746 "log", 2747 "ron", 2748 "serde", 2749 "serde_derive", 2750 "sysfs-class", 2751 "typeshare", 2752 "zbus", 2753] 2754 2755[[package]] 2756name = "rog_dbus" 2757version = "4.7.1" 2758dependencies = [ 2759 "cargo-husky", 2760 "rog_anime", 2761 "rog_aura", 2762 "rog_platform", 2763 "rog_profiles", 2764 "zbus", 2765] 2766 2767[[package]] 2768name = "rog_platform" 2769version = "4.7.1" 2770dependencies = [ 2771 "cargo-husky", 2772 "concat-idents", 2773 "inotify", 2774 "log", 2775 "rog_aura", 2776 "rog_profiles", 2777 "rusb", 2778 "serde", 2779 "serde_derive", 2780 "sysfs-class", 2781 "typeshare", 2782 "udev", 2783 "zbus", 2784] 2785 2786[[package]] 2787name = "rog_profiles" 2788version = "4.7.1" 2789dependencies = [ 2790 "cargo-husky", 2791 "log", 2792 "serde", 2793 "serde_derive", 2794 "typeshare", 2795 "udev", 2796 "zbus", 2797] 2798 2799[[package]] 2800name = "rog_simulators" 2801version = "4.7.1" 2802dependencies = [ 2803 "glam", 2804 "log", 2805 "rog_anime", 2806 "sdl2", 2807 "uhid-virt", 2808] 2809 2810[[package]] 2811name = "ron" 2812version = "0.8.1" 2813source = "registry+https://github.com/rust-lang/crates.io-index" 2814checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" 2815dependencies = [ 2816 "base64", 2817 "bitflags 2.4.0", 2818 "serde", 2819 "serde_derive", 2820] 2821 2822[[package]] 2823name = "rusb" 2824version = "0.9.3" 2825source = "registry+https://github.com/rust-lang/crates.io-index" 2826checksum = "45fff149b6033f25e825cbb7b2c625a11ee8e6dac09264d49beb125e39aa97bf" 2827dependencies = [ 2828 "libc", 2829 "libusb1-sys", 2830] 2831 2832[[package]] 2833name = "rustc-demangle" 2834version = "0.1.23" 2835source = "registry+https://github.com/rust-lang/crates.io-index" 2836checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 2837 2838[[package]] 2839name = "rustc-hash" 2840version = "1.1.0" 2841source = "registry+https://github.com/rust-lang/crates.io-index" 2842checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2843 2844[[package]] 2845name = "rustc_version" 2846version = "0.4.0" 2847source = "registry+https://github.com/rust-lang/crates.io-index" 2848checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2849dependencies = [ 2850 "semver", 2851] 2852 2853[[package]] 2854name = "rustix" 2855version = "0.37.23" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 2858dependencies = [ 2859 "bitflags 1.3.2", 2860 "errno", 2861 "io-lifetimes", 2862 "libc", 2863 "linux-raw-sys 0.3.8", 2864 "windows-sys 0.48.0", 2865] 2866 2867[[package]] 2868name = "rustix" 2869version = "0.38.9" 2870source = "registry+https://github.com/rust-lang/crates.io-index" 2871checksum = "9bfe0f2582b4931a45d1fa608f8a8722e8b3c7ac54dd6d5f3b3212791fedef49" 2872dependencies = [ 2873 "bitflags 2.4.0", 2874 "errno", 2875 "libc", 2876 "linux-raw-sys 0.4.5", 2877 "windows-sys 0.48.0", 2878] 2879 2880[[package]] 2881name = "ryu" 2882version = "1.0.15" 2883source = "registry+https://github.com/rust-lang/crates.io-index" 2884checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 2885 2886[[package]] 2887name = "same-file" 2888version = "1.0.6" 2889source = "registry+https://github.com/rust-lang/crates.io-index" 2890checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2891dependencies = [ 2892 "winapi-util", 2893] 2894 2895[[package]] 2896name = "scoped-tls" 2897version = "1.0.1" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2900 2901[[package]] 2902name = "scopeguard" 2903version = "1.2.0" 2904source = "registry+https://github.com/rust-lang/crates.io-index" 2905checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2906 2907[[package]] 2908name = "sctk-adwaita" 2909version = "0.5.4" 2910source = "registry+https://github.com/rust-lang/crates.io-index" 2911checksum = "cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09" 2912dependencies = [ 2913 "ab_glyph", 2914 "log", 2915 "memmap2", 2916 "smithay-client-toolkit", 2917 "tiny-skia", 2918] 2919 2920[[package]] 2921name = "sdl2" 2922version = "0.35.2" 2923source = "registry+https://github.com/rust-lang/crates.io-index" 2924checksum = "f7959277b623f1fb9e04aea73686c3ca52f01b2145f8ea16f4ff30d8b7623b1a" 2925dependencies = [ 2926 "bitflags 1.3.2", 2927 "lazy_static", 2928 "libc", 2929 "sdl2-sys", 2930] 2931 2932[[package]] 2933name = "sdl2-sys" 2934version = "0.35.2" 2935source = "registry+https://github.com/rust-lang/crates.io-index" 2936checksum = "e3586be2cf6c0a8099a79a12b4084357aa9b3e0b0d7980e3b67aaf7a9d55f9f0" 2937dependencies = [ 2938 "cfg-if", 2939 "libc", 2940 "version-compare", 2941] 2942 2943[[package]] 2944name = "semver" 2945version = "1.0.18" 2946source = "registry+https://github.com/rust-lang/crates.io-index" 2947checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 2948 2949[[package]] 2950name = "serde" 2951version = "1.0.188" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 2954dependencies = [ 2955 "serde_derive", 2956] 2957 2958[[package]] 2959name = "serde_derive" 2960version = "1.0.188" 2961source = "registry+https://github.com/rust-lang/crates.io-index" 2962checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 2963dependencies = [ 2964 "proc-macro2", 2965 "quote", 2966 "syn 2.0.29", 2967] 2968 2969[[package]] 2970name = "serde_json" 2971version = "1.0.105" 2972source = "registry+https://github.com/rust-lang/crates.io-index" 2973checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" 2974dependencies = [ 2975 "itoa", 2976 "ryu", 2977 "serde", 2978] 2979 2980[[package]] 2981name = "serde_repr" 2982version = "0.1.16" 2983source = "registry+https://github.com/rust-lang/crates.io-index" 2984checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" 2985dependencies = [ 2986 "proc-macro2", 2987 "quote", 2988 "syn 2.0.29", 2989] 2990 2991[[package]] 2992name = "serde_spanned" 2993version = "0.6.3" 2994source = "registry+https://github.com/rust-lang/crates.io-index" 2995checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 2996dependencies = [ 2997 "serde", 2998] 2999 3000[[package]] 3001name = "sha1" 3002version = "0.10.5" 3003source = "registry+https://github.com/rust-lang/crates.io-index" 3004checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 3005dependencies = [ 3006 "cfg-if", 3007 "cpufeatures", 3008 "digest", 3009] 3010 3011[[package]] 3012name = "shlex" 3013version = "1.1.0" 3014source = "registry+https://github.com/rust-lang/crates.io-index" 3015checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 3016 3017[[package]] 3018name = "signal-hook" 3019version = "0.3.17" 3020source = "registry+https://github.com/rust-lang/crates.io-index" 3021checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 3022dependencies = [ 3023 "libc", 3024 "signal-hook-registry", 3025] 3026 3027[[package]] 3028name = "signal-hook-registry" 3029version = "1.4.1" 3030source = "registry+https://github.com/rust-lang/crates.io-index" 3031checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 3032dependencies = [ 3033 "libc", 3034] 3035 3036[[package]] 3037name = "simd-adler32" 3038version = "0.3.7" 3039source = "registry+https://github.com/rust-lang/crates.io-index" 3040checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3041 3042[[package]] 3043name = "slab" 3044version = "0.4.9" 3045source = "registry+https://github.com/rust-lang/crates.io-index" 3046checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3047dependencies = [ 3048 "autocfg", 3049] 3050 3051[[package]] 3052name = "slotmap" 3053version = "1.0.6" 3054source = "registry+https://github.com/rust-lang/crates.io-index" 3055checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 3056dependencies = [ 3057 "version_check", 3058] 3059 3060[[package]] 3061name = "smallvec" 3062version = "1.11.0" 3063source = "registry+https://github.com/rust-lang/crates.io-index" 3064checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" 3065 3066[[package]] 3067name = "smithay-client-toolkit" 3068version = "0.16.0" 3069source = "registry+https://github.com/rust-lang/crates.io-index" 3070checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454" 3071dependencies = [ 3072 "bitflags 1.3.2", 3073 "calloop", 3074 "dlib", 3075 "lazy_static", 3076 "log", 3077 "memmap2", 3078 "nix 0.24.3", 3079 "pkg-config", 3080 "wayland-client", 3081 "wayland-cursor", 3082 "wayland-protocols", 3083] 3084 3085[[package]] 3086name = "smithay-clipboard" 3087version = "0.6.6" 3088source = "registry+https://github.com/rust-lang/crates.io-index" 3089checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8" 3090dependencies = [ 3091 "smithay-client-toolkit", 3092 "wayland-client", 3093] 3094 3095[[package]] 3096name = "smol" 3097version = "1.3.0" 3098source = "registry+https://github.com/rust-lang/crates.io-index" 3099checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" 3100dependencies = [ 3101 "async-channel", 3102 "async-executor", 3103 "async-fs", 3104 "async-io", 3105 "async-lock", 3106 "async-net", 3107 "async-process", 3108 "blocking", 3109 "futures-lite", 3110] 3111 3112[[package]] 3113name = "socket2" 3114version = "0.4.9" 3115source = "registry+https://github.com/rust-lang/crates.io-index" 3116checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 3117dependencies = [ 3118 "libc", 3119 "winapi", 3120] 3121 3122[[package]] 3123name = "socket2" 3124version = "0.5.3" 3125source = "registry+https://github.com/rust-lang/crates.io-index" 3126checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" 3127dependencies = [ 3128 "libc", 3129 "windows-sys 0.48.0", 3130] 3131 3132[[package]] 3133name = "static_assertions" 3134version = "1.1.0" 3135source = "registry+https://github.com/rust-lang/crates.io-index" 3136checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3137 3138[[package]] 3139name = "str-buf" 3140version = "1.0.6" 3141source = "registry+https://github.com/rust-lang/crates.io-index" 3142checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 3143 3144[[package]] 3145name = "strict-num" 3146version = "0.1.1" 3147source = "registry+https://github.com/rust-lang/crates.io-index" 3148checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 3149 3150[[package]] 3151name = "supergfxctl" 3152version = "5.1.2" 3153source = "git+https://gitlab.com/asus-linux/supergfxctl.git#c2a1bb3461c7abbcdabecdc463d668555120f953" 3154dependencies = [ 3155 "log", 3156 "logind-zbus", 3157 "serde", 3158 "serde_derive", 3159 "serde_json", 3160 "tokio", 3161 "udev", 3162 "zbus", 3163] 3164 3165[[package]] 3166name = "syn" 3167version = "1.0.109" 3168source = "registry+https://github.com/rust-lang/crates.io-index" 3169checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3170dependencies = [ 3171 "proc-macro2", 3172 "quote", 3173 "unicode-ident", 3174] 3175 3176[[package]] 3177name = "syn" 3178version = "2.0.29" 3179source = "registry+https://github.com/rust-lang/crates.io-index" 3180checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" 3181dependencies = [ 3182 "proc-macro2", 3183 "quote", 3184 "unicode-ident", 3185] 3186 3187[[package]] 3188name = "sysfs-class" 3189version = "0.1.3" 3190source = "registry+https://github.com/rust-lang/crates.io-index" 3191checksum = "5e1bbcf869732c45a77898f7f61ed6d411dfc37613517e444842f58d428856d1" 3192dependencies = [ 3193 "numtoa", 3194] 3195 3196[[package]] 3197name = "system-deps" 3198version = "6.1.1" 3199source = "registry+https://github.com/rust-lang/crates.io-index" 3200checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3" 3201dependencies = [ 3202 "cfg-expr", 3203 "heck", 3204 "pkg-config", 3205 "toml 0.7.6", 3206 "version-compare", 3207] 3208 3209[[package]] 3210name = "systemd-zbus" 3211version = "0.1.1" 3212source = "registry+https://github.com/rust-lang/crates.io-index" 3213checksum = "ffbb1b6ea6d96b14a7e94532711efc4106337fe8b1d6bdf8ba5318012a9fa7e3" 3214dependencies = [ 3215 "serde", 3216 "zbus", 3217] 3218 3219[[package]] 3220name = "target-lexicon" 3221version = "0.12.11" 3222source = "registry+https://github.com/rust-lang/crates.io-index" 3223checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" 3224 3225[[package]] 3226name = "tauri-winrt-notification" 3227version = "0.1.2" 3228source = "registry+https://github.com/rust-lang/crates.io-index" 3229checksum = "4f5bff1d532fead7c43324a0fa33643b8621a47ce2944a633be4cb6c0240898f" 3230dependencies = [ 3231 "quick-xml", 3232 "windows 0.39.0", 3233] 3234 3235[[package]] 3236name = "tempfile" 3237version = "3.8.0" 3238source = "registry+https://github.com/rust-lang/crates.io-index" 3239checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 3240dependencies = [ 3241 "cfg-if", 3242 "fastrand 2.0.0", 3243 "redox_syscall 0.3.5", 3244 "rustix 0.38.9", 3245 "windows-sys 0.48.0", 3246] 3247 3248[[package]] 3249name = "termcolor" 3250version = "1.2.0" 3251source = "registry+https://github.com/rust-lang/crates.io-index" 3252checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 3253dependencies = [ 3254 "winapi-util", 3255] 3256 3257[[package]] 3258name = "thiserror" 3259version = "1.0.47" 3260source = "registry+https://github.com/rust-lang/crates.io-index" 3261checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" 3262dependencies = [ 3263 "thiserror-impl", 3264] 3265 3266[[package]] 3267name = "thiserror-impl" 3268version = "1.0.47" 3269source = "registry+https://github.com/rust-lang/crates.io-index" 3270checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" 3271dependencies = [ 3272 "proc-macro2", 3273 "quote", 3274 "syn 2.0.29", 3275] 3276 3277[[package]] 3278name = "time" 3279version = "0.3.27" 3280source = "registry+https://github.com/rust-lang/crates.io-index" 3281checksum = "0bb39ee79a6d8de55f48f2293a830e040392f1c5f16e336bdd1788cd0aadce07" 3282dependencies = [ 3283 "deranged", 3284 "serde", 3285 "time-core", 3286] 3287 3288[[package]] 3289name = "time-core" 3290version = "0.1.1" 3291source = "registry+https://github.com/rust-lang/crates.io-index" 3292checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 3293 3294[[package]] 3295name = "tiny-skia" 3296version = "0.8.4" 3297source = "registry+https://github.com/rust-lang/crates.io-index" 3298checksum = "df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67" 3299dependencies = [ 3300 "arrayref", 3301 "arrayvec", 3302 "bytemuck", 3303 "cfg-if", 3304 "png", 3305 "tiny-skia-path", 3306] 3307 3308[[package]] 3309name = "tiny-skia-path" 3310version = "0.8.4" 3311source = "registry+https://github.com/rust-lang/crates.io-index" 3312checksum = "adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c" 3313dependencies = [ 3314 "arrayref", 3315 "bytemuck", 3316 "strict-num", 3317] 3318 3319[[package]] 3320name = "tinybmp" 3321version = "0.4.0" 3322source = "registry+https://github.com/rust-lang/crates.io-index" 3323checksum = "0e959c507975d768a226a08227d56791f6e60bddcf714ad7ef67ae2d20bae743" 3324dependencies = [ 3325 "embedded-graphics", 3326] 3327 3328[[package]] 3329name = "tinyvec" 3330version = "1.6.0" 3331source = "registry+https://github.com/rust-lang/crates.io-index" 3332checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3333dependencies = [ 3334 "tinyvec_macros", 3335] 3336 3337[[package]] 3338name = "tinyvec_macros" 3339version = "0.1.1" 3340source = "registry+https://github.com/rust-lang/crates.io-index" 3341checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3342 3343[[package]] 3344name = "tokio" 3345version = "1.32.0" 3346source = "registry+https://github.com/rust-lang/crates.io-index" 3347checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 3348dependencies = [ 3349 "backtrace", 3350 "libc", 3351 "mio", 3352 "num_cpus", 3353 "pin-project-lite", 3354 "socket2 0.5.3", 3355 "tokio-macros", 3356 "windows-sys 0.48.0", 3357] 3358 3359[[package]] 3360name = "tokio-macros" 3361version = "2.1.0" 3362source = "registry+https://github.com/rust-lang/crates.io-index" 3363checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 3364dependencies = [ 3365 "proc-macro2", 3366 "quote", 3367 "syn 2.0.29", 3368] 3369 3370[[package]] 3371name = "toml" 3372version = "0.5.11" 3373source = "registry+https://github.com/rust-lang/crates.io-index" 3374checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 3375dependencies = [ 3376 "serde", 3377] 3378 3379[[package]] 3380name = "toml" 3381version = "0.7.6" 3382source = "registry+https://github.com/rust-lang/crates.io-index" 3383checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" 3384dependencies = [ 3385 "serde", 3386 "serde_spanned", 3387 "toml_datetime", 3388 "toml_edit", 3389] 3390 3391[[package]] 3392name = "toml_datetime" 3393version = "0.6.3" 3394source = "registry+https://github.com/rust-lang/crates.io-index" 3395checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 3396dependencies = [ 3397 "serde", 3398] 3399 3400[[package]] 3401name = "toml_edit" 3402version = "0.19.14" 3403source = "registry+https://github.com/rust-lang/crates.io-index" 3404checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" 3405dependencies = [ 3406 "indexmap", 3407 "serde", 3408 "serde_spanned", 3409 "toml_datetime", 3410 "winnow", 3411] 3412 3413[[package]] 3414name = "tracing" 3415version = "0.1.37" 3416source = "registry+https://github.com/rust-lang/crates.io-index" 3417checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 3418dependencies = [ 3419 "cfg-if", 3420 "pin-project-lite", 3421 "tracing-attributes", 3422 "tracing-core", 3423] 3424 3425[[package]] 3426name = "tracing-attributes" 3427version = "0.1.26" 3428source = "registry+https://github.com/rust-lang/crates.io-index" 3429checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" 3430dependencies = [ 3431 "proc-macro2", 3432 "quote", 3433 "syn 2.0.29", 3434] 3435 3436[[package]] 3437name = "tracing-core" 3438version = "0.1.31" 3439source = "registry+https://github.com/rust-lang/crates.io-index" 3440checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 3441dependencies = [ 3442 "once_cell", 3443] 3444 3445[[package]] 3446name = "ttf-parser" 3447version = "0.19.1" 3448source = "registry+https://github.com/rust-lang/crates.io-index" 3449checksum = "a464a4b34948a5f67fddd2b823c62d9d92e44be75058b99939eae6c5b6960b33" 3450 3451[[package]] 3452name = "typenum" 3453version = "1.16.0" 3454source = "registry+https://github.com/rust-lang/crates.io-index" 3455checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 3456 3457[[package]] 3458name = "typeshare" 3459version = "1.0.1" 3460source = "registry+https://github.com/rust-lang/crates.io-index" 3461checksum = "f44d1a2f454cb35fbe05b218c410792697e76bd868f48d3a418f2cd1a7d527d6" 3462dependencies = [ 3463 "chrono", 3464 "serde", 3465 "serde_json", 3466 "typeshare-annotation", 3467] 3468 3469[[package]] 3470name = "typeshare-annotation" 3471version = "1.0.2" 3472source = "registry+https://github.com/rust-lang/crates.io-index" 3473checksum = "fc670d0e358428857cc3b4bf504c691e572fccaec9542ff09212d3f13d74b7a9" 3474dependencies = [ 3475 "quote", 3476 "syn 1.0.109", 3477] 3478 3479[[package]] 3480name = "udev" 3481version = "0.7.0" 3482source = "registry+https://github.com/rust-lang/crates.io-index" 3483checksum = "4ebdbbd670373442a12fe9ef7aeb53aec4147a5a27a00bbc3ab639f08f48191a" 3484dependencies = [ 3485 "libc", 3486 "libudev-sys", 3487 "pkg-config", 3488] 3489 3490[[package]] 3491name = "uds_windows" 3492version = "1.0.2" 3493source = "registry+https://github.com/rust-lang/crates.io-index" 3494checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d" 3495dependencies = [ 3496 "tempfile", 3497 "winapi", 3498] 3499 3500[[package]] 3501name = "uhid-virt" 3502version = "0.0.6" 3503source = "registry+https://github.com/rust-lang/crates.io-index" 3504checksum = "4f16e165f87ad3df8660688cb786c7ea0af76ff15037f8a0da3756bef8459499" 3505dependencies = [ 3506 "enumflags2", 3507 "libc", 3508 "uhidrs-sys", 3509] 3510 3511[[package]] 3512name = "uhidrs-sys" 3513version = "1.0.2" 3514source = "registry+https://github.com/rust-lang/crates.io-index" 3515checksum = "6432b20db843292d5843dec450eaf19b8a2f8603ec91e74e4ab916d4815d3c18" 3516dependencies = [ 3517 "bindgen", 3518] 3519 3520[[package]] 3521name = "unicode-bidi" 3522version = "0.3.13" 3523source = "registry+https://github.com/rust-lang/crates.io-index" 3524checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 3525 3526[[package]] 3527name = "unicode-ident" 3528version = "1.0.11" 3529source = "registry+https://github.com/rust-lang/crates.io-index" 3530checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 3531 3532[[package]] 3533name = "unicode-normalization" 3534version = "0.1.22" 3535source = "registry+https://github.com/rust-lang/crates.io-index" 3536checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 3537dependencies = [ 3538 "tinyvec", 3539] 3540 3541[[package]] 3542name = "url" 3543version = "2.4.0" 3544source = "registry+https://github.com/rust-lang/crates.io-index" 3545checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 3546dependencies = [ 3547 "form_urlencoded", 3548 "idna", 3549 "percent-encoding", 3550] 3551 3552[[package]] 3553name = "vcpkg" 3554version = "0.2.15" 3555source = "registry+https://github.com/rust-lang/crates.io-index" 3556checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3557 3558[[package]] 3559name = "vec_map" 3560version = "0.8.2" 3561source = "registry+https://github.com/rust-lang/crates.io-index" 3562checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 3563 3564[[package]] 3565name = "version-compare" 3566version = "0.1.1" 3567source = "registry+https://github.com/rust-lang/crates.io-index" 3568checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" 3569 3570[[package]] 3571name = "version_check" 3572version = "0.9.4" 3573source = "registry+https://github.com/rust-lang/crates.io-index" 3574checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3575 3576[[package]] 3577name = "versions" 3578version = "4.1.0" 3579source = "registry+https://github.com/rust-lang/crates.io-index" 3580checksum = "ee97e1d97bd593fb513912a07691b742361b3dd64ad56f2c694ea2dbfe0665d3" 3581dependencies = [ 3582 "itertools", 3583 "nom", 3584] 3585 3586[[package]] 3587name = "waker-fn" 3588version = "1.1.0" 3589source = "registry+https://github.com/rust-lang/crates.io-index" 3590checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 3591 3592[[package]] 3593name = "walkdir" 3594version = "2.3.3" 3595source = "registry+https://github.com/rust-lang/crates.io-index" 3596checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 3597dependencies = [ 3598 "same-file", 3599 "winapi-util", 3600] 3601 3602[[package]] 3603name = "wasi" 3604version = "0.11.0+wasi-snapshot-preview1" 3605source = "registry+https://github.com/rust-lang/crates.io-index" 3606checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3607 3608[[package]] 3609name = "wasm-bindgen" 3610version = "0.2.84" 3611source = "registry+https://github.com/rust-lang/crates.io-index" 3612checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 3613dependencies = [ 3614 "cfg-if", 3615 "wasm-bindgen-macro", 3616] 3617 3618[[package]] 3619name = "wasm-bindgen-backend" 3620version = "0.2.84" 3621source = "registry+https://github.com/rust-lang/crates.io-index" 3622checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 3623dependencies = [ 3624 "bumpalo", 3625 "log", 3626 "once_cell", 3627 "proc-macro2", 3628 "quote", 3629 "syn 1.0.109", 3630 "wasm-bindgen-shared", 3631] 3632 3633[[package]] 3634name = "wasm-bindgen-futures" 3635version = "0.4.34" 3636source = "registry+https://github.com/rust-lang/crates.io-index" 3637checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 3638dependencies = [ 3639 "cfg-if", 3640 "js-sys", 3641 "wasm-bindgen", 3642 "web-sys", 3643] 3644 3645[[package]] 3646name = "wasm-bindgen-macro" 3647version = "0.2.84" 3648source = "registry+https://github.com/rust-lang/crates.io-index" 3649checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 3650dependencies = [ 3651 "quote", 3652 "wasm-bindgen-macro-support", 3653] 3654 3655[[package]] 3656name = "wasm-bindgen-macro-support" 3657version = "0.2.84" 3658source = "registry+https://github.com/rust-lang/crates.io-index" 3659checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 3660dependencies = [ 3661 "proc-macro2", 3662 "quote", 3663 "syn 1.0.109", 3664 "wasm-bindgen-backend", 3665 "wasm-bindgen-shared", 3666] 3667 3668[[package]] 3669name = "wasm-bindgen-shared" 3670version = "0.2.84" 3671source = "registry+https://github.com/rust-lang/crates.io-index" 3672checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 3673 3674[[package]] 3675name = "wayland-client" 3676version = "0.29.5" 3677source = "registry+https://github.com/rust-lang/crates.io-index" 3678checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 3679dependencies = [ 3680 "bitflags 1.3.2", 3681 "downcast-rs", 3682 "libc", 3683 "nix 0.24.3", 3684 "scoped-tls", 3685 "wayland-commons", 3686 "wayland-scanner", 3687 "wayland-sys 0.29.5", 3688] 3689 3690[[package]] 3691name = "wayland-commons" 3692version = "0.29.5" 3693source = "registry+https://github.com/rust-lang/crates.io-index" 3694checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 3695dependencies = [ 3696 "nix 0.24.3", 3697 "once_cell", 3698 "smallvec", 3699 "wayland-sys 0.29.5", 3700] 3701 3702[[package]] 3703name = "wayland-cursor" 3704version = "0.29.5" 3705source = "registry+https://github.com/rust-lang/crates.io-index" 3706checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 3707dependencies = [ 3708 "nix 0.24.3", 3709 "wayland-client", 3710 "xcursor", 3711] 3712 3713[[package]] 3714name = "wayland-protocols" 3715version = "0.29.5" 3716source = "registry+https://github.com/rust-lang/crates.io-index" 3717checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 3718dependencies = [ 3719 "bitflags 1.3.2", 3720 "wayland-client", 3721 "wayland-commons", 3722 "wayland-scanner", 3723] 3724 3725[[package]] 3726name = "wayland-scanner" 3727version = "0.29.5" 3728source = "registry+https://github.com/rust-lang/crates.io-index" 3729checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 3730dependencies = [ 3731 "proc-macro2", 3732 "quote", 3733 "xml-rs", 3734] 3735 3736[[package]] 3737name = "wayland-sys" 3738version = "0.29.5" 3739source = "registry+https://github.com/rust-lang/crates.io-index" 3740checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 3741dependencies = [ 3742 "dlib", 3743 "lazy_static", 3744 "pkg-config", 3745] 3746 3747[[package]] 3748name = "wayland-sys" 3749version = "0.30.1" 3750source = "registry+https://github.com/rust-lang/crates.io-index" 3751checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06" 3752dependencies = [ 3753 "dlib", 3754 "lazy_static", 3755 "log", 3756 "pkg-config", 3757] 3758 3759[[package]] 3760name = "web-sys" 3761version = "0.3.61" 3762source = "registry+https://github.com/rust-lang/crates.io-index" 3763checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 3764dependencies = [ 3765 "js-sys", 3766 "wasm-bindgen", 3767] 3768 3769[[package]] 3770name = "webbrowser" 3771version = "0.8.11" 3772source = "registry+https://github.com/rust-lang/crates.io-index" 3773checksum = "b2c79b77f525a2d670cb40619d7d9c673d09e0666f72c591ebd7861f84a87e57" 3774dependencies = [ 3775 "core-foundation", 3776 "home", 3777 "jni", 3778 "log", 3779 "ndk-context", 3780 "objc", 3781 "raw-window-handle", 3782 "url", 3783 "web-sys", 3784] 3785 3786[[package]] 3787name = "weezl" 3788version = "0.1.7" 3789source = "registry+https://github.com/rust-lang/crates.io-index" 3790checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 3791 3792[[package]] 3793name = "winapi" 3794version = "0.3.9" 3795source = "registry+https://github.com/rust-lang/crates.io-index" 3796checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3797dependencies = [ 3798 "winapi-i686-pc-windows-gnu", 3799 "winapi-x86_64-pc-windows-gnu", 3800] 3801 3802[[package]] 3803name = "winapi-i686-pc-windows-gnu" 3804version = "0.4.0" 3805source = "registry+https://github.com/rust-lang/crates.io-index" 3806checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3807 3808[[package]] 3809name = "winapi-util" 3810version = "0.1.5" 3811source = "registry+https://github.com/rust-lang/crates.io-index" 3812checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 3813dependencies = [ 3814 "winapi", 3815] 3816 3817[[package]] 3818name = "winapi-wsapoll" 3819version = "0.1.1" 3820source = "registry+https://github.com/rust-lang/crates.io-index" 3821checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e" 3822dependencies = [ 3823 "winapi", 3824] 3825 3826[[package]] 3827name = "winapi-x86_64-pc-windows-gnu" 3828version = "0.4.0" 3829source = "registry+https://github.com/rust-lang/crates.io-index" 3830checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3831 3832[[package]] 3833name = "windows" 3834version = "0.39.0" 3835source = "registry+https://github.com/rust-lang/crates.io-index" 3836checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a" 3837dependencies = [ 3838 "windows_aarch64_msvc 0.39.0", 3839 "windows_i686_gnu 0.39.0", 3840 "windows_i686_msvc 0.39.0", 3841 "windows_x86_64_gnu 0.39.0", 3842 "windows_x86_64_msvc 0.39.0", 3843] 3844 3845[[package]] 3846name = "windows" 3847version = "0.44.0" 3848source = "registry+https://github.com/rust-lang/crates.io-index" 3849checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 3850dependencies = [ 3851 "windows-implement", 3852 "windows-interface", 3853 "windows-targets 0.42.2", 3854] 3855 3856[[package]] 3857name = "windows" 3858version = "0.48.0" 3859source = "registry+https://github.com/rust-lang/crates.io-index" 3860checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 3861dependencies = [ 3862 "windows-targets 0.48.5", 3863] 3864 3865[[package]] 3866name = "windows-implement" 3867version = "0.44.0" 3868source = "registry+https://github.com/rust-lang/crates.io-index" 3869checksum = "6ce87ca8e3417b02dc2a8a22769306658670ec92d78f1bd420d6310a67c245c6" 3870dependencies = [ 3871 "proc-macro2", 3872 "quote", 3873 "syn 1.0.109", 3874] 3875 3876[[package]] 3877name = "windows-interface" 3878version = "0.44.0" 3879source = "registry+https://github.com/rust-lang/crates.io-index" 3880checksum = "853f69a591ecd4f810d29f17e902d40e349fb05b0b11fff63b08b826bfe39c7f" 3881dependencies = [ 3882 "proc-macro2", 3883 "quote", 3884 "syn 1.0.109", 3885] 3886 3887[[package]] 3888name = "windows-sys" 3889version = "0.45.0" 3890source = "registry+https://github.com/rust-lang/crates.io-index" 3891checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3892dependencies = [ 3893 "windows-targets 0.42.2", 3894] 3895 3896[[package]] 3897name = "windows-sys" 3898version = "0.48.0" 3899source = "registry+https://github.com/rust-lang/crates.io-index" 3900checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3901dependencies = [ 3902 "windows-targets 0.48.5", 3903] 3904 3905[[package]] 3906name = "windows-targets" 3907version = "0.42.2" 3908source = "registry+https://github.com/rust-lang/crates.io-index" 3909checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 3910dependencies = [ 3911 "windows_aarch64_gnullvm 0.42.2", 3912 "windows_aarch64_msvc 0.42.2", 3913 "windows_i686_gnu 0.42.2", 3914 "windows_i686_msvc 0.42.2", 3915 "windows_x86_64_gnu 0.42.2", 3916 "windows_x86_64_gnullvm 0.42.2", 3917 "windows_x86_64_msvc 0.42.2", 3918] 3919 3920[[package]] 3921name = "windows-targets" 3922version = "0.48.5" 3923source = "registry+https://github.com/rust-lang/crates.io-index" 3924checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3925dependencies = [ 3926 "windows_aarch64_gnullvm 0.48.5", 3927 "windows_aarch64_msvc 0.48.5", 3928 "windows_i686_gnu 0.48.5", 3929 "windows_i686_msvc 0.48.5", 3930 "windows_x86_64_gnu 0.48.5", 3931 "windows_x86_64_gnullvm 0.48.5", 3932 "windows_x86_64_msvc 0.48.5", 3933] 3934 3935[[package]] 3936name = "windows_aarch64_gnullvm" 3937version = "0.42.2" 3938source = "registry+https://github.com/rust-lang/crates.io-index" 3939checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 3940 3941[[package]] 3942name = "windows_aarch64_gnullvm" 3943version = "0.48.5" 3944source = "registry+https://github.com/rust-lang/crates.io-index" 3945checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3946 3947[[package]] 3948name = "windows_aarch64_msvc" 3949version = "0.39.0" 3950source = "registry+https://github.com/rust-lang/crates.io-index" 3951checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2" 3952 3953[[package]] 3954name = "windows_aarch64_msvc" 3955version = "0.42.2" 3956source = "registry+https://github.com/rust-lang/crates.io-index" 3957checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 3958 3959[[package]] 3960name = "windows_aarch64_msvc" 3961version = "0.48.5" 3962source = "registry+https://github.com/rust-lang/crates.io-index" 3963checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3964 3965[[package]] 3966name = "windows_i686_gnu" 3967version = "0.39.0" 3968source = "registry+https://github.com/rust-lang/crates.io-index" 3969checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b" 3970 3971[[package]] 3972name = "windows_i686_gnu" 3973version = "0.42.2" 3974source = "registry+https://github.com/rust-lang/crates.io-index" 3975checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 3976 3977[[package]] 3978name = "windows_i686_gnu" 3979version = "0.48.5" 3980source = "registry+https://github.com/rust-lang/crates.io-index" 3981checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3982 3983[[package]] 3984name = "windows_i686_msvc" 3985version = "0.39.0" 3986source = "registry+https://github.com/rust-lang/crates.io-index" 3987checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106" 3988 3989[[package]] 3990name = "windows_i686_msvc" 3991version = "0.42.2" 3992source = "registry+https://github.com/rust-lang/crates.io-index" 3993checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 3994 3995[[package]] 3996name = "windows_i686_msvc" 3997version = "0.48.5" 3998source = "registry+https://github.com/rust-lang/crates.io-index" 3999checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4000 4001[[package]] 4002name = "windows_x86_64_gnu" 4003version = "0.39.0" 4004source = "registry+https://github.com/rust-lang/crates.io-index" 4005checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65" 4006 4007[[package]] 4008name = "windows_x86_64_gnu" 4009version = "0.42.2" 4010source = "registry+https://github.com/rust-lang/crates.io-index" 4011checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4012 4013[[package]] 4014name = "windows_x86_64_gnu" 4015version = "0.48.5" 4016source = "registry+https://github.com/rust-lang/crates.io-index" 4017checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4018 4019[[package]] 4020name = "windows_x86_64_gnullvm" 4021version = "0.42.2" 4022source = "registry+https://github.com/rust-lang/crates.io-index" 4023checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4024 4025[[package]] 4026name = "windows_x86_64_gnullvm" 4027version = "0.48.5" 4028source = "registry+https://github.com/rust-lang/crates.io-index" 4029checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4030 4031[[package]] 4032name = "windows_x86_64_msvc" 4033version = "0.39.0" 4034source = "registry+https://github.com/rust-lang/crates.io-index" 4035checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809" 4036 4037[[package]] 4038name = "windows_x86_64_msvc" 4039version = "0.42.2" 4040source = "registry+https://github.com/rust-lang/crates.io-index" 4041checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4042 4043[[package]] 4044name = "windows_x86_64_msvc" 4045version = "0.48.5" 4046source = "registry+https://github.com/rust-lang/crates.io-index" 4047checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4048 4049[[package]] 4050name = "winit" 4051version = "0.28.6" 4052source = "registry+https://github.com/rust-lang/crates.io-index" 4053checksum = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196" 4054dependencies = [ 4055 "android-activity", 4056 "bitflags 1.3.2", 4057 "cfg_aliases", 4058 "core-foundation", 4059 "core-graphics", 4060 "dispatch", 4061 "instant", 4062 "libc", 4063 "log", 4064 "mio", 4065 "ndk", 4066 "objc2", 4067 "once_cell", 4068 "orbclient", 4069 "percent-encoding", 4070 "raw-window-handle", 4071 "redox_syscall 0.3.5", 4072 "sctk-adwaita", 4073 "smithay-client-toolkit", 4074 "wasm-bindgen", 4075 "wayland-client", 4076 "wayland-commons", 4077 "wayland-protocols", 4078 "wayland-scanner", 4079 "web-sys", 4080 "windows-sys 0.45.0", 4081 "x11-dl", 4082] 4083 4084[[package]] 4085name = "winnow" 4086version = "0.5.15" 4087source = "registry+https://github.com/rust-lang/crates.io-index" 4088checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" 4089dependencies = [ 4090 "memchr", 4091] 4092 4093[[package]] 4094name = "x11-dl" 4095version = "2.21.0" 4096source = "registry+https://github.com/rust-lang/crates.io-index" 4097checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 4098dependencies = [ 4099 "libc", 4100 "once_cell", 4101 "pkg-config", 4102] 4103 4104[[package]] 4105name = "x11rb" 4106version = "0.10.1" 4107source = "registry+https://github.com/rust-lang/crates.io-index" 4108checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507" 4109dependencies = [ 4110 "gethostname", 4111 "nix 0.24.3", 4112 "winapi", 4113 "winapi-wsapoll", 4114 "x11rb-protocol", 4115] 4116 4117[[package]] 4118name = "x11rb-protocol" 4119version = "0.10.0" 4120source = "registry+https://github.com/rust-lang/crates.io-index" 4121checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67" 4122dependencies = [ 4123 "nix 0.24.3", 4124] 4125 4126[[package]] 4127name = "xcursor" 4128version = "0.3.4" 4129source = "registry+https://github.com/rust-lang/crates.io-index" 4130checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" 4131dependencies = [ 4132 "nom", 4133] 4134 4135[[package]] 4136name = "xdg-home" 4137version = "1.0.0" 4138source = "registry+https://github.com/rust-lang/crates.io-index" 4139checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd" 4140dependencies = [ 4141 "nix 0.26.2", 4142 "winapi", 4143] 4144 4145[[package]] 4146name = "xml-rs" 4147version = "0.8.16" 4148source = "registry+https://github.com/rust-lang/crates.io-index" 4149checksum = "47430998a7b5d499ccee752b41567bc3afc57e1327dc855b1a2aa44ce29b5fa1" 4150 4151[[package]] 4152name = "zbus" 4153version = "3.14.1" 4154source = "registry+https://github.com/rust-lang/crates.io-index" 4155checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948" 4156dependencies = [ 4157 "async-broadcast", 4158 "async-executor", 4159 "async-fs", 4160 "async-io", 4161 "async-lock", 4162 "async-process", 4163 "async-recursion", 4164 "async-task", 4165 "async-trait", 4166 "blocking", 4167 "byteorder", 4168 "derivative", 4169 "enumflags2", 4170 "event-listener", 4171 "futures-core", 4172 "futures-sink", 4173 "futures-util", 4174 "hex", 4175 "nix 0.26.2", 4176 "once_cell", 4177 "ordered-stream", 4178 "rand", 4179 "serde", 4180 "serde_repr", 4181 "sha1", 4182 "static_assertions", 4183 "tracing", 4184 "uds_windows", 4185 "winapi", 4186 "xdg-home", 4187 "zbus_macros", 4188 "zbus_names", 4189 "zvariant", 4190] 4191 4192[[package]] 4193name = "zbus_macros" 4194version = "3.14.1" 4195source = "registry+https://github.com/rust-lang/crates.io-index" 4196checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d" 4197dependencies = [ 4198 "proc-macro-crate", 4199 "proc-macro2", 4200 "quote", 4201 "regex", 4202 "syn 1.0.109", 4203 "zvariant_utils", 4204] 4205 4206[[package]] 4207name = "zbus_names" 4208version = "2.6.0" 4209source = "registry+https://github.com/rust-lang/crates.io-index" 4210checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9" 4211dependencies = [ 4212 "serde", 4213 "static_assertions", 4214 "zvariant", 4215] 4216 4217[[package]] 4218name = "zvariant" 4219version = "3.15.0" 4220source = "registry+https://github.com/rust-lang/crates.io-index" 4221checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c" 4222dependencies = [ 4223 "byteorder", 4224 "enumflags2", 4225 "libc", 4226 "serde", 4227 "static_assertions", 4228 "zvariant_derive", 4229] 4230 4231[[package]] 4232name = "zvariant_derive" 4233version = "3.15.0" 4234source = "registry+https://github.com/rust-lang/crates.io-index" 4235checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd" 4236dependencies = [ 4237 "proc-macro-crate", 4238 "proc-macro2", 4239 "quote", 4240 "syn 1.0.109", 4241 "zvariant_utils", 4242] 4243 4244[[package]] 4245name = "zvariant_utils" 4246version = "1.0.1" 4247source = "registry+https://github.com/rust-lang/crates.io-index" 4248checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" 4249dependencies = [ 4250 "proc-macro2", 4251 "quote", 4252 "syn 1.0.109", 4253]