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.
11 lines
238 B
TOML
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"
|