@@ -79,6 +79,154 @@ version = "1.0.1" |
| 79 | 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | 80 | checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" |
| 81 | 81 | |
| 82 | +[[package]] |
| 83 | +name = "async-broadcast" |
| 84 | +version = "0.7.2" |
| 85 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | +checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| 87 | +dependencies = [ |
| 88 | + "event-listener", |
| 89 | + "event-listener-strategy", |
| 90 | + "futures-core", |
| 91 | + "pin-project-lite", |
| 92 | +] |
| 93 | + |
| 94 | +[[package]] |
| 95 | +name = "async-channel" |
| 96 | +version = "2.5.0" |
| 97 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | +checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| 99 | +dependencies = [ |
| 100 | + "concurrent-queue", |
| 101 | + "event-listener-strategy", |
| 102 | + "futures-core", |
| 103 | + "pin-project-lite", |
| 104 | +] |
| 105 | + |
| 106 | +[[package]] |
| 107 | +name = "async-executor" |
| 108 | +version = "1.13.3" |
| 109 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | +checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" |
| 111 | +dependencies = [ |
| 112 | + "async-task", |
| 113 | + "concurrent-queue", |
| 114 | + "fastrand", |
| 115 | + "futures-lite", |
| 116 | + "pin-project-lite", |
| 117 | + "slab", |
| 118 | +] |
| 119 | + |
| 120 | +[[package]] |
| 121 | +name = "async-fs" |
| 122 | +version = "2.2.0" |
| 123 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 124 | +checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" |
| 125 | +dependencies = [ |
| 126 | + "async-lock", |
| 127 | + "blocking", |
| 128 | + "futures-lite", |
| 129 | +] |
| 130 | + |
| 131 | +[[package]] |
| 132 | +name = "async-io" |
| 133 | +version = "2.6.0" |
| 134 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 135 | +checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| 136 | +dependencies = [ |
| 137 | + "autocfg", |
| 138 | + "cfg-if", |
| 139 | + "concurrent-queue", |
| 140 | + "futures-io", |
| 141 | + "futures-lite", |
| 142 | + "parking", |
| 143 | + "polling", |
| 144 | + "rustix", |
| 145 | + "slab", |
| 146 | + "windows-sys 0.61.2", |
| 147 | +] |
| 148 | + |
| 149 | +[[package]] |
| 150 | +name = "async-lock" |
| 151 | +version = "3.4.2" |
| 152 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 153 | +checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| 154 | +dependencies = [ |
| 155 | + "event-listener", |
| 156 | + "event-listener-strategy", |
| 157 | + "pin-project-lite", |
| 158 | +] |
| 159 | + |
| 160 | +[[package]] |
| 161 | +name = "async-process" |
| 162 | +version = "2.5.0" |
| 163 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 164 | +checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" |
| 165 | +dependencies = [ |
| 166 | + "async-channel", |
| 167 | + "async-io", |
| 168 | + "async-lock", |
| 169 | + "async-signal", |
| 170 | + "async-task", |
| 171 | + "blocking", |
| 172 | + "cfg-if", |
| 173 | + "event-listener", |
| 174 | + "futures-lite", |
| 175 | + "rustix", |
| 176 | +] |
| 177 | + |
| 178 | +[[package]] |
| 179 | +name = "async-recursion" |
| 180 | +version = "1.1.1" |
| 181 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 182 | +checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| 183 | +dependencies = [ |
| 184 | + "proc-macro2", |
| 185 | + "quote", |
| 186 | + "syn 2.0.114", |
| 187 | +] |
| 188 | + |
| 189 | +[[package]] |
| 190 | +name = "async-signal" |
| 191 | +version = "0.2.13" |
| 192 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 193 | +checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" |
| 194 | +dependencies = [ |
| 195 | + "async-io", |
| 196 | + "async-lock", |
| 197 | + "atomic-waker", |
| 198 | + "cfg-if", |
| 199 | + "futures-core", |
| 200 | + "futures-io", |
| 201 | + "rustix", |
| 202 | + "signal-hook-registry", |
| 203 | + "slab", |
| 204 | + "windows-sys 0.61.2", |
| 205 | +] |
| 206 | + |
| 207 | +[[package]] |
| 208 | +name = "async-task" |
| 209 | +version = "4.7.1" |
| 210 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 211 | +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| 212 | + |
| 213 | +[[package]] |
| 214 | +name = "async-trait" |
| 215 | +version = "0.1.89" |
| 216 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 217 | +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 218 | +dependencies = [ |
| 219 | + "proc-macro2", |
| 220 | + "quote", |
| 221 | + "syn 2.0.114", |
| 222 | +] |
| 223 | + |
| 224 | +[[package]] |
| 225 | +name = "atomic-waker" |
| 226 | +version = "1.1.2" |
| 227 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 228 | +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 229 | + |
| 82 | 230 | [[package]] |
| 83 | 231 | name = "autocfg" |
| 84 | 232 | version = "1.5.0" |
@@ -123,6 +271,28 @@ version = "2.10.0" |
| 123 | 271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 124 | 272 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 125 | 273 | |
| 274 | +[[package]] |
| 275 | +name = "block-buffer" |
| 276 | +version = "0.10.4" |
| 277 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 278 | +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 279 | +dependencies = [ |
| 280 | + "generic-array", |
| 281 | +] |
| 282 | + |
| 283 | +[[package]] |
| 284 | +name = "blocking" |
| 285 | +version = "1.6.2" |
| 286 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 287 | +checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| 288 | +dependencies = [ |
| 289 | + "async-channel", |
| 290 | + "async-task", |
| 291 | + "futures-io", |
| 292 | + "futures-lite", |
| 293 | + "piper", |
| 294 | +] |
| 295 | + |
| 126 | 296 | [[package]] |
| 127 | 297 | name = "bytemuck" |
| 128 | 298 | version = "1.24.0" |
@@ -191,6 +361,12 @@ version = "1.0.4" |
| 191 | 361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 192 | 362 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 193 | 363 | |
| 364 | +[[package]] |
| 365 | +name = "cfg_aliases" |
| 366 | +version = "0.2.1" |
| 367 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 368 | +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 369 | + |
| 194 | 370 | [[package]] |
| 195 | 371 | name = "clang-sys" |
| 196 | 372 | version = "1.8.1" |
@@ -253,6 +429,24 @@ version = "1.0.4" |
| 253 | 429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 254 | 430 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 255 | 431 | |
| 432 | +[[package]] |
| 433 | +name = "concurrent-queue" |
| 434 | +version = "2.5.0" |
| 435 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 436 | +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 437 | +dependencies = [ |
| 438 | + "crossbeam-utils", |
| 439 | +] |
| 440 | + |
| 441 | +[[package]] |
| 442 | +name = "cpufeatures" |
| 443 | +version = "0.2.17" |
| 444 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 445 | +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 446 | +dependencies = [ |
| 447 | + "libc", |
| 448 | +] |
| 449 | + |
| 256 | 450 | [[package]] |
| 257 | 451 | name = "crc32fast" |
| 258 | 452 | version = "1.5.0" |
@@ -293,6 +487,26 @@ version = "0.2.4" |
| 293 | 487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 294 | 488 | checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 295 | 489 | |
| 490 | +[[package]] |
| 491 | +name = "crypto-common" |
| 492 | +version = "0.1.7" |
| 493 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 494 | +checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 495 | +dependencies = [ |
| 496 | + "generic-array", |
| 497 | + "typenum", |
| 498 | +] |
| 499 | + |
| 500 | +[[package]] |
| 501 | +name = "digest" |
| 502 | +version = "0.10.7" |
| 503 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 504 | +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 505 | +dependencies = [ |
| 506 | + "block-buffer", |
| 507 | + "crypto-common", |
| 508 | +] |
| 509 | + |
| 296 | 510 | [[package]] |
| 297 | 511 | name = "dirs" |
| 298 | 512 | version = "6.0.0" |
@@ -320,6 +534,12 @@ version = "1.15.0" |
| 320 | 534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 321 | 535 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 322 | 536 | |
| 537 | +[[package]] |
| 538 | +name = "endi" |
| 539 | +version = "1.1.1" |
| 540 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 541 | +checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" |
| 542 | + |
| 323 | 543 | [[package]] |
| 324 | 544 | name = "enum-repr" |
| 325 | 545 | version = "0.2.6" |
@@ -331,6 +551,27 @@ dependencies = [ |
| 331 | 551 | "syn 1.0.109", |
| 332 | 552 | ] |
| 333 | 553 | |
| 554 | +[[package]] |
| 555 | +name = "enumflags2" |
| 556 | +version = "0.7.12" |
| 557 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 558 | +checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| 559 | +dependencies = [ |
| 560 | + "enumflags2_derive", |
| 561 | + "serde", |
| 562 | +] |
| 563 | + |
| 564 | +[[package]] |
| 565 | +name = "enumflags2_derive" |
| 566 | +version = "0.7.12" |
| 567 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 568 | +checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| 569 | +dependencies = [ |
| 570 | + "proc-macro2", |
| 571 | + "quote", |
| 572 | + "syn 2.0.114", |
| 573 | +] |
| 574 | + |
| 334 | 575 | [[package]] |
| 335 | 576 | name = "equivalent" |
| 336 | 577 | version = "1.0.2" |
@@ -347,6 +588,27 @@ dependencies = [ |
| 347 | 588 | "windows-sys 0.61.2", |
| 348 | 589 | ] |
| 349 | 590 | |
| 591 | +[[package]] |
| 592 | +name = "event-listener" |
| 593 | +version = "5.4.1" |
| 594 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 595 | +checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 596 | +dependencies = [ |
| 597 | + "concurrent-queue", |
| 598 | + "parking", |
| 599 | + "pin-project-lite", |
| 600 | +] |
| 601 | + |
| 602 | +[[package]] |
| 603 | +name = "event-listener-strategy" |
| 604 | +version = "0.5.4" |
| 605 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 606 | +checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 607 | +dependencies = [ |
| 608 | + "event-listener", |
| 609 | + "pin-project-lite", |
| 610 | +] |
| 611 | + |
| 350 | 612 | [[package]] |
| 351 | 613 | name = "exr" |
| 352 | 614 | version = "1.74.0" |
@@ -362,6 +624,12 @@ dependencies = [ |
| 362 | 624 | "zune-inflate", |
| 363 | 625 | ] |
| 364 | 626 | |
| 627 | +[[package]] |
| 628 | +name = "fastrand" |
| 629 | +version = "2.3.0" |
| 630 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 631 | +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 632 | + |
| 365 | 633 | [[package]] |
| 366 | 634 | name = "fdeflate" |
| 367 | 635 | version = "0.3.7" |
@@ -413,6 +681,19 @@ version = "0.3.31" |
| 413 | 681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 414 | 682 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| 415 | 683 | |
| 684 | +[[package]] |
| 685 | +name = "futures-lite" |
| 686 | +version = "2.6.1" |
| 687 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 688 | +checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| 689 | +dependencies = [ |
| 690 | + "fastrand", |
| 691 | + "futures-core", |
| 692 | + "futures-io", |
| 693 | + "parking", |
| 694 | + "pin-project-lite", |
| 695 | +] |
| 696 | + |
| 416 | 697 | [[package]] |
| 417 | 698 | name = "futures-macro" |
| 418 | 699 | version = "0.3.31" |
@@ -424,6 +705,12 @@ dependencies = [ |
| 424 | 705 | "syn 2.0.114", |
| 425 | 706 | ] |
| 426 | 707 | |
| 708 | +[[package]] |
| 709 | +name = "futures-sink" |
| 710 | +version = "0.3.31" |
| 711 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 712 | +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| 713 | + |
| 427 | 714 | [[package]] |
| 428 | 715 | name = "futures-task" |
| 429 | 716 | version = "0.3.31" |
@@ -437,8 +724,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 437 | 724 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 438 | 725 | dependencies = [ |
| 439 | 726 | "futures-core", |
| 727 | + "futures-io", |
| 440 | 728 | "futures-macro", |
| 729 | + "futures-sink", |
| 441 | 730 | "futures-task", |
| 731 | + "memchr", |
| 442 | 732 | "pin-project-lite", |
| 443 | 733 | "pin-utils", |
| 444 | 734 | "slab", |
@@ -452,7 +742,7 @@ dependencies = [ |
| 452 | 742 | "cairo-rs", |
| 453 | 743 | "gardm-ipc", |
| 454 | 744 | "image", |
| 455 | | - "nix", |
| 745 | + "nix 0.27.1", |
| 456 | 746 | "pango", |
| 457 | 747 | "pangocairo", |
| 458 | 748 | "rpassword 7.4.0", |
@@ -485,7 +775,7 @@ dependencies = [ |
| 485 | 775 | "clap", |
| 486 | 776 | "gardm-ipc", |
| 487 | 777 | "libc", |
| 488 | | - "nix", |
| 778 | + "nix 0.27.1", |
| 489 | 779 | "pam-client", |
| 490 | 780 | "sd-notify", |
| 491 | 781 | "serde", |
@@ -496,6 +786,17 @@ dependencies = [ |
| 496 | 786 | "tracing", |
| 497 | 787 | "tracing-subscriber", |
| 498 | 788 | "x11rb", |
| 789 | + "zbus", |
| 790 | +] |
| 791 | + |
| 792 | +[[package]] |
| 793 | +name = "generic-array" |
| 794 | +version = "0.14.7" |
| 795 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 796 | +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 797 | +dependencies = [ |
| 798 | + "typenum", |
| 799 | + "version_check", |
| 499 | 800 | ] |
| 500 | 801 | |
| 501 | 802 | [[package]] |
@@ -519,6 +820,18 @@ dependencies = [ |
| 519 | 820 | "wasi", |
| 520 | 821 | ] |
| 521 | 822 | |
| 823 | +[[package]] |
| 824 | +name = "getrandom" |
| 825 | +version = "0.3.4" |
| 826 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 827 | +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 828 | +dependencies = [ |
| 829 | + "cfg-if", |
| 830 | + "libc", |
| 831 | + "r-efi", |
| 832 | + "wasip2", |
| 833 | +] |
| 834 | + |
| 522 | 835 | [[package]] |
| 523 | 836 | name = "gif" |
| 524 | 837 | version = "0.13.3" |
@@ -591,7 +904,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 591 | 904 | checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" |
| 592 | 905 | dependencies = [ |
| 593 | 906 | "heck 0.4.1", |
| 594 | | - "proc-macro-crate", |
| 907 | + "proc-macro-crate 2.0.2", |
| 595 | 908 | "proc-macro-error", |
| 596 | 909 | "proc-macro2", |
| 597 | 910 | "quote", |
@@ -654,6 +967,18 @@ version = "0.5.0" |
| 654 | 967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 655 | 968 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 656 | 969 | |
| 970 | +[[package]] |
| 971 | +name = "hermit-abi" |
| 972 | +version = "0.5.2" |
| 973 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 974 | +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 975 | + |
| 976 | +[[package]] |
| 977 | +name = "hex" |
| 978 | +version = "0.4.3" |
| 979 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 980 | +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 981 | + |
| 657 | 982 | [[package]] |
| 658 | 983 | name = "image" |
| 659 | 984 | version = "0.24.9" |
@@ -782,6 +1107,15 @@ version = "2.7.6" |
| 782 | 1107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 783 | 1108 | checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| 784 | 1109 | |
| 1110 | +[[package]] |
| 1111 | +name = "memoffset" |
| 1112 | +version = "0.9.1" |
| 1113 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1114 | +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 1115 | +dependencies = [ |
| 1116 | + "autocfg", |
| 1117 | +] |
| 1118 | + |
| 785 | 1119 | [[package]] |
| 786 | 1120 | name = "minimal-lexical" |
| 787 | 1121 | version = "0.2.1" |
@@ -820,6 +1154,19 @@ dependencies = [ |
| 820 | 1154 | "libc", |
| 821 | 1155 | ] |
| 822 | 1156 | |
| 1157 | +[[package]] |
| 1158 | +name = "nix" |
| 1159 | +version = "0.29.0" |
| 1160 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1161 | +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| 1162 | +dependencies = [ |
| 1163 | + "bitflags 2.10.0", |
| 1164 | + "cfg-if", |
| 1165 | + "cfg_aliases", |
| 1166 | + "libc", |
| 1167 | + "memoffset", |
| 1168 | +] |
| 1169 | + |
| 823 | 1170 | [[package]] |
| 824 | 1171 | name = "nom" |
| 825 | 1172 | version = "7.1.3" |
@@ -866,6 +1213,16 @@ version = "0.2.0" |
| 866 | 1213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 867 | 1214 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 868 | 1215 | |
| 1216 | +[[package]] |
| 1217 | +name = "ordered-stream" |
| 1218 | +version = "0.2.0" |
| 1219 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1220 | +checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| 1221 | +dependencies = [ |
| 1222 | + "futures-core", |
| 1223 | + "pin-project-lite", |
| 1224 | +] |
| 1225 | + |
| 869 | 1226 | [[package]] |
| 870 | 1227 | name = "pam-client" |
| 871 | 1228 | version = "0.5.0" |
@@ -941,6 +1298,12 @@ dependencies = [ |
| 941 | 1298 | "system-deps", |
| 942 | 1299 | ] |
| 943 | 1300 | |
| 1301 | +[[package]] |
| 1302 | +name = "parking" |
| 1303 | +version = "2.2.1" |
| 1304 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1305 | +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 1306 | + |
| 944 | 1307 | [[package]] |
| 945 | 1308 | name = "parking_lot" |
| 946 | 1309 | version = "0.12.5" |
@@ -976,6 +1339,17 @@ version = "0.1.0" |
| 976 | 1339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 977 | 1340 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 978 | 1341 | |
| 1342 | +[[package]] |
| 1343 | +name = "piper" |
| 1344 | +version = "0.2.4" |
| 1345 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1346 | +checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" |
| 1347 | +dependencies = [ |
| 1348 | + "atomic-waker", |
| 1349 | + "fastrand", |
| 1350 | + "futures-io", |
| 1351 | +] |
| 1352 | + |
| 979 | 1353 | [[package]] |
| 980 | 1354 | name = "pkg-config" |
| 981 | 1355 | version = "0.3.32" |
@@ -995,14 +1369,46 @@ dependencies = [ |
| 995 | 1369 | "miniz_oxide", |
| 996 | 1370 | ] |
| 997 | 1371 | |
| 1372 | +[[package]] |
| 1373 | +name = "polling" |
| 1374 | +version = "3.11.0" |
| 1375 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1376 | +checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 1377 | +dependencies = [ |
| 1378 | + "cfg-if", |
| 1379 | + "concurrent-queue", |
| 1380 | + "hermit-abi", |
| 1381 | + "pin-project-lite", |
| 1382 | + "rustix", |
| 1383 | + "windows-sys 0.61.2", |
| 1384 | +] |
| 1385 | + |
| 1386 | +[[package]] |
| 1387 | +name = "ppv-lite86" |
| 1388 | +version = "0.2.21" |
| 1389 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1390 | +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 1391 | +dependencies = [ |
| 1392 | + "zerocopy", |
| 1393 | +] |
| 1394 | + |
| 998 | 1395 | [[package]] |
| 999 | 1396 | name = "proc-macro-crate" |
| 1000 | 1397 | version = "2.0.2" |
| 1001 | 1398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1002 | 1399 | checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" |
| 1003 | 1400 | dependencies = [ |
| 1004 | | - "toml_datetime", |
| 1005 | | - "toml_edit", |
| 1401 | + "toml_datetime 0.6.3", |
| 1402 | + "toml_edit 0.20.2", |
| 1403 | +] |
| 1404 | + |
| 1405 | +[[package]] |
| 1406 | +name = "proc-macro-crate" |
| 1407 | +version = "3.4.0" |
| 1408 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1409 | +checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" |
| 1410 | +dependencies = [ |
| 1411 | + "toml_edit 0.23.10+spec-1.0.0", |
| 1006 | 1412 | ] |
| 1007 | 1413 | |
| 1008 | 1414 | [[package]] |
@@ -1056,6 +1462,42 @@ dependencies = [ |
| 1056 | 1462 | "proc-macro2", |
| 1057 | 1463 | ] |
| 1058 | 1464 | |
| 1465 | +[[package]] |
| 1466 | +name = "r-efi" |
| 1467 | +version = "5.3.0" |
| 1468 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1469 | +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 1470 | + |
| 1471 | +[[package]] |
| 1472 | +name = "rand" |
| 1473 | +version = "0.8.5" |
| 1474 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1475 | +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 1476 | +dependencies = [ |
| 1477 | + "libc", |
| 1478 | + "rand_chacha", |
| 1479 | + "rand_core", |
| 1480 | +] |
| 1481 | + |
| 1482 | +[[package]] |
| 1483 | +name = "rand_chacha" |
| 1484 | +version = "0.3.1" |
| 1485 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1486 | +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 1487 | +dependencies = [ |
| 1488 | + "ppv-lite86", |
| 1489 | + "rand_core", |
| 1490 | +] |
| 1491 | + |
| 1492 | +[[package]] |
| 1493 | +name = "rand_core" |
| 1494 | +version = "0.6.4" |
| 1495 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1496 | +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 1497 | +dependencies = [ |
| 1498 | + "getrandom 0.2.17", |
| 1499 | +] |
| 1500 | + |
| 1059 | 1501 | [[package]] |
| 1060 | 1502 | name = "rayon" |
| 1061 | 1503 | version = "1.11.0" |
@@ -1091,7 +1533,7 @@ version = "0.5.2" |
| 1091 | 1533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1092 | 1534 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 1093 | 1535 | dependencies = [ |
| 1094 | | - "getrandom", |
| 1536 | + "getrandom 0.2.17", |
| 1095 | 1537 | "libredox", |
| 1096 | 1538 | "thiserror 2.0.17", |
| 1097 | 1539 | ] |
@@ -1241,6 +1683,17 @@ dependencies = [ |
| 1241 | 1683 | "zmij", |
| 1242 | 1684 | ] |
| 1243 | 1685 | |
| 1686 | +[[package]] |
| 1687 | +name = "serde_repr" |
| 1688 | +version = "0.1.20" |
| 1689 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1690 | +checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| 1691 | +dependencies = [ |
| 1692 | + "proc-macro2", |
| 1693 | + "quote", |
| 1694 | + "syn 2.0.114", |
| 1695 | +] |
| 1696 | + |
| 1244 | 1697 | [[package]] |
| 1245 | 1698 | name = "serde_spanned" |
| 1246 | 1699 | version = "0.6.9" |
@@ -1250,6 +1703,17 @@ dependencies = [ |
| 1250 | 1703 | "serde", |
| 1251 | 1704 | ] |
| 1252 | 1705 | |
| 1706 | +[[package]] |
| 1707 | +name = "sha1" |
| 1708 | +version = "0.10.6" |
| 1709 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1710 | +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 1711 | +dependencies = [ |
| 1712 | + "cfg-if", |
| 1713 | + "cpufeatures", |
| 1714 | + "digest", |
| 1715 | +] |
| 1716 | + |
| 1253 | 1717 | [[package]] |
| 1254 | 1718 | name = "sharded-slab" |
| 1255 | 1719 | version = "0.1.7" |
@@ -1312,6 +1776,12 @@ dependencies = [ |
| 1312 | 1776 | "windows-sys 0.60.2", |
| 1313 | 1777 | ] |
| 1314 | 1778 | |
| 1779 | +[[package]] |
| 1780 | +name = "static_assertions" |
| 1781 | +version = "1.1.0" |
| 1782 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1783 | +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 1784 | + |
| 1315 | 1785 | [[package]] |
| 1316 | 1786 | name = "strsim" |
| 1317 | 1787 | version = "0.11.1" |
@@ -1359,6 +1829,19 @@ version = "0.12.16" |
| 1359 | 1829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1360 | 1830 | checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" |
| 1361 | 1831 | |
| 1832 | +[[package]] |
| 1833 | +name = "tempfile" |
| 1834 | +version = "3.24.0" |
| 1835 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1836 | +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" |
| 1837 | +dependencies = [ |
| 1838 | + "fastrand", |
| 1839 | + "getrandom 0.3.4", |
| 1840 | + "once_cell", |
| 1841 | + "rustix", |
| 1842 | + "windows-sys 0.61.2", |
| 1843 | +] |
| 1844 | + |
| 1362 | 1845 | [[package]] |
| 1363 | 1846 | name = "thiserror" |
| 1364 | 1847 | version = "1.0.69" |
@@ -1455,8 +1938,8 @@ checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" |
| 1455 | 1938 | dependencies = [ |
| 1456 | 1939 | "serde", |
| 1457 | 1940 | "serde_spanned", |
| 1458 | | - "toml_datetime", |
| 1459 | | - "toml_edit", |
| 1941 | + "toml_datetime 0.6.3", |
| 1942 | + "toml_edit 0.20.2", |
| 1460 | 1943 | ] |
| 1461 | 1944 | |
| 1462 | 1945 | [[package]] |
@@ -1468,6 +1951,15 @@ dependencies = [ |
| 1468 | 1951 | "serde", |
| 1469 | 1952 | ] |
| 1470 | 1953 | |
| 1954 | +[[package]] |
| 1955 | +name = "toml_datetime" |
| 1956 | +version = "0.7.5+spec-1.1.0" |
| 1957 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1958 | +checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 1959 | +dependencies = [ |
| 1960 | + "serde_core", |
| 1961 | +] |
| 1962 | + |
| 1471 | 1963 | [[package]] |
| 1472 | 1964 | name = "toml_edit" |
| 1473 | 1965 | version = "0.20.2" |
@@ -1477,8 +1969,29 @@ dependencies = [ |
| 1477 | 1969 | "indexmap", |
| 1478 | 1970 | "serde", |
| 1479 | 1971 | "serde_spanned", |
| 1480 | | - "toml_datetime", |
| 1481 | | - "winnow", |
| 1972 | + "toml_datetime 0.6.3", |
| 1973 | + "winnow 0.5.40", |
| 1974 | +] |
| 1975 | + |
| 1976 | +[[package]] |
| 1977 | +name = "toml_edit" |
| 1978 | +version = "0.23.10+spec-1.0.0" |
| 1979 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1980 | +checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" |
| 1981 | +dependencies = [ |
| 1982 | + "indexmap", |
| 1983 | + "toml_datetime 0.7.5+spec-1.1.0", |
| 1984 | + "toml_parser", |
| 1985 | + "winnow 0.7.14", |
| 1986 | +] |
| 1987 | + |
| 1988 | +[[package]] |
| 1989 | +name = "toml_parser" |
| 1990 | +version = "1.0.6+spec-1.1.0" |
| 1991 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1992 | +checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" |
| 1993 | +dependencies = [ |
| 1994 | + "winnow 0.7.14", |
| 1482 | 1995 | ] |
| 1483 | 1996 | |
| 1484 | 1997 | [[package]] |
@@ -1542,6 +2055,23 @@ dependencies = [ |
| 1542 | 2055 | "tracing-log", |
| 1543 | 2056 | ] |
| 1544 | 2057 | |
| 2058 | +[[package]] |
| 2059 | +name = "typenum" |
| 2060 | +version = "1.19.0" |
| 2061 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2062 | +checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| 2063 | + |
| 2064 | +[[package]] |
| 2065 | +name = "uds_windows" |
| 2066 | +version = "1.1.0" |
| 2067 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2068 | +checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" |
| 2069 | +dependencies = [ |
| 2070 | + "memoffset", |
| 2071 | + "tempfile", |
| 2072 | + "winapi", |
| 2073 | +] |
| 2074 | + |
| 1545 | 2075 | [[package]] |
| 1546 | 2076 | name = "unicode-ident" |
| 1547 | 2077 | version = "1.0.22" |
@@ -1578,6 +2108,15 @@ version = "0.11.1+wasi-snapshot-preview1" |
| 1578 | 2108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1579 | 2109 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 1580 | 2110 | |
| 2111 | +[[package]] |
| 2112 | +name = "wasip2" |
| 2113 | +version = "1.0.1+wasi-0.2.4" |
| 2114 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2115 | +checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
| 2116 | +dependencies = [ |
| 2117 | + "wit-bindgen", |
| 2118 | +] |
| 2119 | + |
| 1581 | 2120 | [[package]] |
| 1582 | 2121 | name = "weezl" |
| 1583 | 2122 | version = "0.1.12" |
@@ -1786,6 +2325,21 @@ dependencies = [ |
| 1786 | 2325 | "memchr", |
| 1787 | 2326 | ] |
| 1788 | 2327 | |
| 2328 | +[[package]] |
| 2329 | +name = "winnow" |
| 2330 | +version = "0.7.14" |
| 2331 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2332 | +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 2333 | +dependencies = [ |
| 2334 | + "memchr", |
| 2335 | +] |
| 2336 | + |
| 2337 | +[[package]] |
| 2338 | +name = "wit-bindgen" |
| 2339 | +version = "0.46.0" |
| 2340 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2341 | +checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
| 2342 | + |
| 1789 | 2343 | [[package]] |
| 1790 | 2344 | name = "x11rb" |
| 1791 | 2345 | version = "0.13.2" |
@@ -1805,6 +2359,78 @@ version = "0.13.2" |
| 1805 | 2359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1806 | 2360 | checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 1807 | 2361 | |
| 2362 | +[[package]] |
| 2363 | +name = "xdg-home" |
| 2364 | +version = "1.3.0" |
| 2365 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2366 | +checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" |
| 2367 | +dependencies = [ |
| 2368 | + "libc", |
| 2369 | + "windows-sys 0.59.0", |
| 2370 | +] |
| 2371 | + |
| 2372 | +[[package]] |
| 2373 | +name = "zbus" |
| 2374 | +version = "4.4.0" |
| 2375 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2376 | +checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" |
| 2377 | +dependencies = [ |
| 2378 | + "async-broadcast", |
| 2379 | + "async-executor", |
| 2380 | + "async-fs", |
| 2381 | + "async-io", |
| 2382 | + "async-lock", |
| 2383 | + "async-process", |
| 2384 | + "async-recursion", |
| 2385 | + "async-task", |
| 2386 | + "async-trait", |
| 2387 | + "blocking", |
| 2388 | + "enumflags2", |
| 2389 | + "event-listener", |
| 2390 | + "futures-core", |
| 2391 | + "futures-sink", |
| 2392 | + "futures-util", |
| 2393 | + "hex", |
| 2394 | + "nix 0.29.0", |
| 2395 | + "ordered-stream", |
| 2396 | + "rand", |
| 2397 | + "serde", |
| 2398 | + "serde_repr", |
| 2399 | + "sha1", |
| 2400 | + "static_assertions", |
| 2401 | + "tracing", |
| 2402 | + "uds_windows", |
| 2403 | + "windows-sys 0.52.0", |
| 2404 | + "xdg-home", |
| 2405 | + "zbus_macros", |
| 2406 | + "zbus_names", |
| 2407 | + "zvariant", |
| 2408 | +] |
| 2409 | + |
| 2410 | +[[package]] |
| 2411 | +name = "zbus_macros" |
| 2412 | +version = "4.4.0" |
| 2413 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2414 | +checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" |
| 2415 | +dependencies = [ |
| 2416 | + "proc-macro-crate 3.4.0", |
| 2417 | + "proc-macro2", |
| 2418 | + "quote", |
| 2419 | + "syn 2.0.114", |
| 2420 | + "zvariant_utils", |
| 2421 | +] |
| 2422 | + |
| 2423 | +[[package]] |
| 2424 | +name = "zbus_names" |
| 2425 | +version = "3.0.0" |
| 2426 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2427 | +checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" |
| 2428 | +dependencies = [ |
| 2429 | + "serde", |
| 2430 | + "static_assertions", |
| 2431 | + "zvariant", |
| 2432 | +] |
| 2433 | + |
| 1808 | 2434 | [[package]] |
| 1809 | 2435 | name = "zerocopy" |
| 1810 | 2436 | version = "0.8.33" |
@@ -1839,3 +2465,40 @@ checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" |
| 1839 | 2465 | dependencies = [ |
| 1840 | 2466 | "simd-adler32", |
| 1841 | 2467 | ] |
| 2468 | + |
| 2469 | +[[package]] |
| 2470 | +name = "zvariant" |
| 2471 | +version = "4.2.0" |
| 2472 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2473 | +checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" |
| 2474 | +dependencies = [ |
| 2475 | + "endi", |
| 2476 | + "enumflags2", |
| 2477 | + "serde", |
| 2478 | + "static_assertions", |
| 2479 | + "zvariant_derive", |
| 2480 | +] |
| 2481 | + |
| 2482 | +[[package]] |
| 2483 | +name = "zvariant_derive" |
| 2484 | +version = "4.2.0" |
| 2485 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2486 | +checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" |
| 2487 | +dependencies = [ |
| 2488 | + "proc-macro-crate 3.4.0", |
| 2489 | + "proc-macro2", |
| 2490 | + "quote", |
| 2491 | + "syn 2.0.114", |
| 2492 | + "zvariant_utils", |
| 2493 | +] |
| 2494 | + |
| 2495 | +[[package]] |
| 2496 | +name = "zvariant_utils" |
| 2497 | +version = "2.1.0" |
| 2498 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2499 | +checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" |
| 2500 | +dependencies = [ |
| 2501 | + "proc-macro2", |
| 2502 | + "quote", |
| 2503 | + "syn 2.0.114", |
| 2504 | +] |