jxl-encoder-cli 0.1.2

Command-line JPEG XL encoder
# 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.89"
name = "jxl-encoder-cli"
version = "0.1.2"
authors = ["Lilith River"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line JPEG XL encoder"
homepage = "https://github.com/imazen/jxl-encoder"
documentation = "https://docs.rs/jxl-encoder-cli"
readme = "README.md"
keywords = [
    "jpeg-xl",
    "encoder",
    "cli",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/imazen/jxl-encoder"
resolver = "2"

[features]
butteraugli-loop = ["jxl_encoder/butteraugli-loop"]
debug-ac-strategy = ["jxl_encoder/debug-ac-strategy"]
debug-tokens = ["jxl_encoder/debug-tokens"]
default = [
    "jxl_encoder/std",
    "jxl_encoder/safe-mode",
    "butteraugli-loop",
]
rate-control = ["jxl_encoder/rate-control"]

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

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

[dependencies.jxl_encoder]
version = "0.1.0"
default-features = false
package = "jxl-encoder"

[dependencies.png]
version = "0.18"

[lints.clippy]
missing_safety_doc = "deny"
undocumented_unsafe_blocks = "deny"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"