Image transformation
Some checks failed
CI / Typos (push) Successful in 25s
CI / Clippy (push) Successful in 3m19s
CI / Build and test (push) Failing after 3m35s
Docker / build-and-push (push) Failing after 4m33s
CI / Build and test (all features) (push) Failing after 9m32s

This commit is contained in:
2026-03-26 11:52:00 -07:00
parent 67b210a7bf
commit 5c71e407d8
13 changed files with 543 additions and 20 deletions

View File

@@ -27,13 +27,15 @@ epub = { workspace = true }
kamadak-exif = { workspace = true }
pdf = { workspace = true }
pdfium-render = { workspace = true, optional = true }
image = { workspace = true, optional = true }
image = { workspace = true }
id3 = { workspace = true }
tokio = { workspace = true }
async-trait = { workspace = true }
mime = { workspace = true }
mime_guess = { workspace = true }
serde = { workspace = true }
strum = { workspace = true }
[features]
default = []
pdfium = ["dep:pdfium-render", "dep:image"]
pdfium = ["dep:pdfium-render"]