pixa 0.1.7

Fast image processing CLI: compress, resize, convert, split sheets, generate favicons
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 = "2024"
name = "pixa"
version = "0.1.7"
authors = ["techarm"]
build = false
include = [
    "src/**/*.rs",
    "assets/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast image processing CLI: compress, resize, convert, split sheets, generate favicons"
homepage = "https://github.com/techarm/pixa"
documentation = "https://github.com/techarm/pixa#readme"
readme = "README.md"
keywords = [
    "image",
    "cli",
    "compress",
    "webp",
    "favicon",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/techarm/pixa"

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

[[bin]]
name = "pixa"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.fast_image_resize]
version = "5"

[dependencies.image]
version = "0.25"

[dependencies.kamadak-exif]
version = "0.5"

[dependencies.mozjpeg]
version = "0.10"

[dependencies.oxipng]
version = "9"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.webp]
version = "0.3"

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

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

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

[profile.dist]
lto = "thin"
inherits = "release"