mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
Disable unnecessary image crate features
TIFF file format and parallel processing of JPEGs are not necessary to recode avatars.
This commit is contained in:
@@ -61,7 +61,7 @@ stop-token = { version = "0.1.1", features = ["unstable"] }
|
||||
mailparse = "0.10.2"
|
||||
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }
|
||||
native-tls = "0.2.3"
|
||||
image = "0.22.3"
|
||||
image = { version = "0.22.4", default-features=false, features = ["gif_codec", "jpeg", "ico", "png_codec", "pnm", "webp", "bmp"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.0"
|
||||
|
||||
Reference in New Issue
Block a user