2022-12-20 13:38:05 +01:00
|
|
|
[package]
|
|
|
|
name = "caesiumclt"
|
2024-12-13 20:31:17 +01:00
|
|
|
version = "1.0.0-beta.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
authors = ["Matteo Paonessa <matteo.paonessa@gmail.com>"]
|
|
|
|
edition = "2021"
|
2024-12-21 09:55:26 +01:00
|
|
|
exclude = [
|
|
|
|
"tests/*",
|
|
|
|
".github/*",
|
|
|
|
".idea/*",
|
|
|
|
"samples/*"
|
|
|
|
]
|
|
|
|
readme = "README.md"
|
|
|
|
description = "A lossy/lossless image compression tool"
|
|
|
|
homepage = "https://github.com/Lymphatus/caesium-clt"
|
|
|
|
repository = "https://github.com/Lymphatus/caesium-clt"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2025-01-02 20:40:41 +01:00
|
|
|
indicatif = { version = "0.17", features = ["rayon"] }
|
2024-05-18 13:57:15 +02:00
|
|
|
walkdir = "2.5"
|
2024-07-20 11:51:27 +02:00
|
|
|
infer = "0.16"
|
2024-05-18 13:57:15 +02:00
|
|
|
rayon = "1.10"
|
2024-12-14 12:11:09 +01:00
|
|
|
human_bytes = { version = "0.4", default-features = false }
|
|
|
|
kamadak-exif = "0.6"
|
|
|
|
imagesize = "0.13"
|
2025-01-13 20:07:31 +01:00
|
|
|
libcaesium = "0.17.1"
|
2024-12-13 20:31:17 +01:00
|
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tempfile = "3.14"
|
|
|
|
image = "0.25"
|