# 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 = "2018" name = "pdfshrink" version = "0.2.0" authors = ["Federico Stra "] description = "Shrink PDF files using Ghostscript" readme = "README.md" keywords = [ "PDF", "Ghostscript", "compression", ] categories = [ "command-line-utilities", "compression", "encoding", "filesystem", ] license = "MIT" repository = "https://github.com/FedericoStra/pdfshrink" [[bin]] name = "pdfshrink" required-features = ["build-binary"] [dependencies.clap] version = "2.33.3" features = ["color"] [dependencies.env_logger] version = "0.8.3" optional = true [dependencies.log] version = "0.4.14" optional = true [dependencies.shell-escape] version = "0.1.5" optional = true [features] build-binary = [ "logging", "env_logger", "shell-escape", ] default = ["build-binary"] logging = ["log"]