summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTobias Schmitz <tobiasschmitz2001@gmail.com>2025-05-12 10:07:43 +0200
committerGitHub <noreply@github.com>2025-05-12 08:07:43 +0000
commit26c19a49c8a73b1e7f7c299b9e25e57acfcd7eac (patch)
tree3804e0d2569bc64c36716de032a1322ebe5e96ad /Cargo.toml
parent54c5113a83d317ed9c37a129ad90165c100bd25d (diff)
Use the infer crate to determine if pdf embeds should be compressed (#6256)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 12870b80..bc563b98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -71,6 +71,7 @@ icu_segmenter = { version = "1.4", features = ["serde"] }
if_chain = "1"
image = { version = "0.25.5", default-features = false, features = ["png", "jpeg", "gif"] }
indexmap = { version = "2", features = ["serde"] }
+infer = { version = "0.19.0", default-features = false }
kamadak-exif = "0.6"
krilla = { version = "0.4.0", default-features = false, features = ["raster-images", "comemo", "rayon"] }
krilla-svg = "0.1.0"