# 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" rust-version = "1.77.0" name = "rzopfli" version = "0.1.3" authors = ["Shun Sakai "] build = false include = [ "/LICENSES", "/README.md", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A lossless data compression tool using Zopfli" homepage = "https://sorairolake.github.io/rzopfli/" readme = "README.md" keywords = [ "compression", "deflate", "gzip", "zlib", "zopfli", ] categories = [ "command-line-utilities", "compression", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/sorairolake/rzopfli" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "rzopfli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.byte-unit] version = "5.1.4" [dependencies.clap] version = "4.5.13" features = [ "derive", "wrap_help", ] [dependencies.clap_complete] version = "4.5.12" [dependencies.clap_complete_nushell] version = "4.5.3" [dependencies.log] version = "0.4.22" [dependencies.simplelog] version = "0.12.2" [dependencies.sysexits] version = "0.8.1" [dependencies.zopfli] version = "0.8.1" [dev-dependencies.assert_cmd] version = "2.0.15" [dev-dependencies.flate2] version = "1.0.31" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.tempfile] version = "3.11.0"