[package] name = "pixelfmt" version = "0.1.0" description = "Pixel format conversions in pure Rust with SIMD optimizations" authors = ["Infinite Athlete, Inc. "] license = "MIT OR Apache-2.0" edition = "2021" keywords = ["yuv"] categories = ["multimedia::images", "multimedia::video"] repository = "https://github.com/infiniteathlete/pixelfmt" rust-version = "1.79" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] arrayvec = "0.7.4" [dev-dependencies] criterion = "0.5.1" yuv-sys = "0.3.6" [[bench]] name = "bench" harness = false