# 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 = "pixlzr" version = "0.3.0" authors = ["Guilherme Zaluchi "] include = [ "src/**/*", "benches/**/*", "Cargo.toml", "readme.MD", "readme.*.MD", "LICENSE", "encoding.MD", "encoding.*.MD", ] publish = true description = "Pixlzr - A rust lib and CLI for the pixlzr image format" homepage = "https://github.com/guiga-zalu/pixlzr-rust" readme = "readme.MD" keywords = [ "pixlzr", "image", "compression", "qoi", "cli", ] categories = [] license-file = "LICENSE" repository = "https://github.com/guiga-zalu/pixlzr-rust" [[bin]] name = "pixlzr" path = "src/bin/main.rs" test = true doctest = true bench = true doc = true [[bench]] name = "bench-00" harness = false [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.0" features = [ "derive", "cargo", ] optional = true [dependencies.fast_image_resize] version = "2.7.3" [dependencies.image] version = "0.24" optional = true [dependencies.palette] version = "0.7.3" optional = true [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.qoi] version = "0.4" [dependencies.rayon] version = "1.8.0" [dev-dependencies.criterion] version = "0.3" [features] cli = ["dep:clap"] default = [ "image-rs", "cli", ] image-rs = [ "dep:image", "dep:palette", ]