Fork of https://github.com/lelgenio/wl-crosshair - A crosshair overlay for wlroots compositor
at main 37 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler" 7version = "1.0.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11[[package]] 12name = "aligned-vec" 13version = "0.5.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1" 16 17[[package]] 18name = "anyhow" 19version = "1.0.83" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" 22 23[[package]] 24name = "arbitrary" 25version = "1.3.2" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 28 29[[package]] 30name = "arg_enum_proc_macro" 31version = "0.3.4" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 34dependencies = [ 35 "proc-macro2", 36 "quote", 37 "syn", 38] 39 40[[package]] 41name = "arrayvec" 42version = "0.7.4" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 45 46[[package]] 47name = "autocfg" 48version = "1.1.0" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 51 52[[package]] 53name = "av1-grain" 54version = "0.2.3" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf" 57dependencies = [ 58 "anyhow", 59 "arrayvec", 60 "log", 61 "nom", 62 "num-rational", 63 "v_frame", 64] 65 66[[package]] 67name = "avif-serialize" 68version = "0.8.1" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2" 71dependencies = [ 72 "arrayvec", 73] 74 75[[package]] 76name = "bit_field" 77version = "0.10.2" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 80 81[[package]] 82name = "bitflags" 83version = "1.3.2" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 86 87[[package]] 88name = "bitstream-io" 89version = "2.3.0" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "7c12d1856e42f0d817a835fe55853957c85c8c8a470114029143d3f12671446e" 92 93[[package]] 94name = "built" 95version = "0.7.2" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "41bfbdb21256b87a8b5e80fab81a8eed158178e812fd7ba451907518b2742f16" 98 99[[package]] 100name = "bumpalo" 101version = "3.16.0" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 104 105[[package]] 106name = "bytemuck" 107version = "1.15.0" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" 110 111[[package]] 112name = "byteorder" 113version = "1.5.0" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 116 117[[package]] 118name = "byteorder-lite" 119version = "0.1.0" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 122 123[[package]] 124name = "cc" 125version = "1.0.79" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 128dependencies = [ 129 "jobserver", 130] 131 132[[package]] 133name = "cfg-expr" 134version = "0.15.8" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 137dependencies = [ 138 "smallvec", 139 "target-lexicon", 140] 141 142[[package]] 143name = "cfg-if" 144version = "1.0.0" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 147 148[[package]] 149name = "color_quant" 150version = "1.1.0" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 153 154[[package]] 155name = "crc32fast" 156version = "1.4.0" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 159dependencies = [ 160 "cfg-if", 161] 162 163[[package]] 164name = "crossbeam-deque" 165version = "0.8.5" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 168dependencies = [ 169 "crossbeam-epoch", 170 "crossbeam-utils", 171] 172 173[[package]] 174name = "crossbeam-epoch" 175version = "0.9.18" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 178dependencies = [ 179 "crossbeam-utils", 180] 181 182[[package]] 183name = "crossbeam-utils" 184version = "0.8.19" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 187 188[[package]] 189name = "crunchy" 190version = "0.2.2" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 193 194[[package]] 195name = "dlib" 196version = "0.5.0" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794" 199dependencies = [ 200 "libloading", 201] 202 203[[package]] 204name = "downcast-rs" 205version = "1.2.0" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 208 209[[package]] 210name = "either" 211version = "1.11.0" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" 214 215[[package]] 216name = "equivalent" 217version = "1.0.1" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 220 221[[package]] 222name = "errno" 223version = "0.3.1" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 226dependencies = [ 227 "errno-dragonfly", 228 "libc", 229 "windows-sys 0.48.0", 230] 231 232[[package]] 233name = "errno-dragonfly" 234version = "0.1.2" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 237dependencies = [ 238 "cc", 239 "libc", 240] 241 242[[package]] 243name = "exr" 244version = "1.72.0" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4" 247dependencies = [ 248 "bit_field", 249 "flume", 250 "half", 251 "lebe", 252 "miniz_oxide", 253 "rayon-core", 254 "smallvec", 255 "zune-inflate", 256] 257 258[[package]] 259name = "fastrand" 260version = "1.9.0" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 263dependencies = [ 264 "instant", 265] 266 267[[package]] 268name = "fdeflate" 269version = "0.3.4" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 272dependencies = [ 273 "simd-adler32", 274] 275 276[[package]] 277name = "flate2" 278version = "1.0.30" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 281dependencies = [ 282 "crc32fast", 283 "miniz_oxide", 284] 285 286[[package]] 287name = "flume" 288version = "0.11.0" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 291dependencies = [ 292 "spin", 293] 294 295[[package]] 296name = "getrandom" 297version = "0.2.15" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 300dependencies = [ 301 "cfg-if", 302 "libc", 303 "wasi", 304] 305 306[[package]] 307name = "gif" 308version = "0.13.1" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" 311dependencies = [ 312 "color_quant", 313 "weezl", 314] 315 316[[package]] 317name = "half" 318version = "2.4.1" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 321dependencies = [ 322 "cfg-if", 323 "crunchy", 324] 325 326[[package]] 327name = "hashbrown" 328version = "0.14.5" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 331 332[[package]] 333name = "heck" 334version = "0.5.0" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 337 338[[package]] 339name = "hermit-abi" 340version = "0.3.1" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 343 344[[package]] 345name = "image" 346version = "0.25.1" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11" 349dependencies = [ 350 "bytemuck", 351 "byteorder", 352 "color_quant", 353 "exr", 354 "gif", 355 "image-webp", 356 "num-traits", 357 "png", 358 "qoi", 359 "ravif", 360 "rayon", 361 "rgb", 362 "tiff", 363 "zune-core", 364 "zune-jpeg", 365] 366 367[[package]] 368name = "image-webp" 369version = "0.1.2" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "d730b085583c4d789dfd07fdcf185be59501666a90c97c40162b37e4fdad272d" 372dependencies = [ 373 "byteorder-lite", 374 "thiserror", 375] 376 377[[package]] 378name = "imgref" 379version = "1.10.1" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126" 382 383[[package]] 384name = "indexmap" 385version = "2.2.6" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 388dependencies = [ 389 "equivalent", 390 "hashbrown", 391] 392 393[[package]] 394name = "instant" 395version = "0.1.12" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 398dependencies = [ 399 "cfg-if", 400] 401 402[[package]] 403name = "interpolate_name" 404version = "0.2.4" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 407dependencies = [ 408 "proc-macro2", 409 "quote", 410 "syn", 411] 412 413[[package]] 414name = "io-lifetimes" 415version = "1.0.11" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 418dependencies = [ 419 "hermit-abi", 420 "libc", 421 "windows-sys 0.48.0", 422] 423 424[[package]] 425name = "itertools" 426version = "0.12.1" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 429dependencies = [ 430 "either", 431] 432 433[[package]] 434name = "jobserver" 435version = "0.1.31" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" 438dependencies = [ 439 "libc", 440] 441 442[[package]] 443name = "jpeg-decoder" 444version = "0.3.1" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 447 448[[package]] 449name = "lebe" 450version = "0.5.2" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 453 454[[package]] 455name = "libc" 456version = "0.2.154" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" 459 460[[package]] 461name = "libfuzzer-sys" 462version = "0.4.7" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" 465dependencies = [ 466 "arbitrary", 467 "cc", 468 "once_cell", 469] 470 471[[package]] 472name = "libloading" 473version = "0.7.4" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 476dependencies = [ 477 "cfg-if", 478 "winapi", 479] 480 481[[package]] 482name = "linux-raw-sys" 483version = "0.3.8" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 486 487[[package]] 488name = "lock_api" 489version = "0.4.12" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 492dependencies = [ 493 "autocfg", 494 "scopeguard", 495] 496 497[[package]] 498name = "log" 499version = "0.4.18" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" 502 503[[package]] 504name = "loop9" 505version = "0.1.5" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 508dependencies = [ 509 "imgref", 510] 511 512[[package]] 513name = "maybe-rayon" 514version = "0.1.1" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 517dependencies = [ 518 "cfg-if", 519 "rayon", 520] 521 522[[package]] 523name = "memchr" 524version = "2.5.0" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 527 528[[package]] 529name = "memoffset" 530version = "0.7.1" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 533dependencies = [ 534 "autocfg", 535] 536 537[[package]] 538name = "minimal-lexical" 539version = "0.2.1" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 542 543[[package]] 544name = "miniz_oxide" 545version = "0.7.2" 546source = "registry+https://github.com/rust-lang/crates.io-index" 547checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 548dependencies = [ 549 "adler", 550 "simd-adler32", 551] 552 553[[package]] 554name = "new_debug_unreachable" 555version = "1.0.6" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 558 559[[package]] 560name = "nix" 561version = "0.26.2" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 564dependencies = [ 565 "bitflags", 566 "cfg-if", 567 "libc", 568 "memoffset", 569 "static_assertions", 570] 571 572[[package]] 573name = "nom" 574version = "7.1.3" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 577dependencies = [ 578 "memchr", 579 "minimal-lexical", 580] 581 582[[package]] 583name = "noop_proc_macro" 584version = "0.3.0" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 587 588[[package]] 589name = "num-bigint" 590version = "0.4.5" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" 593dependencies = [ 594 "num-integer", 595 "num-traits", 596] 597 598[[package]] 599name = "num-derive" 600version = "0.4.2" 601source = "registry+https://github.com/rust-lang/crates.io-index" 602checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 603dependencies = [ 604 "proc-macro2", 605 "quote", 606 "syn", 607] 608 609[[package]] 610name = "num-integer" 611version = "0.1.46" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 614dependencies = [ 615 "num-traits", 616] 617 618[[package]] 619name = "num-rational" 620version = "0.4.1" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 623dependencies = [ 624 "autocfg", 625 "num-bigint", 626 "num-integer", 627 "num-traits", 628] 629 630[[package]] 631name = "num-traits" 632version = "0.2.19" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 635dependencies = [ 636 "autocfg", 637] 638 639[[package]] 640name = "once_cell" 641version = "1.19.0" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 644 645[[package]] 646name = "paste" 647version = "1.0.15" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 650 651[[package]] 652name = "pkg-config" 653version = "0.3.27" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 656 657[[package]] 658name = "png" 659version = "0.17.13" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 662dependencies = [ 663 "bitflags", 664 "crc32fast", 665 "fdeflate", 666 "flate2", 667 "miniz_oxide", 668] 669 670[[package]] 671name = "ppv-lite86" 672version = "0.2.17" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 675 676[[package]] 677name = "proc-macro2" 678version = "1.0.82" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" 681dependencies = [ 682 "unicode-ident", 683] 684 685[[package]] 686name = "profiling" 687version = "1.0.15" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" 690dependencies = [ 691 "profiling-procmacros", 692] 693 694[[package]] 695name = "profiling-procmacros" 696version = "1.0.15" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd" 699dependencies = [ 700 "quote", 701 "syn", 702] 703 704[[package]] 705name = "qoi" 706version = "0.4.1" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 709dependencies = [ 710 "bytemuck", 711] 712 713[[package]] 714name = "quick-error" 715version = "2.0.1" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 718 719[[package]] 720name = "quick-xml" 721version = "0.23.1" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea" 724dependencies = [ 725 "memchr", 726] 727 728[[package]] 729name = "quote" 730version = "1.0.36" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 733dependencies = [ 734 "proc-macro2", 735] 736 737[[package]] 738name = "rand" 739version = "0.8.5" 740source = "registry+https://github.com/rust-lang/crates.io-index" 741checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 742dependencies = [ 743 "libc", 744 "rand_chacha", 745 "rand_core", 746] 747 748[[package]] 749name = "rand_chacha" 750version = "0.3.1" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 753dependencies = [ 754 "ppv-lite86", 755 "rand_core", 756] 757 758[[package]] 759name = "rand_core" 760version = "0.6.4" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 763dependencies = [ 764 "getrandom", 765] 766 767[[package]] 768name = "rav1e" 769version = "0.7.1" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9" 772dependencies = [ 773 "arbitrary", 774 "arg_enum_proc_macro", 775 "arrayvec", 776 "av1-grain", 777 "bitstream-io", 778 "built", 779 "cfg-if", 780 "interpolate_name", 781 "itertools", 782 "libc", 783 "libfuzzer-sys", 784 "log", 785 "maybe-rayon", 786 "new_debug_unreachable", 787 "noop_proc_macro", 788 "num-derive", 789 "num-traits", 790 "once_cell", 791 "paste", 792 "profiling", 793 "rand", 794 "rand_chacha", 795 "simd_helpers", 796 "system-deps", 797 "thiserror", 798 "v_frame", 799 "wasm-bindgen", 800] 801 802[[package]] 803name = "ravif" 804version = "0.11.5" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "bc13288f5ab39e6d7c9d501759712e6969fcc9734220846fc9ed26cae2cc4234" 807dependencies = [ 808 "avif-serialize", 809 "imgref", 810 "loop9", 811 "quick-error", 812 "rav1e", 813 "rayon", 814 "rgb", 815] 816 817[[package]] 818name = "rayon" 819version = "1.10.0" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 822dependencies = [ 823 "either", 824 "rayon-core", 825] 826 827[[package]] 828name = "rayon-core" 829version = "1.12.1" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 832dependencies = [ 833 "crossbeam-deque", 834 "crossbeam-utils", 835] 836 837[[package]] 838name = "redox_syscall" 839version = "0.3.5" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 842dependencies = [ 843 "bitflags", 844] 845 846[[package]] 847name = "rgb" 848version = "0.8.37" 849source = "registry+https://github.com/rust-lang/crates.io-index" 850checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8" 851dependencies = [ 852 "bytemuck", 853] 854 855[[package]] 856name = "rustix" 857version = "0.37.19" 858source = "registry+https://github.com/rust-lang/crates.io-index" 859checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 860dependencies = [ 861 "bitflags", 862 "errno", 863 "io-lifetimes", 864 "libc", 865 "linux-raw-sys", 866 "windows-sys 0.48.0", 867] 868 869[[package]] 870name = "scoped-tls" 871version = "1.0.1" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 874 875[[package]] 876name = "scopeguard" 877version = "1.2.0" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 880 881[[package]] 882name = "serde" 883version = "1.0.201" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c" 886dependencies = [ 887 "serde_derive", 888] 889 890[[package]] 891name = "serde_derive" 892version = "1.0.201" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865" 895dependencies = [ 896 "proc-macro2", 897 "quote", 898 "syn", 899] 900 901[[package]] 902name = "serde_spanned" 903version = "0.6.5" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 906dependencies = [ 907 "serde", 908] 909 910[[package]] 911name = "simd-adler32" 912version = "0.3.7" 913source = "registry+https://github.com/rust-lang/crates.io-index" 914checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 915 916[[package]] 917name = "simd_helpers" 918version = "0.1.0" 919source = "registry+https://github.com/rust-lang/crates.io-index" 920checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 921dependencies = [ 922 "quote", 923] 924 925[[package]] 926name = "smallvec" 927version = "1.10.0" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 930 931[[package]] 932name = "spin" 933version = "0.9.8" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 936dependencies = [ 937 "lock_api", 938] 939 940[[package]] 941name = "static_assertions" 942version = "1.1.0" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 945 946[[package]] 947name = "syn" 948version = "2.0.61" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9" 951dependencies = [ 952 "proc-macro2", 953 "quote", 954 "unicode-ident", 955] 956 957[[package]] 958name = "system-deps" 959version = "6.2.2" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 962dependencies = [ 963 "cfg-expr", 964 "heck", 965 "pkg-config", 966 "toml", 967 "version-compare", 968] 969 970[[package]] 971name = "target-lexicon" 972version = "0.12.14" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" 975 976[[package]] 977name = "tempfile" 978version = "3.5.0" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 981dependencies = [ 982 "cfg-if", 983 "fastrand", 984 "redox_syscall", 985 "rustix", 986 "windows-sys 0.45.0", 987] 988 989[[package]] 990name = "thiserror" 991version = "1.0.60" 992source = "registry+https://github.com/rust-lang/crates.io-index" 993checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" 994dependencies = [ 995 "thiserror-impl", 996] 997 998[[package]] 999name = "thiserror-impl" 1000version = "1.0.60" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" 1003dependencies = [ 1004 "proc-macro2", 1005 "quote", 1006 "syn", 1007] 1008 1009[[package]] 1010name = "tiff" 1011version = "0.9.1" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 1014dependencies = [ 1015 "flate2", 1016 "jpeg-decoder", 1017 "weezl", 1018] 1019 1020[[package]] 1021name = "toml" 1022version = "0.8.12" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" 1025dependencies = [ 1026 "serde", 1027 "serde_spanned", 1028 "toml_datetime", 1029 "toml_edit", 1030] 1031 1032[[package]] 1033name = "toml_datetime" 1034version = "0.6.5" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 1037dependencies = [ 1038 "serde", 1039] 1040 1041[[package]] 1042name = "toml_edit" 1043version = "0.22.12" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef" 1046dependencies = [ 1047 "indexmap", 1048 "serde", 1049 "serde_spanned", 1050 "toml_datetime", 1051 "winnow", 1052] 1053 1054[[package]] 1055name = "unicode-ident" 1056version = "1.0.9" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 1059 1060[[package]] 1061name = "v_frame" 1062version = "0.3.8" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b" 1065dependencies = [ 1066 "aligned-vec", 1067 "num-traits", 1068 "wasm-bindgen", 1069] 1070 1071[[package]] 1072name = "version-compare" 1073version = "0.2.0" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 1076 1077[[package]] 1078name = "wasi" 1079version = "0.11.0+wasi-snapshot-preview1" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1082 1083[[package]] 1084name = "wasm-bindgen" 1085version = "0.2.92" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 1088dependencies = [ 1089 "cfg-if", 1090 "wasm-bindgen-macro", 1091] 1092 1093[[package]] 1094name = "wasm-bindgen-backend" 1095version = "0.2.92" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 1098dependencies = [ 1099 "bumpalo", 1100 "log", 1101 "once_cell", 1102 "proc-macro2", 1103 "quote", 1104 "syn", 1105 "wasm-bindgen-shared", 1106] 1107 1108[[package]] 1109name = "wasm-bindgen-macro" 1110version = "0.2.92" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 1113dependencies = [ 1114 "quote", 1115 "wasm-bindgen-macro-support", 1116] 1117 1118[[package]] 1119name = "wasm-bindgen-macro-support" 1120version = "0.2.92" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 1123dependencies = [ 1124 "proc-macro2", 1125 "quote", 1126 "syn", 1127 "wasm-bindgen-backend", 1128 "wasm-bindgen-shared", 1129] 1130 1131[[package]] 1132name = "wasm-bindgen-shared" 1133version = "0.2.92" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 1136 1137[[package]] 1138name = "wayland-backend" 1139version = "0.1.2" 1140source = "registry+https://github.com/rust-lang/crates.io-index" 1141checksum = "41b48e27457e8da3b2260ac60d0a94512f5cba36448679f3747c0865b7893ed8" 1142dependencies = [ 1143 "cc", 1144 "downcast-rs", 1145 "io-lifetimes", 1146 "nix", 1147 "scoped-tls", 1148 "smallvec", 1149 "wayland-sys", 1150] 1151 1152[[package]] 1153name = "wayland-client" 1154version = "0.30.2" 1155source = "registry+https://github.com/rust-lang/crates.io-index" 1156checksum = "489c9654770f674fc7e266b3c579f4053d7551df0ceb392f153adb1f9ed06ac8" 1157dependencies = [ 1158 "bitflags", 1159 "nix", 1160 "wayland-backend", 1161 "wayland-scanner", 1162] 1163 1164[[package]] 1165name = "wayland-protocols" 1166version = "0.30.0" 1167source = "registry+https://github.com/rust-lang/crates.io-index" 1168checksum = "7fefbeb8a360abe67ab7c2efe1d297a1a50ee011f5460791bc18870c26bb84e2" 1169dependencies = [ 1170 "bitflags", 1171 "wayland-backend", 1172 "wayland-client", 1173 "wayland-scanner", 1174] 1175 1176[[package]] 1177name = "wayland-protocols-wlr" 1178version = "0.1.0" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "fce991093320e4a6a525876e6b629ab24da25f9baef0c2e0080ad173ec89588a" 1181dependencies = [ 1182 "bitflags", 1183 "wayland-backend", 1184 "wayland-client", 1185 "wayland-protocols", 1186 "wayland-scanner", 1187] 1188 1189[[package]] 1190name = "wayland-scanner" 1191version = "0.30.0" 1192source = "registry+https://github.com/rust-lang/crates.io-index" 1193checksum = "4834c14b3edf1d9986c83ca79b1e7e3afbe9874c7c144702f6467063259ce45d" 1194dependencies = [ 1195 "proc-macro2", 1196 "quick-xml", 1197 "quote", 1198] 1199 1200[[package]] 1201name = "wayland-sys" 1202version = "0.30.1" 1203source = "registry+https://github.com/rust-lang/crates.io-index" 1204checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06" 1205dependencies = [ 1206 "dlib", 1207 "log", 1208 "pkg-config", 1209] 1210 1211[[package]] 1212name = "weezl" 1213version = "0.1.8" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 1216 1217[[package]] 1218name = "winapi" 1219version = "0.3.9" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1222dependencies = [ 1223 "winapi-i686-pc-windows-gnu", 1224 "winapi-x86_64-pc-windows-gnu", 1225] 1226 1227[[package]] 1228name = "winapi-i686-pc-windows-gnu" 1229version = "0.4.0" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1232 1233[[package]] 1234name = "winapi-x86_64-pc-windows-gnu" 1235version = "0.4.0" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1238 1239[[package]] 1240name = "windows-sys" 1241version = "0.45.0" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1244dependencies = [ 1245 "windows-targets 0.42.2", 1246] 1247 1248[[package]] 1249name = "windows-sys" 1250version = "0.48.0" 1251source = "registry+https://github.com/rust-lang/crates.io-index" 1252checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1253dependencies = [ 1254 "windows-targets 0.48.0", 1255] 1256 1257[[package]] 1258name = "windows-targets" 1259version = "0.42.2" 1260source = "registry+https://github.com/rust-lang/crates.io-index" 1261checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1262dependencies = [ 1263 "windows_aarch64_gnullvm 0.42.2", 1264 "windows_aarch64_msvc 0.42.2", 1265 "windows_i686_gnu 0.42.2", 1266 "windows_i686_msvc 0.42.2", 1267 "windows_x86_64_gnu 0.42.2", 1268 "windows_x86_64_gnullvm 0.42.2", 1269 "windows_x86_64_msvc 0.42.2", 1270] 1271 1272[[package]] 1273name = "windows-targets" 1274version = "0.48.0" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1277dependencies = [ 1278 "windows_aarch64_gnullvm 0.48.0", 1279 "windows_aarch64_msvc 0.48.0", 1280 "windows_i686_gnu 0.48.0", 1281 "windows_i686_msvc 0.48.0", 1282 "windows_x86_64_gnu 0.48.0", 1283 "windows_x86_64_gnullvm 0.48.0", 1284 "windows_x86_64_msvc 0.48.0", 1285] 1286 1287[[package]] 1288name = "windows_aarch64_gnullvm" 1289version = "0.42.2" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1292 1293[[package]] 1294name = "windows_aarch64_gnullvm" 1295version = "0.48.0" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1298 1299[[package]] 1300name = "windows_aarch64_msvc" 1301version = "0.42.2" 1302source = "registry+https://github.com/rust-lang/crates.io-index" 1303checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1304 1305[[package]] 1306name = "windows_aarch64_msvc" 1307version = "0.48.0" 1308source = "registry+https://github.com/rust-lang/crates.io-index" 1309checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1310 1311[[package]] 1312name = "windows_i686_gnu" 1313version = "0.42.2" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1316 1317[[package]] 1318name = "windows_i686_gnu" 1319version = "0.48.0" 1320source = "registry+https://github.com/rust-lang/crates.io-index" 1321checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1322 1323[[package]] 1324name = "windows_i686_msvc" 1325version = "0.42.2" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1328 1329[[package]] 1330name = "windows_i686_msvc" 1331version = "0.48.0" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1334 1335[[package]] 1336name = "windows_x86_64_gnu" 1337version = "0.42.2" 1338source = "registry+https://github.com/rust-lang/crates.io-index" 1339checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1340 1341[[package]] 1342name = "windows_x86_64_gnu" 1343version = "0.48.0" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1346 1347[[package]] 1348name = "windows_x86_64_gnullvm" 1349version = "0.42.2" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1352 1353[[package]] 1354name = "windows_x86_64_gnullvm" 1355version = "0.48.0" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1358 1359[[package]] 1360name = "windows_x86_64_msvc" 1361version = "0.42.2" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1364 1365[[package]] 1366name = "windows_x86_64_msvc" 1367version = "0.48.0" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1370 1371[[package]] 1372name = "winnow" 1373version = "0.6.8" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d" 1376dependencies = [ 1377 "memchr", 1378] 1379 1380[[package]] 1381name = "wl-crosshair" 1382version = "0.1.0" 1383dependencies = [ 1384 "image", 1385 "log", 1386 "tempfile", 1387 "wayland-client", 1388 "wayland-protocols", 1389 "wayland-protocols-wlr", 1390] 1391 1392[[package]] 1393name = "zune-core" 1394version = "0.4.12" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 1397 1398[[package]] 1399name = "zune-inflate" 1400version = "0.2.54" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 1403dependencies = [ 1404 "simd-adler32", 1405] 1406 1407[[package]] 1408name = "zune-jpeg" 1409version = "0.4.11" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448" 1412dependencies = [ 1413 "zune-core", 1414]