butteraugli-cli 0.7.2

Command-line tool for butteraugli perceptual image quality comparison
# 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"
rust-version = "1.85"
name = "butteraugli-cli"
version = "0.7.2"
authors = ["Lilith River <lilith@imazen.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for butteraugli perceptual image quality comparison"
homepage = "https://github.com/imazen/butteraugli"
readme = "README.md"
keywords = [
    "image",
    "quality",
    "perceptual",
    "butteraugli",
    "cli",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "BSD-3-Clause"
repository = "https://github.com/imazen/butteraugli"
resolver = "2"

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

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

[dependencies.butteraugli]
version = "0.7.2"

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

[dependencies.colored]
version = "2.1"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"