Use libwebp-sys crate directly.

This commit is contained in:
Kavin
2023-07-11 02:09:14 +01:00
parent 313acc9ce0
commit 043cc36dfd
3 changed files with 73 additions and 64 deletions
+1 -1
View File
@@ -8,10 +8,10 @@ version = "0.1.0"
[dependencies]
actix-web = "4.3.1"
image = "0.24.6"
libwebp-sys = "0.9.1"
mimalloc = "0.1.37"
once_cell = "1.18.0"
qstring = "0.7.2"
regex = "1.9.1"
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
tokio = {version = "1.29.1", features = ["full"]}
webp = "0.2.2"