/ Cargo.lock
Cargo.lock
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 4 4 5 [[package]] 6 name = "ab_glyph" 7 version = "0.2.29" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0" 10 dependencies = [ 11 "ab_glyph_rasterizer", 12 "owned_ttf_parser", 13 ] 14 15 [[package]] 16 name = "ab_glyph_rasterizer" 17 version = "0.1.8" 18 source = "registry+https://github.com/rust-lang/crates.io-index" 19 checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 20 21 [[package]] 22 name = "accesskit" 23 version = "0.19.0" 24 source = "registry+https://github.com/rust-lang/crates.io-index" 25 checksum = "e25ae84c0260bdf5df07796d7cc4882460de26a2b406ec0e6c42461a723b271b" 26 27 [[package]] 28 name = "accesskit_atspi_common" 29 version = "0.12.0" 30 source = "registry+https://github.com/rust-lang/crates.io-index" 31 checksum = "29bd41de2e54451a8ca0dd95ebf45b54d349d29ebceb7f20be264eee14e3d477" 32 dependencies = [ 33 "accesskit", 34 "accesskit_consumer", 35 "atspi-common", 36 "serde", 37 "thiserror 1.0.69", 38 "zvariant 5.6.0", 39 ] 40 41 [[package]] 42 name = "accesskit_consumer" 43 version = "0.28.0" 44 source = "registry+https://github.com/rust-lang/crates.io-index" 45 checksum = "8bfae7c152994a31dc7d99b8eeac7784a919f71d1b306f4b83217e110fd3824c" 46 dependencies = [ 47 "accesskit", 48 "hashbrown", 49 ] 50 51 [[package]] 52 name = "accesskit_macos" 53 version = "0.20.0" 54 source = "registry+https://github.com/rust-lang/crates.io-index" 55 checksum = "692dd318ff8a7a0ffda67271c4bd10cf32249656f4e49390db0b26ca92b095f2" 56 dependencies = [ 57 "accesskit", 58 "accesskit_consumer", 59 "hashbrown", 60 "objc2 0.5.2", 61 "objc2-app-kit 0.2.2", 62 "objc2-foundation 0.2.2", 63 ] 64 65 [[package]] 66 name = "accesskit_unix" 67 version = "0.15.0" 68 source = "registry+https://github.com/rust-lang/crates.io-index" 69 checksum = "c5f7474c36606d0fe4f438291d667bae7042ea2760f506650ad2366926358fc8" 70 dependencies = [ 71 "accesskit", 72 "accesskit_atspi_common", 73 "async-channel", 74 "async-executor", 75 "async-task", 76 "atspi", 77 "futures-lite", 78 "futures-util", 79 "serde", 80 "zbus 5.9.0", 81 ] 82 83 [[package]] 84 name = "accesskit_windows" 85 version = "0.27.0" 86 source = "registry+https://github.com/rust-lang/crates.io-index" 87 checksum = "70a042b62c9c05bf7b616f015515c17d2813f3ba89978d6f4fc369735d60700a" 88 dependencies = [ 89 "accesskit", 90 "accesskit_consumer", 91 "hashbrown", 92 "static_assertions", 93 "windows 0.61.3", 94 "windows-core 0.61.2", 95 ] 96 97 [[package]] 98 name = "accesskit_winit" 99 version = "0.27.0" 100 source = "registry+https://github.com/rust-lang/crates.io-index" 101 checksum = "5c1f0d3d13113d8857542a4f8d1a1c24d1dc1527b77aee8426127f4901588708" 102 dependencies = [ 103 "accesskit", 104 "accesskit_macos", 105 "accesskit_unix", 106 "accesskit_windows", 107 "raw-window-handle", 108 "winit", 109 ] 110 111 [[package]] 112 name = "adler2" 113 version = "2.0.0" 114 source = "registry+https://github.com/rust-lang/crates.io-index" 115 checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 116 117 [[package]] 118 name = "aead" 119 version = "0.5.2" 120 source = "registry+https://github.com/rust-lang/crates.io-index" 121 checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 122 dependencies = [ 123 "crypto-common", 124 "generic-array", 125 ] 126 127 [[package]] 128 name = "ahash" 129 version = "0.8.12" 130 source = "registry+https://github.com/rust-lang/crates.io-index" 131 checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 132 dependencies = [ 133 "cfg-if", 134 "getrandom 0.3.3", 135 "once_cell", 136 "version_check", 137 "zerocopy", 138 ] 139 140 [[package]] 141 name = "android-activity" 142 version = "0.6.0" 143 source = "registry+https://github.com/rust-lang/crates.io-index" 144 checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" 145 dependencies = [ 146 "android-properties", 147 "bitflags 2.9.1", 148 "cc", 149 "cesu8", 150 "jni", 151 "jni-sys", 152 "libc", 153 "log", 154 "ndk", 155 "ndk-context", 156 "ndk-sys 0.6.0+11769913", 157 "num_enum", 158 "thiserror 1.0.69", 159 ] 160 161 [[package]] 162 name = "android-properties" 163 version = "0.2.2" 164 source = "registry+https://github.com/rust-lang/crates.io-index" 165 checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 166 167 [[package]] 168 name = "android_system_properties" 169 version = "0.1.5" 170 source = "registry+https://github.com/rust-lang/crates.io-index" 171 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 172 dependencies = [ 173 "libc", 174 ] 175 176 [[package]] 177 name = "arboard" 178 version = "3.5.0" 179 source = "registry+https://github.com/rust-lang/crates.io-index" 180 checksum = "c1df21f715862ede32a0c525ce2ca4d52626bb0007f8c18b87a384503ac33e70" 181 dependencies = [ 182 "clipboard-win", 183 "image", 184 "log", 185 "objc2 0.6.1", 186 "objc2-app-kit 0.3.1", 187 "objc2-core-foundation", 188 "objc2-core-graphics", 189 "objc2-foundation 0.3.1", 190 "parking_lot", 191 "percent-encoding", 192 "windows-sys 0.59.0", 193 "x11rb", 194 ] 195 196 [[package]] 197 name = "argon2-sys" 198 version = "0.1.0" 199 source = "registry+https://github.com/rust-lang/crates.io-index" 200 checksum = "190bcd1a5417d25c2fff051cd443de3c9c348094d1cb5760d28ecf88428b76a0" 201 dependencies = [ 202 "cc", 203 "libc", 204 ] 205 206 [[package]] 207 name = "arrayref" 208 version = "0.3.9" 209 source = "registry+https://github.com/rust-lang/crates.io-index" 210 checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 211 212 [[package]] 213 name = "arrayvec" 214 version = "0.7.6" 215 source = "registry+https://github.com/rust-lang/crates.io-index" 216 checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 217 218 [[package]] 219 name = "as-raw-xcb-connection" 220 version = "1.0.1" 221 source = "registry+https://github.com/rust-lang/crates.io-index" 222 checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 223 224 [[package]] 225 name = "ash" 226 version = "0.38.0+1.3.281" 227 source = "registry+https://github.com/rust-lang/crates.io-index" 228 checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 229 dependencies = [ 230 "libloading", 231 ] 232 233 [[package]] 234 name = "ashpd" 235 version = "0.8.1" 236 source = "registry+https://github.com/rust-lang/crates.io-index" 237 checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093" 238 dependencies = [ 239 "async-fs", 240 "async-net", 241 "enumflags2", 242 "futures-channel", 243 "futures-util", 244 "rand", 245 "serde", 246 "serde_repr", 247 "url", 248 "zbus 4.4.0", 249 ] 250 251 [[package]] 252 name = "async-broadcast" 253 version = "0.7.2" 254 source = "registry+https://github.com/rust-lang/crates.io-index" 255 checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 256 dependencies = [ 257 "event-listener", 258 "event-listener-strategy", 259 "futures-core", 260 "pin-project-lite", 261 ] 262 263 [[package]] 264 name = "async-channel" 265 version = "2.3.1" 266 source = "registry+https://github.com/rust-lang/crates.io-index" 267 checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 268 dependencies = [ 269 "concurrent-queue", 270 "event-listener-strategy", 271 "futures-core", 272 "pin-project-lite", 273 ] 274 275 [[package]] 276 name = "async-executor" 277 version = "1.13.2" 278 source = "registry+https://github.com/rust-lang/crates.io-index" 279 checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa" 280 dependencies = [ 281 "async-task", 282 "concurrent-queue", 283 "fastrand", 284 "futures-lite", 285 "pin-project-lite", 286 "slab", 287 ] 288 289 [[package]] 290 name = "async-fs" 291 version = "2.1.2" 292 source = "registry+https://github.com/rust-lang/crates.io-index" 293 checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" 294 dependencies = [ 295 "async-lock", 296 "blocking", 297 "futures-lite", 298 ] 299 300 [[package]] 301 name = "async-io" 302 version = "2.4.1" 303 source = "registry+https://github.com/rust-lang/crates.io-index" 304 checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3" 305 dependencies = [ 306 "async-lock", 307 "cfg-if", 308 "concurrent-queue", 309 "futures-io", 310 "futures-lite", 311 "parking", 312 "polling", 313 "rustix 1.0.7", 314 "slab", 315 "tracing", 316 "windows-sys 0.59.0", 317 ] 318 319 [[package]] 320 name = "async-lock" 321 version = "3.4.0" 322 source = "registry+https://github.com/rust-lang/crates.io-index" 323 checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 324 dependencies = [ 325 "event-listener", 326 "event-listener-strategy", 327 "pin-project-lite", 328 ] 329 330 [[package]] 331 name = "async-net" 332 version = "2.0.0" 333 source = "registry+https://github.com/rust-lang/crates.io-index" 334 checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 335 dependencies = [ 336 "async-io", 337 "blocking", 338 "futures-lite", 339 ] 340 341 [[package]] 342 name = "async-process" 343 version = "2.3.1" 344 source = "registry+https://github.com/rust-lang/crates.io-index" 345 checksum = "cde3f4e40e6021d7acffc90095cbd6dc54cb593903d1de5832f435eb274b85dc" 346 dependencies = [ 347 "async-channel", 348 "async-io", 349 "async-lock", 350 "async-signal", 351 "async-task", 352 "blocking", 353 "cfg-if", 354 "event-listener", 355 "futures-lite", 356 "rustix 1.0.7", 357 "tracing", 358 ] 359 360 [[package]] 361 name = "async-recursion" 362 version = "1.1.1" 363 source = "registry+https://github.com/rust-lang/crates.io-index" 364 checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 365 dependencies = [ 366 "proc-macro2", 367 "quote", 368 "syn", 369 ] 370 371 [[package]] 372 name = "async-signal" 373 version = "0.2.11" 374 source = "registry+https://github.com/rust-lang/crates.io-index" 375 checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d" 376 dependencies = [ 377 "async-io", 378 "async-lock", 379 "atomic-waker", 380 "cfg-if", 381 "futures-core", 382 "futures-io", 383 "rustix 1.0.7", 384 "signal-hook-registry", 385 "slab", 386 "windows-sys 0.59.0", 387 ] 388 389 [[package]] 390 name = "async-task" 391 version = "4.7.1" 392 source = "registry+https://github.com/rust-lang/crates.io-index" 393 checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 394 395 [[package]] 396 name = "async-trait" 397 version = "0.1.88" 398 source = "registry+https://github.com/rust-lang/crates.io-index" 399 checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 400 dependencies = [ 401 "proc-macro2", 402 "quote", 403 "syn", 404 ] 405 406 [[package]] 407 name = "atomic-waker" 408 version = "1.1.2" 409 source = "registry+https://github.com/rust-lang/crates.io-index" 410 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 411 412 [[package]] 413 name = "atspi" 414 version = "0.25.0" 415 source = "registry+https://github.com/rust-lang/crates.io-index" 416 checksum = "c83247582e7508838caf5f316c00791eee0e15c0bf743e6880585b867e16815c" 417 dependencies = [ 418 "atspi-common", 419 "atspi-connection", 420 "atspi-proxies", 421 ] 422 423 [[package]] 424 name = "atspi-common" 425 version = "0.9.0" 426 source = "registry+https://github.com/rust-lang/crates.io-index" 427 checksum = "33dfc05e7cdf90988a197803bf24f5788f94f7c94a69efa95683e8ffe76cfdfb" 428 dependencies = [ 429 "enumflags2", 430 "serde", 431 "static_assertions", 432 "zbus 5.9.0", 433 "zbus-lockstep", 434 "zbus-lockstep-macros", 435 "zbus_names 4.2.0", 436 "zvariant 5.6.0", 437 ] 438 439 [[package]] 440 name = "atspi-connection" 441 version = "0.9.0" 442 source = "registry+https://github.com/rust-lang/crates.io-index" 443 checksum = "4193d51303d8332304056ae0004714256b46b6635a5c556109b319c0d3784938" 444 dependencies = [ 445 "atspi-common", 446 "atspi-proxies", 447 "futures-lite", 448 "zbus 5.9.0", 449 ] 450 451 [[package]] 452 name = "atspi-proxies" 453 version = "0.9.0" 454 source = "registry+https://github.com/rust-lang/crates.io-index" 455 checksum = "d2eebcb9e7e76f26d0bcfd6f0295e1cd1e6f33bedbc5698a971db8dc43d7751c" 456 dependencies = [ 457 "atspi-common", 458 "serde", 459 "zbus 5.9.0", 460 ] 461 462 [[package]] 463 name = "autocfg" 464 version = "1.4.0" 465 source = "registry+https://github.com/rust-lang/crates.io-index" 466 checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 467 468 [[package]] 469 name = "bincode" 470 version = "2.0.1" 471 source = "registry+https://github.com/rust-lang/crates.io-index" 472 checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740" 473 dependencies = [ 474 "bincode_derive", 475 "serde", 476 "unty", 477 ] 478 479 [[package]] 480 name = "bincode_derive" 481 version = "2.0.1" 482 source = "registry+https://github.com/rust-lang/crates.io-index" 483 checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09" 484 dependencies = [ 485 "virtue", 486 ] 487 488 [[package]] 489 name = "bit-set" 490 version = "0.8.0" 491 source = "registry+https://github.com/rust-lang/crates.io-index" 492 checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 493 dependencies = [ 494 "bit-vec", 495 ] 496 497 [[package]] 498 name = "bit-vec" 499 version = "0.8.0" 500 source = "registry+https://github.com/rust-lang/crates.io-index" 501 checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 502 503 [[package]] 504 name = "bitflags" 505 version = "1.3.2" 506 source = "registry+https://github.com/rust-lang/crates.io-index" 507 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 508 509 [[package]] 510 name = "bitflags" 511 version = "2.9.1" 512 source = "registry+https://github.com/rust-lang/crates.io-index" 513 checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 514 dependencies = [ 515 "serde", 516 ] 517 518 [[package]] 519 name = "block" 520 version = "0.1.6" 521 source = "registry+https://github.com/rust-lang/crates.io-index" 522 checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 523 524 [[package]] 525 name = "block-buffer" 526 version = "0.10.4" 527 source = "registry+https://github.com/rust-lang/crates.io-index" 528 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 529 dependencies = [ 530 "generic-array", 531 ] 532 533 [[package]] 534 name = "block2" 535 version = "0.5.1" 536 source = "registry+https://github.com/rust-lang/crates.io-index" 537 checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 538 dependencies = [ 539 "objc2 0.5.2", 540 ] 541 542 [[package]] 543 name = "blocking" 544 version = "1.6.1" 545 source = "registry+https://github.com/rust-lang/crates.io-index" 546 checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 547 dependencies = [ 548 "async-channel", 549 "async-task", 550 "futures-io", 551 "futures-lite", 552 "piper", 553 ] 554 555 [[package]] 556 name = "bumpalo" 557 version = "3.17.0" 558 source = "registry+https://github.com/rust-lang/crates.io-index" 559 checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 560 561 [[package]] 562 name = "bytemuck" 563 version = "1.23.0" 564 source = "registry+https://github.com/rust-lang/crates.io-index" 565 checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c" 566 dependencies = [ 567 "bytemuck_derive", 568 ] 569 570 [[package]] 571 name = "bytemuck_derive" 572 version = "1.9.3" 573 source = "registry+https://github.com/rust-lang/crates.io-index" 574 checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1" 575 dependencies = [ 576 "proc-macro2", 577 "quote", 578 "syn", 579 ] 580 581 [[package]] 582 name = "byteorder-lite" 583 version = "0.1.0" 584 source = "registry+https://github.com/rust-lang/crates.io-index" 585 checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 586 587 [[package]] 588 name = "bytes" 589 version = "1.10.1" 590 source = "registry+https://github.com/rust-lang/crates.io-index" 591 checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 592 593 [[package]] 594 name = "calloop" 595 version = "0.13.0" 596 source = "registry+https://github.com/rust-lang/crates.io-index" 597 checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 598 dependencies = [ 599 "bitflags 2.9.1", 600 "log", 601 "polling", 602 "rustix 0.38.44", 603 "slab", 604 "thiserror 1.0.69", 605 ] 606 607 [[package]] 608 name = "calloop-wayland-source" 609 version = "0.3.0" 610 source = "registry+https://github.com/rust-lang/crates.io-index" 611 checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 612 dependencies = [ 613 "calloop", 614 "rustix 0.38.44", 615 "wayland-backend", 616 "wayland-client", 617 ] 618 619 [[package]] 620 name = "cc" 621 version = "1.2.25" 622 source = "registry+https://github.com/rust-lang/crates.io-index" 623 checksum = "d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951" 624 dependencies = [ 625 "jobserver", 626 "libc", 627 "shlex", 628 ] 629 630 [[package]] 631 name = "cesu8" 632 version = "1.1.0" 633 source = "registry+https://github.com/rust-lang/crates.io-index" 634 checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 635 636 [[package]] 637 name = "cfg-if" 638 version = "1.0.0" 639 source = "registry+https://github.com/rust-lang/crates.io-index" 640 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 641 642 [[package]] 643 name = "cfg_aliases" 644 version = "0.2.1" 645 source = "registry+https://github.com/rust-lang/crates.io-index" 646 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 647 648 [[package]] 649 name = "cgl" 650 version = "0.3.2" 651 source = "registry+https://github.com/rust-lang/crates.io-index" 652 checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 653 dependencies = [ 654 "libc", 655 ] 656 657 [[package]] 658 name = "chacha20" 659 version = "0.9.1" 660 source = "registry+https://github.com/rust-lang/crates.io-index" 661 checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" 662 dependencies = [ 663 "cfg-if", 664 "cipher", 665 "cpufeatures", 666 ] 667 668 [[package]] 669 name = "chacha20poly1305" 670 version = "0.10.1" 671 source = "registry+https://github.com/rust-lang/crates.io-index" 672 checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" 673 dependencies = [ 674 "aead", 675 "chacha20", 676 "cipher", 677 "poly1305", 678 "zeroize", 679 ] 680 681 [[package]] 682 name = "cipher" 683 version = "0.4.4" 684 source = "registry+https://github.com/rust-lang/crates.io-index" 685 checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 686 dependencies = [ 687 "crypto-common", 688 "inout", 689 "zeroize", 690 ] 691 692 [[package]] 693 name = "clipboard-win" 694 version = "5.4.0" 695 source = "registry+https://github.com/rust-lang/crates.io-index" 696 checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" 697 dependencies = [ 698 "error-code", 699 ] 700 701 [[package]] 702 name = "codespan-reporting" 703 version = "0.12.0" 704 source = "registry+https://github.com/rust-lang/crates.io-index" 705 checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" 706 dependencies = [ 707 "serde", 708 "termcolor", 709 "unicode-width", 710 ] 711 712 [[package]] 713 name = "combine" 714 version = "4.6.7" 715 source = "registry+https://github.com/rust-lang/crates.io-index" 716 checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 717 dependencies = [ 718 "bytes", 719 "memchr", 720 ] 721 722 [[package]] 723 name = "concurrent-queue" 724 version = "2.5.0" 725 source = "registry+https://github.com/rust-lang/crates.io-index" 726 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 727 dependencies = [ 728 "crossbeam-utils", 729 ] 730 731 [[package]] 732 name = "core-foundation" 733 version = "0.9.4" 734 source = "registry+https://github.com/rust-lang/crates.io-index" 735 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 736 dependencies = [ 737 "core-foundation-sys", 738 "libc", 739 ] 740 741 [[package]] 742 name = "core-foundation" 743 version = "0.10.1" 744 source = "registry+https://github.com/rust-lang/crates.io-index" 745 checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 746 dependencies = [ 747 "core-foundation-sys", 748 "libc", 749 ] 750 751 [[package]] 752 name = "core-foundation-sys" 753 version = "0.8.7" 754 source = "registry+https://github.com/rust-lang/crates.io-index" 755 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 756 757 [[package]] 758 name = "core-graphics" 759 version = "0.23.2" 760 source = "registry+https://github.com/rust-lang/crates.io-index" 761 checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 762 dependencies = [ 763 "bitflags 1.3.2", 764 "core-foundation 0.9.4", 765 "core-graphics-types", 766 "foreign-types", 767 "libc", 768 ] 769 770 [[package]] 771 name = "core-graphics-types" 772 version = "0.1.3" 773 source = "registry+https://github.com/rust-lang/crates.io-index" 774 checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 775 dependencies = [ 776 "bitflags 1.3.2", 777 "core-foundation 0.9.4", 778 "libc", 779 ] 780 781 [[package]] 782 name = "cpufeatures" 783 version = "0.2.17" 784 source = "registry+https://github.com/rust-lang/crates.io-index" 785 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 786 dependencies = [ 787 "libc", 788 ] 789 790 [[package]] 791 name = "crc32fast" 792 version = "1.4.2" 793 source = "registry+https://github.com/rust-lang/crates.io-index" 794 checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 795 dependencies = [ 796 "cfg-if", 797 ] 798 799 [[package]] 800 name = "crossbeam-utils" 801 version = "0.8.21" 802 source = "registry+https://github.com/rust-lang/crates.io-index" 803 checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 804 805 [[package]] 806 name = "crunchy" 807 version = "0.2.4" 808 source = "registry+https://github.com/rust-lang/crates.io-index" 809 checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 810 811 [[package]] 812 name = "crypto-common" 813 version = "0.1.6" 814 source = "registry+https://github.com/rust-lang/crates.io-index" 815 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 816 dependencies = [ 817 "generic-array", 818 "rand_core", 819 "typenum", 820 ] 821 822 [[package]] 823 name = "cursor-icon" 824 version = "1.2.0" 825 source = "registry+https://github.com/rust-lang/crates.io-index" 826 checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" 827 828 [[package]] 829 name = "digest" 830 version = "0.10.7" 831 source = "registry+https://github.com/rust-lang/crates.io-index" 832 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 833 dependencies = [ 834 "block-buffer", 835 "crypto-common", 836 ] 837 838 [[package]] 839 name = "dispatch" 840 version = "0.2.0" 841 source = "registry+https://github.com/rust-lang/crates.io-index" 842 checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 843 844 [[package]] 845 name = "dispatch2" 846 version = "0.3.0" 847 source = "registry+https://github.com/rust-lang/crates.io-index" 848 checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 849 dependencies = [ 850 "bitflags 2.9.1", 851 "objc2 0.6.1", 852 ] 853 854 [[package]] 855 name = "displaydoc" 856 version = "0.2.5" 857 source = "registry+https://github.com/rust-lang/crates.io-index" 858 checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 859 dependencies = [ 860 "proc-macro2", 861 "quote", 862 "syn", 863 ] 864 865 [[package]] 866 name = "dlib" 867 version = "0.5.2" 868 source = "registry+https://github.com/rust-lang/crates.io-index" 869 checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 870 dependencies = [ 871 "libloading", 872 ] 873 874 [[package]] 875 name = "document-features" 876 version = "0.2.11" 877 source = "registry+https://github.com/rust-lang/crates.io-index" 878 checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" 879 dependencies = [ 880 "litrs", 881 ] 882 883 [[package]] 884 name = "downcast-rs" 885 version = "1.2.1" 886 source = "registry+https://github.com/rust-lang/crates.io-index" 887 checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 888 889 [[package]] 890 name = "dpi" 891 version = "0.1.2" 892 source = "registry+https://github.com/rust-lang/crates.io-index" 893 checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 894 895 [[package]] 896 name = "ecolor" 897 version = "0.32.1" 898 source = "registry+https://github.com/rust-lang/crates.io-index" 899 checksum = "b6a7fc3172c2ef56966b2ce4f84177e159804c40b9a84de8861558ce4a59f422" 900 dependencies = [ 901 "bytemuck", 902 "emath", 903 ] 904 905 [[package]] 906 name = "eframe" 907 version = "0.32.0" 908 source = "registry+https://github.com/rust-lang/crates.io-index" 909 checksum = "0c790ccfbb3dd556588342463454b2b2b13909e5fdce5bc2a1432a8aa69c8b7a" 910 dependencies = [ 911 "ahash", 912 "bytemuck", 913 "document-features", 914 "egui", 915 "egui-wgpu", 916 "egui-winit", 917 "egui_glow", 918 "glow", 919 "glutin", 920 "glutin-winit", 921 "image", 922 "js-sys", 923 "log", 924 "objc2 0.5.2", 925 "objc2-app-kit 0.2.2", 926 "objc2-foundation 0.2.2", 927 "parking_lot", 928 "percent-encoding", 929 "pollster 0.4.0", 930 "profiling", 931 "raw-window-handle", 932 "static_assertions", 933 "wasm-bindgen", 934 "wasm-bindgen-futures", 935 "web-sys", 936 "web-time", 937 "wgpu", 938 "winapi", 939 "windows-sys 0.59.0", 940 "winit", 941 ] 942 943 [[package]] 944 name = "egui" 945 version = "0.32.1" 946 source = "registry+https://github.com/rust-lang/crates.io-index" 947 checksum = "49e2be082f77715496b4a39fdc6f5dc7491fefe2833111781b8697ea6ee919a7" 948 dependencies = [ 949 "accesskit", 950 "ahash", 951 "bitflags 2.9.1", 952 "emath", 953 "epaint", 954 "log", 955 "nohash-hasher", 956 "profiling", 957 "smallvec", 958 "unicode-segmentation", 959 ] 960 961 [[package]] 962 name = "egui-theme" 963 version = "0.1.0" 964 source = "git+https://github.com/greekfetacheese/egui-theme.git?branch=master#932517da3e3339afb26afc652b94ba64fc0ea704" 965 dependencies = [ 966 "egui", 967 ] 968 969 [[package]] 970 name = "egui-wgpu" 971 version = "0.32.1" 972 source = "registry+https://github.com/rust-lang/crates.io-index" 973 checksum = "64c7277a171ec1b711080ddb3b0bfa1b3aa9358834d5386d39e83fbc16d61212" 974 dependencies = [ 975 "ahash", 976 "bytemuck", 977 "document-features", 978 "egui", 979 "epaint", 980 "log", 981 "profiling", 982 "thiserror 1.0.69", 983 "type-map", 984 "web-time", 985 "wgpu", 986 "winit", 987 ] 988 989 [[package]] 990 name = "egui-widgets" 991 version = "0.1.0" 992 source = "git+https://github.com/greekfetacheese/egui-widgets.git?branch=master#07012ab167da35903376dd847ebef99856fc295d" 993 dependencies = [ 994 "egui", 995 "secure-types", 996 "zeroize", 997 ] 998 999 [[package]] 1000 name = "egui-winit" 1001 version = "0.32.1" 1002 source = "registry+https://github.com/rust-lang/crates.io-index" 1003 checksum = "fe6d8b0f8d6de4d43e794e343f03bacc3908aada931f0ed6fd7041871388a590" 1004 dependencies = [ 1005 "accesskit_winit", 1006 "ahash", 1007 "arboard", 1008 "bytemuck", 1009 "egui", 1010 "log", 1011 "profiling", 1012 "raw-window-handle", 1013 "smithay-clipboard", 1014 "web-time", 1015 "webbrowser", 1016 "winit", 1017 ] 1018 1019 [[package]] 1020 name = "egui_glow" 1021 version = "0.32.1" 1022 source = "registry+https://github.com/rust-lang/crates.io-index" 1023 checksum = "0ab645760288e42eab70283a5cccf44509a6f43b554351855d3c73594bfe3c23" 1024 dependencies = [ 1025 "ahash", 1026 "bytemuck", 1027 "egui", 1028 "glow", 1029 "log", 1030 "memoffset", 1031 "profiling", 1032 "wasm-bindgen", 1033 "web-sys", 1034 "winit", 1035 ] 1036 1037 [[package]] 1038 name = "emath" 1039 version = "0.32.1" 1040 source = "registry+https://github.com/rust-lang/crates.io-index" 1041 checksum = "935df67dc48fdeef132f2f7ada156ddc79e021344dd42c17f066b956bb88dde3" 1042 dependencies = [ 1043 "bytemuck", 1044 ] 1045 1046 [[package]] 1047 name = "endi" 1048 version = "1.1.0" 1049 source = "registry+https://github.com/rust-lang/crates.io-index" 1050 checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 1051 1052 [[package]] 1053 name = "enumflags2" 1054 version = "0.7.11" 1055 source = "registry+https://github.com/rust-lang/crates.io-index" 1056 checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147" 1057 dependencies = [ 1058 "enumflags2_derive", 1059 "serde", 1060 ] 1061 1062 [[package]] 1063 name = "enumflags2_derive" 1064 version = "0.7.11" 1065 source = "registry+https://github.com/rust-lang/crates.io-index" 1066 checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79" 1067 dependencies = [ 1068 "proc-macro2", 1069 "quote", 1070 "syn", 1071 ] 1072 1073 [[package]] 1074 name = "epaint" 1075 version = "0.32.1" 1076 source = "registry+https://github.com/rust-lang/crates.io-index" 1077 checksum = "b66fc0a5a9d322917de9bd3ac7d426ca8aa3127fbf1e76fae5b6b25e051e06a3" 1078 dependencies = [ 1079 "ab_glyph", 1080 "ahash", 1081 "bytemuck", 1082 "ecolor", 1083 "emath", 1084 "epaint_default_fonts", 1085 "log", 1086 "nohash-hasher", 1087 "parking_lot", 1088 "profiling", 1089 ] 1090 1091 [[package]] 1092 name = "epaint_default_fonts" 1093 version = "0.32.1" 1094 source = "registry+https://github.com/rust-lang/crates.io-index" 1095 checksum = "4f6cf8ce0fb817000aa24f5e630bda904a353536bd430b83ebc1dceee95b4a3a" 1096 1097 [[package]] 1098 name = "equivalent" 1099 version = "1.0.2" 1100 source = "registry+https://github.com/rust-lang/crates.io-index" 1101 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1102 1103 [[package]] 1104 name = "errno" 1105 version = "0.3.12" 1106 source = "registry+https://github.com/rust-lang/crates.io-index" 1107 checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18" 1108 dependencies = [ 1109 "libc", 1110 "windows-sys 0.59.0", 1111 ] 1112 1113 [[package]] 1114 name = "error-code" 1115 version = "3.3.2" 1116 source = "registry+https://github.com/rust-lang/crates.io-index" 1117 checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" 1118 1119 [[package]] 1120 name = "event-listener" 1121 version = "5.4.0" 1122 source = "registry+https://github.com/rust-lang/crates.io-index" 1123 checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" 1124 dependencies = [ 1125 "concurrent-queue", 1126 "parking", 1127 "pin-project-lite", 1128 ] 1129 1130 [[package]] 1131 name = "event-listener-strategy" 1132 version = "0.5.4" 1133 source = "registry+https://github.com/rust-lang/crates.io-index" 1134 checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1135 dependencies = [ 1136 "event-listener", 1137 "pin-project-lite", 1138 ] 1139 1140 [[package]] 1141 name = "fastrand" 1142 version = "2.3.0" 1143 source = "registry+https://github.com/rust-lang/crates.io-index" 1144 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1145 1146 [[package]] 1147 name = "fdeflate" 1148 version = "0.3.7" 1149 source = "registry+https://github.com/rust-lang/crates.io-index" 1150 checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1151 dependencies = [ 1152 "simd-adler32", 1153 ] 1154 1155 [[package]] 1156 name = "flate2" 1157 version = "1.1.1" 1158 source = "registry+https://github.com/rust-lang/crates.io-index" 1159 checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" 1160 dependencies = [ 1161 "crc32fast", 1162 "miniz_oxide", 1163 ] 1164 1165 [[package]] 1166 name = "foldhash" 1167 version = "0.1.5" 1168 source = "registry+https://github.com/rust-lang/crates.io-index" 1169 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1170 1171 [[package]] 1172 name = "foreign-types" 1173 version = "0.5.0" 1174 source = "registry+https://github.com/rust-lang/crates.io-index" 1175 checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1176 dependencies = [ 1177 "foreign-types-macros", 1178 "foreign-types-shared", 1179 ] 1180 1181 [[package]] 1182 name = "foreign-types-macros" 1183 version = "0.2.3" 1184 source = "registry+https://github.com/rust-lang/crates.io-index" 1185 checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1186 dependencies = [ 1187 "proc-macro2", 1188 "quote", 1189 "syn", 1190 ] 1191 1192 [[package]] 1193 name = "foreign-types-shared" 1194 version = "0.3.1" 1195 source = "registry+https://github.com/rust-lang/crates.io-index" 1196 checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1197 1198 [[package]] 1199 name = "form_urlencoded" 1200 version = "1.2.1" 1201 source = "registry+https://github.com/rust-lang/crates.io-index" 1202 checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1203 dependencies = [ 1204 "percent-encoding", 1205 ] 1206 1207 [[package]] 1208 name = "futures-channel" 1209 version = "0.3.31" 1210 source = "registry+https://github.com/rust-lang/crates.io-index" 1211 checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1212 dependencies = [ 1213 "futures-core", 1214 ] 1215 1216 [[package]] 1217 name = "futures-core" 1218 version = "0.3.31" 1219 source = "registry+https://github.com/rust-lang/crates.io-index" 1220 checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1221 1222 [[package]] 1223 name = "futures-io" 1224 version = "0.3.31" 1225 source = "registry+https://github.com/rust-lang/crates.io-index" 1226 checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1227 1228 [[package]] 1229 name = "futures-lite" 1230 version = "2.6.0" 1231 source = "registry+https://github.com/rust-lang/crates.io-index" 1232 checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" 1233 dependencies = [ 1234 "fastrand", 1235 "futures-core", 1236 "futures-io", 1237 "parking", 1238 "pin-project-lite", 1239 ] 1240 1241 [[package]] 1242 name = "futures-macro" 1243 version = "0.3.31" 1244 source = "registry+https://github.com/rust-lang/crates.io-index" 1245 checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1246 dependencies = [ 1247 "proc-macro2", 1248 "quote", 1249 "syn", 1250 ] 1251 1252 [[package]] 1253 name = "futures-sink" 1254 version = "0.3.31" 1255 source = "registry+https://github.com/rust-lang/crates.io-index" 1256 checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1257 1258 [[package]] 1259 name = "futures-task" 1260 version = "0.3.31" 1261 source = "registry+https://github.com/rust-lang/crates.io-index" 1262 checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1263 1264 [[package]] 1265 name = "futures-util" 1266 version = "0.3.31" 1267 source = "registry+https://github.com/rust-lang/crates.io-index" 1268 checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1269 dependencies = [ 1270 "futures-core", 1271 "futures-io", 1272 "futures-macro", 1273 "futures-sink", 1274 "futures-task", 1275 "memchr", 1276 "pin-project-lite", 1277 "pin-utils", 1278 "slab", 1279 ] 1280 1281 [[package]] 1282 name = "generic-array" 1283 version = "0.14.7" 1284 source = "registry+https://github.com/rust-lang/crates.io-index" 1285 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1286 dependencies = [ 1287 "typenum", 1288 "version_check", 1289 ] 1290 1291 [[package]] 1292 name = "gethostname" 1293 version = "0.4.3" 1294 source = "registry+https://github.com/rust-lang/crates.io-index" 1295 checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 1296 dependencies = [ 1297 "libc", 1298 "windows-targets 0.48.5", 1299 ] 1300 1301 [[package]] 1302 name = "getrandom" 1303 version = "0.2.16" 1304 source = "registry+https://github.com/rust-lang/crates.io-index" 1305 checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1306 dependencies = [ 1307 "cfg-if", 1308 "libc", 1309 "wasi 0.11.0+wasi-snapshot-preview1", 1310 ] 1311 1312 [[package]] 1313 name = "getrandom" 1314 version = "0.3.3" 1315 source = "registry+https://github.com/rust-lang/crates.io-index" 1316 checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 1317 dependencies = [ 1318 "cfg-if", 1319 "libc", 1320 "r-efi", 1321 "wasi 0.14.2+wasi-0.2.4", 1322 ] 1323 1324 [[package]] 1325 name = "gl_generator" 1326 version = "0.14.0" 1327 source = "registry+https://github.com/rust-lang/crates.io-index" 1328 checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1329 dependencies = [ 1330 "khronos_api", 1331 "log", 1332 "xml-rs", 1333 ] 1334 1335 [[package]] 1336 name = "glow" 1337 version = "0.16.0" 1338 source = "registry+https://github.com/rust-lang/crates.io-index" 1339 checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" 1340 dependencies = [ 1341 "js-sys", 1342 "slotmap", 1343 "wasm-bindgen", 1344 "web-sys", 1345 ] 1346 1347 [[package]] 1348 name = "glutin" 1349 version = "0.32.3" 1350 source = "registry+https://github.com/rust-lang/crates.io-index" 1351 checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325" 1352 dependencies = [ 1353 "bitflags 2.9.1", 1354 "cfg_aliases", 1355 "cgl", 1356 "dispatch2", 1357 "glutin_egl_sys", 1358 "glutin_glx_sys", 1359 "glutin_wgl_sys", 1360 "libloading", 1361 "objc2 0.6.1", 1362 "objc2-app-kit 0.3.1", 1363 "objc2-core-foundation", 1364 "objc2-foundation 0.3.1", 1365 "once_cell", 1366 "raw-window-handle", 1367 "wayland-sys", 1368 "windows-sys 0.52.0", 1369 "x11-dl", 1370 ] 1371 1372 [[package]] 1373 name = "glutin-winit" 1374 version = "0.5.0" 1375 source = "registry+https://github.com/rust-lang/crates.io-index" 1376 checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f" 1377 dependencies = [ 1378 "cfg_aliases", 1379 "glutin", 1380 "raw-window-handle", 1381 "winit", 1382 ] 1383 1384 [[package]] 1385 name = "glutin_egl_sys" 1386 version = "0.7.1" 1387 source = "registry+https://github.com/rust-lang/crates.io-index" 1388 checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2" 1389 dependencies = [ 1390 "gl_generator", 1391 "windows-sys 0.52.0", 1392 ] 1393 1394 [[package]] 1395 name = "glutin_glx_sys" 1396 version = "0.6.1" 1397 source = "registry+https://github.com/rust-lang/crates.io-index" 1398 checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185" 1399 dependencies = [ 1400 "gl_generator", 1401 "x11-dl", 1402 ] 1403 1404 [[package]] 1405 name = "glutin_wgl_sys" 1406 version = "0.6.1" 1407 source = "registry+https://github.com/rust-lang/crates.io-index" 1408 checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" 1409 dependencies = [ 1410 "gl_generator", 1411 ] 1412 1413 [[package]] 1414 name = "gpu-alloc" 1415 version = "0.6.0" 1416 source = "registry+https://github.com/rust-lang/crates.io-index" 1417 checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 1418 dependencies = [ 1419 "bitflags 2.9.1", 1420 "gpu-alloc-types", 1421 ] 1422 1423 [[package]] 1424 name = "gpu-alloc-types" 1425 version = "0.3.0" 1426 source = "registry+https://github.com/rust-lang/crates.io-index" 1427 checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 1428 dependencies = [ 1429 "bitflags 2.9.1", 1430 ] 1431 1432 [[package]] 1433 name = "gpu-allocator" 1434 version = "0.27.0" 1435 source = "registry+https://github.com/rust-lang/crates.io-index" 1436 checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd" 1437 dependencies = [ 1438 "log", 1439 "presser", 1440 "thiserror 1.0.69", 1441 "windows 0.58.0", 1442 ] 1443 1444 [[package]] 1445 name = "gpu-descriptor" 1446 version = "0.3.2" 1447 source = "registry+https://github.com/rust-lang/crates.io-index" 1448 checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" 1449 dependencies = [ 1450 "bitflags 2.9.1", 1451 "gpu-descriptor-types", 1452 "hashbrown", 1453 ] 1454 1455 [[package]] 1456 name = "gpu-descriptor-types" 1457 version = "0.2.0" 1458 source = "registry+https://github.com/rust-lang/crates.io-index" 1459 checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 1460 dependencies = [ 1461 "bitflags 2.9.1", 1462 ] 1463 1464 [[package]] 1465 name = "half" 1466 version = "2.6.0" 1467 source = "registry+https://github.com/rust-lang/crates.io-index" 1468 checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" 1469 dependencies = [ 1470 "cfg-if", 1471 "crunchy", 1472 "num-traits", 1473 ] 1474 1475 [[package]] 1476 name = "hashbrown" 1477 version = "0.15.3" 1478 source = "registry+https://github.com/rust-lang/crates.io-index" 1479 checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" 1480 dependencies = [ 1481 "foldhash", 1482 ] 1483 1484 [[package]] 1485 name = "heck" 1486 version = "0.5.0" 1487 source = "registry+https://github.com/rust-lang/crates.io-index" 1488 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1489 1490 [[package]] 1491 name = "hermit-abi" 1492 version = "0.5.1" 1493 source = "registry+https://github.com/rust-lang/crates.io-index" 1494 checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08" 1495 1496 [[package]] 1497 name = "hex" 1498 version = "0.4.3" 1499 source = "registry+https://github.com/rust-lang/crates.io-index" 1500 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1501 1502 [[package]] 1503 name = "hexf-parse" 1504 version = "0.2.1" 1505 source = "registry+https://github.com/rust-lang/crates.io-index" 1506 checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1507 1508 [[package]] 1509 name = "home" 1510 version = "0.5.11" 1511 source = "registry+https://github.com/rust-lang/crates.io-index" 1512 checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 1513 dependencies = [ 1514 "windows-sys 0.59.0", 1515 ] 1516 1517 [[package]] 1518 name = "icu_collections" 1519 version = "2.0.0" 1520 source = "registry+https://github.com/rust-lang/crates.io-index" 1521 checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1522 dependencies = [ 1523 "displaydoc", 1524 "potential_utf", 1525 "yoke", 1526 "zerofrom", 1527 "zerovec", 1528 ] 1529 1530 [[package]] 1531 name = "icu_locale_core" 1532 version = "2.0.0" 1533 source = "registry+https://github.com/rust-lang/crates.io-index" 1534 checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1535 dependencies = [ 1536 "displaydoc", 1537 "litemap", 1538 "tinystr", 1539 "writeable", 1540 "zerovec", 1541 ] 1542 1543 [[package]] 1544 name = "icu_normalizer" 1545 version = "2.0.0" 1546 source = "registry+https://github.com/rust-lang/crates.io-index" 1547 checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1548 dependencies = [ 1549 "displaydoc", 1550 "icu_collections", 1551 "icu_normalizer_data", 1552 "icu_properties", 1553 "icu_provider", 1554 "smallvec", 1555 "zerovec", 1556 ] 1557 1558 [[package]] 1559 name = "icu_normalizer_data" 1560 version = "2.0.0" 1561 source = "registry+https://github.com/rust-lang/crates.io-index" 1562 checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1563 1564 [[package]] 1565 name = "icu_properties" 1566 version = "2.0.1" 1567 source = "registry+https://github.com/rust-lang/crates.io-index" 1568 checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1569 dependencies = [ 1570 "displaydoc", 1571 "icu_collections", 1572 "icu_locale_core", 1573 "icu_properties_data", 1574 "icu_provider", 1575 "potential_utf", 1576 "zerotrie", 1577 "zerovec", 1578 ] 1579 1580 [[package]] 1581 name = "icu_properties_data" 1582 version = "2.0.1" 1583 source = "registry+https://github.com/rust-lang/crates.io-index" 1584 checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1585 1586 [[package]] 1587 name = "icu_provider" 1588 version = "2.0.0" 1589 source = "registry+https://github.com/rust-lang/crates.io-index" 1590 checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1591 dependencies = [ 1592 "displaydoc", 1593 "icu_locale_core", 1594 "stable_deref_trait", 1595 "tinystr", 1596 "writeable", 1597 "yoke", 1598 "zerofrom", 1599 "zerotrie", 1600 "zerovec", 1601 ] 1602 1603 [[package]] 1604 name = "idna" 1605 version = "1.0.3" 1606 source = "registry+https://github.com/rust-lang/crates.io-index" 1607 checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1608 dependencies = [ 1609 "idna_adapter", 1610 "smallvec", 1611 "utf8_iter", 1612 ] 1613 1614 [[package]] 1615 name = "idna_adapter" 1616 version = "1.2.1" 1617 source = "registry+https://github.com/rust-lang/crates.io-index" 1618 checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1619 dependencies = [ 1620 "icu_normalizer", 1621 "icu_properties", 1622 ] 1623 1624 [[package]] 1625 name = "image" 1626 version = "0.25.6" 1627 source = "registry+https://github.com/rust-lang/crates.io-index" 1628 checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a" 1629 dependencies = [ 1630 "bytemuck", 1631 "byteorder-lite", 1632 "num-traits", 1633 "png", 1634 "tiff", 1635 ] 1636 1637 [[package]] 1638 name = "indexmap" 1639 version = "2.9.0" 1640 source = "registry+https://github.com/rust-lang/crates.io-index" 1641 checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 1642 dependencies = [ 1643 "equivalent", 1644 "hashbrown", 1645 ] 1646 1647 [[package]] 1648 name = "inout" 1649 version = "0.1.4" 1650 source = "registry+https://github.com/rust-lang/crates.io-index" 1651 checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" 1652 dependencies = [ 1653 "generic-array", 1654 ] 1655 1656 [[package]] 1657 name = "jni" 1658 version = "0.21.1" 1659 source = "registry+https://github.com/rust-lang/crates.io-index" 1660 checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 1661 dependencies = [ 1662 "cesu8", 1663 "cfg-if", 1664 "combine", 1665 "jni-sys", 1666 "log", 1667 "thiserror 1.0.69", 1668 "walkdir", 1669 "windows-sys 0.45.0", 1670 ] 1671 1672 [[package]] 1673 name = "jni-sys" 1674 version = "0.3.0" 1675 source = "registry+https://github.com/rust-lang/crates.io-index" 1676 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1677 1678 [[package]] 1679 name = "jobserver" 1680 version = "0.1.33" 1681 source = "registry+https://github.com/rust-lang/crates.io-index" 1682 checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" 1683 dependencies = [ 1684 "getrandom 0.3.3", 1685 "libc", 1686 ] 1687 1688 [[package]] 1689 name = "jpeg-decoder" 1690 version = "0.3.1" 1691 source = "registry+https://github.com/rust-lang/crates.io-index" 1692 checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 1693 1694 [[package]] 1695 name = "js-sys" 1696 version = "0.3.77" 1697 source = "registry+https://github.com/rust-lang/crates.io-index" 1698 checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1699 dependencies = [ 1700 "once_cell", 1701 "wasm-bindgen", 1702 ] 1703 1704 [[package]] 1705 name = "keccak" 1706 version = "0.1.5" 1707 source = "registry+https://github.com/rust-lang/crates.io-index" 1708 checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" 1709 dependencies = [ 1710 "cpufeatures", 1711 ] 1712 1713 [[package]] 1714 name = "khronos-egl" 1715 version = "6.0.0" 1716 source = "registry+https://github.com/rust-lang/crates.io-index" 1717 checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 1718 dependencies = [ 1719 "libc", 1720 "libloading", 1721 "pkg-config", 1722 ] 1723 1724 [[package]] 1725 name = "khronos_api" 1726 version = "3.1.0" 1727 source = "registry+https://github.com/rust-lang/crates.io-index" 1728 checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 1729 1730 [[package]] 1731 name = "lazy_static" 1732 version = "1.5.0" 1733 source = "registry+https://github.com/rust-lang/crates.io-index" 1734 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1735 1736 [[package]] 1737 name = "libc" 1738 version = "0.2.174" 1739 source = "registry+https://github.com/rust-lang/crates.io-index" 1740 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 1741 1742 [[package]] 1743 name = "libloading" 1744 version = "0.8.8" 1745 source = "registry+https://github.com/rust-lang/crates.io-index" 1746 checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" 1747 dependencies = [ 1748 "cfg-if", 1749 "windows-targets 0.48.5", 1750 ] 1751 1752 [[package]] 1753 name = "libm" 1754 version = "0.2.15" 1755 source = "registry+https://github.com/rust-lang/crates.io-index" 1756 checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 1757 1758 [[package]] 1759 name = "libredox" 1760 version = "0.1.3" 1761 source = "registry+https://github.com/rust-lang/crates.io-index" 1762 checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1763 dependencies = [ 1764 "bitflags 2.9.1", 1765 "libc", 1766 "redox_syscall 0.5.12", 1767 ] 1768 1769 [[package]] 1770 name = "linux-raw-sys" 1771 version = "0.4.15" 1772 source = "registry+https://github.com/rust-lang/crates.io-index" 1773 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 1774 1775 [[package]] 1776 name = "linux-raw-sys" 1777 version = "0.9.4" 1778 source = "registry+https://github.com/rust-lang/crates.io-index" 1779 checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 1780 1781 [[package]] 1782 name = "litemap" 1783 version = "0.8.0" 1784 source = "registry+https://github.com/rust-lang/crates.io-index" 1785 checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1786 1787 [[package]] 1788 name = "litrs" 1789 version = "0.4.1" 1790 source = "registry+https://github.com/rust-lang/crates.io-index" 1791 checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" 1792 1793 [[package]] 1794 name = "lock_api" 1795 version = "0.4.13" 1796 source = "registry+https://github.com/rust-lang/crates.io-index" 1797 checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 1798 dependencies = [ 1799 "autocfg", 1800 "scopeguard", 1801 ] 1802 1803 [[package]] 1804 name = "log" 1805 version = "0.4.27" 1806 source = "registry+https://github.com/rust-lang/crates.io-index" 1807 checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 1808 1809 [[package]] 1810 name = "malloc_buf" 1811 version = "0.0.6" 1812 source = "registry+https://github.com/rust-lang/crates.io-index" 1813 checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1814 dependencies = [ 1815 "libc", 1816 ] 1817 1818 [[package]] 1819 name = "memchr" 1820 version = "2.7.4" 1821 source = "registry+https://github.com/rust-lang/crates.io-index" 1822 checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1823 1824 [[package]] 1825 name = "memmap2" 1826 version = "0.9.5" 1827 source = "registry+https://github.com/rust-lang/crates.io-index" 1828 checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 1829 dependencies = [ 1830 "libc", 1831 ] 1832 1833 [[package]] 1834 name = "memoffset" 1835 version = "0.9.1" 1836 source = "registry+https://github.com/rust-lang/crates.io-index" 1837 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 1838 dependencies = [ 1839 "autocfg", 1840 ] 1841 1842 [[package]] 1843 name = "memsec" 1844 version = "0.7.0" 1845 source = "registry+https://github.com/rust-lang/crates.io-index" 1846 checksum = "c797b9d6bb23aab2fc369c65f871be49214f5c759af65bde26ffaaa2b646b492" 1847 dependencies = [ 1848 "getrandom 0.2.16", 1849 "libc", 1850 "windows-sys 0.45.0", 1851 ] 1852 1853 [[package]] 1854 name = "metal" 1855 version = "0.31.0" 1856 source = "registry+https://github.com/rust-lang/crates.io-index" 1857 checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e" 1858 dependencies = [ 1859 "bitflags 2.9.1", 1860 "block", 1861 "core-graphics-types", 1862 "foreign-types", 1863 "log", 1864 "objc", 1865 "paste", 1866 ] 1867 1868 [[package]] 1869 name = "miniz_oxide" 1870 version = "0.8.8" 1871 source = "registry+https://github.com/rust-lang/crates.io-index" 1872 checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 1873 dependencies = [ 1874 "adler2", 1875 "simd-adler32", 1876 ] 1877 1878 [[package]] 1879 name = "n_crypt" 1880 version = "1.5.0" 1881 dependencies = [ 1882 "eframe", 1883 "egui-theme", 1884 "egui-widgets", 1885 "lazy_static", 1886 "ncrypt-me", 1887 "rfd", 1888 "sha3", 1889 "wgpu", 1890 ] 1891 1892 [[package]] 1893 name = "naga" 1894 version = "25.0.1" 1895 source = "registry+https://github.com/rust-lang/crates.io-index" 1896 checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632" 1897 dependencies = [ 1898 "arrayvec", 1899 "bit-set", 1900 "bitflags 2.9.1", 1901 "cfg_aliases", 1902 "codespan-reporting", 1903 "half", 1904 "hashbrown", 1905 "hexf-parse", 1906 "indexmap", 1907 "log", 1908 "num-traits", 1909 "once_cell", 1910 "rustc-hash 1.1.0", 1911 "spirv", 1912 "strum", 1913 "thiserror 2.0.12", 1914 "unicode-ident", 1915 ] 1916 1917 [[package]] 1918 name = "ncrypt-me" 1919 version = "0.1.15" 1920 source = "registry+https://github.com/rust-lang/crates.io-index" 1921 checksum = "41f0039e189b05ddfd4835855ac3913a1daed92055034e54d361da0d6c77bdd1" 1922 dependencies = [ 1923 "argon2-sys", 1924 "bincode", 1925 "chacha20poly1305", 1926 "libc", 1927 "secure-types", 1928 "thiserror 2.0.12", 1929 "zeroize", 1930 ] 1931 1932 [[package]] 1933 name = "ndk" 1934 version = "0.9.0" 1935 source = "registry+https://github.com/rust-lang/crates.io-index" 1936 checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 1937 dependencies = [ 1938 "bitflags 2.9.1", 1939 "jni-sys", 1940 "log", 1941 "ndk-sys 0.6.0+11769913", 1942 "num_enum", 1943 "raw-window-handle", 1944 "thiserror 1.0.69", 1945 ] 1946 1947 [[package]] 1948 name = "ndk-context" 1949 version = "0.1.1" 1950 source = "registry+https://github.com/rust-lang/crates.io-index" 1951 checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 1952 1953 [[package]] 1954 name = "ndk-sys" 1955 version = "0.5.0+25.2.9519653" 1956 source = "registry+https://github.com/rust-lang/crates.io-index" 1957 checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 1958 dependencies = [ 1959 "jni-sys", 1960 ] 1961 1962 [[package]] 1963 name = "ndk-sys" 1964 version = "0.6.0+11769913" 1965 source = "registry+https://github.com/rust-lang/crates.io-index" 1966 checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 1967 dependencies = [ 1968 "jni-sys", 1969 ] 1970 1971 [[package]] 1972 name = "nix" 1973 version = "0.29.0" 1974 source = "registry+https://github.com/rust-lang/crates.io-index" 1975 checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 1976 dependencies = [ 1977 "bitflags 2.9.1", 1978 "cfg-if", 1979 "cfg_aliases", 1980 "libc", 1981 "memoffset", 1982 ] 1983 1984 [[package]] 1985 name = "nix" 1986 version = "0.30.1" 1987 source = "registry+https://github.com/rust-lang/crates.io-index" 1988 checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 1989 dependencies = [ 1990 "bitflags 2.9.1", 1991 "cfg-if", 1992 "cfg_aliases", 1993 "libc", 1994 "memoffset", 1995 ] 1996 1997 [[package]] 1998 name = "nohash-hasher" 1999 version = "0.2.0" 2000 source = "registry+https://github.com/rust-lang/crates.io-index" 2001 checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 2002 2003 [[package]] 2004 name = "num-traits" 2005 version = "0.2.19" 2006 source = "registry+https://github.com/rust-lang/crates.io-index" 2007 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2008 dependencies = [ 2009 "autocfg", 2010 "libm", 2011 ] 2012 2013 [[package]] 2014 name = "num_enum" 2015 version = "0.7.3" 2016 source = "registry+https://github.com/rust-lang/crates.io-index" 2017 checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 2018 dependencies = [ 2019 "num_enum_derive", 2020 ] 2021 2022 [[package]] 2023 name = "num_enum_derive" 2024 version = "0.7.3" 2025 source = "registry+https://github.com/rust-lang/crates.io-index" 2026 checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 2027 dependencies = [ 2028 "proc-macro-crate", 2029 "proc-macro2", 2030 "quote", 2031 "syn", 2032 ] 2033 2034 [[package]] 2035 name = "objc" 2036 version = "0.2.7" 2037 source = "registry+https://github.com/rust-lang/crates.io-index" 2038 checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2039 dependencies = [ 2040 "malloc_buf", 2041 ] 2042 2043 [[package]] 2044 name = "objc-foundation" 2045 version = "0.1.1" 2046 source = "registry+https://github.com/rust-lang/crates.io-index" 2047 checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 2048 dependencies = [ 2049 "block", 2050 "objc", 2051 "objc_id", 2052 ] 2053 2054 [[package]] 2055 name = "objc-sys" 2056 version = "0.3.5" 2057 source = "registry+https://github.com/rust-lang/crates.io-index" 2058 checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 2059 2060 [[package]] 2061 name = "objc2" 2062 version = "0.5.2" 2063 source = "registry+https://github.com/rust-lang/crates.io-index" 2064 checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 2065 dependencies = [ 2066 "objc-sys", 2067 "objc2-encode", 2068 ] 2069 2070 [[package]] 2071 name = "objc2" 2072 version = "0.6.1" 2073 source = "registry+https://github.com/rust-lang/crates.io-index" 2074 checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551" 2075 dependencies = [ 2076 "objc2-encode", 2077 ] 2078 2079 [[package]] 2080 name = "objc2-app-kit" 2081 version = "0.2.2" 2082 source = "registry+https://github.com/rust-lang/crates.io-index" 2083 checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 2084 dependencies = [ 2085 "bitflags 2.9.1", 2086 "block2", 2087 "libc", 2088 "objc2 0.5.2", 2089 "objc2-core-data", 2090 "objc2-core-image", 2091 "objc2-foundation 0.2.2", 2092 "objc2-quartz-core", 2093 ] 2094 2095 [[package]] 2096 name = "objc2-app-kit" 2097 version = "0.3.1" 2098 source = "registry+https://github.com/rust-lang/crates.io-index" 2099 checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc" 2100 dependencies = [ 2101 "bitflags 2.9.1", 2102 "objc2 0.6.1", 2103 "objc2-core-foundation", 2104 "objc2-core-graphics", 2105 "objc2-foundation 0.3.1", 2106 ] 2107 2108 [[package]] 2109 name = "objc2-cloud-kit" 2110 version = "0.2.2" 2111 source = "registry+https://github.com/rust-lang/crates.io-index" 2112 checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 2113 dependencies = [ 2114 "bitflags 2.9.1", 2115 "block2", 2116 "objc2 0.5.2", 2117 "objc2-core-location", 2118 "objc2-foundation 0.2.2", 2119 ] 2120 2121 [[package]] 2122 name = "objc2-contacts" 2123 version = "0.2.2" 2124 source = "registry+https://github.com/rust-lang/crates.io-index" 2125 checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 2126 dependencies = [ 2127 "block2", 2128 "objc2 0.5.2", 2129 "objc2-foundation 0.2.2", 2130 ] 2131 2132 [[package]] 2133 name = "objc2-core-data" 2134 version = "0.2.2" 2135 source = "registry+https://github.com/rust-lang/crates.io-index" 2136 checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 2137 dependencies = [ 2138 "bitflags 2.9.1", 2139 "block2", 2140 "objc2 0.5.2", 2141 "objc2-foundation 0.2.2", 2142 ] 2143 2144 [[package]] 2145 name = "objc2-core-foundation" 2146 version = "0.3.1" 2147 source = "registry+https://github.com/rust-lang/crates.io-index" 2148 checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" 2149 dependencies = [ 2150 "bitflags 2.9.1", 2151 "dispatch2", 2152 "objc2 0.6.1", 2153 ] 2154 2155 [[package]] 2156 name = "objc2-core-graphics" 2157 version = "0.3.1" 2158 source = "registry+https://github.com/rust-lang/crates.io-index" 2159 checksum = "989c6c68c13021b5c2d6b71456ebb0f9dc78d752e86a98da7c716f4f9470f5a4" 2160 dependencies = [ 2161 "bitflags 2.9.1", 2162 "dispatch2", 2163 "objc2 0.6.1", 2164 "objc2-core-foundation", 2165 "objc2-io-surface", 2166 ] 2167 2168 [[package]] 2169 name = "objc2-core-image" 2170 version = "0.2.2" 2171 source = "registry+https://github.com/rust-lang/crates.io-index" 2172 checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 2173 dependencies = [ 2174 "block2", 2175 "objc2 0.5.2", 2176 "objc2-foundation 0.2.2", 2177 "objc2-metal", 2178 ] 2179 2180 [[package]] 2181 name = "objc2-core-location" 2182 version = "0.2.2" 2183 source = "registry+https://github.com/rust-lang/crates.io-index" 2184 checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 2185 dependencies = [ 2186 "block2", 2187 "objc2 0.5.2", 2188 "objc2-contacts", 2189 "objc2-foundation 0.2.2", 2190 ] 2191 2192 [[package]] 2193 name = "objc2-encode" 2194 version = "4.1.0" 2195 source = "registry+https://github.com/rust-lang/crates.io-index" 2196 checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 2197 2198 [[package]] 2199 name = "objc2-foundation" 2200 version = "0.2.2" 2201 source = "registry+https://github.com/rust-lang/crates.io-index" 2202 checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 2203 dependencies = [ 2204 "bitflags 2.9.1", 2205 "block2", 2206 "dispatch", 2207 "libc", 2208 "objc2 0.5.2", 2209 ] 2210 2211 [[package]] 2212 name = "objc2-foundation" 2213 version = "0.3.1" 2214 source = "registry+https://github.com/rust-lang/crates.io-index" 2215 checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c" 2216 dependencies = [ 2217 "bitflags 2.9.1", 2218 "objc2 0.6.1", 2219 "objc2-core-foundation", 2220 ] 2221 2222 [[package]] 2223 name = "objc2-io-surface" 2224 version = "0.3.1" 2225 source = "registry+https://github.com/rust-lang/crates.io-index" 2226 checksum = "7282e9ac92529fa3457ce90ebb15f4ecbc383e8338060960760fa2cf75420c3c" 2227 dependencies = [ 2228 "bitflags 2.9.1", 2229 "objc2 0.6.1", 2230 "objc2-core-foundation", 2231 ] 2232 2233 [[package]] 2234 name = "objc2-link-presentation" 2235 version = "0.2.2" 2236 source = "registry+https://github.com/rust-lang/crates.io-index" 2237 checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 2238 dependencies = [ 2239 "block2", 2240 "objc2 0.5.2", 2241 "objc2-app-kit 0.2.2", 2242 "objc2-foundation 0.2.2", 2243 ] 2244 2245 [[package]] 2246 name = "objc2-metal" 2247 version = "0.2.2" 2248 source = "registry+https://github.com/rust-lang/crates.io-index" 2249 checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 2250 dependencies = [ 2251 "bitflags 2.9.1", 2252 "block2", 2253 "objc2 0.5.2", 2254 "objc2-foundation 0.2.2", 2255 ] 2256 2257 [[package]] 2258 name = "objc2-quartz-core" 2259 version = "0.2.2" 2260 source = "registry+https://github.com/rust-lang/crates.io-index" 2261 checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 2262 dependencies = [ 2263 "bitflags 2.9.1", 2264 "block2", 2265 "objc2 0.5.2", 2266 "objc2-foundation 0.2.2", 2267 "objc2-metal", 2268 ] 2269 2270 [[package]] 2271 name = "objc2-symbols" 2272 version = "0.2.2" 2273 source = "registry+https://github.com/rust-lang/crates.io-index" 2274 checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 2275 dependencies = [ 2276 "objc2 0.5.2", 2277 "objc2-foundation 0.2.2", 2278 ] 2279 2280 [[package]] 2281 name = "objc2-ui-kit" 2282 version = "0.2.2" 2283 source = "registry+https://github.com/rust-lang/crates.io-index" 2284 checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 2285 dependencies = [ 2286 "bitflags 2.9.1", 2287 "block2", 2288 "objc2 0.5.2", 2289 "objc2-cloud-kit", 2290 "objc2-core-data", 2291 "objc2-core-image", 2292 "objc2-core-location", 2293 "objc2-foundation 0.2.2", 2294 "objc2-link-presentation", 2295 "objc2-quartz-core", 2296 "objc2-symbols", 2297 "objc2-uniform-type-identifiers", 2298 "objc2-user-notifications", 2299 ] 2300 2301 [[package]] 2302 name = "objc2-uniform-type-identifiers" 2303 version = "0.2.2" 2304 source = "registry+https://github.com/rust-lang/crates.io-index" 2305 checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 2306 dependencies = [ 2307 "block2", 2308 "objc2 0.5.2", 2309 "objc2-foundation 0.2.2", 2310 ] 2311 2312 [[package]] 2313 name = "objc2-user-notifications" 2314 version = "0.2.2" 2315 source = "registry+https://github.com/rust-lang/crates.io-index" 2316 checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 2317 dependencies = [ 2318 "bitflags 2.9.1", 2319 "block2", 2320 "objc2 0.5.2", 2321 "objc2-core-location", 2322 "objc2-foundation 0.2.2", 2323 ] 2324 2325 [[package]] 2326 name = "objc_id" 2327 version = "0.1.1" 2328 source = "registry+https://github.com/rust-lang/crates.io-index" 2329 checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 2330 dependencies = [ 2331 "objc", 2332 ] 2333 2334 [[package]] 2335 name = "once_cell" 2336 version = "1.21.3" 2337 source = "registry+https://github.com/rust-lang/crates.io-index" 2338 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2339 2340 [[package]] 2341 name = "opaque-debug" 2342 version = "0.3.1" 2343 source = "registry+https://github.com/rust-lang/crates.io-index" 2344 checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 2345 2346 [[package]] 2347 name = "orbclient" 2348 version = "0.3.48" 2349 source = "registry+https://github.com/rust-lang/crates.io-index" 2350 checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43" 2351 dependencies = [ 2352 "libredox", 2353 ] 2354 2355 [[package]] 2356 name = "ordered-float" 2357 version = "4.6.0" 2358 source = "registry+https://github.com/rust-lang/crates.io-index" 2359 checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" 2360 dependencies = [ 2361 "num-traits", 2362 ] 2363 2364 [[package]] 2365 name = "ordered-stream" 2366 version = "0.2.0" 2367 source = "registry+https://github.com/rust-lang/crates.io-index" 2368 checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 2369 dependencies = [ 2370 "futures-core", 2371 "pin-project-lite", 2372 ] 2373 2374 [[package]] 2375 name = "owned_ttf_parser" 2376 version = "0.25.0" 2377 source = "registry+https://github.com/rust-lang/crates.io-index" 2378 checksum = "22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4" 2379 dependencies = [ 2380 "ttf-parser", 2381 ] 2382 2383 [[package]] 2384 name = "parking" 2385 version = "2.2.1" 2386 source = "registry+https://github.com/rust-lang/crates.io-index" 2387 checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2388 2389 [[package]] 2390 name = "parking_lot" 2391 version = "0.12.4" 2392 source = "registry+https://github.com/rust-lang/crates.io-index" 2393 checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 2394 dependencies = [ 2395 "lock_api", 2396 "parking_lot_core", 2397 ] 2398 2399 [[package]] 2400 name = "parking_lot_core" 2401 version = "0.9.11" 2402 source = "registry+https://github.com/rust-lang/crates.io-index" 2403 checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 2404 dependencies = [ 2405 "cfg-if", 2406 "libc", 2407 "redox_syscall 0.5.12", 2408 "smallvec", 2409 "windows-targets 0.52.6", 2410 ] 2411 2412 [[package]] 2413 name = "paste" 2414 version = "1.0.15" 2415 source = "registry+https://github.com/rust-lang/crates.io-index" 2416 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2417 2418 [[package]] 2419 name = "percent-encoding" 2420 version = "2.3.1" 2421 source = "registry+https://github.com/rust-lang/crates.io-index" 2422 checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2423 2424 [[package]] 2425 name = "pin-project" 2426 version = "1.1.10" 2427 source = "registry+https://github.com/rust-lang/crates.io-index" 2428 checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 2429 dependencies = [ 2430 "pin-project-internal", 2431 ] 2432 2433 [[package]] 2434 name = "pin-project-internal" 2435 version = "1.1.10" 2436 source = "registry+https://github.com/rust-lang/crates.io-index" 2437 checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 2438 dependencies = [ 2439 "proc-macro2", 2440 "quote", 2441 "syn", 2442 ] 2443 2444 [[package]] 2445 name = "pin-project-lite" 2446 version = "0.2.16" 2447 source = "registry+https://github.com/rust-lang/crates.io-index" 2448 checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2449 2450 [[package]] 2451 name = "pin-utils" 2452 version = "0.1.0" 2453 source = "registry+https://github.com/rust-lang/crates.io-index" 2454 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2455 2456 [[package]] 2457 name = "piper" 2458 version = "0.2.4" 2459 source = "registry+https://github.com/rust-lang/crates.io-index" 2460 checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 2461 dependencies = [ 2462 "atomic-waker", 2463 "fastrand", 2464 "futures-io", 2465 ] 2466 2467 [[package]] 2468 name = "pkg-config" 2469 version = "0.3.32" 2470 source = "registry+https://github.com/rust-lang/crates.io-index" 2471 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2472 2473 [[package]] 2474 name = "png" 2475 version = "0.17.16" 2476 source = "registry+https://github.com/rust-lang/crates.io-index" 2477 checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 2478 dependencies = [ 2479 "bitflags 1.3.2", 2480 "crc32fast", 2481 "fdeflate", 2482 "flate2", 2483 "miniz_oxide", 2484 ] 2485 2486 [[package]] 2487 name = "polling" 2488 version = "3.8.0" 2489 source = "registry+https://github.com/rust-lang/crates.io-index" 2490 checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50" 2491 dependencies = [ 2492 "cfg-if", 2493 "concurrent-queue", 2494 "hermit-abi", 2495 "pin-project-lite", 2496 "rustix 1.0.7", 2497 "tracing", 2498 "windows-sys 0.59.0", 2499 ] 2500 2501 [[package]] 2502 name = "pollster" 2503 version = "0.3.0" 2504 source = "registry+https://github.com/rust-lang/crates.io-index" 2505 checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 2506 2507 [[package]] 2508 name = "pollster" 2509 version = "0.4.0" 2510 source = "registry+https://github.com/rust-lang/crates.io-index" 2511 checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" 2512 2513 [[package]] 2514 name = "poly1305" 2515 version = "0.8.0" 2516 source = "registry+https://github.com/rust-lang/crates.io-index" 2517 checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" 2518 dependencies = [ 2519 "cpufeatures", 2520 "opaque-debug", 2521 "universal-hash", 2522 ] 2523 2524 [[package]] 2525 name = "portable-atomic" 2526 version = "1.11.1" 2527 source = "registry+https://github.com/rust-lang/crates.io-index" 2528 checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 2529 2530 [[package]] 2531 name = "potential_utf" 2532 version = "0.1.2" 2533 source = "registry+https://github.com/rust-lang/crates.io-index" 2534 checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" 2535 dependencies = [ 2536 "zerovec", 2537 ] 2538 2539 [[package]] 2540 name = "ppv-lite86" 2541 version = "0.2.21" 2542 source = "registry+https://github.com/rust-lang/crates.io-index" 2543 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2544 dependencies = [ 2545 "zerocopy", 2546 ] 2547 2548 [[package]] 2549 name = "presser" 2550 version = "0.3.1" 2551 source = "registry+https://github.com/rust-lang/crates.io-index" 2552 checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 2553 2554 [[package]] 2555 name = "proc-macro-crate" 2556 version = "3.3.0" 2557 source = "registry+https://github.com/rust-lang/crates.io-index" 2558 checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" 2559 dependencies = [ 2560 "toml_edit", 2561 ] 2562 2563 [[package]] 2564 name = "proc-macro2" 2565 version = "1.0.95" 2566 source = "registry+https://github.com/rust-lang/crates.io-index" 2567 checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 2568 dependencies = [ 2569 "unicode-ident", 2570 ] 2571 2572 [[package]] 2573 name = "profiling" 2574 version = "1.0.16" 2575 source = "registry+https://github.com/rust-lang/crates.io-index" 2576 checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d" 2577 2578 [[package]] 2579 name = "quick-xml" 2580 version = "0.36.2" 2581 source = "registry+https://github.com/rust-lang/crates.io-index" 2582 checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" 2583 dependencies = [ 2584 "memchr", 2585 "serde", 2586 ] 2587 2588 [[package]] 2589 name = "quick-xml" 2590 version = "0.37.5" 2591 source = "registry+https://github.com/rust-lang/crates.io-index" 2592 checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" 2593 dependencies = [ 2594 "memchr", 2595 ] 2596 2597 [[package]] 2598 name = "quote" 2599 version = "1.0.40" 2600 source = "registry+https://github.com/rust-lang/crates.io-index" 2601 checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 2602 dependencies = [ 2603 "proc-macro2", 2604 ] 2605 2606 [[package]] 2607 name = "r-efi" 2608 version = "5.2.0" 2609 source = "registry+https://github.com/rust-lang/crates.io-index" 2610 checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 2611 2612 [[package]] 2613 name = "rand" 2614 version = "0.8.5" 2615 source = "registry+https://github.com/rust-lang/crates.io-index" 2616 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2617 dependencies = [ 2618 "libc", 2619 "rand_chacha", 2620 "rand_core", 2621 ] 2622 2623 [[package]] 2624 name = "rand_chacha" 2625 version = "0.3.1" 2626 source = "registry+https://github.com/rust-lang/crates.io-index" 2627 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2628 dependencies = [ 2629 "ppv-lite86", 2630 "rand_core", 2631 ] 2632 2633 [[package]] 2634 name = "rand_core" 2635 version = "0.6.4" 2636 source = "registry+https://github.com/rust-lang/crates.io-index" 2637 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2638 dependencies = [ 2639 "getrandom 0.2.16", 2640 ] 2641 2642 [[package]] 2643 name = "range-alloc" 2644 version = "0.1.4" 2645 source = "registry+https://github.com/rust-lang/crates.io-index" 2646 checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" 2647 2648 [[package]] 2649 name = "raw-window-handle" 2650 version = "0.6.2" 2651 source = "registry+https://github.com/rust-lang/crates.io-index" 2652 checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 2653 2654 [[package]] 2655 name = "redox_syscall" 2656 version = "0.4.1" 2657 source = "registry+https://github.com/rust-lang/crates.io-index" 2658 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2659 dependencies = [ 2660 "bitflags 1.3.2", 2661 ] 2662 2663 [[package]] 2664 name = "redox_syscall" 2665 version = "0.5.12" 2666 source = "registry+https://github.com/rust-lang/crates.io-index" 2667 checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" 2668 dependencies = [ 2669 "bitflags 2.9.1", 2670 ] 2671 2672 [[package]] 2673 name = "renderdoc-sys" 2674 version = "1.1.0" 2675 source = "registry+https://github.com/rust-lang/crates.io-index" 2676 checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 2677 2678 [[package]] 2679 name = "rfd" 2680 version = "0.14.1" 2681 source = "registry+https://github.com/rust-lang/crates.io-index" 2682 checksum = "25a73a7337fc24366edfca76ec521f51877b114e42dab584008209cca6719251" 2683 dependencies = [ 2684 "ashpd", 2685 "block", 2686 "dispatch", 2687 "js-sys", 2688 "log", 2689 "objc", 2690 "objc-foundation", 2691 "objc_id", 2692 "pollster 0.3.0", 2693 "raw-window-handle", 2694 "urlencoding", 2695 "wasm-bindgen", 2696 "wasm-bindgen-futures", 2697 "web-sys", 2698 "windows-sys 0.48.0", 2699 ] 2700 2701 [[package]] 2702 name = "rustc-hash" 2703 version = "1.1.0" 2704 source = "registry+https://github.com/rust-lang/crates.io-index" 2705 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2706 2707 [[package]] 2708 name = "rustc-hash" 2709 version = "2.1.1" 2710 source = "registry+https://github.com/rust-lang/crates.io-index" 2711 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2712 2713 [[package]] 2714 name = "rustix" 2715 version = "0.38.44" 2716 source = "registry+https://github.com/rust-lang/crates.io-index" 2717 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 2718 dependencies = [ 2719 "bitflags 2.9.1", 2720 "errno", 2721 "libc", 2722 "linux-raw-sys 0.4.15", 2723 "windows-sys 0.59.0", 2724 ] 2725 2726 [[package]] 2727 name = "rustix" 2728 version = "1.0.7" 2729 source = "registry+https://github.com/rust-lang/crates.io-index" 2730 checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" 2731 dependencies = [ 2732 "bitflags 2.9.1", 2733 "errno", 2734 "libc", 2735 "linux-raw-sys 0.9.4", 2736 "windows-sys 0.59.0", 2737 ] 2738 2739 [[package]] 2740 name = "rustversion" 2741 version = "1.0.21" 2742 source = "registry+https://github.com/rust-lang/crates.io-index" 2743 checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 2744 2745 [[package]] 2746 name = "same-file" 2747 version = "1.0.6" 2748 source = "registry+https://github.com/rust-lang/crates.io-index" 2749 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2750 dependencies = [ 2751 "winapi-util", 2752 ] 2753 2754 [[package]] 2755 name = "scoped-tls" 2756 version = "1.0.1" 2757 source = "registry+https://github.com/rust-lang/crates.io-index" 2758 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2759 2760 [[package]] 2761 name = "scopeguard" 2762 version = "1.2.0" 2763 source = "registry+https://github.com/rust-lang/crates.io-index" 2764 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2765 2766 [[package]] 2767 name = "sctk-adwaita" 2768 version = "0.10.1" 2769 source = "registry+https://github.com/rust-lang/crates.io-index" 2770 checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" 2771 dependencies = [ 2772 "ab_glyph", 2773 "log", 2774 "memmap2", 2775 "smithay-client-toolkit", 2776 "tiny-skia", 2777 ] 2778 2779 [[package]] 2780 name = "secure-types" 2781 version = "0.1.31" 2782 source = "registry+https://github.com/rust-lang/crates.io-index" 2783 checksum = "06d2bc3c694f9e0b913f66d5da38057ec0b36aaeb1fedd664ef97f6611a729da" 2784 dependencies = [ 2785 "libc", 2786 "memsec", 2787 "thiserror 2.0.12", 2788 "windows-sys 0.60.2", 2789 "zeroize", 2790 ] 2791 2792 [[package]] 2793 name = "serde" 2794 version = "1.0.219" 2795 source = "registry+https://github.com/rust-lang/crates.io-index" 2796 checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 2797 dependencies = [ 2798 "serde_derive", 2799 ] 2800 2801 [[package]] 2802 name = "serde_derive" 2803 version = "1.0.219" 2804 source = "registry+https://github.com/rust-lang/crates.io-index" 2805 checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 2806 dependencies = [ 2807 "proc-macro2", 2808 "quote", 2809 "syn", 2810 ] 2811 2812 [[package]] 2813 name = "serde_repr" 2814 version = "0.1.20" 2815 source = "registry+https://github.com/rust-lang/crates.io-index" 2816 checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 2817 dependencies = [ 2818 "proc-macro2", 2819 "quote", 2820 "syn", 2821 ] 2822 2823 [[package]] 2824 name = "sha1" 2825 version = "0.10.6" 2826 source = "registry+https://github.com/rust-lang/crates.io-index" 2827 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2828 dependencies = [ 2829 "cfg-if", 2830 "cpufeatures", 2831 "digest", 2832 ] 2833 2834 [[package]] 2835 name = "sha3" 2836 version = "0.10.8" 2837 source = "registry+https://github.com/rust-lang/crates.io-index" 2838 checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" 2839 dependencies = [ 2840 "digest", 2841 "keccak", 2842 ] 2843 2844 [[package]] 2845 name = "shlex" 2846 version = "1.3.0" 2847 source = "registry+https://github.com/rust-lang/crates.io-index" 2848 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2849 2850 [[package]] 2851 name = "signal-hook-registry" 2852 version = "1.4.5" 2853 source = "registry+https://github.com/rust-lang/crates.io-index" 2854 checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" 2855 dependencies = [ 2856 "libc", 2857 ] 2858 2859 [[package]] 2860 name = "simd-adler32" 2861 version = "0.3.7" 2862 source = "registry+https://github.com/rust-lang/crates.io-index" 2863 checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 2864 2865 [[package]] 2866 name = "slab" 2867 version = "0.4.9" 2868 source = "registry+https://github.com/rust-lang/crates.io-index" 2869 checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2870 dependencies = [ 2871 "autocfg", 2872 ] 2873 2874 [[package]] 2875 name = "slotmap" 2876 version = "1.0.7" 2877 source = "registry+https://github.com/rust-lang/crates.io-index" 2878 checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 2879 dependencies = [ 2880 "version_check", 2881 ] 2882 2883 [[package]] 2884 name = "smallvec" 2885 version = "1.15.0" 2886 source = "registry+https://github.com/rust-lang/crates.io-index" 2887 checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 2888 2889 [[package]] 2890 name = "smithay-client-toolkit" 2891 version = "0.19.2" 2892 source = "registry+https://github.com/rust-lang/crates.io-index" 2893 checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 2894 dependencies = [ 2895 "bitflags 2.9.1", 2896 "calloop", 2897 "calloop-wayland-source", 2898 "cursor-icon", 2899 "libc", 2900 "log", 2901 "memmap2", 2902 "rustix 0.38.44", 2903 "thiserror 1.0.69", 2904 "wayland-backend", 2905 "wayland-client", 2906 "wayland-csd-frame", 2907 "wayland-cursor", 2908 "wayland-protocols", 2909 "wayland-protocols-wlr", 2910 "wayland-scanner", 2911 "xkeysym", 2912 ] 2913 2914 [[package]] 2915 name = "smithay-clipboard" 2916 version = "0.7.2" 2917 source = "registry+https://github.com/rust-lang/crates.io-index" 2918 checksum = "cc8216eec463674a0e90f29e0ae41a4db573ec5b56b1c6c1c71615d249b6d846" 2919 dependencies = [ 2920 "libc", 2921 "smithay-client-toolkit", 2922 "wayland-backend", 2923 ] 2924 2925 [[package]] 2926 name = "smol_str" 2927 version = "0.2.2" 2928 source = "registry+https://github.com/rust-lang/crates.io-index" 2929 checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 2930 dependencies = [ 2931 "serde", 2932 ] 2933 2934 [[package]] 2935 name = "spirv" 2936 version = "0.3.0+sdk-1.3.268.0" 2937 source = "registry+https://github.com/rust-lang/crates.io-index" 2938 checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 2939 dependencies = [ 2940 "bitflags 2.9.1", 2941 ] 2942 2943 [[package]] 2944 name = "stable_deref_trait" 2945 version = "1.2.0" 2946 source = "registry+https://github.com/rust-lang/crates.io-index" 2947 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2948 2949 [[package]] 2950 name = "static_assertions" 2951 version = "1.1.0" 2952 source = "registry+https://github.com/rust-lang/crates.io-index" 2953 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2954 2955 [[package]] 2956 name = "strict-num" 2957 version = "0.1.1" 2958 source = "registry+https://github.com/rust-lang/crates.io-index" 2959 checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 2960 2961 [[package]] 2962 name = "strum" 2963 version = "0.26.3" 2964 source = "registry+https://github.com/rust-lang/crates.io-index" 2965 checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 2966 dependencies = [ 2967 "strum_macros", 2968 ] 2969 2970 [[package]] 2971 name = "strum_macros" 2972 version = "0.26.4" 2973 source = "registry+https://github.com/rust-lang/crates.io-index" 2974 checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 2975 dependencies = [ 2976 "heck", 2977 "proc-macro2", 2978 "quote", 2979 "rustversion", 2980 "syn", 2981 ] 2982 2983 [[package]] 2984 name = "subtle" 2985 version = "2.6.1" 2986 source = "registry+https://github.com/rust-lang/crates.io-index" 2987 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2988 2989 [[package]] 2990 name = "syn" 2991 version = "2.0.101" 2992 source = "registry+https://github.com/rust-lang/crates.io-index" 2993 checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" 2994 dependencies = [ 2995 "proc-macro2", 2996 "quote", 2997 "unicode-ident", 2998 ] 2999 3000 [[package]] 3001 name = "synstructure" 3002 version = "0.13.2" 3003 source = "registry+https://github.com/rust-lang/crates.io-index" 3004 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3005 dependencies = [ 3006 "proc-macro2", 3007 "quote", 3008 "syn", 3009 ] 3010 3011 [[package]] 3012 name = "tempfile" 3013 version = "3.20.0" 3014 source = "registry+https://github.com/rust-lang/crates.io-index" 3015 checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" 3016 dependencies = [ 3017 "fastrand", 3018 "getrandom 0.3.3", 3019 "once_cell", 3020 "rustix 1.0.7", 3021 "windows-sys 0.59.0", 3022 ] 3023 3024 [[package]] 3025 name = "termcolor" 3026 version = "1.4.1" 3027 source = "registry+https://github.com/rust-lang/crates.io-index" 3028 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 3029 dependencies = [ 3030 "winapi-util", 3031 ] 3032 3033 [[package]] 3034 name = "thiserror" 3035 version = "1.0.69" 3036 source = "registry+https://github.com/rust-lang/crates.io-index" 3037 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3038 dependencies = [ 3039 "thiserror-impl 1.0.69", 3040 ] 3041 3042 [[package]] 3043 name = "thiserror" 3044 version = "2.0.12" 3045 source = "registry+https://github.com/rust-lang/crates.io-index" 3046 checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 3047 dependencies = [ 3048 "thiserror-impl 2.0.12", 3049 ] 3050 3051 [[package]] 3052 name = "thiserror-impl" 3053 version = "1.0.69" 3054 source = "registry+https://github.com/rust-lang/crates.io-index" 3055 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3056 dependencies = [ 3057 "proc-macro2", 3058 "quote", 3059 "syn", 3060 ] 3061 3062 [[package]] 3063 name = "thiserror-impl" 3064 version = "2.0.12" 3065 source = "registry+https://github.com/rust-lang/crates.io-index" 3066 checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 3067 dependencies = [ 3068 "proc-macro2", 3069 "quote", 3070 "syn", 3071 ] 3072 3073 [[package]] 3074 name = "tiff" 3075 version = "0.9.1" 3076 source = "registry+https://github.com/rust-lang/crates.io-index" 3077 checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 3078 dependencies = [ 3079 "flate2", 3080 "jpeg-decoder", 3081 "weezl", 3082 ] 3083 3084 [[package]] 3085 name = "tiny-skia" 3086 version = "0.11.4" 3087 source = "registry+https://github.com/rust-lang/crates.io-index" 3088 checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 3089 dependencies = [ 3090 "arrayref", 3091 "arrayvec", 3092 "bytemuck", 3093 "cfg-if", 3094 "log", 3095 "tiny-skia-path", 3096 ] 3097 3098 [[package]] 3099 name = "tiny-skia-path" 3100 version = "0.11.4" 3101 source = "registry+https://github.com/rust-lang/crates.io-index" 3102 checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 3103 dependencies = [ 3104 "arrayref", 3105 "bytemuck", 3106 "strict-num", 3107 ] 3108 3109 [[package]] 3110 name = "tinystr" 3111 version = "0.8.1" 3112 source = "registry+https://github.com/rust-lang/crates.io-index" 3113 checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 3114 dependencies = [ 3115 "displaydoc", 3116 "zerovec", 3117 ] 3118 3119 [[package]] 3120 name = "toml_datetime" 3121 version = "0.6.9" 3122 source = "registry+https://github.com/rust-lang/crates.io-index" 3123 checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3" 3124 3125 [[package]] 3126 name = "toml_edit" 3127 version = "0.22.26" 3128 source = "registry+https://github.com/rust-lang/crates.io-index" 3129 checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" 3130 dependencies = [ 3131 "indexmap", 3132 "toml_datetime", 3133 "winnow", 3134 ] 3135 3136 [[package]] 3137 name = "tracing" 3138 version = "0.1.41" 3139 source = "registry+https://github.com/rust-lang/crates.io-index" 3140 checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 3141 dependencies = [ 3142 "pin-project-lite", 3143 "tracing-attributes", 3144 "tracing-core", 3145 ] 3146 3147 [[package]] 3148 name = "tracing-attributes" 3149 version = "0.1.28" 3150 source = "registry+https://github.com/rust-lang/crates.io-index" 3151 checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 3152 dependencies = [ 3153 "proc-macro2", 3154 "quote", 3155 "syn", 3156 ] 3157 3158 [[package]] 3159 name = "tracing-core" 3160 version = "0.1.33" 3161 source = "registry+https://github.com/rust-lang/crates.io-index" 3162 checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 3163 dependencies = [ 3164 "once_cell", 3165 ] 3166 3167 [[package]] 3168 name = "ttf-parser" 3169 version = "0.25.1" 3170 source = "registry+https://github.com/rust-lang/crates.io-index" 3171 checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 3172 3173 [[package]] 3174 name = "type-map" 3175 version = "0.5.1" 3176 source = "registry+https://github.com/rust-lang/crates.io-index" 3177 checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" 3178 dependencies = [ 3179 "rustc-hash 2.1.1", 3180 ] 3181 3182 [[package]] 3183 name = "typenum" 3184 version = "1.18.0" 3185 source = "registry+https://github.com/rust-lang/crates.io-index" 3186 checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 3187 3188 [[package]] 3189 name = "uds_windows" 3190 version = "1.1.0" 3191 source = "registry+https://github.com/rust-lang/crates.io-index" 3192 checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 3193 dependencies = [ 3194 "memoffset", 3195 "tempfile", 3196 "winapi", 3197 ] 3198 3199 [[package]] 3200 name = "unicode-ident" 3201 version = "1.0.18" 3202 source = "registry+https://github.com/rust-lang/crates.io-index" 3203 checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 3204 3205 [[package]] 3206 name = "unicode-segmentation" 3207 version = "1.12.0" 3208 source = "registry+https://github.com/rust-lang/crates.io-index" 3209 checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 3210 3211 [[package]] 3212 name = "unicode-width" 3213 version = "0.1.14" 3214 source = "registry+https://github.com/rust-lang/crates.io-index" 3215 checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 3216 3217 [[package]] 3218 name = "universal-hash" 3219 version = "0.5.1" 3220 source = "registry+https://github.com/rust-lang/crates.io-index" 3221 checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 3222 dependencies = [ 3223 "crypto-common", 3224 "subtle", 3225 ] 3226 3227 [[package]] 3228 name = "unty" 3229 version = "0.0.4" 3230 source = "registry+https://github.com/rust-lang/crates.io-index" 3231 checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae" 3232 3233 [[package]] 3234 name = "url" 3235 version = "2.5.4" 3236 source = "registry+https://github.com/rust-lang/crates.io-index" 3237 checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 3238 dependencies = [ 3239 "form_urlencoded", 3240 "idna", 3241 "percent-encoding", 3242 "serde", 3243 ] 3244 3245 [[package]] 3246 name = "urlencoding" 3247 version = "2.1.3" 3248 source = "registry+https://github.com/rust-lang/crates.io-index" 3249 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 3250 3251 [[package]] 3252 name = "utf8_iter" 3253 version = "1.0.4" 3254 source = "registry+https://github.com/rust-lang/crates.io-index" 3255 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3256 3257 [[package]] 3258 name = "version_check" 3259 version = "0.9.5" 3260 source = "registry+https://github.com/rust-lang/crates.io-index" 3261 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3262 3263 [[package]] 3264 name = "virtue" 3265 version = "0.0.18" 3266 source = "registry+https://github.com/rust-lang/crates.io-index" 3267 checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1" 3268 3269 [[package]] 3270 name = "walkdir" 3271 version = "2.5.0" 3272 source = "registry+https://github.com/rust-lang/crates.io-index" 3273 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3274 dependencies = [ 3275 "same-file", 3276 "winapi-util", 3277 ] 3278 3279 [[package]] 3280 name = "wasi" 3281 version = "0.11.0+wasi-snapshot-preview1" 3282 source = "registry+https://github.com/rust-lang/crates.io-index" 3283 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3284 3285 [[package]] 3286 name = "wasi" 3287 version = "0.14.2+wasi-0.2.4" 3288 source = "registry+https://github.com/rust-lang/crates.io-index" 3289 checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 3290 dependencies = [ 3291 "wit-bindgen-rt", 3292 ] 3293 3294 [[package]] 3295 name = "wasm-bindgen" 3296 version = "0.2.100" 3297 source = "registry+https://github.com/rust-lang/crates.io-index" 3298 checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 3299 dependencies = [ 3300 "cfg-if", 3301 "once_cell", 3302 "rustversion", 3303 "wasm-bindgen-macro", 3304 ] 3305 3306 [[package]] 3307 name = "wasm-bindgen-backend" 3308 version = "0.2.100" 3309 source = "registry+https://github.com/rust-lang/crates.io-index" 3310 checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 3311 dependencies = [ 3312 "bumpalo", 3313 "log", 3314 "proc-macro2", 3315 "quote", 3316 "syn", 3317 "wasm-bindgen-shared", 3318 ] 3319 3320 [[package]] 3321 name = "wasm-bindgen-futures" 3322 version = "0.4.50" 3323 source = "registry+https://github.com/rust-lang/crates.io-index" 3324 checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 3325 dependencies = [ 3326 "cfg-if", 3327 "js-sys", 3328 "once_cell", 3329 "wasm-bindgen", 3330 "web-sys", 3331 ] 3332 3333 [[package]] 3334 name = "wasm-bindgen-macro" 3335 version = "0.2.100" 3336 source = "registry+https://github.com/rust-lang/crates.io-index" 3337 checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 3338 dependencies = [ 3339 "quote", 3340 "wasm-bindgen-macro-support", 3341 ] 3342 3343 [[package]] 3344 name = "wasm-bindgen-macro-support" 3345 version = "0.2.100" 3346 source = "registry+https://github.com/rust-lang/crates.io-index" 3347 checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 3348 dependencies = [ 3349 "proc-macro2", 3350 "quote", 3351 "syn", 3352 "wasm-bindgen-backend", 3353 "wasm-bindgen-shared", 3354 ] 3355 3356 [[package]] 3357 name = "wasm-bindgen-shared" 3358 version = "0.2.100" 3359 source = "registry+https://github.com/rust-lang/crates.io-index" 3360 checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 3361 dependencies = [ 3362 "unicode-ident", 3363 ] 3364 3365 [[package]] 3366 name = "wayland-backend" 3367 version = "0.3.10" 3368 source = "registry+https://github.com/rust-lang/crates.io-index" 3369 checksum = "fe770181423e5fc79d3e2a7f4410b7799d5aab1de4372853de3c6aa13ca24121" 3370 dependencies = [ 3371 "cc", 3372 "downcast-rs", 3373 "rustix 0.38.44", 3374 "scoped-tls", 3375 "smallvec", 3376 "wayland-sys", 3377 ] 3378 3379 [[package]] 3380 name = "wayland-client" 3381 version = "0.31.10" 3382 source = "registry+https://github.com/rust-lang/crates.io-index" 3383 checksum = "978fa7c67b0847dbd6a9f350ca2569174974cd4082737054dbb7fbb79d7d9a61" 3384 dependencies = [ 3385 "bitflags 2.9.1", 3386 "rustix 0.38.44", 3387 "wayland-backend", 3388 "wayland-scanner", 3389 ] 3390 3391 [[package]] 3392 name = "wayland-csd-frame" 3393 version = "0.3.0" 3394 source = "registry+https://github.com/rust-lang/crates.io-index" 3395 checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 3396 dependencies = [ 3397 "bitflags 2.9.1", 3398 "cursor-icon", 3399 "wayland-backend", 3400 ] 3401 3402 [[package]] 3403 name = "wayland-cursor" 3404 version = "0.31.10" 3405 source = "registry+https://github.com/rust-lang/crates.io-index" 3406 checksum = "a65317158dec28d00416cb16705934070aef4f8393353d41126c54264ae0f182" 3407 dependencies = [ 3408 "rustix 0.38.44", 3409 "wayland-client", 3410 "xcursor", 3411 ] 3412 3413 [[package]] 3414 name = "wayland-protocols" 3415 version = "0.32.8" 3416 source = "registry+https://github.com/rust-lang/crates.io-index" 3417 checksum = "779075454e1e9a521794fed15886323ea0feda3f8b0fc1390f5398141310422a" 3418 dependencies = [ 3419 "bitflags 2.9.1", 3420 "wayland-backend", 3421 "wayland-client", 3422 "wayland-scanner", 3423 ] 3424 3425 [[package]] 3426 name = "wayland-protocols-plasma" 3427 version = "0.3.8" 3428 source = "registry+https://github.com/rust-lang/crates.io-index" 3429 checksum = "4fd38cdad69b56ace413c6bcc1fbf5acc5e2ef4af9d5f8f1f9570c0c83eae175" 3430 dependencies = [ 3431 "bitflags 2.9.1", 3432 "wayland-backend", 3433 "wayland-client", 3434 "wayland-protocols", 3435 "wayland-scanner", 3436 ] 3437 3438 [[package]] 3439 name = "wayland-protocols-wlr" 3440 version = "0.3.8" 3441 source = "registry+https://github.com/rust-lang/crates.io-index" 3442 checksum = "1cb6cdc73399c0e06504c437fe3cf886f25568dd5454473d565085b36d6a8bbf" 3443 dependencies = [ 3444 "bitflags 2.9.1", 3445 "wayland-backend", 3446 "wayland-client", 3447 "wayland-protocols", 3448 "wayland-scanner", 3449 ] 3450 3451 [[package]] 3452 name = "wayland-scanner" 3453 version = "0.31.6" 3454 source = "registry+https://github.com/rust-lang/crates.io-index" 3455 checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484" 3456 dependencies = [ 3457 "proc-macro2", 3458 "quick-xml 0.37.5", 3459 "quote", 3460 ] 3461 3462 [[package]] 3463 name = "wayland-sys" 3464 version = "0.31.6" 3465 source = "registry+https://github.com/rust-lang/crates.io-index" 3466 checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615" 3467 dependencies = [ 3468 "dlib", 3469 "log", 3470 "once_cell", 3471 "pkg-config", 3472 ] 3473 3474 [[package]] 3475 name = "web-sys" 3476 version = "0.3.77" 3477 source = "registry+https://github.com/rust-lang/crates.io-index" 3478 checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 3479 dependencies = [ 3480 "js-sys", 3481 "wasm-bindgen", 3482 ] 3483 3484 [[package]] 3485 name = "web-time" 3486 version = "1.1.0" 3487 source = "registry+https://github.com/rust-lang/crates.io-index" 3488 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3489 dependencies = [ 3490 "js-sys", 3491 "wasm-bindgen", 3492 ] 3493 3494 [[package]] 3495 name = "webbrowser" 3496 version = "1.0.4" 3497 source = "registry+https://github.com/rust-lang/crates.io-index" 3498 checksum = "d5df295f8451142f1856b1bd86a606dfe9587d439bc036e319c827700dbd555e" 3499 dependencies = [ 3500 "core-foundation 0.10.1", 3501 "home", 3502 "jni", 3503 "log", 3504 "ndk-context", 3505 "objc2 0.6.1", 3506 "objc2-foundation 0.3.1", 3507 "url", 3508 "web-sys", 3509 ] 3510 3511 [[package]] 3512 name = "weezl" 3513 version = "0.1.10" 3514 source = "registry+https://github.com/rust-lang/crates.io-index" 3515 checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3" 3516 3517 [[package]] 3518 name = "wgpu" 3519 version = "25.0.2" 3520 source = "registry+https://github.com/rust-lang/crates.io-index" 3521 checksum = "ec8fb398f119472be4d80bc3647339f56eb63b2a331f6a3d16e25d8144197dd9" 3522 dependencies = [ 3523 "arrayvec", 3524 "bitflags 2.9.1", 3525 "cfg_aliases", 3526 "document-features", 3527 "hashbrown", 3528 "js-sys", 3529 "log", 3530 "naga", 3531 "parking_lot", 3532 "portable-atomic", 3533 "profiling", 3534 "raw-window-handle", 3535 "smallvec", 3536 "static_assertions", 3537 "wasm-bindgen", 3538 "wasm-bindgen-futures", 3539 "web-sys", 3540 "wgpu-core", 3541 "wgpu-hal", 3542 "wgpu-types", 3543 ] 3544 3545 [[package]] 3546 name = "wgpu-core" 3547 version = "25.0.2" 3548 source = "registry+https://github.com/rust-lang/crates.io-index" 3549 checksum = "f7b882196f8368511d613c6aeec80655160db6646aebddf8328879a88d54e500" 3550 dependencies = [ 3551 "arrayvec", 3552 "bit-set", 3553 "bit-vec", 3554 "bitflags 2.9.1", 3555 "cfg_aliases", 3556 "document-features", 3557 "hashbrown", 3558 "indexmap", 3559 "log", 3560 "naga", 3561 "once_cell", 3562 "parking_lot", 3563 "portable-atomic", 3564 "profiling", 3565 "raw-window-handle", 3566 "rustc-hash 1.1.0", 3567 "smallvec", 3568 "thiserror 2.0.12", 3569 "wgpu-core-deps-apple", 3570 "wgpu-core-deps-emscripten", 3571 "wgpu-core-deps-windows-linux-android", 3572 "wgpu-hal", 3573 "wgpu-types", 3574 ] 3575 3576 [[package]] 3577 name = "wgpu-core-deps-apple" 3578 version = "25.0.0" 3579 source = "registry+https://github.com/rust-lang/crates.io-index" 3580 checksum = "cfd488b3239b6b7b185c3b045c39ca6bf8af34467a4c5de4e0b1a564135d093d" 3581 dependencies = [ 3582 "wgpu-hal", 3583 ] 3584 3585 [[package]] 3586 name = "wgpu-core-deps-emscripten" 3587 version = "25.0.0" 3588 source = "registry+https://github.com/rust-lang/crates.io-index" 3589 checksum = "f09ad7aceb3818e52539acc679f049d3475775586f3f4e311c30165cf2c00445" 3590 dependencies = [ 3591 "wgpu-hal", 3592 ] 3593 3594 [[package]] 3595 name = "wgpu-core-deps-windows-linux-android" 3596 version = "25.0.0" 3597 source = "registry+https://github.com/rust-lang/crates.io-index" 3598 checksum = "cba5fb5f7f9c98baa7c889d444f63ace25574833df56f5b817985f641af58e46" 3599 dependencies = [ 3600 "wgpu-hal", 3601 ] 3602 3603 [[package]] 3604 name = "wgpu-hal" 3605 version = "25.0.2" 3606 source = "registry+https://github.com/rust-lang/crates.io-index" 3607 checksum = "f968767fe4d3d33747bbd1473ccd55bf0f6451f55d733b5597e67b5deab4ad17" 3608 dependencies = [ 3609 "android_system_properties", 3610 "arrayvec", 3611 "ash", 3612 "bit-set", 3613 "bitflags 2.9.1", 3614 "block", 3615 "bytemuck", 3616 "cfg-if", 3617 "cfg_aliases", 3618 "core-graphics-types", 3619 "glow", 3620 "glutin_wgl_sys", 3621 "gpu-alloc", 3622 "gpu-allocator", 3623 "gpu-descriptor", 3624 "hashbrown", 3625 "js-sys", 3626 "khronos-egl", 3627 "libc", 3628 "libloading", 3629 "log", 3630 "metal", 3631 "naga", 3632 "ndk-sys 0.5.0+25.2.9519653", 3633 "objc", 3634 "ordered-float", 3635 "parking_lot", 3636 "portable-atomic", 3637 "profiling", 3638 "range-alloc", 3639 "raw-window-handle", 3640 "renderdoc-sys", 3641 "smallvec", 3642 "thiserror 2.0.12", 3643 "wasm-bindgen", 3644 "web-sys", 3645 "wgpu-types", 3646 "windows 0.58.0", 3647 "windows-core 0.58.0", 3648 ] 3649 3650 [[package]] 3651 name = "wgpu-types" 3652 version = "25.0.0" 3653 source = "registry+https://github.com/rust-lang/crates.io-index" 3654 checksum = "2aa49460c2a8ee8edba3fca54325540d904dd85b2e086ada762767e17d06e8bc" 3655 dependencies = [ 3656 "bitflags 2.9.1", 3657 "bytemuck", 3658 "js-sys", 3659 "log", 3660 "thiserror 2.0.12", 3661 "web-sys", 3662 ] 3663 3664 [[package]] 3665 name = "winapi" 3666 version = "0.3.9" 3667 source = "registry+https://github.com/rust-lang/crates.io-index" 3668 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3669 dependencies = [ 3670 "winapi-i686-pc-windows-gnu", 3671 "winapi-x86_64-pc-windows-gnu", 3672 ] 3673 3674 [[package]] 3675 name = "winapi-i686-pc-windows-gnu" 3676 version = "0.4.0" 3677 source = "registry+https://github.com/rust-lang/crates.io-index" 3678 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3679 3680 [[package]] 3681 name = "winapi-util" 3682 version = "0.1.9" 3683 source = "registry+https://github.com/rust-lang/crates.io-index" 3684 checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 3685 dependencies = [ 3686 "windows-sys 0.59.0", 3687 ] 3688 3689 [[package]] 3690 name = "winapi-x86_64-pc-windows-gnu" 3691 version = "0.4.0" 3692 source = "registry+https://github.com/rust-lang/crates.io-index" 3693 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3694 3695 [[package]] 3696 name = "windows" 3697 version = "0.58.0" 3698 source = "registry+https://github.com/rust-lang/crates.io-index" 3699 checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 3700 dependencies = [ 3701 "windows-core 0.58.0", 3702 "windows-targets 0.52.6", 3703 ] 3704 3705 [[package]] 3706 name = "windows" 3707 version = "0.61.3" 3708 source = "registry+https://github.com/rust-lang/crates.io-index" 3709 checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 3710 dependencies = [ 3711 "windows-collections", 3712 "windows-core 0.61.2", 3713 "windows-future", 3714 "windows-link", 3715 "windows-numerics", 3716 ] 3717 3718 [[package]] 3719 name = "windows-collections" 3720 version = "0.2.0" 3721 source = "registry+https://github.com/rust-lang/crates.io-index" 3722 checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 3723 dependencies = [ 3724 "windows-core 0.61.2", 3725 ] 3726 3727 [[package]] 3728 name = "windows-core" 3729 version = "0.58.0" 3730 source = "registry+https://github.com/rust-lang/crates.io-index" 3731 checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 3732 dependencies = [ 3733 "windows-implement 0.58.0", 3734 "windows-interface 0.58.0", 3735 "windows-result 0.2.0", 3736 "windows-strings 0.1.0", 3737 "windows-targets 0.52.6", 3738 ] 3739 3740 [[package]] 3741 name = "windows-core" 3742 version = "0.61.2" 3743 source = "registry+https://github.com/rust-lang/crates.io-index" 3744 checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 3745 dependencies = [ 3746 "windows-implement 0.60.0", 3747 "windows-interface 0.59.1", 3748 "windows-link", 3749 "windows-result 0.3.4", 3750 "windows-strings 0.4.2", 3751 ] 3752 3753 [[package]] 3754 name = "windows-future" 3755 version = "0.2.1" 3756 source = "registry+https://github.com/rust-lang/crates.io-index" 3757 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 3758 dependencies = [ 3759 "windows-core 0.61.2", 3760 "windows-link", 3761 "windows-threading", 3762 ] 3763 3764 [[package]] 3765 name = "windows-implement" 3766 version = "0.58.0" 3767 source = "registry+https://github.com/rust-lang/crates.io-index" 3768 checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 3769 dependencies = [ 3770 "proc-macro2", 3771 "quote", 3772 "syn", 3773 ] 3774 3775 [[package]] 3776 name = "windows-implement" 3777 version = "0.60.0" 3778 source = "registry+https://github.com/rust-lang/crates.io-index" 3779 checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 3780 dependencies = [ 3781 "proc-macro2", 3782 "quote", 3783 "syn", 3784 ] 3785 3786 [[package]] 3787 name = "windows-interface" 3788 version = "0.58.0" 3789 source = "registry+https://github.com/rust-lang/crates.io-index" 3790 checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 3791 dependencies = [ 3792 "proc-macro2", 3793 "quote", 3794 "syn", 3795 ] 3796 3797 [[package]] 3798 name = "windows-interface" 3799 version = "0.59.1" 3800 source = "registry+https://github.com/rust-lang/crates.io-index" 3801 checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 3802 dependencies = [ 3803 "proc-macro2", 3804 "quote", 3805 "syn", 3806 ] 3807 3808 [[package]] 3809 name = "windows-link" 3810 version = "0.1.3" 3811 source = "registry+https://github.com/rust-lang/crates.io-index" 3812 checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 3813 3814 [[package]] 3815 name = "windows-numerics" 3816 version = "0.2.0" 3817 source = "registry+https://github.com/rust-lang/crates.io-index" 3818 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 3819 dependencies = [ 3820 "windows-core 0.61.2", 3821 "windows-link", 3822 ] 3823 3824 [[package]] 3825 name = "windows-result" 3826 version = "0.2.0" 3827 source = "registry+https://github.com/rust-lang/crates.io-index" 3828 checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 3829 dependencies = [ 3830 "windows-targets 0.52.6", 3831 ] 3832 3833 [[package]] 3834 name = "windows-result" 3835 version = "0.3.4" 3836 source = "registry+https://github.com/rust-lang/crates.io-index" 3837 checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 3838 dependencies = [ 3839 "windows-link", 3840 ] 3841 3842 [[package]] 3843 name = "windows-strings" 3844 version = "0.1.0" 3845 source = "registry+https://github.com/rust-lang/crates.io-index" 3846 checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 3847 dependencies = [ 3848 "windows-result 0.2.0", 3849 "windows-targets 0.52.6", 3850 ] 3851 3852 [[package]] 3853 name = "windows-strings" 3854 version = "0.4.2" 3855 source = "registry+https://github.com/rust-lang/crates.io-index" 3856 checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3857 dependencies = [ 3858 "windows-link", 3859 ] 3860 3861 [[package]] 3862 name = "windows-sys" 3863 version = "0.45.0" 3864 source = "registry+https://github.com/rust-lang/crates.io-index" 3865 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3866 dependencies = [ 3867 "windows-targets 0.42.2", 3868 ] 3869 3870 [[package]] 3871 name = "windows-sys" 3872 version = "0.48.0" 3873 source = "registry+https://github.com/rust-lang/crates.io-index" 3874 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3875 dependencies = [ 3876 "windows-targets 0.48.5", 3877 ] 3878 3879 [[package]] 3880 name = "windows-sys" 3881 version = "0.52.0" 3882 source = "registry+https://github.com/rust-lang/crates.io-index" 3883 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3884 dependencies = [ 3885 "windows-targets 0.52.6", 3886 ] 3887 3888 [[package]] 3889 name = "windows-sys" 3890 version = "0.59.0" 3891 source = "registry+https://github.com/rust-lang/crates.io-index" 3892 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3893 dependencies = [ 3894 "windows-targets 0.52.6", 3895 ] 3896 3897 [[package]] 3898 name = "windows-sys" 3899 version = "0.60.2" 3900 source = "registry+https://github.com/rust-lang/crates.io-index" 3901 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3902 dependencies = [ 3903 "windows-targets 0.53.3", 3904 ] 3905 3906 [[package]] 3907 name = "windows-targets" 3908 version = "0.42.2" 3909 source = "registry+https://github.com/rust-lang/crates.io-index" 3910 checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 3911 dependencies = [ 3912 "windows_aarch64_gnullvm 0.42.2", 3913 "windows_aarch64_msvc 0.42.2", 3914 "windows_i686_gnu 0.42.2", 3915 "windows_i686_msvc 0.42.2", 3916 "windows_x86_64_gnu 0.42.2", 3917 "windows_x86_64_gnullvm 0.42.2", 3918 "windows_x86_64_msvc 0.42.2", 3919 ] 3920 3921 [[package]] 3922 name = "windows-targets" 3923 version = "0.48.5" 3924 source = "registry+https://github.com/rust-lang/crates.io-index" 3925 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3926 dependencies = [ 3927 "windows_aarch64_gnullvm 0.48.5", 3928 "windows_aarch64_msvc 0.48.5", 3929 "windows_i686_gnu 0.48.5", 3930 "windows_i686_msvc 0.48.5", 3931 "windows_x86_64_gnu 0.48.5", 3932 "windows_x86_64_gnullvm 0.48.5", 3933 "windows_x86_64_msvc 0.48.5", 3934 ] 3935 3936 [[package]] 3937 name = "windows-targets" 3938 version = "0.52.6" 3939 source = "registry+https://github.com/rust-lang/crates.io-index" 3940 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3941 dependencies = [ 3942 "windows_aarch64_gnullvm 0.52.6", 3943 "windows_aarch64_msvc 0.52.6", 3944 "windows_i686_gnu 0.52.6", 3945 "windows_i686_gnullvm 0.52.6", 3946 "windows_i686_msvc 0.52.6", 3947 "windows_x86_64_gnu 0.52.6", 3948 "windows_x86_64_gnullvm 0.52.6", 3949 "windows_x86_64_msvc 0.52.6", 3950 ] 3951 3952 [[package]] 3953 name = "windows-targets" 3954 version = "0.53.3" 3955 source = "registry+https://github.com/rust-lang/crates.io-index" 3956 checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" 3957 dependencies = [ 3958 "windows-link", 3959 "windows_aarch64_gnullvm 0.53.0", 3960 "windows_aarch64_msvc 0.53.0", 3961 "windows_i686_gnu 0.53.0", 3962 "windows_i686_gnullvm 0.53.0", 3963 "windows_i686_msvc 0.53.0", 3964 "windows_x86_64_gnu 0.53.0", 3965 "windows_x86_64_gnullvm 0.53.0", 3966 "windows_x86_64_msvc 0.53.0", 3967 ] 3968 3969 [[package]] 3970 name = "windows-threading" 3971 version = "0.1.0" 3972 source = "registry+https://github.com/rust-lang/crates.io-index" 3973 checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 3974 dependencies = [ 3975 "windows-link", 3976 ] 3977 3978 [[package]] 3979 name = "windows_aarch64_gnullvm" 3980 version = "0.42.2" 3981 source = "registry+https://github.com/rust-lang/crates.io-index" 3982 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 3983 3984 [[package]] 3985 name = "windows_aarch64_gnullvm" 3986 version = "0.48.5" 3987 source = "registry+https://github.com/rust-lang/crates.io-index" 3988 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3989 3990 [[package]] 3991 name = "windows_aarch64_gnullvm" 3992 version = "0.52.6" 3993 source = "registry+https://github.com/rust-lang/crates.io-index" 3994 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3995 3996 [[package]] 3997 name = "windows_aarch64_gnullvm" 3998 version = "0.53.0" 3999 source = "registry+https://github.com/rust-lang/crates.io-index" 4000 checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 4001 4002 [[package]] 4003 name = "windows_aarch64_msvc" 4004 version = "0.42.2" 4005 source = "registry+https://github.com/rust-lang/crates.io-index" 4006 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4007 4008 [[package]] 4009 name = "windows_aarch64_msvc" 4010 version = "0.48.5" 4011 source = "registry+https://github.com/rust-lang/crates.io-index" 4012 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4013 4014 [[package]] 4015 name = "windows_aarch64_msvc" 4016 version = "0.52.6" 4017 source = "registry+https://github.com/rust-lang/crates.io-index" 4018 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4019 4020 [[package]] 4021 name = "windows_aarch64_msvc" 4022 version = "0.53.0" 4023 source = "registry+https://github.com/rust-lang/crates.io-index" 4024 checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 4025 4026 [[package]] 4027 name = "windows_i686_gnu" 4028 version = "0.42.2" 4029 source = "registry+https://github.com/rust-lang/crates.io-index" 4030 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4031 4032 [[package]] 4033 name = "windows_i686_gnu" 4034 version = "0.48.5" 4035 source = "registry+https://github.com/rust-lang/crates.io-index" 4036 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4037 4038 [[package]] 4039 name = "windows_i686_gnu" 4040 version = "0.52.6" 4041 source = "registry+https://github.com/rust-lang/crates.io-index" 4042 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4043 4044 [[package]] 4045 name = "windows_i686_gnu" 4046 version = "0.53.0" 4047 source = "registry+https://github.com/rust-lang/crates.io-index" 4048 checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 4049 4050 [[package]] 4051 name = "windows_i686_gnullvm" 4052 version = "0.52.6" 4053 source = "registry+https://github.com/rust-lang/crates.io-index" 4054 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4055 4056 [[package]] 4057 name = "windows_i686_gnullvm" 4058 version = "0.53.0" 4059 source = "registry+https://github.com/rust-lang/crates.io-index" 4060 checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 4061 4062 [[package]] 4063 name = "windows_i686_msvc" 4064 version = "0.42.2" 4065 source = "registry+https://github.com/rust-lang/crates.io-index" 4066 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4067 4068 [[package]] 4069 name = "windows_i686_msvc" 4070 version = "0.48.5" 4071 source = "registry+https://github.com/rust-lang/crates.io-index" 4072 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4073 4074 [[package]] 4075 name = "windows_i686_msvc" 4076 version = "0.52.6" 4077 source = "registry+https://github.com/rust-lang/crates.io-index" 4078 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4079 4080 [[package]] 4081 name = "windows_i686_msvc" 4082 version = "0.53.0" 4083 source = "registry+https://github.com/rust-lang/crates.io-index" 4084 checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 4085 4086 [[package]] 4087 name = "windows_x86_64_gnu" 4088 version = "0.42.2" 4089 source = "registry+https://github.com/rust-lang/crates.io-index" 4090 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4091 4092 [[package]] 4093 name = "windows_x86_64_gnu" 4094 version = "0.48.5" 4095 source = "registry+https://github.com/rust-lang/crates.io-index" 4096 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4097 4098 [[package]] 4099 name = "windows_x86_64_gnu" 4100 version = "0.52.6" 4101 source = "registry+https://github.com/rust-lang/crates.io-index" 4102 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4103 4104 [[package]] 4105 name = "windows_x86_64_gnu" 4106 version = "0.53.0" 4107 source = "registry+https://github.com/rust-lang/crates.io-index" 4108 checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 4109 4110 [[package]] 4111 name = "windows_x86_64_gnullvm" 4112 version = "0.42.2" 4113 source = "registry+https://github.com/rust-lang/crates.io-index" 4114 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4115 4116 [[package]] 4117 name = "windows_x86_64_gnullvm" 4118 version = "0.48.5" 4119 source = "registry+https://github.com/rust-lang/crates.io-index" 4120 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4121 4122 [[package]] 4123 name = "windows_x86_64_gnullvm" 4124 version = "0.52.6" 4125 source = "registry+https://github.com/rust-lang/crates.io-index" 4126 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4127 4128 [[package]] 4129 name = "windows_x86_64_gnullvm" 4130 version = "0.53.0" 4131 source = "registry+https://github.com/rust-lang/crates.io-index" 4132 checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 4133 4134 [[package]] 4135 name = "windows_x86_64_msvc" 4136 version = "0.42.2" 4137 source = "registry+https://github.com/rust-lang/crates.io-index" 4138 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4139 4140 [[package]] 4141 name = "windows_x86_64_msvc" 4142 version = "0.48.5" 4143 source = "registry+https://github.com/rust-lang/crates.io-index" 4144 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4145 4146 [[package]] 4147 name = "windows_x86_64_msvc" 4148 version = "0.52.6" 4149 source = "registry+https://github.com/rust-lang/crates.io-index" 4150 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4151 4152 [[package]] 4153 name = "windows_x86_64_msvc" 4154 version = "0.53.0" 4155 source = "registry+https://github.com/rust-lang/crates.io-index" 4156 checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 4157 4158 [[package]] 4159 name = "winit" 4160 version = "0.30.12" 4161 source = "registry+https://github.com/rust-lang/crates.io-index" 4162 checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732" 4163 dependencies = [ 4164 "ahash", 4165 "android-activity", 4166 "atomic-waker", 4167 "bitflags 2.9.1", 4168 "block2", 4169 "bytemuck", 4170 "calloop", 4171 "cfg_aliases", 4172 "concurrent-queue", 4173 "core-foundation 0.9.4", 4174 "core-graphics", 4175 "cursor-icon", 4176 "dpi", 4177 "js-sys", 4178 "libc", 4179 "memmap2", 4180 "ndk", 4181 "objc2 0.5.2", 4182 "objc2-app-kit 0.2.2", 4183 "objc2-foundation 0.2.2", 4184 "objc2-ui-kit", 4185 "orbclient", 4186 "percent-encoding", 4187 "pin-project", 4188 "raw-window-handle", 4189 "redox_syscall 0.4.1", 4190 "rustix 0.38.44", 4191 "sctk-adwaita", 4192 "smithay-client-toolkit", 4193 "smol_str", 4194 "tracing", 4195 "unicode-segmentation", 4196 "wasm-bindgen", 4197 "wasm-bindgen-futures", 4198 "wayland-backend", 4199 "wayland-client", 4200 "wayland-protocols", 4201 "wayland-protocols-plasma", 4202 "web-sys", 4203 "web-time", 4204 "windows-sys 0.52.0", 4205 "x11-dl", 4206 "x11rb", 4207 "xkbcommon-dl", 4208 ] 4209 4210 [[package]] 4211 name = "winnow" 4212 version = "0.7.10" 4213 source = "registry+https://github.com/rust-lang/crates.io-index" 4214 checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec" 4215 dependencies = [ 4216 "memchr", 4217 ] 4218 4219 [[package]] 4220 name = "wit-bindgen-rt" 4221 version = "0.39.0" 4222 source = "registry+https://github.com/rust-lang/crates.io-index" 4223 checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 4224 dependencies = [ 4225 "bitflags 2.9.1", 4226 ] 4227 4228 [[package]] 4229 name = "writeable" 4230 version = "0.6.1" 4231 source = "registry+https://github.com/rust-lang/crates.io-index" 4232 checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 4233 4234 [[package]] 4235 name = "x11-dl" 4236 version = "2.21.0" 4237 source = "registry+https://github.com/rust-lang/crates.io-index" 4238 checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 4239 dependencies = [ 4240 "libc", 4241 "once_cell", 4242 "pkg-config", 4243 ] 4244 4245 [[package]] 4246 name = "x11rb" 4247 version = "0.13.1" 4248 source = "registry+https://github.com/rust-lang/crates.io-index" 4249 checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 4250 dependencies = [ 4251 "as-raw-xcb-connection", 4252 "gethostname", 4253 "libc", 4254 "libloading", 4255 "once_cell", 4256 "rustix 0.38.44", 4257 "x11rb-protocol", 4258 ] 4259 4260 [[package]] 4261 name = "x11rb-protocol" 4262 version = "0.13.1" 4263 source = "registry+https://github.com/rust-lang/crates.io-index" 4264 checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 4265 4266 [[package]] 4267 name = "xcursor" 4268 version = "0.3.8" 4269 source = "registry+https://github.com/rust-lang/crates.io-index" 4270 checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61" 4271 4272 [[package]] 4273 name = "xdg-home" 4274 version = "1.3.0" 4275 source = "registry+https://github.com/rust-lang/crates.io-index" 4276 checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" 4277 dependencies = [ 4278 "libc", 4279 "windows-sys 0.59.0", 4280 ] 4281 4282 [[package]] 4283 name = "xkbcommon-dl" 4284 version = "0.4.2" 4285 source = "registry+https://github.com/rust-lang/crates.io-index" 4286 checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 4287 dependencies = [ 4288 "bitflags 2.9.1", 4289 "dlib", 4290 "log", 4291 "once_cell", 4292 "xkeysym", 4293 ] 4294 4295 [[package]] 4296 name = "xkeysym" 4297 version = "0.2.1" 4298 source = "registry+https://github.com/rust-lang/crates.io-index" 4299 checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 4300 4301 [[package]] 4302 name = "xml-rs" 4303 version = "0.8.26" 4304 source = "registry+https://github.com/rust-lang/crates.io-index" 4305 checksum = "a62ce76d9b56901b19a74f19431b0d8b3bc7ca4ad685a746dfd78ca8f4fc6bda" 4306 4307 [[package]] 4308 name = "yoke" 4309 version = "0.8.0" 4310 source = "registry+https://github.com/rust-lang/crates.io-index" 4311 checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 4312 dependencies = [ 4313 "serde", 4314 "stable_deref_trait", 4315 "yoke-derive", 4316 "zerofrom", 4317 ] 4318 4319 [[package]] 4320 name = "yoke-derive" 4321 version = "0.8.0" 4322 source = "registry+https://github.com/rust-lang/crates.io-index" 4323 checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 4324 dependencies = [ 4325 "proc-macro2", 4326 "quote", 4327 "syn", 4328 "synstructure", 4329 ] 4330 4331 [[package]] 4332 name = "zbus" 4333 version = "4.4.0" 4334 source = "registry+https://github.com/rust-lang/crates.io-index" 4335 checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" 4336 dependencies = [ 4337 "async-broadcast", 4338 "async-executor", 4339 "async-fs", 4340 "async-io", 4341 "async-lock", 4342 "async-process", 4343 "async-recursion", 4344 "async-task", 4345 "async-trait", 4346 "blocking", 4347 "enumflags2", 4348 "event-listener", 4349 "futures-core", 4350 "futures-sink", 4351 "futures-util", 4352 "hex", 4353 "nix 0.29.0", 4354 "ordered-stream", 4355 "rand", 4356 "serde", 4357 "serde_repr", 4358 "sha1", 4359 "static_assertions", 4360 "tracing", 4361 "uds_windows", 4362 "windows-sys 0.52.0", 4363 "xdg-home", 4364 "zbus_macros 4.4.0", 4365 "zbus_names 3.0.0", 4366 "zvariant 4.2.0", 4367 ] 4368 4369 [[package]] 4370 name = "zbus" 4371 version = "5.9.0" 4372 source = "registry+https://github.com/rust-lang/crates.io-index" 4373 checksum = "4bb4f9a464286d42851d18a605f7193b8febaf5b0919d71c6399b7b26e5b0aad" 4374 dependencies = [ 4375 "async-broadcast", 4376 "async-executor", 4377 "async-io", 4378 "async-lock", 4379 "async-process", 4380 "async-recursion", 4381 "async-task", 4382 "async-trait", 4383 "blocking", 4384 "enumflags2", 4385 "event-listener", 4386 "futures-core", 4387 "futures-lite", 4388 "hex", 4389 "nix 0.30.1", 4390 "ordered-stream", 4391 "serde", 4392 "serde_repr", 4393 "tracing", 4394 "uds_windows", 4395 "windows-sys 0.59.0", 4396 "winnow", 4397 "zbus_macros 5.9.0", 4398 "zbus_names 4.2.0", 4399 "zvariant 5.6.0", 4400 ] 4401 4402 [[package]] 4403 name = "zbus-lockstep" 4404 version = "0.5.1" 4405 source = "registry+https://github.com/rust-lang/crates.io-index" 4406 checksum = "29e96e38ded30eeab90b6ba88cb888d70aef4e7489b6cd212c5e5b5ec38045b6" 4407 dependencies = [ 4408 "zbus_xml", 4409 "zvariant 5.6.0", 4410 ] 4411 4412 [[package]] 4413 name = "zbus-lockstep-macros" 4414 version = "0.5.1" 4415 source = "registry+https://github.com/rust-lang/crates.io-index" 4416 checksum = "dc6821851fa840b708b4cbbaf6241868cabc85a2dc22f426361b0292bfc0b836" 4417 dependencies = [ 4418 "proc-macro2", 4419 "quote", 4420 "syn", 4421 "zbus-lockstep", 4422 "zbus_xml", 4423 "zvariant 5.6.0", 4424 ] 4425 4426 [[package]] 4427 name = "zbus_macros" 4428 version = "4.4.0" 4429 source = "registry+https://github.com/rust-lang/crates.io-index" 4430 checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" 4431 dependencies = [ 4432 "proc-macro-crate", 4433 "proc-macro2", 4434 "quote", 4435 "syn", 4436 "zvariant_utils 2.1.0", 4437 ] 4438 4439 [[package]] 4440 name = "zbus_macros" 4441 version = "5.9.0" 4442 source = "registry+https://github.com/rust-lang/crates.io-index" 4443 checksum = "ef9859f68ee0c4ee2e8cde84737c78e3f4c54f946f2a38645d0d4c7a95327659" 4444 dependencies = [ 4445 "proc-macro-crate", 4446 "proc-macro2", 4447 "quote", 4448 "syn", 4449 "zbus_names 4.2.0", 4450 "zvariant 5.6.0", 4451 "zvariant_utils 3.2.0", 4452 ] 4453 4454 [[package]] 4455 name = "zbus_names" 4456 version = "3.0.0" 4457 source = "registry+https://github.com/rust-lang/crates.io-index" 4458 checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" 4459 dependencies = [ 4460 "serde", 4461 "static_assertions", 4462 "zvariant 4.2.0", 4463 ] 4464 4465 [[package]] 4466 name = "zbus_names" 4467 version = "4.2.0" 4468 source = "registry+https://github.com/rust-lang/crates.io-index" 4469 checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97" 4470 dependencies = [ 4471 "serde", 4472 "static_assertions", 4473 "winnow", 4474 "zvariant 5.6.0", 4475 ] 4476 4477 [[package]] 4478 name = "zbus_xml" 4479 version = "5.0.2" 4480 source = "registry+https://github.com/rust-lang/crates.io-index" 4481 checksum = "589e9a02bfafb9754bb2340a9e3b38f389772684c63d9637e76b1870377bec29" 4482 dependencies = [ 4483 "quick-xml 0.36.2", 4484 "serde", 4485 "static_assertions", 4486 "zbus_names 4.2.0", 4487 "zvariant 5.6.0", 4488 ] 4489 4490 [[package]] 4491 name = "zerocopy" 4492 version = "0.8.25" 4493 source = "registry+https://github.com/rust-lang/crates.io-index" 4494 checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" 4495 dependencies = [ 4496 "zerocopy-derive", 4497 ] 4498 4499 [[package]] 4500 name = "zerocopy-derive" 4501 version = "0.8.25" 4502 source = "registry+https://github.com/rust-lang/crates.io-index" 4503 checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" 4504 dependencies = [ 4505 "proc-macro2", 4506 "quote", 4507 "syn", 4508 ] 4509 4510 [[package]] 4511 name = "zerofrom" 4512 version = "0.1.6" 4513 source = "registry+https://github.com/rust-lang/crates.io-index" 4514 checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 4515 dependencies = [ 4516 "zerofrom-derive", 4517 ] 4518 4519 [[package]] 4520 name = "zerofrom-derive" 4521 version = "0.1.6" 4522 source = "registry+https://github.com/rust-lang/crates.io-index" 4523 checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 4524 dependencies = [ 4525 "proc-macro2", 4526 "quote", 4527 "syn", 4528 "synstructure", 4529 ] 4530 4531 [[package]] 4532 name = "zeroize" 4533 version = "1.8.1" 4534 source = "registry+https://github.com/rust-lang/crates.io-index" 4535 checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 4536 4537 [[package]] 4538 name = "zerotrie" 4539 version = "0.2.2" 4540 source = "registry+https://github.com/rust-lang/crates.io-index" 4541 checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 4542 dependencies = [ 4543 "displaydoc", 4544 "yoke", 4545 "zerofrom", 4546 ] 4547 4548 [[package]] 4549 name = "zerovec" 4550 version = "0.11.2" 4551 source = "registry+https://github.com/rust-lang/crates.io-index" 4552 checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" 4553 dependencies = [ 4554 "yoke", 4555 "zerofrom", 4556 "zerovec-derive", 4557 ] 4558 4559 [[package]] 4560 name = "zerovec-derive" 4561 version = "0.11.1" 4562 source = "registry+https://github.com/rust-lang/crates.io-index" 4563 checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 4564 dependencies = [ 4565 "proc-macro2", 4566 "quote", 4567 "syn", 4568 ] 4569 4570 [[package]] 4571 name = "zvariant" 4572 version = "4.2.0" 4573 source = "registry+https://github.com/rust-lang/crates.io-index" 4574 checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" 4575 dependencies = [ 4576 "endi", 4577 "enumflags2", 4578 "serde", 4579 "static_assertions", 4580 "url", 4581 "zvariant_derive 4.2.0", 4582 ] 4583 4584 [[package]] 4585 name = "zvariant" 4586 version = "5.6.0" 4587 source = "registry+https://github.com/rust-lang/crates.io-index" 4588 checksum = "d91b3680bb339216abd84714172b5138a4edac677e641ef17e1d8cb1b3ca6e6f" 4589 dependencies = [ 4590 "endi", 4591 "enumflags2", 4592 "serde", 4593 "winnow", 4594 "zvariant_derive 5.6.0", 4595 "zvariant_utils 3.2.0", 4596 ] 4597 4598 [[package]] 4599 name = "zvariant_derive" 4600 version = "4.2.0" 4601 source = "registry+https://github.com/rust-lang/crates.io-index" 4602 checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" 4603 dependencies = [ 4604 "proc-macro-crate", 4605 "proc-macro2", 4606 "quote", 4607 "syn", 4608 "zvariant_utils 2.1.0", 4609 ] 4610 4611 [[package]] 4612 name = "zvariant_derive" 4613 version = "5.6.0" 4614 source = "registry+https://github.com/rust-lang/crates.io-index" 4615 checksum = "3a8c68501be459a8dbfffbe5d792acdd23b4959940fc87785fb013b32edbc208" 4616 dependencies = [ 4617 "proc-macro-crate", 4618 "proc-macro2", 4619 "quote", 4620 "syn", 4621 "zvariant_utils 3.2.0", 4622 ] 4623 4624 [[package]] 4625 name = "zvariant_utils" 4626 version = "2.1.0" 4627 source = "registry+https://github.com/rust-lang/crates.io-index" 4628 checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" 4629 dependencies = [ 4630 "proc-macro2", 4631 "quote", 4632 "syn", 4633 ] 4634 4635 [[package]] 4636 name = "zvariant_utils" 4637 version = "3.2.0" 4638 source = "registry+https://github.com/rust-lang/crates.io-index" 4639 checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34" 4640 dependencies = [ 4641 "proc-macro2", 4642 "quote", 4643 "serde", 4644 "static_assertions", 4645 "syn", 4646 "winnow", 4647 ]