# 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 = "pixels-cli" version = "0.1.2" authors = ["MrRevillod"] description = "A simple image to webp optimization CLI" homepage = "https://revillod.dev/proyectos/pixels" readme = "README.md" keywords = [ "cli", "image", "webp", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/MrRevillod/Pixels" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.image] version = "0.24.9" [dependencies.lazy_static] version = "1.4.0" [dependencies.webp] version = "0.2.6"