# 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 = "tinypng" version = "0.3.1" description = "Command line tool for compressing images using the TinyPNG API" homepage = "https://github.com/wyhaya/tinypng" readme = "README.md" keywords = [ "TinyPNG", "images", "compress", "command-line-tool", ] license = "MIT" repository = "https://github.com/wyhaya/tinypng.git" [profile.release] lto = true codegen-units = 1 strip = "symbols" [dependencies.clap] version = "3.2.23" [dependencies.futures-util] version = "0.3.25" [dependencies.glob] version = "0.3.0" [dependencies.home-config] version = "0.6.0" features = ["toml"] [dependencies.reqwest] version = "0.11.12" features = ["stream"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.tokio] version = "1.21.2" features = [ "rt-multi-thread", "macros", "fs", ]