oxipng/xtask/Cargo.toml
andrews05 7cc91b1308
Add max_uncompressed_size (#732)
Adds an option to skip files when the uncompressed IDAT (or the file
size itself) exceeds a certain size. This provides an effective way to
limit resource usage in constrained environments.

Closes #411.
2025-09-25 22:46:35 +02:00

11 lines
238 B
TOML

[package]
name = "xtask"
description = "xtasks for the Oxipng project: https://github.com/matklad/cargo-xtask"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
clap = "4.5.21"
clap_mangen = "0.2.24"
parse-size = "1.1.0"