# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "xbrz-rs" version = "0.1.0" authors = [ "Thomas Bell ", "Zenju ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high quality image upscaling algorithm designed to preserve key details in low-resolution pixel art." readme = "README.md" keywords = [ "pixel-art", "upscaling", "image", ] categories = ["multimedia::images"] license = "GPL-3.0-only" repository = "https://github.com/bell345/xbrz-rs" [lib] name = "xbrz" path = "src/lib.rs" [dependencies.bytemuck] version = "1.16" features = ["must_cast"] [dependencies.parking_lot] version = "0.12" [dependencies.rayon] version = "1.10" [features] large_lut = []