benchmarks comparing the rust image processing ecosystem
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2207c03..2fd7db6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,8 @@ fimg = { version = "0.4.23", features = [
iai = { git = "https://github.com/bend-n/iai", version = "0.1.1" }
image = { version = "0.24.7", default-features = false, features = ["png"] }
imageproc = { version = "0.23.0", default-features = false }
+resize = { version = "0.8.2", default-features = false, features = ["std"] }
+rgb = "0.8.37"
umath = "0.0.7"
[[bench]]