rs-optimg/Cargo.toml
2025-10-24 16:22:18 +02:00

22 lines
475 B
TOML

[package]
name = "optimg"
version = "0.1.0"
edition = "2024"
[profile.release]
strip = true
opt-level = "z"
panic = "abort"
lto = true
[dependencies]
chrono = "0.4.42"
clap = { version = "4.5.50", features = ["derive"] }
env_logger = "0.11.8"
indicatif = "0.18.1"
log = "0.4.28"
mime_guess = "2.0.5"
tokio = { version = "1.48.0", features = ["full", "process", "rt-multi-thread", "sync", "signal"] }
tokio-util = { version = "0.7.16", features = ["rt"] }
walkdir = "2.5.0"