# 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 = "optiepub" version = "0.0.1" authors = ["Luna Nova "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for optimizing EPUB files by compressing images and removing unnecessary content" readme = "README.md" keywords = [ "epub", "ebook", "optimization", "compression", "images", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "AGPL-3.0" repository = "https://github.com/LunNova/optiepub" [lib] name = "optiepub" path = "lib.rs" [[bin]] name = "optiepub" path = "main.rs" [dependencies.argh] version = "0.1" [dependencies.enum_dispatch] version = "0.3" [dependencies.env_logger] version = "0.11" [dependencies.eyre] version = "0.6" [dependencies.image] version = "0.25" [dependencies.image_hasher] version = "2.0" [dependencies.imageproc] version = "0.25" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.mozjpeg] version = "0.10" [dependencies.oxipng] version = "9.1" features = ["zopfli"] default-features = false [dependencies.regex] version = "1.10" [dependencies.zip] version = "2.1" [dev-dependencies.tempfile] version = "3.10" [lints.rust]