[package] name = "xbrz-rs" version = "0.1.0" authors = ["Thomas Bell ", "Zenju "] license = "GPL-3.0-only" edition = "2021" description = "A high quality image upscaling algorithm designed to preserve key details in low-resolution pixel art." keywords = ["pixel-art", "upscaling", "image"] categories = ["multimedia::images"] repository = "https://github.com/bell345/xbrz-rs" [lib] name = "xbrz" [dependencies] rayon = "1.10" bytemuck = { version = "1.16", features = ["must_cast"] } parking_lot = "0.12" [features] large_lut = []