Add image decoding support with image crate

This commit is contained in:
Joakim Hulthe
2026-04-06 08:30:37 +00:00
parent 037f9a5782
commit e5de095ef8
5 changed files with 750 additions and 36 deletions

View File

@@ -20,6 +20,7 @@ serde_repr = "0.1"
thiserror = "2.0"
uuid = { version = "1.22", features = ["serde", "v4"] }
chrono = { version = "0.4.44", features = ["serde"] }
image = "0.25"
url = "2.5"
bytes = "1.10"
async-trait = "0.1"