# 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 = "texpresso_cli" version = "2.0.1" authors = ["Jan Solanti "] description = "A commandline utility for compressing images to GPU-readable texture formats" homepage = "https://github.com/jansol/texpresso" readme = "README.md" keywords = [ "DDS", "DXT", "texture", "compression", ] categories = [ "compression", "game-engines", "multimedia::images", "multimedia::encoding", "rendering::data-formats", ] license = "MIT" repository = "https://github.com/jansol/texpresso" [[bin]] name = "texpresso" path = "src/main.rs" doc = false [dependencies.clap] version = "3" features = ["derive"] [dependencies.ddsfile] version = "0.5" [dependencies.jpeg-decoder] version = "0.2" [dependencies.png] version = "0.17" [dependencies.texpresso] version = "2.0.1" [features] default = ["rayon"] rayon = ["texpresso/rayon"]