Added blurhash.rs to fascilitate blurhashing.

Signed-off-by: Niko <cnotsomark@gmail.com>
This commit is contained in:
Niko 2025-02-01 18:35:23 -05:00 committed by Jason Volk
parent 80277f6aa2
commit 62180897c0
11 changed files with 621 additions and 7 deletions

View file

@ -44,6 +44,7 @@ url_preview = [
zstd_compression = [
"reqwest/zstd",
]
blurhashing = ["dep:image","dep:blurhash"]
[dependencies]
arrayvec.workspace = true
@ -82,6 +83,8 @@ tracing.workspace = true
url.workspace = true
webpage.workspace = true
webpage.optional = true
blurhash.workspace = true
blurhash.optional = true
[lints]
workspace = true