diff options
| author | Tobias Schmitz <tobiasschmitz2001@gmail.com> | 2025-05-12 10:07:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-12 08:07:43 +0000 |
| commit | 26c19a49c8a73b1e7f7c299b9e25e57acfcd7eac (patch) | |
| tree | 3804e0d2569bc64c36716de032a1322ebe5e96ad /Cargo.toml | |
| parent | 54c5113a83d317ed9c37a129ad90165c100bd25d (diff) | |
Use the infer crate to determine if pdf embeds should be compressed (#6256)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
