img-squeeze 0.1.1

A fast and efficient image compression tool with Walrus storage support
Documentation
# 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 = "img-squeeze"
version = "0.1.1"
authors = ["luojiyin <luojiyin@hotmail.com>"]
build = false
exclude = [
    "target/",
    "tests/",
    "benches/",
    "*.png",
    "*.jpg",
    "*.webp",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast and efficient image compression tool with Walrus storage support"
homepage = "https://github.com/luojiyin1987/img-squeeze"
readme = "README.md"
keywords = [
    "image",
    "compression",
    "cli",
    "walrus",
    "blockchain",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
    "compression",
]
license = "MIT"
repository = "https://github.com/luojiyin1987/img-squeeze"

[lib]
name = "img_squeeze"
path = "src/lib.rs"

[[bin]]
name = "img-squeeze"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.glob]
version = "0.3"

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
    "webp",
    "avif",
    "rayon",
]

[dependencies.indicatif]
version = "0.17"

[dependencies.num_cpus]
version = "1.16"

[dependencies.oxipng]
version = "9.1"
features = [
    "parallel",
    "zopfli",
]
default-features = false

[dependencies.rayon]
version = "1.8"

[dependencies.sysinfo]
version = "0.30"

[dependencies.tempfile]
version = "3.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.walkdir]
version = "2.4"

[dependencies.walrus_rs]
version = "0.1.2"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.assert_fs]
version = "1.1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.10"