panimg-cli 0.2.0

Next-generation image processing CLI
# 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 = "panimg-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Next-generation image processing CLI"
readme = "README.md"
keywords = [
    "image",
    "cli",
    "convert",
    "resize",
    "processing",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tzengyuxio/panimg"

[features]
all-codecs = [
    "avif",
    "jxl",
    "svg",
]
all-features = [
    "all-codecs",
    "text",
]
avif = ["panimg-core/avif"]
default = ["text"]
jxl = ["panimg-core/jxl"]
svg = ["panimg-core/svg"]
text = ["panimg-core/text"]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

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

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.miette]
version = "7.6"
features = ["fancy"]

[dependencies.panimg-core]
version = "0.2.0"

[dependencies.rayon]
version = "1.11"

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

[dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.image]
version = "0.25"

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

[dev-dependencies.serde_json]
version = "1.0"

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