benchmarks comparing the rust image processing ecosystem
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0adcf69..f3d9a47 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
blud = "0.0.0"
blurslice = "0.1.0"
+fastblur = "0.1.1"
fimg = { version = "0.4.23", features = ["text", "blur", "scale"] }
iai = { git = "https://github.com/bend-n/iai", version = "0.1.1" }
image = { version = "0.24.7", default-features = false, features = ["png"] }