Print any image in your terminal or text file lib.rs/crates/aarty
ascii ascii-art
1
fork

Configure Feed

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

at aurora 1375 lines 35 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 = "aarty" 7version = "0.8.2" 8dependencies = [ 9 "cfg-if", 10 "criterion", 11 "image", 12 "rayon", 13 "serde", 14] 15 16[[package]] 17name = "adler2" 18version = "2.0.1" 19source = "registry+https://github.com/rust-lang/crates.io-index" 20checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 21 22[[package]] 23name = "aho-corasick" 24version = "1.1.4" 25source = "registry+https://github.com/rust-lang/crates.io-index" 26checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 27dependencies = [ 28 "memchr", 29] 30 31[[package]] 32name = "aligned" 33version = "0.4.3" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685" 36dependencies = [ 37 "as-slice", 38] 39 40[[package]] 41name = "aligned-vec" 42version = "0.6.4" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" 45dependencies = [ 46 "equator", 47] 48 49[[package]] 50name = "alloca" 51version = "0.4.0" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4" 54dependencies = [ 55 "cc", 56] 57 58[[package]] 59name = "anes" 60version = "0.1.6" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 63 64[[package]] 65name = "anstyle" 66version = "1.0.13" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 69 70[[package]] 71name = "anyhow" 72version = "1.0.100" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 75 76[[package]] 77name = "arbitrary" 78version = "1.4.2" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 81 82[[package]] 83name = "arg_enum_proc_macro" 84version = "0.3.4" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 87dependencies = [ 88 "proc-macro2", 89 "quote", 90 "syn", 91] 92 93[[package]] 94name = "arrayvec" 95version = "0.7.6" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 98 99[[package]] 100name = "as-slice" 101version = "0.2.1" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516" 104dependencies = [ 105 "stable_deref_trait", 106] 107 108[[package]] 109name = "autocfg" 110version = "1.5.0" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 113 114[[package]] 115name = "av-scenechange" 116version = "0.14.1" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394" 119dependencies = [ 120 "aligned", 121 "anyhow", 122 "arg_enum_proc_macro", 123 "arrayvec", 124 "log", 125 "num-rational", 126 "num-traits", 127 "pastey", 128 "rayon", 129 "thiserror", 130 "v_frame", 131 "y4m", 132] 133 134[[package]] 135name = "av1-grain" 136version = "0.2.5" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8" 139dependencies = [ 140 "anyhow", 141 "arrayvec", 142 "log", 143 "nom", 144 "num-rational", 145 "v_frame", 146] 147 148[[package]] 149name = "avif-serialize" 150version = "0.8.6" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f" 153dependencies = [ 154 "arrayvec", 155] 156 157[[package]] 158name = "bit_field" 159version = "0.10.3" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" 162 163[[package]] 164name = "bitflags" 165version = "2.10.0" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 168 169[[package]] 170name = "bitstream-io" 171version = "4.9.0" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757" 174dependencies = [ 175 "core2", 176] 177 178[[package]] 179name = "built" 180version = "0.8.0" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" 183 184[[package]] 185name = "bumpalo" 186version = "3.19.1" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 189 190[[package]] 191name = "bytemuck" 192version = "1.25.0" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 195 196[[package]] 197name = "byteorder-lite" 198version = "0.1.0" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 201 202[[package]] 203name = "cast" 204version = "0.3.0" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 207 208[[package]] 209name = "cc" 210version = "1.2.55" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29" 213dependencies = [ 214 "find-msvc-tools", 215 "jobserver", 216 "libc", 217 "shlex", 218] 219 220[[package]] 221name = "cfg-if" 222version = "1.0.4" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 225 226[[package]] 227name = "ciborium" 228version = "0.2.2" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 231dependencies = [ 232 "ciborium-io", 233 "ciborium-ll", 234 "serde", 235] 236 237[[package]] 238name = "ciborium-io" 239version = "0.2.2" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 242 243[[package]] 244name = "ciborium-ll" 245version = "0.2.2" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 248dependencies = [ 249 "ciborium-io", 250 "half", 251] 252 253[[package]] 254name = "clap" 255version = "4.5.57" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a" 258dependencies = [ 259 "clap_builder", 260] 261 262[[package]] 263name = "clap_builder" 264version = "4.5.57" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238" 267dependencies = [ 268 "anstyle", 269 "clap_lex", 270] 271 272[[package]] 273name = "clap_lex" 274version = "0.7.7" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" 277 278[[package]] 279name = "color_quant" 280version = "1.1.0" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 283 284[[package]] 285name = "core2" 286version = "0.4.0" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 289dependencies = [ 290 "memchr", 291] 292 293[[package]] 294name = "crc32fast" 295version = "1.5.0" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 298dependencies = [ 299 "cfg-if", 300] 301 302[[package]] 303name = "criterion" 304version = "0.8.2" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3" 307dependencies = [ 308 "alloca", 309 "anes", 310 "cast", 311 "ciborium", 312 "clap", 313 "criterion-plot", 314 "itertools 0.13.0", 315 "num-traits", 316 "oorandom", 317 "page_size", 318 "plotters", 319 "rayon", 320 "regex", 321 "serde", 322 "serde_json", 323 "tinytemplate", 324 "walkdir", 325] 326 327[[package]] 328name = "criterion-plot" 329version = "0.8.2" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea" 332dependencies = [ 333 "cast", 334 "itertools 0.13.0", 335] 336 337[[package]] 338name = "crossbeam-deque" 339version = "0.8.6" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 342dependencies = [ 343 "crossbeam-epoch", 344 "crossbeam-utils", 345] 346 347[[package]] 348name = "crossbeam-epoch" 349version = "0.9.18" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 352dependencies = [ 353 "crossbeam-utils", 354] 355 356[[package]] 357name = "crossbeam-utils" 358version = "0.8.21" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 361 362[[package]] 363name = "crunchy" 364version = "0.2.4" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 367 368[[package]] 369name = "either" 370version = "1.15.0" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 373 374[[package]] 375name = "equator" 376version = "0.4.2" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" 379dependencies = [ 380 "equator-macro", 381] 382 383[[package]] 384name = "equator-macro" 385version = "0.4.2" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" 388dependencies = [ 389 "proc-macro2", 390 "quote", 391 "syn", 392] 393 394[[package]] 395name = "exr" 396version = "1.74.0" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" 399dependencies = [ 400 "bit_field", 401 "half", 402 "lebe", 403 "miniz_oxide", 404 "rayon-core", 405 "smallvec", 406 "zune-inflate", 407] 408 409[[package]] 410name = "fax" 411version = "0.2.6" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" 414dependencies = [ 415 "fax_derive", 416] 417 418[[package]] 419name = "fax_derive" 420version = "0.2.0" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" 423dependencies = [ 424 "proc-macro2", 425 "quote", 426 "syn", 427] 428 429[[package]] 430name = "fdeflate" 431version = "0.3.7" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 434dependencies = [ 435 "simd-adler32", 436] 437 438[[package]] 439name = "find-msvc-tools" 440version = "0.1.9" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 443 444[[package]] 445name = "flate2" 446version = "1.1.9" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 449dependencies = [ 450 "crc32fast", 451 "miniz_oxide", 452] 453 454[[package]] 455name = "getrandom" 456version = "0.3.4" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 459dependencies = [ 460 "cfg-if", 461 "libc", 462 "r-efi", 463 "wasip2", 464] 465 466[[package]] 467name = "gif" 468version = "0.14.1" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e" 471dependencies = [ 472 "color_quant", 473 "weezl", 474] 475 476[[package]] 477name = "half" 478version = "2.7.1" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 481dependencies = [ 482 "cfg-if", 483 "crunchy", 484 "zerocopy", 485] 486 487[[package]] 488name = "image" 489version = "0.25.9" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" 492dependencies = [ 493 "bytemuck", 494 "byteorder-lite", 495 "color_quant", 496 "exr", 497 "gif", 498 "image-webp", 499 "moxcms", 500 "num-traits", 501 "png", 502 "qoi", 503 "ravif", 504 "rayon", 505 "rgb", 506 "tiff", 507 "zune-core 0.5.1", 508 "zune-jpeg 0.5.12", 509] 510 511[[package]] 512name = "image-webp" 513version = "0.2.4" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" 516dependencies = [ 517 "byteorder-lite", 518 "quick-error", 519] 520 521[[package]] 522name = "imgref" 523version = "1.12.0" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8" 526 527[[package]] 528name = "interpolate_name" 529version = "0.2.4" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 532dependencies = [ 533 "proc-macro2", 534 "quote", 535 "syn", 536] 537 538[[package]] 539name = "itertools" 540version = "0.13.0" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 543dependencies = [ 544 "either", 545] 546 547[[package]] 548name = "itertools" 549version = "0.14.0" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 552dependencies = [ 553 "either", 554] 555 556[[package]] 557name = "itoa" 558version = "1.0.17" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 561 562[[package]] 563name = "jobserver" 564version = "0.1.34" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 567dependencies = [ 568 "getrandom", 569 "libc", 570] 571 572[[package]] 573name = "js-sys" 574version = "0.3.85" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 577dependencies = [ 578 "once_cell", 579 "wasm-bindgen", 580] 581 582[[package]] 583name = "lebe" 584version = "0.5.3" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" 587 588[[package]] 589name = "libc" 590version = "0.2.180" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" 593 594[[package]] 595name = "libfuzzer-sys" 596version = "0.4.10" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404" 599dependencies = [ 600 "arbitrary", 601 "cc", 602] 603 604[[package]] 605name = "log" 606version = "0.4.29" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 609 610[[package]] 611name = "loop9" 612version = "0.1.5" 613source = "registry+https://github.com/rust-lang/crates.io-index" 614checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 615dependencies = [ 616 "imgref", 617] 618 619[[package]] 620name = "maybe-rayon" 621version = "0.1.1" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 624dependencies = [ 625 "cfg-if", 626 "rayon", 627] 628 629[[package]] 630name = "memchr" 631version = "2.7.6" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 634 635[[package]] 636name = "miniz_oxide" 637version = "0.8.9" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 640dependencies = [ 641 "adler2", 642 "simd-adler32", 643] 644 645[[package]] 646name = "moxcms" 647version = "0.7.11" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" 650dependencies = [ 651 "num-traits", 652 "pxfm", 653] 654 655[[package]] 656name = "new_debug_unreachable" 657version = "1.0.6" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 660 661[[package]] 662name = "nom" 663version = "8.0.0" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" 666dependencies = [ 667 "memchr", 668] 669 670[[package]] 671name = "noop_proc_macro" 672version = "0.3.0" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 675 676[[package]] 677name = "num-bigint" 678version = "0.4.6" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 681dependencies = [ 682 "num-integer", 683 "num-traits", 684] 685 686[[package]] 687name = "num-derive" 688version = "0.4.2" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 691dependencies = [ 692 "proc-macro2", 693 "quote", 694 "syn", 695] 696 697[[package]] 698name = "num-integer" 699version = "0.1.46" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 702dependencies = [ 703 "num-traits", 704] 705 706[[package]] 707name = "num-rational" 708version = "0.4.2" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 711dependencies = [ 712 "num-bigint", 713 "num-integer", 714 "num-traits", 715] 716 717[[package]] 718name = "num-traits" 719version = "0.2.19" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 722dependencies = [ 723 "autocfg", 724] 725 726[[package]] 727name = "once_cell" 728version = "1.21.3" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 731 732[[package]] 733name = "oorandom" 734version = "11.1.5" 735source = "registry+https://github.com/rust-lang/crates.io-index" 736checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" 737 738[[package]] 739name = "page_size" 740version = "0.6.0" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" 743dependencies = [ 744 "libc", 745 "winapi", 746] 747 748[[package]] 749name = "paste" 750version = "1.0.15" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 753 754[[package]] 755name = "pastey" 756version = "0.1.1" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" 759 760[[package]] 761name = "plotters" 762version = "0.3.7" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" 765dependencies = [ 766 "num-traits", 767 "plotters-backend", 768 "plotters-svg", 769 "wasm-bindgen", 770 "web-sys", 771] 772 773[[package]] 774name = "plotters-backend" 775version = "0.3.7" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" 778 779[[package]] 780name = "plotters-svg" 781version = "0.3.7" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" 784dependencies = [ 785 "plotters-backend", 786] 787 788[[package]] 789name = "png" 790version = "0.18.0" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 793dependencies = [ 794 "bitflags", 795 "crc32fast", 796 "fdeflate", 797 "flate2", 798 "miniz_oxide", 799] 800 801[[package]] 802name = "ppv-lite86" 803version = "0.2.21" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 806dependencies = [ 807 "zerocopy", 808] 809 810[[package]] 811name = "proc-macro2" 812version = "1.0.106" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 815dependencies = [ 816 "unicode-ident", 817] 818 819[[package]] 820name = "profiling" 821version = "1.0.17" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 824dependencies = [ 825 "profiling-procmacros", 826] 827 828[[package]] 829name = "profiling-procmacros" 830version = "1.0.17" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" 833dependencies = [ 834 "quote", 835 "syn", 836] 837 838[[package]] 839name = "pxfm" 840version = "0.1.27" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" 843dependencies = [ 844 "num-traits", 845] 846 847[[package]] 848name = "qoi" 849version = "0.4.1" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 852dependencies = [ 853 "bytemuck", 854] 855 856[[package]] 857name = "quick-error" 858version = "2.0.1" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 861 862[[package]] 863name = "quote" 864version = "1.0.44" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 867dependencies = [ 868 "proc-macro2", 869] 870 871[[package]] 872name = "r-efi" 873version = "5.3.0" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 876 877[[package]] 878name = "rand" 879version = "0.9.2" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 882dependencies = [ 883 "rand_chacha", 884 "rand_core", 885] 886 887[[package]] 888name = "rand_chacha" 889version = "0.9.0" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 892dependencies = [ 893 "ppv-lite86", 894 "rand_core", 895] 896 897[[package]] 898name = "rand_core" 899version = "0.9.5" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 902dependencies = [ 903 "getrandom", 904] 905 906[[package]] 907name = "rav1e" 908version = "0.8.1" 909source = "registry+https://github.com/rust-lang/crates.io-index" 910checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b" 911dependencies = [ 912 "aligned-vec", 913 "arbitrary", 914 "arg_enum_proc_macro", 915 "arrayvec", 916 "av-scenechange", 917 "av1-grain", 918 "bitstream-io", 919 "built", 920 "cfg-if", 921 "interpolate_name", 922 "itertools 0.14.0", 923 "libc", 924 "libfuzzer-sys", 925 "log", 926 "maybe-rayon", 927 "new_debug_unreachable", 928 "noop_proc_macro", 929 "num-derive", 930 "num-traits", 931 "paste", 932 "profiling", 933 "rand", 934 "rand_chacha", 935 "simd_helpers", 936 "thiserror", 937 "v_frame", 938 "wasm-bindgen", 939] 940 941[[package]] 942name = "ravif" 943version = "0.12.0" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "ef69c1990ceef18a116855938e74793a5f7496ee907562bd0857b6ac734ab285" 946dependencies = [ 947 "avif-serialize", 948 "imgref", 949 "loop9", 950 "quick-error", 951 "rav1e", 952 "rayon", 953 "rgb", 954] 955 956[[package]] 957name = "rayon" 958version = "1.11.0" 959source = "registry+https://github.com/rust-lang/crates.io-index" 960checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 961dependencies = [ 962 "either", 963 "rayon-core", 964] 965 966[[package]] 967name = "rayon-core" 968version = "1.13.0" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 971dependencies = [ 972 "crossbeam-deque", 973 "crossbeam-utils", 974] 975 976[[package]] 977name = "regex" 978version = "1.12.3" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 981dependencies = [ 982 "aho-corasick", 983 "memchr", 984 "regex-automata", 985 "regex-syntax", 986] 987 988[[package]] 989name = "regex-automata" 990version = "0.4.14" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 993dependencies = [ 994 "aho-corasick", 995 "memchr", 996 "regex-syntax", 997] 998 999[[package]] 1000name = "regex-syntax" 1001version = "0.8.9" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" 1004 1005[[package]] 1006name = "rgb" 1007version = "0.8.52" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" 1010 1011[[package]] 1012name = "rustversion" 1013version = "1.0.22" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1016 1017[[package]] 1018name = "same-file" 1019version = "1.0.6" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1022dependencies = [ 1023 "winapi-util", 1024] 1025 1026[[package]] 1027name = "serde" 1028version = "1.0.228" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1031dependencies = [ 1032 "serde_core", 1033 "serde_derive", 1034] 1035 1036[[package]] 1037name = "serde_core" 1038version = "1.0.228" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1041dependencies = [ 1042 "serde_derive", 1043] 1044 1045[[package]] 1046name = "serde_derive" 1047version = "1.0.228" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1050dependencies = [ 1051 "proc-macro2", 1052 "quote", 1053 "syn", 1054] 1055 1056[[package]] 1057name = "serde_json" 1058version = "1.0.149" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 1061dependencies = [ 1062 "itoa", 1063 "memchr", 1064 "serde", 1065 "serde_core", 1066 "zmij", 1067] 1068 1069[[package]] 1070name = "shlex" 1071version = "1.3.0" 1072source = "registry+https://github.com/rust-lang/crates.io-index" 1073checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1074 1075[[package]] 1076name = "simd-adler32" 1077version = "0.3.8" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 1080 1081[[package]] 1082name = "simd_helpers" 1083version = "0.1.0" 1084source = "registry+https://github.com/rust-lang/crates.io-index" 1085checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 1086dependencies = [ 1087 "quote", 1088] 1089 1090[[package]] 1091name = "smallvec" 1092version = "1.15.1" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1095 1096[[package]] 1097name = "stable_deref_trait" 1098version = "1.2.1" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1101 1102[[package]] 1103name = "syn" 1104version = "2.0.114" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" 1107dependencies = [ 1108 "proc-macro2", 1109 "quote", 1110 "unicode-ident", 1111] 1112 1113[[package]] 1114name = "thiserror" 1115version = "2.0.18" 1116source = "registry+https://github.com/rust-lang/crates.io-index" 1117checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1118dependencies = [ 1119 "thiserror-impl", 1120] 1121 1122[[package]] 1123name = "thiserror-impl" 1124version = "2.0.18" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1127dependencies = [ 1128 "proc-macro2", 1129 "quote", 1130 "syn", 1131] 1132 1133[[package]] 1134name = "tiff" 1135version = "0.10.3" 1136source = "registry+https://github.com/rust-lang/crates.io-index" 1137checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f" 1138dependencies = [ 1139 "fax", 1140 "flate2", 1141 "half", 1142 "quick-error", 1143 "weezl", 1144 "zune-jpeg 0.4.21", 1145] 1146 1147[[package]] 1148name = "tinytemplate" 1149version = "1.2.1" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 1152dependencies = [ 1153 "serde", 1154 "serde_json", 1155] 1156 1157[[package]] 1158name = "unicode-ident" 1159version = "1.0.22" 1160source = "registry+https://github.com/rust-lang/crates.io-index" 1161checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 1162 1163[[package]] 1164name = "v_frame" 1165version = "0.3.9" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" 1168dependencies = [ 1169 "aligned-vec", 1170 "num-traits", 1171 "wasm-bindgen", 1172] 1173 1174[[package]] 1175name = "walkdir" 1176version = "2.5.0" 1177source = "registry+https://github.com/rust-lang/crates.io-index" 1178checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1179dependencies = [ 1180 "same-file", 1181 "winapi-util", 1182] 1183 1184[[package]] 1185name = "wasip2" 1186version = "1.0.2+wasi-0.2.9" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 1189dependencies = [ 1190 "wit-bindgen", 1191] 1192 1193[[package]] 1194name = "wasm-bindgen" 1195version = "0.2.108" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 1198dependencies = [ 1199 "cfg-if", 1200 "once_cell", 1201 "rustversion", 1202 "wasm-bindgen-macro", 1203 "wasm-bindgen-shared", 1204] 1205 1206[[package]] 1207name = "wasm-bindgen-macro" 1208version = "0.2.108" 1209source = "registry+https://github.com/rust-lang/crates.io-index" 1210checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 1211dependencies = [ 1212 "quote", 1213 "wasm-bindgen-macro-support", 1214] 1215 1216[[package]] 1217name = "wasm-bindgen-macro-support" 1218version = "0.2.108" 1219source = "registry+https://github.com/rust-lang/crates.io-index" 1220checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 1221dependencies = [ 1222 "bumpalo", 1223 "proc-macro2", 1224 "quote", 1225 "syn", 1226 "wasm-bindgen-shared", 1227] 1228 1229[[package]] 1230name = "wasm-bindgen-shared" 1231version = "0.2.108" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 1234dependencies = [ 1235 "unicode-ident", 1236] 1237 1238[[package]] 1239name = "web-sys" 1240version = "0.3.85" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" 1243dependencies = [ 1244 "js-sys", 1245 "wasm-bindgen", 1246] 1247 1248[[package]] 1249name = "weezl" 1250version = "0.1.12" 1251source = "registry+https://github.com/rust-lang/crates.io-index" 1252checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" 1253 1254[[package]] 1255name = "winapi" 1256version = "0.3.9" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1259dependencies = [ 1260 "winapi-i686-pc-windows-gnu", 1261 "winapi-x86_64-pc-windows-gnu", 1262] 1263 1264[[package]] 1265name = "winapi-i686-pc-windows-gnu" 1266version = "0.4.0" 1267source = "registry+https://github.com/rust-lang/crates.io-index" 1268checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1269 1270[[package]] 1271name = "winapi-util" 1272version = "0.1.11" 1273source = "registry+https://github.com/rust-lang/crates.io-index" 1274checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 1275dependencies = [ 1276 "windows-sys", 1277] 1278 1279[[package]] 1280name = "winapi-x86_64-pc-windows-gnu" 1281version = "0.4.0" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1284 1285[[package]] 1286name = "windows-link" 1287version = "0.2.1" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1290 1291[[package]] 1292name = "windows-sys" 1293version = "0.61.2" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1296dependencies = [ 1297 "windows-link", 1298] 1299 1300[[package]] 1301name = "wit-bindgen" 1302version = "0.51.0" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 1305 1306[[package]] 1307name = "y4m" 1308version = "0.8.0" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" 1311 1312[[package]] 1313name = "zerocopy" 1314version = "0.8.38" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "57cf3aa6855b23711ee9852dfc97dfaa51c45feaba5b645d0c777414d494a961" 1317dependencies = [ 1318 "zerocopy-derive", 1319] 1320 1321[[package]] 1322name = "zerocopy-derive" 1323version = "0.8.38" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "8a616990af1a287837c4fe6596ad77ef57948f787e46ce28e166facc0cc1cb75" 1326dependencies = [ 1327 "proc-macro2", 1328 "quote", 1329 "syn", 1330] 1331 1332[[package]] 1333name = "zmij" 1334version = "1.0.19" 1335source = "registry+https://github.com/rust-lang/crates.io-index" 1336checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445" 1337 1338[[package]] 1339name = "zune-core" 1340version = "0.4.12" 1341source = "registry+https://github.com/rust-lang/crates.io-index" 1342checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 1343 1344[[package]] 1345name = "zune-core" 1346version = "0.5.1" 1347source = "registry+https://github.com/rust-lang/crates.io-index" 1348checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" 1349 1350[[package]] 1351name = "zune-inflate" 1352version = "0.2.54" 1353source = "registry+https://github.com/rust-lang/crates.io-index" 1354checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 1355dependencies = [ 1356 "simd-adler32", 1357] 1358 1359[[package]] 1360name = "zune-jpeg" 1361version = "0.4.21" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" 1364dependencies = [ 1365 "zune-core 0.4.12", 1366] 1367 1368[[package]] 1369name = "zune-jpeg" 1370version = "0.5.12" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "410e9ecef634c709e3831c2cfdb8d9c32164fae1c67496d5b68fff728eec37fe" 1373dependencies = [ 1374 "zune-core 0.5.1", 1375]