1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler2" 7version = "2.0.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.3" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "autocfg" 22version = "1.4.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 25 26[[package]] 27name = "bindgen" 28version = "0.69.5" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 31dependencies = [ 32 "bitflags 2.6.0", 33 "cexpr", 34 "clang-sys", 35 "itertools", 36 "lazy_static", 37 "lazycell", 38 "log", 39 "prettyplease", 40 "proc-macro2", 41 "quote", 42 "regex", 43 "rustc-hash", 44 "shlex", 45 "syn", 46 "which", 47] 48 49[[package]] 50name = "bitflags" 51version = "1.3.2" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 54 55[[package]] 56name = "bitflags" 57version = "2.6.0" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 60 61[[package]] 62name = "bytemuck" 63version = "1.19.0" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" 66dependencies = [ 67 "bytemuck_derive", 68] 69 70[[package]] 71name = "bytemuck_derive" 72version = "1.8.0" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" 75dependencies = [ 76 "proc-macro2", 77 "quote", 78 "syn", 79] 80 81[[package]] 82name = "byteorder" 83version = "1.5.0" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 86 87[[package]] 88name = "cexpr" 89version = "0.6.0" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 92dependencies = [ 93 "nom", 94] 95 96[[package]] 97name = "cfg-if" 98version = "1.0.0" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 101 102[[package]] 103name = "clang-sys" 104version = "1.8.1" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 107dependencies = [ 108 "glob", 109 "libc", 110 "libloading", 111] 112 113[[package]] 114name = "clipboard-win" 115version = "5.4.0" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" 118dependencies = [ 119 "error-code", 120] 121 122[[package]] 123name = "color_quant" 124version = "1.1.0" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 127 128[[package]] 129name = "crc32fast" 130version = "1.4.2" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 133dependencies = [ 134 "cfg-if", 135] 136 137[[package]] 138name = "drm" 139version = "0.14.1" 140dependencies = [ 141 "bitflags 2.6.0", 142 "bytemuck", 143 "drm-ffi", 144 "drm-fourcc", 145 "image", 146 "libc", 147 "rustix", 148 "rustyline", 149] 150 151[[package]] 152name = "drm-ffi" 153version = "0.9.0" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "d8e41459d99a9b529845f6d2c909eb9adf3b6d2f82635ae40be8de0601726e8b" 156dependencies = [ 157 "drm-sys", 158 "rustix", 159] 160 161[[package]] 162name = "drm-fourcc" 163version = "2.2.0" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4" 166 167[[package]] 168name = "drm-sys" 169version = "0.8.0" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "bafb66c8dbc944d69e15cfcc661df7e703beffbaec8bd63151368b06c5f9858c" 172dependencies = [ 173 "bindgen", 174 "libc", 175 "linux-raw-sys 0.6.5", 176 "pkg-config", 177] 178 179[[package]] 180name = "either" 181version = "1.13.0" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 184 185[[package]] 186name = "endian-type" 187version = "0.1.2" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 190 191[[package]] 192name = "errno" 193version = "0.3.9" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 196dependencies = [ 197 "libc", 198 "windows-sys", 199] 200 201[[package]] 202name = "error-code" 203version = "3.3.1" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f" 206 207[[package]] 208name = "fd-lock" 209version = "4.0.2" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947" 212dependencies = [ 213 "cfg-if", 214 "rustix", 215 "windows-sys", 216] 217 218[[package]] 219name = "fdeflate" 220version = "0.3.5" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab" 223dependencies = [ 224 "simd-adler32", 225] 226 227[[package]] 228name = "flate2" 229version = "1.0.34" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 232dependencies = [ 233 "crc32fast", 234 "miniz_oxide", 235] 236 237[[package]] 238name = "glob" 239version = "0.3.1" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 242 243[[package]] 244name = "home" 245version = "0.5.9" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 248dependencies = [ 249 "windows-sys", 250] 251 252[[package]] 253name = "image" 254version = "0.24.9" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 257dependencies = [ 258 "bytemuck", 259 "byteorder", 260 "color_quant", 261 "num-traits", 262 "png", 263] 264 265[[package]] 266name = "itertools" 267version = "0.12.1" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 270dependencies = [ 271 "either", 272] 273 274[[package]] 275name = "lazy_static" 276version = "1.5.0" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 279 280[[package]] 281name = "lazycell" 282version = "1.3.0" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 285 286[[package]] 287name = "libc" 288version = "0.2.161" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" 291 292[[package]] 293name = "libloading" 294version = "0.8.5" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 297dependencies = [ 298 "cfg-if", 299 "windows-targets", 300] 301 302[[package]] 303name = "linux-raw-sys" 304version = "0.4.14" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 307 308[[package]] 309name = "linux-raw-sys" 310version = "0.6.5" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7" 313 314[[package]] 315name = "log" 316version = "0.4.22" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 319 320[[package]] 321name = "memchr" 322version = "2.7.4" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 325 326[[package]] 327name = "minimal-lexical" 328version = "0.2.1" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 331 332[[package]] 333name = "miniz_oxide" 334version = "0.8.0" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 337dependencies = [ 338 "adler2", 339 "simd-adler32", 340] 341 342[[package]] 343name = "nibble_vec" 344version = "0.1.0" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 347dependencies = [ 348 "smallvec", 349] 350 351[[package]] 352name = "nix" 353version = "0.27.1" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 356dependencies = [ 357 "bitflags 2.6.0", 358 "cfg-if", 359 "libc", 360] 361 362[[package]] 363name = "nom" 364version = "7.1.3" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 367dependencies = [ 368 "memchr", 369 "minimal-lexical", 370] 371 372[[package]] 373name = "num-traits" 374version = "0.2.19" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 377dependencies = [ 378 "autocfg", 379] 380 381[[package]] 382name = "once_cell" 383version = "1.20.2" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 386 387[[package]] 388name = "pkg-config" 389version = "0.3.31" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 392 393[[package]] 394name = "png" 395version = "0.17.14" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0" 398dependencies = [ 399 "bitflags 1.3.2", 400 "crc32fast", 401 "fdeflate", 402 "flate2", 403 "miniz_oxide", 404] 405 406[[package]] 407name = "prettyplease" 408version = "0.2.25" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" 411dependencies = [ 412 "proc-macro2", 413 "syn", 414] 415 416[[package]] 417name = "proc-macro2" 418version = "1.0.89" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" 421dependencies = [ 422 "unicode-ident", 423] 424 425[[package]] 426name = "quote" 427version = "1.0.37" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 430dependencies = [ 431 "proc-macro2", 432] 433 434[[package]] 435name = "radix_trie" 436version = "0.2.1" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 439dependencies = [ 440 "endian-type", 441 "nibble_vec", 442] 443 444[[package]] 445name = "regex" 446version = "1.11.1" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 449dependencies = [ 450 "aho-corasick", 451 "memchr", 452 "regex-automata", 453 "regex-syntax", 454] 455 456[[package]] 457name = "regex-automata" 458version = "0.4.8" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 461dependencies = [ 462 "aho-corasick", 463 "memchr", 464 "regex-syntax", 465] 466 467[[package]] 468name = "regex-syntax" 469version = "0.8.5" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 472 473[[package]] 474name = "rustc-hash" 475version = "1.1.0" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 478 479[[package]] 480name = "rustix" 481version = "0.38.37" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 484dependencies = [ 485 "bitflags 2.6.0", 486 "errno", 487 "libc", 488 "linux-raw-sys 0.4.14", 489 "windows-sys", 490] 491 492[[package]] 493name = "rustyline" 494version = "13.0.0" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86" 497dependencies = [ 498 "bitflags 2.6.0", 499 "cfg-if", 500 "clipboard-win", 501 "fd-lock", 502 "home", 503 "libc", 504 "log", 505 "memchr", 506 "nix", 507 "radix_trie", 508 "unicode-segmentation", 509 "unicode-width", 510 "utf8parse", 511 "winapi", 512] 513 514[[package]] 515name = "shlex" 516version = "1.3.0" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 519 520[[package]] 521name = "simd-adler32" 522version = "0.3.7" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 525 526[[package]] 527name = "smallvec" 528version = "1.13.2" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 531 532[[package]] 533name = "syn" 534version = "2.0.85" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" 537dependencies = [ 538 "proc-macro2", 539 "quote", 540 "unicode-ident", 541] 542 543[[package]] 544name = "unicode-ident" 545version = "1.0.13" 546source = "registry+https://github.com/rust-lang/crates.io-index" 547checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 548 549[[package]] 550name = "unicode-segmentation" 551version = "1.12.0" 552source = "registry+https://github.com/rust-lang/crates.io-index" 553checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 554 555[[package]] 556name = "unicode-width" 557version = "0.1.14" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 560 561[[package]] 562name = "utf8parse" 563version = "0.2.2" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 566 567[[package]] 568name = "which" 569version = "4.4.2" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 572dependencies = [ 573 "either", 574 "home", 575 "once_cell", 576 "rustix", 577] 578 579[[package]] 580name = "winapi" 581version = "0.3.9" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 584dependencies = [ 585 "winapi-i686-pc-windows-gnu", 586 "winapi-x86_64-pc-windows-gnu", 587] 588 589[[package]] 590name = "winapi-i686-pc-windows-gnu" 591version = "0.4.0" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 594 595[[package]] 596name = "winapi-x86_64-pc-windows-gnu" 597version = "0.4.0" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 600 601[[package]] 602name = "windows-sys" 603version = "0.52.0" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 606dependencies = [ 607 "windows-targets", 608] 609 610[[package]] 611name = "windows-targets" 612version = "0.52.6" 613source = "registry+https://github.com/rust-lang/crates.io-index" 614checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 615dependencies = [ 616 "windows_aarch64_gnullvm", 617 "windows_aarch64_msvc", 618 "windows_i686_gnu", 619 "windows_i686_gnullvm", 620 "windows_i686_msvc", 621 "windows_x86_64_gnu", 622 "windows_x86_64_gnullvm", 623 "windows_x86_64_msvc", 624] 625 626[[package]] 627name = "windows_aarch64_gnullvm" 628version = "0.52.6" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 631 632[[package]] 633name = "windows_aarch64_msvc" 634version = "0.52.6" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 637 638[[package]] 639name = "windows_i686_gnu" 640version = "0.52.6" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 643 644[[package]] 645name = "windows_i686_gnullvm" 646version = "0.52.6" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 649 650[[package]] 651name = "windows_i686_msvc" 652version = "0.52.6" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 655 656[[package]] 657name = "windows_x86_64_gnu" 658version = "0.52.6" 659source = "registry+https://github.com/rust-lang/crates.io-index" 660checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 661 662[[package]] 663name = "windows_x86_64_gnullvm" 664version = "0.52.6" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 667 668[[package]] 669name = "windows_x86_64_msvc" 670version = "0.52.6" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 673