this repo has no description
0
fork

Configure Feed

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

at mrrow 2303 lines 59 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "ahash" 7version = "0.8.11" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 10dependencies = [ 11 "cfg-if", 12 "getrandom 0.2.15", 13 "once_cell", 14 "version_check", 15 "zerocopy 0.7.35", 16] 17 18[[package]] 19name = "aho-corasick" 20version = "1.1.3" 21source = "registry+https://github.com/rust-lang/crates.io-index" 22checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 23dependencies = [ 24 "memchr", 25] 26 27[[package]] 28name = "android-activity" 29version = "0.6.0" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" 32dependencies = [ 33 "android-properties", 34 "bitflags 2.9.0", 35 "cc", 36 "cesu8", 37 "jni", 38 "jni-sys", 39 "libc", 40 "log", 41 "ndk", 42 "ndk-context", 43 "ndk-sys", 44 "num_enum", 45 "thiserror", 46] 47 48[[package]] 49name = "android-properties" 50version = "0.2.2" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 53 54[[package]] 55name = "anstream" 56version = "0.6.18" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 59dependencies = [ 60 "anstyle", 61 "anstyle-parse", 62 "anstyle-query", 63 "anstyle-wincon", 64 "colorchoice", 65 "is_terminal_polyfill", 66 "utf8parse", 67] 68 69[[package]] 70name = "anstyle" 71version = "1.0.10" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 74 75[[package]] 76name = "anstyle-parse" 77version = "0.2.6" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 80dependencies = [ 81 "utf8parse", 82] 83 84[[package]] 85name = "anstyle-query" 86version = "1.1.2" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 89dependencies = [ 90 "windows-sys 0.59.0", 91] 92 93[[package]] 94name = "anstyle-wincon" 95version = "3.0.7" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 98dependencies = [ 99 "anstyle", 100 "once_cell", 101 "windows-sys 0.59.0", 102] 103 104[[package]] 105name = "appendlist" 106version = "1.4.0" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "e149dc73cd30538307e7ffa2acd3d2221148eaeed4871f246657b1c3eaa1cbd2" 109 110[[package]] 111name = "approx" 112version = "0.4.0" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278" 115dependencies = [ 116 "num-traits", 117] 118 119[[package]] 120name = "as-raw-xcb-connection" 121version = "1.0.1" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 124 125[[package]] 126name = "ash" 127version = "0.38.0+1.3.281" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 130dependencies = [ 131 "libloading", 132] 133 134[[package]] 135name = "atomic-waker" 136version = "1.1.2" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 139 140[[package]] 141name = "autocfg" 142version = "1.4.0" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 145 146[[package]] 147name = "bitflags" 148version = "1.3.2" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 151 152[[package]] 153name = "bitflags" 154version = "2.9.0" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 157 158[[package]] 159name = "block2" 160version = "0.5.1" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 163dependencies = [ 164 "objc2", 165] 166 167[[package]] 168name = "bumpalo" 169version = "3.17.0" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 172 173[[package]] 174name = "bytemuck" 175version = "1.22.0" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" 178dependencies = [ 179 "bytemuck_derive", 180] 181 182[[package]] 183name = "bytemuck_derive" 184version = "1.9.3" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1" 187dependencies = [ 188 "proc-macro2", 189 "quote", 190 "syn", 191] 192 193[[package]] 194name = "bytes" 195version = "1.10.1" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 198 199[[package]] 200name = "calloop" 201version = "0.13.0" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 204dependencies = [ 205 "bitflags 2.9.0", 206 "log", 207 "polling", 208 "rustix 0.38.44", 209 "slab", 210 "thiserror", 211] 212 213[[package]] 214name = "calloop" 215version = "0.14.2" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "10929724661d1c43856fd87c7a127ae944ec55579134fb485e4136fb6a46fdcb" 218dependencies = [ 219 "bitflags 2.9.0", 220 "polling", 221 "rustix 0.38.44", 222 "slab", 223 "tracing", 224] 225 226[[package]] 227name = "calloop-wayland-source" 228version = "0.3.0" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 231dependencies = [ 232 "calloop 0.13.0", 233 "rustix 0.38.44", 234 "wayland-backend", 235 "wayland-client", 236] 237 238[[package]] 239name = "cc" 240version = "1.2.18" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c" 243dependencies = [ 244 "jobserver", 245 "libc", 246 "shlex", 247] 248 249[[package]] 250name = "cesu8" 251version = "1.1.0" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 254 255[[package]] 256name = "cfg-if" 257version = "1.0.0" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 260 261[[package]] 262name = "cfg_aliases" 263version = "0.2.1" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 266 267[[package]] 268name = "cgmath" 269version = "0.18.0" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317" 272dependencies = [ 273 "approx", 274 "num-traits", 275] 276 277[[package]] 278name = "colorchoice" 279version = "1.0.3" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 282 283[[package]] 284name = "combine" 285version = "4.6.7" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 288dependencies = [ 289 "bytes", 290 "memchr", 291] 292 293[[package]] 294name = "concurrent-queue" 295version = "2.5.0" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 298dependencies = [ 299 "crossbeam-utils", 300] 301 302[[package]] 303name = "core-foundation" 304version = "0.9.4" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 307dependencies = [ 308 "core-foundation-sys", 309 "libc", 310] 311 312[[package]] 313name = "core-foundation-sys" 314version = "0.8.7" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 317 318[[package]] 319name = "core-graphics" 320version = "0.23.2" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 323dependencies = [ 324 "bitflags 1.3.2", 325 "core-foundation", 326 "core-graphics-types", 327 "foreign-types", 328 "libc", 329] 330 331[[package]] 332name = "core-graphics-types" 333version = "0.1.3" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 336dependencies = [ 337 "bitflags 1.3.2", 338 "core-foundation", 339 "libc", 340] 341 342[[package]] 343name = "crossbeam-utils" 344version = "0.8.21" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 347 348[[package]] 349name = "cursor-icon" 350version = "1.1.0" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" 353 354[[package]] 355name = "dispatch" 356version = "0.2.0" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 359 360[[package]] 361name = "dlib" 362version = "0.5.2" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 365dependencies = [ 366 "libloading", 367] 368 369[[package]] 370name = "downcast-rs" 371version = "1.2.1" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 374 375[[package]] 376name = "dpi" 377version = "0.1.1" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53" 380 381[[package]] 382name = "drm" 383version = "0.14.1" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "80bc8c5c6c2941f70a55c15f8d9f00f9710ebda3ffda98075f996a0e6c92756f" 386dependencies = [ 387 "bitflags 2.9.0", 388 "bytemuck", 389 "drm-ffi", 390 "drm-fourcc", 391 "libc", 392 "rustix 0.38.44", 393] 394 395[[package]] 396name = "drm-ffi" 397version = "0.9.0" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "d8e41459d99a9b529845f6d2c909eb9adf3b6d2f82635ae40be8de0601726e8b" 400dependencies = [ 401 "drm-sys", 402 "rustix 0.38.44", 403] 404 405[[package]] 406name = "drm-fourcc" 407version = "2.2.0" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4" 410 411[[package]] 412name = "drm-sys" 413version = "0.8.0" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "bafb66c8dbc944d69e15cfcc661df7e703beffbaec8bd63151368b06c5f9858c" 416dependencies = [ 417 "libc", 418 "linux-raw-sys 0.6.5", 419] 420 421[[package]] 422name = "encoding_rs" 423version = "0.8.35" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 426dependencies = [ 427 "cfg-if", 428] 429 430[[package]] 431name = "env_filter" 432version = "0.1.3" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" 435dependencies = [ 436 "log", 437 "regex", 438] 439 440[[package]] 441name = "env_logger" 442version = "0.11.8" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 445dependencies = [ 446 "anstream", 447 "anstyle", 448 "env_filter", 449 "jiff", 450 "log", 451] 452 453[[package]] 454name = "equivalent" 455version = "1.0.2" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 458 459[[package]] 460name = "errno" 461version = "0.3.11" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" 464dependencies = [ 465 "libc", 466 "windows-sys 0.59.0", 467] 468 469[[package]] 470name = "fastrand" 471version = "2.3.0" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 474 475[[package]] 476name = "foreign-types" 477version = "0.5.0" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 480dependencies = [ 481 "foreign-types-macros", 482 "foreign-types-shared", 483] 484 485[[package]] 486name = "foreign-types-macros" 487version = "0.2.3" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 490dependencies = [ 491 "proc-macro2", 492 "quote", 493 "syn", 494] 495 496[[package]] 497name = "foreign-types-shared" 498version = "0.3.1" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 501 502[[package]] 503name = "gbm" 504version = "0.18.0" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "ce852e998d3ca5e4a97014fb31c940dc5ef344ec7d364984525fd11e8a547e6a" 507dependencies = [ 508 "bitflags 2.9.0", 509 "drm", 510 "drm-fourcc", 511 "gbm-sys", 512 "libc", 513] 514 515[[package]] 516name = "gbm-sys" 517version = "0.4.0" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "c13a5f2acc785d8fb6bf6b7ab6bfb0ef5dad4f4d97e8e70bb8e470722312f76f" 520dependencies = [ 521 "libc", 522] 523 524[[package]] 525name = "gethostname" 526version = "0.4.3" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 529dependencies = [ 530 "libc", 531 "windows-targets 0.48.5", 532] 533 534[[package]] 535name = "getrandom" 536version = "0.2.15" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 539dependencies = [ 540 "cfg-if", 541 "libc", 542 "wasi 0.11.0+wasi-snapshot-preview1", 543] 544 545[[package]] 546name = "getrandom" 547version = "0.3.2" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 550dependencies = [ 551 "cfg-if", 552 "libc", 553 "r-efi", 554 "wasi 0.14.2+wasi-0.2.4", 555] 556 557[[package]] 558name = "gl_generator" 559version = "0.14.0" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 562dependencies = [ 563 "khronos_api", 564 "log", 565 "xml-rs", 566] 567 568[[package]] 569name = "hashbrown" 570version = "0.15.2" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 573 574[[package]] 575name = "hermit-abi" 576version = "0.3.9" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 579 580[[package]] 581name = "hermit-abi" 582version = "0.4.0" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 585 586[[package]] 587name = "indexmap" 588version = "2.9.0" 589source = "registry+https://github.com/rust-lang/crates.io-index" 590checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 591dependencies = [ 592 "equivalent", 593 "hashbrown", 594] 595 596[[package]] 597name = "input" 598version = "0.9.1" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "fbdc09524a91f9cacd26f16734ff63d7dc650daffadd2b6f84d17a285bd875a9" 601dependencies = [ 602 "bitflags 2.9.0", 603 "input-sys", 604 "libc", 605 "udev", 606] 607 608[[package]] 609name = "input-sys" 610version = "1.18.0" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "bd4f5b4d1c00331c5245163aacfe5f20be75b564c7112d45893d4ae038119eb0" 613 614[[package]] 615name = "io-lifetimes" 616version = "1.0.11" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 619dependencies = [ 620 "hermit-abi 0.3.9", 621 "libc", 622 "windows-sys 0.48.0", 623] 624 625[[package]] 626name = "is_terminal_polyfill" 627version = "1.70.1" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 630 631[[package]] 632name = "jiff" 633version = "0.2.6" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "1f33145a5cbea837164362c7bd596106eb7c5198f97d1ba6f6ebb3223952e488" 636dependencies = [ 637 "jiff-static", 638 "log", 639 "portable-atomic", 640 "portable-atomic-util", 641 "serde", 642] 643 644[[package]] 645name = "jiff-static" 646version = "0.2.6" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "43ce13c40ec6956157a3635d97a1ee2df323b263f09ea14165131289cb0f5c19" 649dependencies = [ 650 "proc-macro2", 651 "quote", 652 "syn", 653] 654 655[[package]] 656name = "jni" 657version = "0.21.1" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 660dependencies = [ 661 "cesu8", 662 "cfg-if", 663 "combine", 664 "jni-sys", 665 "log", 666 "thiserror", 667 "walkdir", 668 "windows-sys 0.45.0", 669] 670 671[[package]] 672name = "jni-sys" 673version = "0.3.0" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 676 677[[package]] 678name = "jobserver" 679version = "0.1.33" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" 682dependencies = [ 683 "getrandom 0.3.2", 684 "libc", 685] 686 687[[package]] 688name = "js-sys" 689version = "0.3.77" 690source = "registry+https://github.com/rust-lang/crates.io-index" 691checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 692dependencies = [ 693 "once_cell", 694 "wasm-bindgen", 695] 696 697[[package]] 698name = "khronos_api" 699version = "3.1.0" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 702 703[[package]] 704name = "libc" 705version = "0.2.171" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" 708 709[[package]] 710name = "libloading" 711version = "0.8.6" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 714dependencies = [ 715 "cfg-if", 716 "windows-targets 0.52.6", 717] 718 719[[package]] 720name = "libredox" 721version = "0.1.3" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 724dependencies = [ 725 "bitflags 2.9.0", 726 "libc", 727 "redox_syscall 0.5.11", 728] 729 730[[package]] 731name = "libseat" 732version = "0.2.3" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "c23a245bbd5790c690791c4fe6eefafe4c75851226288a71cb657601135aa00c" 735dependencies = [ 736 "errno", 737 "libseat-sys", 738 "log", 739] 740 741[[package]] 742name = "libseat-sys" 743version = "0.1.9" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "134621e50557e8698a96ccff3eadbc6f4b449d5d12f8aa48fcef8d40b4b02725" 746dependencies = [ 747 "pkg-config", 748] 749 750[[package]] 751name = "libudev-sys" 752version = "0.1.4" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" 755dependencies = [ 756 "libc", 757 "pkg-config", 758] 759 760[[package]] 761name = "linux-raw-sys" 762version = "0.4.15" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 765 766[[package]] 767name = "linux-raw-sys" 768version = "0.6.5" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7" 771 772[[package]] 773name = "linux-raw-sys" 774version = "0.9.3" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" 777 778[[package]] 779name = "log" 780version = "0.4.27" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 783 784[[package]] 785name = "memchr" 786version = "2.7.4" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 789 790[[package]] 791name = "memmap2" 792version = "0.9.5" 793source = "registry+https://github.com/rust-lang/crates.io-index" 794checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 795dependencies = [ 796 "libc", 797] 798 799[[package]] 800name = "ndk" 801version = "0.9.0" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 804dependencies = [ 805 "bitflags 2.9.0", 806 "jni-sys", 807 "log", 808 "ndk-sys", 809 "num_enum", 810 "raw-window-handle", 811 "thiserror", 812] 813 814[[package]] 815name = "ndk-context" 816version = "0.1.1" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 819 820[[package]] 821name = "ndk-sys" 822version = "0.6.0+11769913" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 825dependencies = [ 826 "jni-sys", 827] 828 829[[package]] 830name = "num-traits" 831version = "0.2.19" 832source = "registry+https://github.com/rust-lang/crates.io-index" 833checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 834dependencies = [ 835 "autocfg", 836] 837 838[[package]] 839name = "num_enum" 840version = "0.7.3" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 843dependencies = [ 844 "num_enum_derive", 845] 846 847[[package]] 848name = "num_enum_derive" 849version = "0.7.3" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 852dependencies = [ 853 "proc-macro-crate", 854 "proc-macro2", 855 "quote", 856 "syn", 857] 858 859[[package]] 860name = "objc-sys" 861version = "0.3.5" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 864 865[[package]] 866name = "objc2" 867version = "0.5.2" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 870dependencies = [ 871 "objc-sys", 872 "objc2-encode", 873] 874 875[[package]] 876name = "objc2-app-kit" 877version = "0.2.2" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 880dependencies = [ 881 "bitflags 2.9.0", 882 "block2", 883 "libc", 884 "objc2", 885 "objc2-core-data", 886 "objc2-core-image", 887 "objc2-foundation", 888 "objc2-quartz-core", 889] 890 891[[package]] 892name = "objc2-cloud-kit" 893version = "0.2.2" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 896dependencies = [ 897 "bitflags 2.9.0", 898 "block2", 899 "objc2", 900 "objc2-core-location", 901 "objc2-foundation", 902] 903 904[[package]] 905name = "objc2-contacts" 906version = "0.2.2" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 909dependencies = [ 910 "block2", 911 "objc2", 912 "objc2-foundation", 913] 914 915[[package]] 916name = "objc2-core-data" 917version = "0.2.2" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 920dependencies = [ 921 "bitflags 2.9.0", 922 "block2", 923 "objc2", 924 "objc2-foundation", 925] 926 927[[package]] 928name = "objc2-core-image" 929version = "0.2.2" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 932dependencies = [ 933 "block2", 934 "objc2", 935 "objc2-foundation", 936 "objc2-metal", 937] 938 939[[package]] 940name = "objc2-core-location" 941version = "0.2.2" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 944dependencies = [ 945 "block2", 946 "objc2", 947 "objc2-contacts", 948 "objc2-foundation", 949] 950 951[[package]] 952name = "objc2-encode" 953version = "4.1.0" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 956 957[[package]] 958name = "objc2-foundation" 959version = "0.2.2" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 962dependencies = [ 963 "bitflags 2.9.0", 964 "block2", 965 "dispatch", 966 "libc", 967 "objc2", 968] 969 970[[package]] 971name = "objc2-link-presentation" 972version = "0.2.2" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 975dependencies = [ 976 "block2", 977 "objc2", 978 "objc2-app-kit", 979 "objc2-foundation", 980] 981 982[[package]] 983name = "objc2-metal" 984version = "0.2.2" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 987dependencies = [ 988 "bitflags 2.9.0", 989 "block2", 990 "objc2", 991 "objc2-foundation", 992] 993 994[[package]] 995name = "objc2-quartz-core" 996version = "0.2.2" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 999dependencies = [ 1000 "bitflags 2.9.0", 1001 "block2", 1002 "objc2", 1003 "objc2-foundation", 1004 "objc2-metal", 1005] 1006 1007[[package]] 1008name = "objc2-symbols" 1009version = "0.2.2" 1010source = "registry+https://github.com/rust-lang/crates.io-index" 1011checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 1012dependencies = [ 1013 "objc2", 1014 "objc2-foundation", 1015] 1016 1017[[package]] 1018name = "objc2-ui-kit" 1019version = "0.2.2" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 1022dependencies = [ 1023 "bitflags 2.9.0", 1024 "block2", 1025 "objc2", 1026 "objc2-cloud-kit", 1027 "objc2-core-data", 1028 "objc2-core-image", 1029 "objc2-core-location", 1030 "objc2-foundation", 1031 "objc2-link-presentation", 1032 "objc2-quartz-core", 1033 "objc2-symbols", 1034 "objc2-uniform-type-identifiers", 1035 "objc2-user-notifications", 1036] 1037 1038[[package]] 1039name = "objc2-uniform-type-identifiers" 1040version = "0.2.2" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 1043dependencies = [ 1044 "block2", 1045 "objc2", 1046 "objc2-foundation", 1047] 1048 1049[[package]] 1050name = "objc2-user-notifications" 1051version = "0.2.2" 1052source = "registry+https://github.com/rust-lang/crates.io-index" 1053checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 1054dependencies = [ 1055 "bitflags 2.9.0", 1056 "block2", 1057 "objc2", 1058 "objc2-core-location", 1059 "objc2-foundation", 1060] 1061 1062[[package]] 1063name = "once_cell" 1064version = "1.21.3" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1067 1068[[package]] 1069name = "orbclient" 1070version = "0.3.48" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43" 1073dependencies = [ 1074 "libredox", 1075] 1076 1077[[package]] 1078name = "paste" 1079version = "1.0.15" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1082 1083[[package]] 1084name = "percent-encoding" 1085version = "2.3.1" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1088 1089[[package]] 1090name = "pin-project" 1091version = "1.1.10" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 1094dependencies = [ 1095 "pin-project-internal", 1096] 1097 1098[[package]] 1099name = "pin-project-internal" 1100version = "1.1.10" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 1103dependencies = [ 1104 "proc-macro2", 1105 "quote", 1106 "syn", 1107] 1108 1109[[package]] 1110name = "pin-project-lite" 1111version = "0.2.16" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1114 1115[[package]] 1116name = "pixman" 1117version = "0.2.1" 1118source = "registry+https://github.com/rust-lang/crates.io-index" 1119checksum = "cea217d496c19ac0a8e502b37078e1f683d16344adee9eb247a5d57c165e1edf" 1120dependencies = [ 1121 "drm-fourcc", 1122 "paste", 1123 "pixman-sys", 1124 "thiserror", 1125] 1126 1127[[package]] 1128name = "pixman-sys" 1129version = "0.1.0" 1130source = "registry+https://github.com/rust-lang/crates.io-index" 1131checksum = "a1a0483e89e81d7915defe83c51f23f6800594d64f6f4a21253ce87fd8444ada" 1132 1133[[package]] 1134name = "pkg-config" 1135version = "0.3.32" 1136source = "registry+https://github.com/rust-lang/crates.io-index" 1137checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1138 1139[[package]] 1140name = "polling" 1141version = "3.7.4" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" 1144dependencies = [ 1145 "cfg-if", 1146 "concurrent-queue", 1147 "hermit-abi 0.4.0", 1148 "pin-project-lite", 1149 "rustix 0.38.44", 1150 "tracing", 1151 "windows-sys 0.59.0", 1152] 1153 1154[[package]] 1155name = "portable-atomic" 1156version = "1.11.0" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 1159 1160[[package]] 1161name = "portable-atomic-util" 1162version = "0.2.4" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 1165dependencies = [ 1166 "portable-atomic", 1167] 1168 1169[[package]] 1170name = "ppv-lite86" 1171version = "0.2.21" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1174dependencies = [ 1175 "zerocopy 0.8.24", 1176] 1177 1178[[package]] 1179name = "proc-macro-crate" 1180version = "3.3.0" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" 1183dependencies = [ 1184 "toml_edit", 1185] 1186 1187[[package]] 1188name = "proc-macro2" 1189version = "1.0.94" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" 1192dependencies = [ 1193 "unicode-ident", 1194] 1195 1196[[package]] 1197name = "profiling" 1198version = "1.0.16" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d" 1201dependencies = [ 1202 "profiling-procmacros", 1203] 1204 1205[[package]] 1206name = "profiling-procmacros" 1207version = "1.0.16" 1208source = "registry+https://github.com/rust-lang/crates.io-index" 1209checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30" 1210dependencies = [ 1211 "quote", 1212 "syn", 1213] 1214 1215[[package]] 1216name = "quick-xml" 1217version = "0.37.4" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369" 1220dependencies = [ 1221 "memchr", 1222] 1223 1224[[package]] 1225name = "quote" 1226version = "1.0.40" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1229dependencies = [ 1230 "proc-macro2", 1231] 1232 1233[[package]] 1234name = "r-efi" 1235version = "5.2.0" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 1238 1239[[package]] 1240name = "rand" 1241version = "0.8.5" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1244dependencies = [ 1245 "libc", 1246 "rand_chacha", 1247 "rand_core", 1248] 1249 1250[[package]] 1251name = "rand_chacha" 1252version = "0.3.1" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1255dependencies = [ 1256 "ppv-lite86", 1257 "rand_core", 1258] 1259 1260[[package]] 1261name = "rand_core" 1262version = "0.6.4" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1265dependencies = [ 1266 "getrandom 0.2.15", 1267] 1268 1269[[package]] 1270name = "raw-window-handle" 1271version = "0.6.2" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 1274 1275[[package]] 1276name = "redox_syscall" 1277version = "0.4.1" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 1280dependencies = [ 1281 "bitflags 1.3.2", 1282] 1283 1284[[package]] 1285name = "redox_syscall" 1286version = "0.5.11" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" 1289dependencies = [ 1290 "bitflags 2.9.0", 1291] 1292 1293[[package]] 1294name = "regex" 1295version = "1.11.1" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1298dependencies = [ 1299 "aho-corasick", 1300 "memchr", 1301 "regex-automata", 1302 "regex-syntax", 1303] 1304 1305[[package]] 1306name = "regex-automata" 1307version = "0.4.9" 1308source = "registry+https://github.com/rust-lang/crates.io-index" 1309checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1310dependencies = [ 1311 "aho-corasick", 1312 "memchr", 1313 "regex-syntax", 1314] 1315 1316[[package]] 1317name = "regex-syntax" 1318version = "0.8.5" 1319source = "registry+https://github.com/rust-lang/crates.io-index" 1320checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1321 1322[[package]] 1323name = "rustix" 1324version = "0.38.44" 1325source = "registry+https://github.com/rust-lang/crates.io-index" 1326checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 1327dependencies = [ 1328 "bitflags 2.9.0", 1329 "errno", 1330 "libc", 1331 "linux-raw-sys 0.4.15", 1332 "windows-sys 0.59.0", 1333] 1334 1335[[package]] 1336name = "rustix" 1337version = "1.0.5" 1338source = "registry+https://github.com/rust-lang/crates.io-index" 1339checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf" 1340dependencies = [ 1341 "bitflags 2.9.0", 1342 "errno", 1343 "libc", 1344 "linux-raw-sys 0.9.3", 1345 "windows-sys 0.59.0", 1346] 1347 1348[[package]] 1349name = "rustversion" 1350version = "1.0.20" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 1353 1354[[package]] 1355name = "same-file" 1356version = "1.0.6" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1359dependencies = [ 1360 "winapi-util", 1361] 1362 1363[[package]] 1364name = "scoped-tls" 1365version = "1.0.1" 1366source = "registry+https://github.com/rust-lang/crates.io-index" 1367checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 1368 1369[[package]] 1370name = "scopeguard" 1371version = "1.2.0" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1374 1375[[package]] 1376name = "serde" 1377version = "1.0.219" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 1380dependencies = [ 1381 "serde_derive", 1382] 1383 1384[[package]] 1385name = "serde_derive" 1386version = "1.0.219" 1387source = "registry+https://github.com/rust-lang/crates.io-index" 1388checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 1389dependencies = [ 1390 "proc-macro2", 1391 "quote", 1392 "syn", 1393] 1394 1395[[package]] 1396name = "shlex" 1397version = "1.3.0" 1398source = "registry+https://github.com/rust-lang/crates.io-index" 1399checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1400 1401[[package]] 1402name = "slab" 1403version = "0.4.9" 1404source = "registry+https://github.com/rust-lang/crates.io-index" 1405checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 1406dependencies = [ 1407 "autocfg", 1408] 1409 1410[[package]] 1411name = "smallvec" 1412version = "1.15.0" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 1415 1416[[package]] 1417name = "smithay" 1418version = "0.5.1" 1419source = "git+https://github.com/Smithay/smithay.git?tag=v0.5.1#ea43b156bfe2406943458587332d113764c95437" 1420dependencies = [ 1421 "appendlist", 1422 "ash", 1423 "bitflags 2.9.0", 1424 "calloop 0.14.2", 1425 "cc", 1426 "cgmath", 1427 "cursor-icon", 1428 "downcast-rs", 1429 "drm", 1430 "drm-ffi", 1431 "drm-fourcc", 1432 "encoding_rs", 1433 "errno", 1434 "gbm", 1435 "gl_generator", 1436 "indexmap", 1437 "input", 1438 "libc", 1439 "libloading", 1440 "libseat", 1441 "pixman", 1442 "pkg-config", 1443 "profiling", 1444 "rand", 1445 "rustix 0.38.44", 1446 "scopeguard", 1447 "smallvec", 1448 "tempfile", 1449 "thiserror", 1450 "tracing", 1451 "udev", 1452 "wayland-client", 1453 "wayland-cursor", 1454 "wayland-egl", 1455 "wayland-protocols", 1456 "wayland-protocols-misc", 1457 "wayland-protocols-wlr", 1458 "wayland-server", 1459 "winit", 1460 "x11rb", 1461 "xkbcommon", 1462] 1463 1464[[package]] 1465name = "smithay-client-toolkit" 1466version = "0.19.2" 1467source = "registry+https://github.com/rust-lang/crates.io-index" 1468checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 1469dependencies = [ 1470 "bitflags 2.9.0", 1471 "calloop 0.13.0", 1472 "calloop-wayland-source", 1473 "cursor-icon", 1474 "libc", 1475 "log", 1476 "memmap2", 1477 "rustix 0.38.44", 1478 "thiserror", 1479 "wayland-backend", 1480 "wayland-client", 1481 "wayland-csd-frame", 1482 "wayland-cursor", 1483 "wayland-protocols", 1484 "wayland-protocols-wlr", 1485 "wayland-scanner", 1486 "xkeysym", 1487] 1488 1489[[package]] 1490name = "smol_str" 1491version = "0.2.2" 1492source = "registry+https://github.com/rust-lang/crates.io-index" 1493checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 1494dependencies = [ 1495 "serde", 1496] 1497 1498[[package]] 1499name = "syn" 1500version = "2.0.100" 1501source = "registry+https://github.com/rust-lang/crates.io-index" 1502checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" 1503dependencies = [ 1504 "proc-macro2", 1505 "quote", 1506 "unicode-ident", 1507] 1508 1509[[package]] 1510name = "tempfile" 1511version = "3.19.1" 1512source = "registry+https://github.com/rust-lang/crates.io-index" 1513checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" 1514dependencies = [ 1515 "fastrand", 1516 "getrandom 0.3.2", 1517 "once_cell", 1518 "rustix 1.0.5", 1519 "windows-sys 0.59.0", 1520] 1521 1522[[package]] 1523name = "thiserror" 1524version = "1.0.69" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1527dependencies = [ 1528 "thiserror-impl", 1529] 1530 1531[[package]] 1532name = "thiserror-impl" 1533version = "1.0.69" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1536dependencies = [ 1537 "proc-macro2", 1538 "quote", 1539 "syn", 1540] 1541 1542[[package]] 1543name = "toml_datetime" 1544version = "0.6.8" 1545source = "registry+https://github.com/rust-lang/crates.io-index" 1546checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 1547 1548[[package]] 1549name = "toml_edit" 1550version = "0.22.24" 1551source = "registry+https://github.com/rust-lang/crates.io-index" 1552checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" 1553dependencies = [ 1554 "indexmap", 1555 "toml_datetime", 1556 "winnow", 1557] 1558 1559[[package]] 1560name = "tracing" 1561version = "0.1.41" 1562source = "registry+https://github.com/rust-lang/crates.io-index" 1563checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1564dependencies = [ 1565 "log", 1566 "pin-project-lite", 1567 "tracing-attributes", 1568 "tracing-core", 1569] 1570 1571[[package]] 1572name = "tracing-attributes" 1573version = "0.1.28" 1574source = "registry+https://github.com/rust-lang/crates.io-index" 1575checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 1576dependencies = [ 1577 "proc-macro2", 1578 "quote", 1579 "syn", 1580] 1581 1582[[package]] 1583name = "tracing-core" 1584version = "0.1.33" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 1587dependencies = [ 1588 "once_cell", 1589] 1590 1591[[package]] 1592name = "udev" 1593version = "0.9.3" 1594source = "registry+https://github.com/rust-lang/crates.io-index" 1595checksum = "af4e37e9ea4401fc841ff54b9ddfc9be1079b1e89434c1a6a865dd68980f7e9f" 1596dependencies = [ 1597 "io-lifetimes", 1598 "libc", 1599 "libudev-sys", 1600 "pkg-config", 1601] 1602 1603[[package]] 1604name = "unicode-ident" 1605version = "1.0.18" 1606source = "registry+https://github.com/rust-lang/crates.io-index" 1607checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 1608 1609[[package]] 1610name = "unicode-segmentation" 1611version = "1.12.0" 1612source = "registry+https://github.com/rust-lang/crates.io-index" 1613checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 1614 1615[[package]] 1616name = "utf8parse" 1617version = "0.2.2" 1618source = "registry+https://github.com/rust-lang/crates.io-index" 1619checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1620 1621[[package]] 1622name = "version_check" 1623version = "0.9.5" 1624source = "registry+https://github.com/rust-lang/crates.io-index" 1625checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1626 1627[[package]] 1628name = "walkdir" 1629version = "2.5.0" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1632dependencies = [ 1633 "same-file", 1634 "winapi-util", 1635] 1636 1637[[package]] 1638name = "wasi" 1639version = "0.11.0+wasi-snapshot-preview1" 1640source = "registry+https://github.com/rust-lang/crates.io-index" 1641checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1642 1643[[package]] 1644name = "wasi" 1645version = "0.14.2+wasi-0.2.4" 1646source = "registry+https://github.com/rust-lang/crates.io-index" 1647checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 1648dependencies = [ 1649 "wit-bindgen-rt", 1650] 1651 1652[[package]] 1653name = "wasm-bindgen" 1654version = "0.2.100" 1655source = "registry+https://github.com/rust-lang/crates.io-index" 1656checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 1657dependencies = [ 1658 "cfg-if", 1659 "once_cell", 1660 "rustversion", 1661 "wasm-bindgen-macro", 1662] 1663 1664[[package]] 1665name = "wasm-bindgen-backend" 1666version = "0.2.100" 1667source = "registry+https://github.com/rust-lang/crates.io-index" 1668checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 1669dependencies = [ 1670 "bumpalo", 1671 "log", 1672 "proc-macro2", 1673 "quote", 1674 "syn", 1675 "wasm-bindgen-shared", 1676] 1677 1678[[package]] 1679name = "wasm-bindgen-futures" 1680version = "0.4.50" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 1683dependencies = [ 1684 "cfg-if", 1685 "js-sys", 1686 "once_cell", 1687 "wasm-bindgen", 1688 "web-sys", 1689] 1690 1691[[package]] 1692name = "wasm-bindgen-macro" 1693version = "0.2.100" 1694source = "registry+https://github.com/rust-lang/crates.io-index" 1695checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 1696dependencies = [ 1697 "quote", 1698 "wasm-bindgen-macro-support", 1699] 1700 1701[[package]] 1702name = "wasm-bindgen-macro-support" 1703version = "0.2.100" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 1706dependencies = [ 1707 "proc-macro2", 1708 "quote", 1709 "syn", 1710 "wasm-bindgen-backend", 1711 "wasm-bindgen-shared", 1712] 1713 1714[[package]] 1715name = "wasm-bindgen-shared" 1716version = "0.2.100" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 1719dependencies = [ 1720 "unicode-ident", 1721] 1722 1723[[package]] 1724name = "wayland-backend" 1725version = "0.3.8" 1726source = "registry+https://github.com/rust-lang/crates.io-index" 1727checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf" 1728dependencies = [ 1729 "cc", 1730 "downcast-rs", 1731 "rustix 0.38.44", 1732 "scoped-tls", 1733 "smallvec", 1734 "wayland-sys", 1735] 1736 1737[[package]] 1738name = "wayland-client" 1739version = "0.31.8" 1740source = "registry+https://github.com/rust-lang/crates.io-index" 1741checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f" 1742dependencies = [ 1743 "bitflags 2.9.0", 1744 "rustix 0.38.44", 1745 "wayland-backend", 1746 "wayland-scanner", 1747] 1748 1749[[package]] 1750name = "wayland-csd-frame" 1751version = "0.3.0" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 1754dependencies = [ 1755 "bitflags 2.9.0", 1756 "cursor-icon", 1757 "wayland-backend", 1758] 1759 1760[[package]] 1761name = "wayland-cursor" 1762version = "0.31.8" 1763source = "registry+https://github.com/rust-lang/crates.io-index" 1764checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d" 1765dependencies = [ 1766 "rustix 0.38.44", 1767 "wayland-client", 1768 "xcursor", 1769] 1770 1771[[package]] 1772name = "wayland-egl" 1773version = "0.32.5" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "504838241a10e271f48ffd429ac4033e0ac468b399fe7c2e2840f5c3a82d9902" 1776dependencies = [ 1777 "wayland-backend", 1778 "wayland-sys", 1779] 1780 1781[[package]] 1782name = "wayland-protocols" 1783version = "0.32.6" 1784source = "registry+https://github.com/rust-lang/crates.io-index" 1785checksum = "0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc" 1786dependencies = [ 1787 "bitflags 2.9.0", 1788 "wayland-backend", 1789 "wayland-client", 1790 "wayland-scanner", 1791 "wayland-server", 1792] 1793 1794[[package]] 1795name = "wayland-protocols-misc" 1796version = "0.3.6" 1797source = "registry+https://github.com/rust-lang/crates.io-index" 1798checksum = "feb7ee1810026d1bb15d47086d03a7e5c68651c707e305ba1e8cc796fcbf5a54" 1799dependencies = [ 1800 "bitflags 2.9.0", 1801 "wayland-backend", 1802 "wayland-protocols", 1803 "wayland-scanner", 1804 "wayland-server", 1805] 1806 1807[[package]] 1808name = "wayland-protocols-plasma" 1809version = "0.3.6" 1810source = "registry+https://github.com/rust-lang/crates.io-index" 1811checksum = "7ccaacc76703fefd6763022ac565b590fcade92202492381c95b2edfdf7d46b3" 1812dependencies = [ 1813 "bitflags 2.9.0", 1814 "wayland-backend", 1815 "wayland-client", 1816 "wayland-protocols", 1817 "wayland-scanner", 1818] 1819 1820[[package]] 1821name = "wayland-protocols-wlr" 1822version = "0.3.6" 1823source = "registry+https://github.com/rust-lang/crates.io-index" 1824checksum = "248a02e6f595aad796561fa82d25601bd2c8c3b145b1c7453fc8f94c1a58f8b2" 1825dependencies = [ 1826 "bitflags 2.9.0", 1827 "wayland-backend", 1828 "wayland-client", 1829 "wayland-protocols", 1830 "wayland-scanner", 1831 "wayland-server", 1832] 1833 1834[[package]] 1835name = "wayland-scanner" 1836version = "0.31.6" 1837source = "registry+https://github.com/rust-lang/crates.io-index" 1838checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484" 1839dependencies = [ 1840 "proc-macro2", 1841 "quick-xml", 1842 "quote", 1843] 1844 1845[[package]] 1846name = "wayland-server" 1847version = "0.31.7" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "97fabd7ed68cff8e7657b8a8a1fbe90cb4a3f0c30d90da4bf179a7a23008a4cb" 1850dependencies = [ 1851 "bitflags 2.9.0", 1852 "downcast-rs", 1853 "rustix 0.38.44", 1854 "wayland-backend", 1855 "wayland-scanner", 1856] 1857 1858[[package]] 1859name = "wayland-sys" 1860version = "0.31.6" 1861source = "registry+https://github.com/rust-lang/crates.io-index" 1862checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615" 1863dependencies = [ 1864 "dlib", 1865 "log", 1866 "once_cell", 1867 "pkg-config", 1868] 1869 1870[[package]] 1871name = "web-sys" 1872version = "0.3.77" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 1875dependencies = [ 1876 "js-sys", 1877 "wasm-bindgen", 1878] 1879 1880[[package]] 1881name = "web-time" 1882version = "1.1.0" 1883source = "registry+https://github.com/rust-lang/crates.io-index" 1884checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 1885dependencies = [ 1886 "js-sys", 1887 "wasm-bindgen", 1888] 1889 1890[[package]] 1891name = "winapi-util" 1892version = "0.1.9" 1893source = "registry+https://github.com/rust-lang/crates.io-index" 1894checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 1895dependencies = [ 1896 "windows-sys 0.59.0", 1897] 1898 1899[[package]] 1900name = "windows-sys" 1901version = "0.45.0" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1904dependencies = [ 1905 "windows-targets 0.42.2", 1906] 1907 1908[[package]] 1909name = "windows-sys" 1910version = "0.48.0" 1911source = "registry+https://github.com/rust-lang/crates.io-index" 1912checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1913dependencies = [ 1914 "windows-targets 0.48.5", 1915] 1916 1917[[package]] 1918name = "windows-sys" 1919version = "0.52.0" 1920source = "registry+https://github.com/rust-lang/crates.io-index" 1921checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1922dependencies = [ 1923 "windows-targets 0.52.6", 1924] 1925 1926[[package]] 1927name = "windows-sys" 1928version = "0.59.0" 1929source = "registry+https://github.com/rust-lang/crates.io-index" 1930checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1931dependencies = [ 1932 "windows-targets 0.52.6", 1933] 1934 1935[[package]] 1936name = "windows-targets" 1937version = "0.42.2" 1938source = "registry+https://github.com/rust-lang/crates.io-index" 1939checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1940dependencies = [ 1941 "windows_aarch64_gnullvm 0.42.2", 1942 "windows_aarch64_msvc 0.42.2", 1943 "windows_i686_gnu 0.42.2", 1944 "windows_i686_msvc 0.42.2", 1945 "windows_x86_64_gnu 0.42.2", 1946 "windows_x86_64_gnullvm 0.42.2", 1947 "windows_x86_64_msvc 0.42.2", 1948] 1949 1950[[package]] 1951name = "windows-targets" 1952version = "0.48.5" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1955dependencies = [ 1956 "windows_aarch64_gnullvm 0.48.5", 1957 "windows_aarch64_msvc 0.48.5", 1958 "windows_i686_gnu 0.48.5", 1959 "windows_i686_msvc 0.48.5", 1960 "windows_x86_64_gnu 0.48.5", 1961 "windows_x86_64_gnullvm 0.48.5", 1962 "windows_x86_64_msvc 0.48.5", 1963] 1964 1965[[package]] 1966name = "windows-targets" 1967version = "0.52.6" 1968source = "registry+https://github.com/rust-lang/crates.io-index" 1969checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1970dependencies = [ 1971 "windows_aarch64_gnullvm 0.52.6", 1972 "windows_aarch64_msvc 0.52.6", 1973 "windows_i686_gnu 0.52.6", 1974 "windows_i686_gnullvm", 1975 "windows_i686_msvc 0.52.6", 1976 "windows_x86_64_gnu 0.52.6", 1977 "windows_x86_64_gnullvm 0.52.6", 1978 "windows_x86_64_msvc 0.52.6", 1979] 1980 1981[[package]] 1982name = "windows_aarch64_gnullvm" 1983version = "0.42.2" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1986 1987[[package]] 1988name = "windows_aarch64_gnullvm" 1989version = "0.48.5" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1992 1993[[package]] 1994name = "windows_aarch64_gnullvm" 1995version = "0.52.6" 1996source = "registry+https://github.com/rust-lang/crates.io-index" 1997checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1998 1999[[package]] 2000name = "windows_aarch64_msvc" 2001version = "0.42.2" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2004 2005[[package]] 2006name = "windows_aarch64_msvc" 2007version = "0.48.5" 2008source = "registry+https://github.com/rust-lang/crates.io-index" 2009checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2010 2011[[package]] 2012name = "windows_aarch64_msvc" 2013version = "0.52.6" 2014source = "registry+https://github.com/rust-lang/crates.io-index" 2015checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2016 2017[[package]] 2018name = "windows_i686_gnu" 2019version = "0.42.2" 2020source = "registry+https://github.com/rust-lang/crates.io-index" 2021checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2022 2023[[package]] 2024name = "windows_i686_gnu" 2025version = "0.48.5" 2026source = "registry+https://github.com/rust-lang/crates.io-index" 2027checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2028 2029[[package]] 2030name = "windows_i686_gnu" 2031version = "0.52.6" 2032source = "registry+https://github.com/rust-lang/crates.io-index" 2033checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2034 2035[[package]] 2036name = "windows_i686_gnullvm" 2037version = "0.52.6" 2038source = "registry+https://github.com/rust-lang/crates.io-index" 2039checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2040 2041[[package]] 2042name = "windows_i686_msvc" 2043version = "0.42.2" 2044source = "registry+https://github.com/rust-lang/crates.io-index" 2045checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2046 2047[[package]] 2048name = "windows_i686_msvc" 2049version = "0.48.5" 2050source = "registry+https://github.com/rust-lang/crates.io-index" 2051checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2052 2053[[package]] 2054name = "windows_i686_msvc" 2055version = "0.52.6" 2056source = "registry+https://github.com/rust-lang/crates.io-index" 2057checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2058 2059[[package]] 2060name = "windows_x86_64_gnu" 2061version = "0.42.2" 2062source = "registry+https://github.com/rust-lang/crates.io-index" 2063checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2064 2065[[package]] 2066name = "windows_x86_64_gnu" 2067version = "0.48.5" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2070 2071[[package]] 2072name = "windows_x86_64_gnu" 2073version = "0.52.6" 2074source = "registry+https://github.com/rust-lang/crates.io-index" 2075checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2076 2077[[package]] 2078name = "windows_x86_64_gnullvm" 2079version = "0.42.2" 2080source = "registry+https://github.com/rust-lang/crates.io-index" 2081checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2082 2083[[package]] 2084name = "windows_x86_64_gnullvm" 2085version = "0.48.5" 2086source = "registry+https://github.com/rust-lang/crates.io-index" 2087checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2088 2089[[package]] 2090name = "windows_x86_64_gnullvm" 2091version = "0.52.6" 2092source = "registry+https://github.com/rust-lang/crates.io-index" 2093checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2094 2095[[package]] 2096name = "windows_x86_64_msvc" 2097version = "0.42.2" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2100 2101[[package]] 2102name = "windows_x86_64_msvc" 2103version = "0.48.5" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2106 2107[[package]] 2108name = "windows_x86_64_msvc" 2109version = "0.52.6" 2110source = "registry+https://github.com/rust-lang/crates.io-index" 2111checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2112 2113[[package]] 2114name = "winit" 2115version = "0.30.9" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "a809eacf18c8eca8b6635091543f02a5a06ddf3dad846398795460e6e0ae3cc0" 2118dependencies = [ 2119 "ahash", 2120 "android-activity", 2121 "atomic-waker", 2122 "bitflags 2.9.0", 2123 "block2", 2124 "bytemuck", 2125 "calloop 0.13.0", 2126 "cfg_aliases", 2127 "concurrent-queue", 2128 "core-foundation", 2129 "core-graphics", 2130 "cursor-icon", 2131 "dpi", 2132 "js-sys", 2133 "libc", 2134 "memmap2", 2135 "ndk", 2136 "objc2", 2137 "objc2-app-kit", 2138 "objc2-foundation", 2139 "objc2-ui-kit", 2140 "orbclient", 2141 "percent-encoding", 2142 "pin-project", 2143 "raw-window-handle", 2144 "redox_syscall 0.4.1", 2145 "rustix 0.38.44", 2146 "smithay-client-toolkit", 2147 "smol_str", 2148 "tracing", 2149 "unicode-segmentation", 2150 "wasm-bindgen", 2151 "wasm-bindgen-futures", 2152 "wayland-backend", 2153 "wayland-client", 2154 "wayland-protocols", 2155 "wayland-protocols-plasma", 2156 "web-sys", 2157 "web-time", 2158 "windows-sys 0.52.0", 2159 "x11-dl", 2160 "x11rb", 2161 "xkbcommon-dl", 2162] 2163 2164[[package]] 2165name = "winnow" 2166version = "0.7.6" 2167source = "registry+https://github.com/rust-lang/crates.io-index" 2168checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10" 2169dependencies = [ 2170 "memchr", 2171] 2172 2173[[package]] 2174name = "wit-bindgen-rt" 2175version = "0.39.0" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 2178dependencies = [ 2179 "bitflags 2.9.0", 2180] 2181 2182[[package]] 2183name = "x11-dl" 2184version = "2.21.0" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 2187dependencies = [ 2188 "libc", 2189 "once_cell", 2190 "pkg-config", 2191] 2192 2193[[package]] 2194name = "x11rb" 2195version = "0.13.1" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 2198dependencies = [ 2199 "as-raw-xcb-connection", 2200 "gethostname", 2201 "libc", 2202 "libloading", 2203 "once_cell", 2204 "rustix 0.38.44", 2205 "x11rb-protocol", 2206] 2207 2208[[package]] 2209name = "x11rb-protocol" 2210version = "0.13.1" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 2213 2214[[package]] 2215name = "xcursor" 2216version = "0.3.8" 2217source = "registry+https://github.com/rust-lang/crates.io-index" 2218checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61" 2219 2220[[package]] 2221name = "xkbcommon" 2222version = "0.8.0" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9" 2225dependencies = [ 2226 "libc", 2227 "memmap2", 2228 "xkeysym", 2229] 2230 2231[[package]] 2232name = "xkbcommon-dl" 2233version = "0.4.2" 2234source = "registry+https://github.com/rust-lang/crates.io-index" 2235checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 2236dependencies = [ 2237 "bitflags 2.9.0", 2238 "dlib", 2239 "log", 2240 "once_cell", 2241 "xkeysym", 2242] 2243 2244[[package]] 2245name = "xkeysym" 2246version = "0.2.1" 2247source = "registry+https://github.com/rust-lang/crates.io-index" 2248checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 2249 2250[[package]] 2251name = "xml-rs" 2252version = "0.8.25" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4" 2255 2256[[package]] 2257name = "yonwm" 2258version = "0.1.0" 2259dependencies = [ 2260 "env_logger", 2261 "log", 2262 "smithay", 2263] 2264 2265[[package]] 2266name = "zerocopy" 2267version = "0.7.35" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 2270dependencies = [ 2271 "zerocopy-derive 0.7.35", 2272] 2273 2274[[package]] 2275name = "zerocopy" 2276version = "0.8.24" 2277source = "registry+https://github.com/rust-lang/crates.io-index" 2278checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" 2279dependencies = [ 2280 "zerocopy-derive 0.8.24", 2281] 2282 2283[[package]] 2284name = "zerocopy-derive" 2285version = "0.7.35" 2286source = "registry+https://github.com/rust-lang/crates.io-index" 2287checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 2288dependencies = [ 2289 "proc-macro2", 2290 "quote", 2291 "syn", 2292] 2293 2294[[package]] 2295name = "zerocopy-derive" 2296version = "0.8.24" 2297source = "registry+https://github.com/rust-lang/crates.io-index" 2298checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" 2299dependencies = [ 2300 "proc-macro2", 2301 "quote", 2302 "syn", 2303]