# 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 = "squish_cli" version = "2.0.0-beta1" authors = ["Jan Solanti "] exclude = ["src/assets/*"] description = "A commandline utility for compressing images to DDS files using BC1/2/3. Serves mainly as a usage example of squish." homepage = "https://github.com/jansol/squish-rs" keywords = ["DDS", "DXT", "texture", "compression"] categories = ["compression", "game-engines", "multimedia::images", "multimedia::encoding", "rendering::data-formats"] license = "MIT" repository = "https://github.com/jansol/squish-rs" [[bin]] name = "squish" path = "src/main.rs" doc = false [dependencies.ddsfile] version = "0.4.0" [dependencies.jpeg-decoder] version = "0.1.18" [dependencies.png] version = "0.17.0" [dependencies.squish] version = "2.0.0-beta1" [dependencies.structopt] version = "0.3.7" [features] default = ["rayon"] rayon = ["squish/rayon"] [badges.travis-ci] repository = "jansol/squish-rs"