magical markdown slides
at main 64 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 = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aligned" 13version = "0.4.2" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "377e4c0ba83e4431b10df45c1d4666f178ea9c552cac93e60c3a88bf32785923" 16dependencies = [ 17 "as-slice", 18] 19 20[[package]] 21name = "aligned-vec" 22version = "0.6.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" 25dependencies = [ 26 "equator", 27] 28 29[[package]] 30name = "allocator-api2" 31version = "0.2.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 34 35[[package]] 36name = "anstream" 37version = "0.6.21" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 40dependencies = [ 41 "anstyle", 42 "anstyle-parse", 43 "anstyle-query", 44 "anstyle-wincon", 45 "colorchoice", 46 "is_terminal_polyfill", 47 "utf8parse", 48] 49 50[[package]] 51name = "anstyle" 52version = "1.0.13" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 55 56[[package]] 57name = "anstyle-parse" 58version = "0.2.7" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 61dependencies = [ 62 "utf8parse", 63] 64 65[[package]] 66name = "anstyle-query" 67version = "1.1.4" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 70dependencies = [ 71 "windows-sys 0.60.2", 72] 73 74[[package]] 75name = "anstyle-wincon" 76version = "3.0.10" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 79dependencies = [ 80 "anstyle", 81 "once_cell_polyfill", 82 "windows-sys 0.60.2", 83] 84 85[[package]] 86name = "anyhow" 87version = "1.0.100" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 90 91[[package]] 92name = "arbitrary" 93version = "1.4.2" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 96 97[[package]] 98name = "arg_enum_proc_macro" 99version = "0.3.4" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 102dependencies = [ 103 "proc-macro2", 104 "quote", 105 "syn", 106] 107 108[[package]] 109name = "arrayvec" 110version = "0.7.6" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 113 114[[package]] 115name = "as-slice" 116version = "0.2.1" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516" 119dependencies = [ 120 "stable_deref_trait", 121] 122 123[[package]] 124name = "autocfg" 125version = "1.5.0" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 128 129[[package]] 130name = "av-scenechange" 131version = "0.14.1" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394" 134dependencies = [ 135 "aligned", 136 "anyhow", 137 "arg_enum_proc_macro", 138 "arrayvec", 139 "log", 140 "num-rational", 141 "num-traits", 142 "pastey", 143 "rayon", 144 "thiserror 2.0.17", 145 "v_frame", 146 "y4m", 147] 148 149[[package]] 150name = "av1-grain" 151version = "0.2.5" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8" 154dependencies = [ 155 "anyhow", 156 "arrayvec", 157 "log", 158 "nom", 159 "num-rational", 160 "v_frame", 161] 162 163[[package]] 164name = "avif-serialize" 165version = "0.8.6" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f" 168dependencies = [ 169 "arrayvec", 170] 171 172[[package]] 173name = "base64" 174version = "0.22.1" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 177 178[[package]] 179name = "base64-simd" 180version = "0.8.0" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 183dependencies = [ 184 "outref", 185 "vsimd", 186] 187 188[[package]] 189name = "bincode" 190version = "1.3.3" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 193dependencies = [ 194 "serde", 195] 196 197[[package]] 198name = "bit_field" 199version = "0.10.3" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" 202 203[[package]] 204name = "bitflags" 205version = "2.9.4" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 208 209[[package]] 210name = "bitstream-io" 211version = "4.9.0" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757" 214dependencies = [ 215 "core2", 216] 217 218[[package]] 219name = "built" 220version = "0.8.0" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" 223 224[[package]] 225name = "bumpalo" 226version = "3.19.0" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 229 230[[package]] 231name = "bytemuck" 232version = "1.24.0" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 235 236[[package]] 237name = "byteorder-lite" 238version = "0.1.0" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 241 242[[package]] 243name = "cassowary" 244version = "0.3.0" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 247 248[[package]] 249name = "castaway" 250version = "0.2.4" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 253dependencies = [ 254 "rustversion", 255] 256 257[[package]] 258name = "cc" 259version = "1.2.46" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "b97463e1064cb1b1c1384ad0a0b9c8abd0988e2a91f52606c80ef14aadb63e36" 262dependencies = [ 263 "find-msvc-tools", 264 "jobserver", 265 "libc", 266 "shlex", 267] 268 269[[package]] 270name = "cfg-if" 271version = "1.0.3" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 274 275[[package]] 276name = "clap" 277version = "4.5.48" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 280dependencies = [ 281 "clap_builder", 282 "clap_derive", 283] 284 285[[package]] 286name = "clap_builder" 287version = "4.5.48" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 290dependencies = [ 291 "anstream", 292 "anstyle", 293 "clap_lex", 294 "strsim", 295] 296 297[[package]] 298name = "clap_derive" 299version = "4.5.47" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 302dependencies = [ 303 "heck", 304 "proc-macro2", 305 "quote", 306 "syn", 307] 308 309[[package]] 310name = "clap_lex" 311version = "0.7.5" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 314 315[[package]] 316name = "color_quant" 317version = "1.1.0" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 320 321[[package]] 322name = "colorchoice" 323version = "1.0.4" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 326 327[[package]] 328name = "compact_str" 329version = "0.8.1" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" 332dependencies = [ 333 "castaway", 334 "cfg-if", 335 "itoa", 336 "rustversion", 337 "ryu", 338 "static_assertions", 339] 340 341[[package]] 342name = "convert_case" 343version = "0.7.1" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" 346dependencies = [ 347 "unicode-segmentation", 348] 349 350[[package]] 351name = "core2" 352version = "0.4.0" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 355dependencies = [ 356 "memchr", 357] 358 359[[package]] 360name = "crc32fast" 361version = "1.5.0" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 364dependencies = [ 365 "cfg-if", 366] 367 368[[package]] 369name = "crossbeam-deque" 370version = "0.8.6" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 373dependencies = [ 374 "crossbeam-epoch", 375 "crossbeam-utils", 376] 377 378[[package]] 379name = "crossbeam-epoch" 380version = "0.9.18" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 383dependencies = [ 384 "crossbeam-utils", 385] 386 387[[package]] 388name = "crossbeam-utils" 389version = "0.8.21" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 392 393[[package]] 394name = "crossterm" 395version = "0.28.1" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 398dependencies = [ 399 "bitflags", 400 "crossterm_winapi", 401 "mio", 402 "parking_lot", 403 "rustix 0.38.44", 404 "signal-hook", 405 "signal-hook-mio", 406 "winapi", 407] 408 409[[package]] 410name = "crossterm" 411version = "0.29.0" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" 414dependencies = [ 415 "bitflags", 416 "crossterm_winapi", 417 "derive_more", 418 "document-features", 419 "mio", 420 "parking_lot", 421 "rustix 1.1.2", 422 "signal-hook", 423 "signal-hook-mio", 424 "winapi", 425] 426 427[[package]] 428name = "crossterm_winapi" 429version = "0.9.1" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 432dependencies = [ 433 "winapi", 434] 435 436[[package]] 437name = "crunchy" 438version = "0.2.4" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 441 442[[package]] 443name = "darling" 444version = "0.20.11" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 447dependencies = [ 448 "darling_core", 449 "darling_macro", 450] 451 452[[package]] 453name = "darling_core" 454version = "0.20.11" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 457dependencies = [ 458 "fnv", 459 "ident_case", 460 "proc-macro2", 461 "quote", 462 "strsim", 463 "syn", 464] 465 466[[package]] 467name = "darling_macro" 468version = "0.20.11" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 471dependencies = [ 472 "darling_core", 473 "quote", 474 "syn", 475] 476 477[[package]] 478name = "deranged" 479version = "0.5.5" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 482dependencies = [ 483 "powerfmt", 484] 485 486[[package]] 487name = "derive_more" 488version = "2.0.1" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" 491dependencies = [ 492 "derive_more-impl", 493] 494 495[[package]] 496name = "derive_more-impl" 497version = "2.0.1" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" 500dependencies = [ 501 "convert_case", 502 "proc-macro2", 503 "quote", 504 "syn", 505] 506 507[[package]] 508name = "document-features" 509version = "0.2.11" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" 512dependencies = [ 513 "litrs", 514] 515 516[[package]] 517name = "either" 518version = "1.15.0" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 521 522[[package]] 523name = "equator" 524version = "0.4.2" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" 527dependencies = [ 528 "equator-macro", 529] 530 531[[package]] 532name = "equator-macro" 533version = "0.4.2" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" 536dependencies = [ 537 "proc-macro2", 538 "quote", 539 "syn", 540] 541 542[[package]] 543name = "equivalent" 544version = "1.0.2" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 547 548[[package]] 549name = "errno" 550version = "0.3.14" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 553dependencies = [ 554 "libc", 555 "windows-sys 0.61.2", 556] 557 558[[package]] 559name = "exr" 560version = "1.74.0" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" 563dependencies = [ 564 "bit_field", 565 "half", 566 "lebe", 567 "miniz_oxide", 568 "rayon-core", 569 "smallvec", 570 "zune-inflate", 571] 572 573[[package]] 574name = "fax" 575version = "0.2.6" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" 578dependencies = [ 579 "fax_derive", 580] 581 582[[package]] 583name = "fax_derive" 584version = "0.2.0" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" 587dependencies = [ 588 "proc-macro2", 589 "quote", 590 "syn", 591] 592 593[[package]] 594name = "fdeflate" 595version = "0.3.7" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 598dependencies = [ 599 "simd-adler32", 600] 601 602[[package]] 603name = "find-msvc-tools" 604version = "0.1.5" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 607 608[[package]] 609name = "flate2" 610version = "1.1.5" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 613dependencies = [ 614 "crc32fast", 615 "miniz_oxide", 616] 617 618[[package]] 619name = "fnv" 620version = "1.0.7" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 623 624[[package]] 625name = "foldhash" 626version = "0.1.5" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 629 630[[package]] 631name = "getopts" 632version = "0.2.24" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" 635dependencies = [ 636 "unicode-width 0.2.0", 637] 638 639[[package]] 640name = "getrandom" 641version = "0.2.16" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 644dependencies = [ 645 "cfg-if", 646 "libc", 647 "wasi", 648] 649 650[[package]] 651name = "getrandom" 652version = "0.3.4" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 655dependencies = [ 656 "cfg-if", 657 "libc", 658 "r-efi", 659 "wasip2", 660] 661 662[[package]] 663name = "gif" 664version = "0.14.1" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e" 667dependencies = [ 668 "color_quant", 669 "weezl", 670] 671 672[[package]] 673name = "half" 674version = "2.7.1" 675source = "registry+https://github.com/rust-lang/crates.io-index" 676checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 677dependencies = [ 678 "cfg-if", 679 "crunchy", 680 "zerocopy", 681] 682 683[[package]] 684name = "hashbrown" 685version = "0.15.5" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 688dependencies = [ 689 "allocator-api2", 690 "equivalent", 691 "foldhash", 692] 693 694[[package]] 695name = "heck" 696version = "0.5.0" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 699 700[[package]] 701name = "icy_sixel" 702version = "0.1.3" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "ccc0a9c4770bc47b0a933256a496cfb8b6531f753ea9bccb19c6dff0ff7273fc" 705 706[[package]] 707name = "ident_case" 708version = "1.0.1" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 711 712[[package]] 713name = "image" 714version = "0.25.9" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" 717dependencies = [ 718 "bytemuck", 719 "byteorder-lite", 720 "color_quant", 721 "exr", 722 "gif", 723 "image-webp", 724 "moxcms", 725 "num-traits", 726 "png", 727 "qoi", 728 "ravif", 729 "rayon", 730 "rgb", 731 "tiff", 732 "zune-core 0.5.0", 733 "zune-jpeg 0.5.5", 734] 735 736[[package]] 737name = "image-webp" 738version = "0.2.4" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" 741dependencies = [ 742 "byteorder-lite", 743 "quick-error", 744] 745 746[[package]] 747name = "imgref" 748version = "1.12.0" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8" 751 752[[package]] 753name = "indexmap" 754version = "2.11.4" 755source = "registry+https://github.com/rust-lang/crates.io-index" 756checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 757dependencies = [ 758 "equivalent", 759 "hashbrown", 760] 761 762[[package]] 763name = "indoc" 764version = "2.0.6" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 767 768[[package]] 769name = "instability" 770version = "0.3.9" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a" 773dependencies = [ 774 "darling", 775 "indoc", 776 "proc-macro2", 777 "quote", 778 "syn", 779] 780 781[[package]] 782name = "interpolate_name" 783version = "0.2.4" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 786dependencies = [ 787 "proc-macro2", 788 "quote", 789 "syn", 790] 791 792[[package]] 793name = "is_terminal_polyfill" 794version = "1.70.1" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 797 798[[package]] 799name = "itertools" 800version = "0.13.0" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 803dependencies = [ 804 "either", 805] 806 807[[package]] 808name = "itertools" 809version = "0.14.0" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 812dependencies = [ 813 "either", 814] 815 816[[package]] 817name = "itoa" 818version = "1.0.15" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 821 822[[package]] 823name = "jobserver" 824version = "0.1.34" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 827dependencies = [ 828 "getrandom 0.3.4", 829 "libc", 830] 831 832[[package]] 833name = "lantern-cli" 834version = "0.1.0" 835dependencies = [ 836 "clap", 837 "crossterm 0.29.0", 838 "lantern-core", 839 "lantern-ui", 840 "owo-colors", 841 "ratatui", 842 "tracing", 843 "tracing-subscriber", 844] 845 846[[package]] 847name = "lantern-core" 848version = "0.1.0" 849dependencies = [ 850 "crossterm 0.29.0", 851 "owo-colors", 852 "pulldown-cmark", 853 "serde", 854 "serde_json", 855 "serde_yml", 856 "syntect", 857 "terminal-colorsaurus", 858 "thiserror 2.0.17", 859 "toml", 860 "tracing", 861 "unicode-width 0.2.0", 862] 863 864[[package]] 865name = "lantern-ui" 866version = "0.1.0" 867dependencies = [ 868 "crossterm 0.29.0", 869 "image", 870 "lantern-core", 871 "owo-colors", 872 "ratatui", 873 "ratatui-image", 874 "unicode-width 0.2.0", 875] 876 877[[package]] 878name = "lazy_static" 879version = "1.5.0" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 882 883[[package]] 884name = "lebe" 885version = "0.5.3" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" 888 889[[package]] 890name = "libc" 891version = "0.2.176" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" 894 895[[package]] 896name = "libfuzzer-sys" 897version = "0.4.10" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404" 900dependencies = [ 901 "arbitrary", 902 "cc", 903] 904 905[[package]] 906name = "libyml" 907version = "0.0.5" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980" 910dependencies = [ 911 "anyhow", 912 "version_check", 913] 914 915[[package]] 916name = "linked-hash-map" 917version = "0.5.6" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 920 921[[package]] 922name = "linux-raw-sys" 923version = "0.4.15" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 926 927[[package]] 928name = "linux-raw-sys" 929version = "0.11.0" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 932 933[[package]] 934name = "litrs" 935version = "0.4.2" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" 938 939[[package]] 940name = "lock_api" 941version = "0.4.14" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 944dependencies = [ 945 "scopeguard", 946] 947 948[[package]] 949name = "log" 950version = "0.4.28" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 953 954[[package]] 955name = "loop9" 956version = "0.1.5" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 959dependencies = [ 960 "imgref", 961] 962 963[[package]] 964name = "lru" 965version = "0.12.5" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 968dependencies = [ 969 "hashbrown", 970] 971 972[[package]] 973name = "maybe-rayon" 974version = "0.1.1" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 977dependencies = [ 978 "cfg-if", 979 "rayon", 980] 981 982[[package]] 983name = "memchr" 984version = "2.7.6" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 987 988[[package]] 989name = "miniz_oxide" 990version = "0.8.9" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 993dependencies = [ 994 "adler2", 995 "simd-adler32", 996] 997 998[[package]] 999name = "mio" 1000version = "1.1.0" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 1003dependencies = [ 1004 "libc", 1005 "log", 1006 "wasi", 1007 "windows-sys 0.61.2", 1008] 1009 1010[[package]] 1011name = "moxcms" 1012version = "0.7.10" 1013source = "registry+https://github.com/rust-lang/crates.io-index" 1014checksum = "80986bbbcf925ebd3be54c26613d861255284584501595cf418320c078945608" 1015dependencies = [ 1016 "num-traits", 1017 "pxfm", 1018] 1019 1020[[package]] 1021name = "new_debug_unreachable" 1022version = "1.0.6" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 1025 1026[[package]] 1027name = "nom" 1028version = "8.0.0" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" 1031dependencies = [ 1032 "memchr", 1033] 1034 1035[[package]] 1036name = "noop_proc_macro" 1037version = "0.3.0" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 1040 1041[[package]] 1042name = "nu-ansi-term" 1043version = "0.50.1" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 1046dependencies = [ 1047 "windows-sys 0.52.0", 1048] 1049 1050[[package]] 1051name = "num-bigint" 1052version = "0.4.6" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1055dependencies = [ 1056 "num-integer", 1057 "num-traits", 1058] 1059 1060[[package]] 1061name = "num-conv" 1062version = "0.1.0" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1065 1066[[package]] 1067name = "num-derive" 1068version = "0.4.2" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 1071dependencies = [ 1072 "proc-macro2", 1073 "quote", 1074 "syn", 1075] 1076 1077[[package]] 1078name = "num-integer" 1079version = "0.1.46" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1082dependencies = [ 1083 "num-traits", 1084] 1085 1086[[package]] 1087name = "num-rational" 1088version = "0.4.2" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 1091dependencies = [ 1092 "num-bigint", 1093 "num-integer", 1094 "num-traits", 1095] 1096 1097[[package]] 1098name = "num-traits" 1099version = "0.2.19" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1102dependencies = [ 1103 "autocfg", 1104] 1105 1106[[package]] 1107name = "once_cell" 1108version = "1.21.3" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1111 1112[[package]] 1113name = "once_cell_polyfill" 1114version = "1.70.1" 1115source = "registry+https://github.com/rust-lang/crates.io-index" 1116checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 1117 1118[[package]] 1119name = "onig" 1120version = "6.5.1" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0" 1123dependencies = [ 1124 "bitflags", 1125 "libc", 1126 "once_cell", 1127 "onig_sys", 1128] 1129 1130[[package]] 1131name = "onig_sys" 1132version = "69.9.1" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc" 1135dependencies = [ 1136 "cc", 1137 "pkg-config", 1138] 1139 1140[[package]] 1141name = "outref" 1142version = "0.5.2" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" 1145 1146[[package]] 1147name = "owo-colors" 1148version = "4.2.3" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" 1151 1152[[package]] 1153name = "parking_lot" 1154version = "0.12.5" 1155source = "registry+https://github.com/rust-lang/crates.io-index" 1156checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1157dependencies = [ 1158 "lock_api", 1159 "parking_lot_core", 1160] 1161 1162[[package]] 1163name = "parking_lot_core" 1164version = "0.9.12" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1167dependencies = [ 1168 "cfg-if", 1169 "libc", 1170 "redox_syscall", 1171 "smallvec", 1172 "windows-link", 1173] 1174 1175[[package]] 1176name = "paste" 1177version = "1.0.15" 1178source = "registry+https://github.com/rust-lang/crates.io-index" 1179checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1180 1181[[package]] 1182name = "pastey" 1183version = "0.1.1" 1184source = "registry+https://github.com/rust-lang/crates.io-index" 1185checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" 1186 1187[[package]] 1188name = "pin-project-lite" 1189version = "0.2.16" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1192 1193[[package]] 1194name = "pkg-config" 1195version = "0.3.32" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1198 1199[[package]] 1200name = "plist" 1201version = "1.8.0" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" 1204dependencies = [ 1205 "base64", 1206 "indexmap", 1207 "quick-xml", 1208 "serde", 1209 "time", 1210] 1211 1212[[package]] 1213name = "png" 1214version = "0.18.0" 1215source = "registry+https://github.com/rust-lang/crates.io-index" 1216checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 1217dependencies = [ 1218 "bitflags", 1219 "crc32fast", 1220 "fdeflate", 1221 "flate2", 1222 "miniz_oxide", 1223] 1224 1225[[package]] 1226name = "powerfmt" 1227version = "0.2.0" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1230 1231[[package]] 1232name = "ppv-lite86" 1233version = "0.2.21" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1236dependencies = [ 1237 "zerocopy", 1238] 1239 1240[[package]] 1241name = "proc-macro2" 1242version = "1.0.101" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1245dependencies = [ 1246 "unicode-ident", 1247] 1248 1249[[package]] 1250name = "profiling" 1251version = "1.0.17" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 1254dependencies = [ 1255 "profiling-procmacros", 1256] 1257 1258[[package]] 1259name = "profiling-procmacros" 1260version = "1.0.17" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" 1263dependencies = [ 1264 "quote", 1265 "syn", 1266] 1267 1268[[package]] 1269name = "pulldown-cmark" 1270version = "0.13.0" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0" 1273dependencies = [ 1274 "bitflags", 1275 "getopts", 1276 "memchr", 1277 "pulldown-cmark-escape", 1278 "unicase", 1279] 1280 1281[[package]] 1282name = "pulldown-cmark-escape" 1283version = "0.11.0" 1284source = "registry+https://github.com/rust-lang/crates.io-index" 1285checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" 1286 1287[[package]] 1288name = "pxfm" 1289version = "0.1.26" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "b3502d6155304a4173a5f2c34b52b7ed0dd085890326cb50fd625fdf39e86b3b" 1292dependencies = [ 1293 "num-traits", 1294] 1295 1296[[package]] 1297name = "qoi" 1298version = "0.4.1" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 1301dependencies = [ 1302 "bytemuck", 1303] 1304 1305[[package]] 1306name = "quick-error" 1307version = "2.0.1" 1308source = "registry+https://github.com/rust-lang/crates.io-index" 1309checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 1310 1311[[package]] 1312name = "quick-xml" 1313version = "0.38.4" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 1316dependencies = [ 1317 "memchr", 1318] 1319 1320[[package]] 1321name = "quote" 1322version = "1.0.41" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 1325dependencies = [ 1326 "proc-macro2", 1327] 1328 1329[[package]] 1330name = "r-efi" 1331version = "5.3.0" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1334 1335[[package]] 1336name = "rand" 1337version = "0.8.5" 1338source = "registry+https://github.com/rust-lang/crates.io-index" 1339checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1340dependencies = [ 1341 "libc", 1342 "rand_chacha 0.3.1", 1343 "rand_core 0.6.4", 1344] 1345 1346[[package]] 1347name = "rand" 1348version = "0.9.2" 1349source = "registry+https://github.com/rust-lang/crates.io-index" 1350checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1351dependencies = [ 1352 "rand_chacha 0.9.0", 1353 "rand_core 0.9.3", 1354] 1355 1356[[package]] 1357name = "rand_chacha" 1358version = "0.3.1" 1359source = "registry+https://github.com/rust-lang/crates.io-index" 1360checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1361dependencies = [ 1362 "ppv-lite86", 1363 "rand_core 0.6.4", 1364] 1365 1366[[package]] 1367name = "rand_chacha" 1368version = "0.9.0" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1371dependencies = [ 1372 "ppv-lite86", 1373 "rand_core 0.9.3", 1374] 1375 1376[[package]] 1377name = "rand_core" 1378version = "0.6.4" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1381dependencies = [ 1382 "getrandom 0.2.16", 1383] 1384 1385[[package]] 1386name = "rand_core" 1387version = "0.9.3" 1388source = "registry+https://github.com/rust-lang/crates.io-index" 1389checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1390dependencies = [ 1391 "getrandom 0.3.4", 1392] 1393 1394[[package]] 1395name = "ratatui" 1396version = "0.29.0" 1397source = "registry+https://github.com/rust-lang/crates.io-index" 1398checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" 1399dependencies = [ 1400 "bitflags", 1401 "cassowary", 1402 "compact_str", 1403 "crossterm 0.28.1", 1404 "indoc", 1405 "instability", 1406 "itertools 0.13.0", 1407 "lru", 1408 "paste", 1409 "strum", 1410 "unicode-segmentation", 1411 "unicode-truncate", 1412 "unicode-width 0.2.0", 1413] 1414 1415[[package]] 1416name = "ratatui-image" 1417version = "8.0.2" 1418source = "registry+https://github.com/rust-lang/crates.io-index" 1419checksum = "4d2d8ad028fcbb171d83cfdeaf44df17bf0eae3585bdd7f89bc87af98fc71b0e" 1420dependencies = [ 1421 "base64-simd", 1422 "icy_sixel", 1423 "image", 1424 "rand 0.8.5", 1425 "ratatui", 1426 "rustix 0.38.44", 1427 "thiserror 1.0.69", 1428 "windows", 1429] 1430 1431[[package]] 1432name = "rav1e" 1433version = "0.8.1" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b" 1436dependencies = [ 1437 "aligned-vec", 1438 "arbitrary", 1439 "arg_enum_proc_macro", 1440 "arrayvec", 1441 "av-scenechange", 1442 "av1-grain", 1443 "bitstream-io", 1444 "built", 1445 "cfg-if", 1446 "interpolate_name", 1447 "itertools 0.14.0", 1448 "libc", 1449 "libfuzzer-sys", 1450 "log", 1451 "maybe-rayon", 1452 "new_debug_unreachable", 1453 "noop_proc_macro", 1454 "num-derive", 1455 "num-traits", 1456 "paste", 1457 "profiling", 1458 "rand 0.9.2", 1459 "rand_chacha 0.9.0", 1460 "simd_helpers", 1461 "thiserror 2.0.17", 1462 "v_frame", 1463 "wasm-bindgen", 1464] 1465 1466[[package]] 1467name = "ravif" 1468version = "0.12.0" 1469source = "registry+https://github.com/rust-lang/crates.io-index" 1470checksum = "ef69c1990ceef18a116855938e74793a5f7496ee907562bd0857b6ac734ab285" 1471dependencies = [ 1472 "avif-serialize", 1473 "imgref", 1474 "loop9", 1475 "quick-error", 1476 "rav1e", 1477 "rayon", 1478 "rgb", 1479] 1480 1481[[package]] 1482name = "rayon" 1483version = "1.11.0" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 1486dependencies = [ 1487 "either", 1488 "rayon-core", 1489] 1490 1491[[package]] 1492name = "rayon-core" 1493version = "1.13.0" 1494source = "registry+https://github.com/rust-lang/crates.io-index" 1495checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 1496dependencies = [ 1497 "crossbeam-deque", 1498 "crossbeam-utils", 1499] 1500 1501[[package]] 1502name = "redox_syscall" 1503version = "0.5.18" 1504source = "registry+https://github.com/rust-lang/crates.io-index" 1505checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1506dependencies = [ 1507 "bitflags", 1508] 1509 1510[[package]] 1511name = "regex-syntax" 1512version = "0.8.8" 1513source = "registry+https://github.com/rust-lang/crates.io-index" 1514checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 1515 1516[[package]] 1517name = "rgb" 1518version = "0.8.52" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" 1521 1522[[package]] 1523name = "rustix" 1524version = "0.38.44" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 1527dependencies = [ 1528 "bitflags", 1529 "errno", 1530 "libc", 1531 "linux-raw-sys 0.4.15", 1532 "windows-sys 0.59.0", 1533] 1534 1535[[package]] 1536name = "rustix" 1537version = "1.1.2" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 1540dependencies = [ 1541 "bitflags", 1542 "errno", 1543 "libc", 1544 "linux-raw-sys 0.11.0", 1545 "windows-sys 0.61.2", 1546] 1547 1548[[package]] 1549name = "rustversion" 1550version = "1.0.22" 1551source = "registry+https://github.com/rust-lang/crates.io-index" 1552checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1553 1554[[package]] 1555name = "ryu" 1556version = "1.0.20" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1559 1560[[package]] 1561name = "same-file" 1562version = "1.0.6" 1563source = "registry+https://github.com/rust-lang/crates.io-index" 1564checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1565dependencies = [ 1566 "winapi-util", 1567] 1568 1569[[package]] 1570name = "scopeguard" 1571version = "1.2.0" 1572source = "registry+https://github.com/rust-lang/crates.io-index" 1573checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1574 1575[[package]] 1576name = "serde" 1577version = "1.0.228" 1578source = "registry+https://github.com/rust-lang/crates.io-index" 1579checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1580dependencies = [ 1581 "serde_core", 1582 "serde_derive", 1583] 1584 1585[[package]] 1586name = "serde_core" 1587version = "1.0.228" 1588source = "registry+https://github.com/rust-lang/crates.io-index" 1589checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1590dependencies = [ 1591 "serde_derive", 1592] 1593 1594[[package]] 1595name = "serde_derive" 1596version = "1.0.228" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1599dependencies = [ 1600 "proc-macro2", 1601 "quote", 1602 "syn", 1603] 1604 1605[[package]] 1606name = "serde_json" 1607version = "1.0.145" 1608source = "registry+https://github.com/rust-lang/crates.io-index" 1609checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1610dependencies = [ 1611 "itoa", 1612 "memchr", 1613 "ryu", 1614 "serde", 1615 "serde_core", 1616] 1617 1618[[package]] 1619name = "serde_spanned" 1620version = "1.0.2" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee" 1623dependencies = [ 1624 "serde_core", 1625] 1626 1627[[package]] 1628name = "serde_yml" 1629version = "0.0.12" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd" 1632dependencies = [ 1633 "indexmap", 1634 "itoa", 1635 "libyml", 1636 "memchr", 1637 "ryu", 1638 "serde", 1639 "version_check", 1640] 1641 1642[[package]] 1643name = "sharded-slab" 1644version = "0.1.7" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1647dependencies = [ 1648 "lazy_static", 1649] 1650 1651[[package]] 1652name = "shlex" 1653version = "1.3.0" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1656 1657[[package]] 1658name = "signal-hook" 1659version = "0.3.18" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 1662dependencies = [ 1663 "libc", 1664 "signal-hook-registry", 1665] 1666 1667[[package]] 1668name = "signal-hook-mio" 1669version = "0.2.5" 1670source = "registry+https://github.com/rust-lang/crates.io-index" 1671checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 1672dependencies = [ 1673 "libc", 1674 "mio", 1675 "signal-hook", 1676] 1677 1678[[package]] 1679name = "signal-hook-registry" 1680version = "1.4.6" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 1683dependencies = [ 1684 "libc", 1685] 1686 1687[[package]] 1688name = "simd-adler32" 1689version = "0.3.7" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 1692 1693[[package]] 1694name = "simd_helpers" 1695version = "0.1.0" 1696source = "registry+https://github.com/rust-lang/crates.io-index" 1697checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 1698dependencies = [ 1699 "quote", 1700] 1701 1702[[package]] 1703name = "smallvec" 1704version = "1.15.1" 1705source = "registry+https://github.com/rust-lang/crates.io-index" 1706checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1707 1708[[package]] 1709name = "stable_deref_trait" 1710version = "1.2.1" 1711source = "registry+https://github.com/rust-lang/crates.io-index" 1712checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1713 1714[[package]] 1715name = "static_assertions" 1716version = "1.1.0" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1719 1720[[package]] 1721name = "strsim" 1722version = "0.11.1" 1723source = "registry+https://github.com/rust-lang/crates.io-index" 1724checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1725 1726[[package]] 1727name = "strum" 1728version = "0.26.3" 1729source = "registry+https://github.com/rust-lang/crates.io-index" 1730checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 1731dependencies = [ 1732 "strum_macros", 1733] 1734 1735[[package]] 1736name = "strum_macros" 1737version = "0.26.4" 1738source = "registry+https://github.com/rust-lang/crates.io-index" 1739checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 1740dependencies = [ 1741 "heck", 1742 "proc-macro2", 1743 "quote", 1744 "rustversion", 1745 "syn", 1746] 1747 1748[[package]] 1749name = "syn" 1750version = "2.0.106" 1751source = "registry+https://github.com/rust-lang/crates.io-index" 1752checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 1753dependencies = [ 1754 "proc-macro2", 1755 "quote", 1756 "unicode-ident", 1757] 1758 1759[[package]] 1760name = "syntect" 1761version = "5.3.0" 1762source = "registry+https://github.com/rust-lang/crates.io-index" 1763checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" 1764dependencies = [ 1765 "bincode", 1766 "flate2", 1767 "fnv", 1768 "once_cell", 1769 "onig", 1770 "plist", 1771 "regex-syntax", 1772 "serde", 1773 "serde_derive", 1774 "serde_json", 1775 "thiserror 2.0.17", 1776 "walkdir", 1777 "yaml-rust", 1778] 1779 1780[[package]] 1781name = "terminal-colorsaurus" 1782version = "1.0.1" 1783source = "registry+https://github.com/rust-lang/crates.io-index" 1784checksum = "8909f33134da34b43f69145e748790de650a6abd84faf1f82e773444dd293ec8" 1785dependencies = [ 1786 "cfg-if", 1787 "libc", 1788 "memchr", 1789 "mio", 1790 "terminal-trx", 1791 "windows-sys 0.61.2", 1792 "xterm-color", 1793] 1794 1795[[package]] 1796name = "terminal-trx" 1797version = "0.2.5" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "662a3cd5ca570df622e848ef18b50c151e65c9835257465417242243b0bce783" 1800dependencies = [ 1801 "cfg-if", 1802 "libc", 1803 "windows-sys 0.61.2", 1804] 1805 1806[[package]] 1807name = "thiserror" 1808version = "1.0.69" 1809source = "registry+https://github.com/rust-lang/crates.io-index" 1810checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1811dependencies = [ 1812 "thiserror-impl 1.0.69", 1813] 1814 1815[[package]] 1816name = "thiserror" 1817version = "2.0.17" 1818source = "registry+https://github.com/rust-lang/crates.io-index" 1819checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 1820dependencies = [ 1821 "thiserror-impl 2.0.17", 1822] 1823 1824[[package]] 1825name = "thiserror-impl" 1826version = "1.0.69" 1827source = "registry+https://github.com/rust-lang/crates.io-index" 1828checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1829dependencies = [ 1830 "proc-macro2", 1831 "quote", 1832 "syn", 1833] 1834 1835[[package]] 1836name = "thiserror-impl" 1837version = "2.0.17" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 1840dependencies = [ 1841 "proc-macro2", 1842 "quote", 1843 "syn", 1844] 1845 1846[[package]] 1847name = "thread_local" 1848version = "1.1.9" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 1851dependencies = [ 1852 "cfg-if", 1853] 1854 1855[[package]] 1856name = "tiff" 1857version = "0.10.3" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f" 1860dependencies = [ 1861 "fax", 1862 "flate2", 1863 "half", 1864 "quick-error", 1865 "weezl", 1866 "zune-jpeg 0.4.21", 1867] 1868 1869[[package]] 1870name = "time" 1871version = "0.3.44" 1872source = "registry+https://github.com/rust-lang/crates.io-index" 1873checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 1874dependencies = [ 1875 "deranged", 1876 "itoa", 1877 "num-conv", 1878 "powerfmt", 1879 "serde", 1880 "time-core", 1881 "time-macros", 1882] 1883 1884[[package]] 1885name = "time-core" 1886version = "0.1.6" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 1889 1890[[package]] 1891name = "time-macros" 1892version = "0.2.24" 1893source = "registry+https://github.com/rust-lang/crates.io-index" 1894checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 1895dependencies = [ 1896 "num-conv", 1897 "time-core", 1898] 1899 1900[[package]] 1901name = "toml" 1902version = "0.9.7" 1903source = "registry+https://github.com/rust-lang/crates.io-index" 1904checksum = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0" 1905dependencies = [ 1906 "indexmap", 1907 "serde_core", 1908 "serde_spanned", 1909 "toml_datetime", 1910 "toml_parser", 1911 "toml_writer", 1912 "winnow", 1913] 1914 1915[[package]] 1916name = "toml_datetime" 1917version = "0.7.2" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1" 1920dependencies = [ 1921 "serde_core", 1922] 1923 1924[[package]] 1925name = "toml_parser" 1926version = "1.0.3" 1927source = "registry+https://github.com/rust-lang/crates.io-index" 1928checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" 1929dependencies = [ 1930 "winnow", 1931] 1932 1933[[package]] 1934name = "toml_writer" 1935version = "1.0.3" 1936source = "registry+https://github.com/rust-lang/crates.io-index" 1937checksum = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109" 1938 1939[[package]] 1940name = "tracing" 1941version = "0.1.41" 1942source = "registry+https://github.com/rust-lang/crates.io-index" 1943checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1944dependencies = [ 1945 "pin-project-lite", 1946 "tracing-attributes", 1947 "tracing-core", 1948] 1949 1950[[package]] 1951name = "tracing-attributes" 1952version = "0.1.30" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 1955dependencies = [ 1956 "proc-macro2", 1957 "quote", 1958 "syn", 1959] 1960 1961[[package]] 1962name = "tracing-core" 1963version = "0.1.34" 1964source = "registry+https://github.com/rust-lang/crates.io-index" 1965checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 1966dependencies = [ 1967 "once_cell", 1968 "valuable", 1969] 1970 1971[[package]] 1972name = "tracing-log" 1973version = "0.2.0" 1974source = "registry+https://github.com/rust-lang/crates.io-index" 1975checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 1976dependencies = [ 1977 "log", 1978 "once_cell", 1979 "tracing-core", 1980] 1981 1982[[package]] 1983name = "tracing-subscriber" 1984version = "0.3.20" 1985source = "registry+https://github.com/rust-lang/crates.io-index" 1986checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 1987dependencies = [ 1988 "nu-ansi-term", 1989 "sharded-slab", 1990 "smallvec", 1991 "thread_local", 1992 "tracing-core", 1993 "tracing-log", 1994] 1995 1996[[package]] 1997name = "unicase" 1998version = "2.8.1" 1999source = "registry+https://github.com/rust-lang/crates.io-index" 2000checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 2001 2002[[package]] 2003name = "unicode-ident" 2004version = "1.0.19" 2005source = "registry+https://github.com/rust-lang/crates.io-index" 2006checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 2007 2008[[package]] 2009name = "unicode-segmentation" 2010version = "1.12.0" 2011source = "registry+https://github.com/rust-lang/crates.io-index" 2012checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 2013 2014[[package]] 2015name = "unicode-truncate" 2016version = "1.1.0" 2017source = "registry+https://github.com/rust-lang/crates.io-index" 2018checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" 2019dependencies = [ 2020 "itertools 0.13.0", 2021 "unicode-segmentation", 2022 "unicode-width 0.1.14", 2023] 2024 2025[[package]] 2026name = "unicode-width" 2027version = "0.1.14" 2028source = "registry+https://github.com/rust-lang/crates.io-index" 2029checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 2030 2031[[package]] 2032name = "unicode-width" 2033version = "0.2.0" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 2036 2037[[package]] 2038name = "utf8parse" 2039version = "0.2.2" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2042 2043[[package]] 2044name = "v_frame" 2045version = "0.3.9" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" 2048dependencies = [ 2049 "aligned-vec", 2050 "num-traits", 2051 "wasm-bindgen", 2052] 2053 2054[[package]] 2055name = "valuable" 2056version = "0.1.1" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2059 2060[[package]] 2061name = "version_check" 2062version = "0.9.5" 2063source = "registry+https://github.com/rust-lang/crates.io-index" 2064checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2065 2066[[package]] 2067name = "vsimd" 2068version = "0.8.0" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 2071 2072[[package]] 2073name = "walkdir" 2074version = "2.5.0" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 2077dependencies = [ 2078 "same-file", 2079 "winapi-util", 2080] 2081 2082[[package]] 2083name = "wasi" 2084version = "0.11.1+wasi-snapshot-preview1" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2087 2088[[package]] 2089name = "wasip2" 2090version = "1.0.1+wasi-0.2.4" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 2093dependencies = [ 2094 "wit-bindgen", 2095] 2096 2097[[package]] 2098name = "wasm-bindgen" 2099version = "0.2.106" 2100source = "registry+https://github.com/rust-lang/crates.io-index" 2101checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 2102dependencies = [ 2103 "cfg-if", 2104 "once_cell", 2105 "rustversion", 2106 "wasm-bindgen-macro", 2107 "wasm-bindgen-shared", 2108] 2109 2110[[package]] 2111name = "wasm-bindgen-macro" 2112version = "0.2.106" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 2115dependencies = [ 2116 "quote", 2117 "wasm-bindgen-macro-support", 2118] 2119 2120[[package]] 2121name = "wasm-bindgen-macro-support" 2122version = "0.2.106" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 2125dependencies = [ 2126 "bumpalo", 2127 "proc-macro2", 2128 "quote", 2129 "syn", 2130 "wasm-bindgen-shared", 2131] 2132 2133[[package]] 2134name = "wasm-bindgen-shared" 2135version = "0.2.106" 2136source = "registry+https://github.com/rust-lang/crates.io-index" 2137checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 2138dependencies = [ 2139 "unicode-ident", 2140] 2141 2142[[package]] 2143name = "weezl" 2144version = "0.1.12" 2145source = "registry+https://github.com/rust-lang/crates.io-index" 2146checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" 2147 2148[[package]] 2149name = "winapi" 2150version = "0.3.9" 2151source = "registry+https://github.com/rust-lang/crates.io-index" 2152checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2153dependencies = [ 2154 "winapi-i686-pc-windows-gnu", 2155 "winapi-x86_64-pc-windows-gnu", 2156] 2157 2158[[package]] 2159name = "winapi-i686-pc-windows-gnu" 2160version = "0.4.0" 2161source = "registry+https://github.com/rust-lang/crates.io-index" 2162checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2163 2164[[package]] 2165name = "winapi-util" 2166version = "0.1.11" 2167source = "registry+https://github.com/rust-lang/crates.io-index" 2168checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 2169dependencies = [ 2170 "windows-sys 0.61.2", 2171] 2172 2173[[package]] 2174name = "winapi-x86_64-pc-windows-gnu" 2175version = "0.4.0" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2178 2179[[package]] 2180name = "windows" 2181version = "0.58.0" 2182source = "registry+https://github.com/rust-lang/crates.io-index" 2183checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 2184dependencies = [ 2185 "windows-core", 2186 "windows-targets 0.52.6", 2187] 2188 2189[[package]] 2190name = "windows-core" 2191version = "0.58.0" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 2194dependencies = [ 2195 "windows-implement", 2196 "windows-interface", 2197 "windows-result", 2198 "windows-strings", 2199 "windows-targets 0.52.6", 2200] 2201 2202[[package]] 2203name = "windows-implement" 2204version = "0.58.0" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 2207dependencies = [ 2208 "proc-macro2", 2209 "quote", 2210 "syn", 2211] 2212 2213[[package]] 2214name = "windows-interface" 2215version = "0.58.0" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 2218dependencies = [ 2219 "proc-macro2", 2220 "quote", 2221 "syn", 2222] 2223 2224[[package]] 2225name = "windows-link" 2226version = "0.2.1" 2227source = "registry+https://github.com/rust-lang/crates.io-index" 2228checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2229 2230[[package]] 2231name = "windows-result" 2232version = "0.2.0" 2233source = "registry+https://github.com/rust-lang/crates.io-index" 2234checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 2235dependencies = [ 2236 "windows-targets 0.52.6", 2237] 2238 2239[[package]] 2240name = "windows-strings" 2241version = "0.1.0" 2242source = "registry+https://github.com/rust-lang/crates.io-index" 2243checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 2244dependencies = [ 2245 "windows-result", 2246 "windows-targets 0.52.6", 2247] 2248 2249[[package]] 2250name = "windows-sys" 2251version = "0.52.0" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2254dependencies = [ 2255 "windows-targets 0.52.6", 2256] 2257 2258[[package]] 2259name = "windows-sys" 2260version = "0.59.0" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2263dependencies = [ 2264 "windows-targets 0.52.6", 2265] 2266 2267[[package]] 2268name = "windows-sys" 2269version = "0.60.2" 2270source = "registry+https://github.com/rust-lang/crates.io-index" 2271checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2272dependencies = [ 2273 "windows-targets 0.53.4", 2274] 2275 2276[[package]] 2277name = "windows-sys" 2278version = "0.61.2" 2279source = "registry+https://github.com/rust-lang/crates.io-index" 2280checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2281dependencies = [ 2282 "windows-link", 2283] 2284 2285[[package]] 2286name = "windows-targets" 2287version = "0.52.6" 2288source = "registry+https://github.com/rust-lang/crates.io-index" 2289checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2290dependencies = [ 2291 "windows_aarch64_gnullvm 0.52.6", 2292 "windows_aarch64_msvc 0.52.6", 2293 "windows_i686_gnu 0.52.6", 2294 "windows_i686_gnullvm 0.52.6", 2295 "windows_i686_msvc 0.52.6", 2296 "windows_x86_64_gnu 0.52.6", 2297 "windows_x86_64_gnullvm 0.52.6", 2298 "windows_x86_64_msvc 0.52.6", 2299] 2300 2301[[package]] 2302name = "windows-targets" 2303version = "0.53.4" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" 2306dependencies = [ 2307 "windows-link", 2308 "windows_aarch64_gnullvm 0.53.0", 2309 "windows_aarch64_msvc 0.53.0", 2310 "windows_i686_gnu 0.53.0", 2311 "windows_i686_gnullvm 0.53.0", 2312 "windows_i686_msvc 0.53.0", 2313 "windows_x86_64_gnu 0.53.0", 2314 "windows_x86_64_gnullvm 0.53.0", 2315 "windows_x86_64_msvc 0.53.0", 2316] 2317 2318[[package]] 2319name = "windows_aarch64_gnullvm" 2320version = "0.52.6" 2321source = "registry+https://github.com/rust-lang/crates.io-index" 2322checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2323 2324[[package]] 2325name = "windows_aarch64_gnullvm" 2326version = "0.53.0" 2327source = "registry+https://github.com/rust-lang/crates.io-index" 2328checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 2329 2330[[package]] 2331name = "windows_aarch64_msvc" 2332version = "0.52.6" 2333source = "registry+https://github.com/rust-lang/crates.io-index" 2334checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2335 2336[[package]] 2337name = "windows_aarch64_msvc" 2338version = "0.53.0" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 2341 2342[[package]] 2343name = "windows_i686_gnu" 2344version = "0.52.6" 2345source = "registry+https://github.com/rust-lang/crates.io-index" 2346checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2347 2348[[package]] 2349name = "windows_i686_gnu" 2350version = "0.53.0" 2351source = "registry+https://github.com/rust-lang/crates.io-index" 2352checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 2353 2354[[package]] 2355name = "windows_i686_gnullvm" 2356version = "0.52.6" 2357source = "registry+https://github.com/rust-lang/crates.io-index" 2358checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2359 2360[[package]] 2361name = "windows_i686_gnullvm" 2362version = "0.53.0" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 2365 2366[[package]] 2367name = "windows_i686_msvc" 2368version = "0.52.6" 2369source = "registry+https://github.com/rust-lang/crates.io-index" 2370checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2371 2372[[package]] 2373name = "windows_i686_msvc" 2374version = "0.53.0" 2375source = "registry+https://github.com/rust-lang/crates.io-index" 2376checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 2377 2378[[package]] 2379name = "windows_x86_64_gnu" 2380version = "0.52.6" 2381source = "registry+https://github.com/rust-lang/crates.io-index" 2382checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2383 2384[[package]] 2385name = "windows_x86_64_gnu" 2386version = "0.53.0" 2387source = "registry+https://github.com/rust-lang/crates.io-index" 2388checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 2389 2390[[package]] 2391name = "windows_x86_64_gnullvm" 2392version = "0.52.6" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2395 2396[[package]] 2397name = "windows_x86_64_gnullvm" 2398version = "0.53.0" 2399source = "registry+https://github.com/rust-lang/crates.io-index" 2400checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 2401 2402[[package]] 2403name = "windows_x86_64_msvc" 2404version = "0.52.6" 2405source = "registry+https://github.com/rust-lang/crates.io-index" 2406checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2407 2408[[package]] 2409name = "windows_x86_64_msvc" 2410version = "0.53.0" 2411source = "registry+https://github.com/rust-lang/crates.io-index" 2412checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 2413 2414[[package]] 2415name = "winnow" 2416version = "0.7.13" 2417source = "registry+https://github.com/rust-lang/crates.io-index" 2418checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 2419 2420[[package]] 2421name = "wit-bindgen" 2422version = "0.46.0" 2423source = "registry+https://github.com/rust-lang/crates.io-index" 2424checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 2425 2426[[package]] 2427name = "xterm-color" 2428version = "1.0.1" 2429source = "registry+https://github.com/rust-lang/crates.io-index" 2430checksum = "4de5f056fb9dc8b7908754867544e26145767187aaac5a98495e88ad7cb8a80f" 2431 2432[[package]] 2433name = "y4m" 2434version = "0.8.0" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" 2437 2438[[package]] 2439name = "yaml-rust" 2440version = "0.4.5" 2441source = "registry+https://github.com/rust-lang/crates.io-index" 2442checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 2443dependencies = [ 2444 "linked-hash-map", 2445] 2446 2447[[package]] 2448name = "zerocopy" 2449version = "0.8.31" 2450source = "registry+https://github.com/rust-lang/crates.io-index" 2451checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 2452dependencies = [ 2453 "zerocopy-derive", 2454] 2455 2456[[package]] 2457name = "zerocopy-derive" 2458version = "0.8.31" 2459source = "registry+https://github.com/rust-lang/crates.io-index" 2460checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 2461dependencies = [ 2462 "proc-macro2", 2463 "quote", 2464 "syn", 2465] 2466 2467[[package]] 2468name = "zune-core" 2469version = "0.4.12" 2470source = "registry+https://github.com/rust-lang/crates.io-index" 2471checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 2472 2473[[package]] 2474name = "zune-core" 2475version = "0.5.0" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773" 2478 2479[[package]] 2480name = "zune-inflate" 2481version = "0.2.54" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 2484dependencies = [ 2485 "simd-adler32", 2486] 2487 2488[[package]] 2489name = "zune-jpeg" 2490version = "0.4.21" 2491source = "registry+https://github.com/rust-lang/crates.io-index" 2492checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" 2493dependencies = [ 2494 "zune-core 0.4.12", 2495] 2496 2497[[package]] 2498name = "zune-jpeg" 2499version = "0.5.5" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "dc6fb7703e32e9a07fb3f757360338b3a567a5054f21b5f52a666752e333d58e" 2502dependencies = [ 2503 "zune-core 0.5.0", 2504]