fast image operations
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f8d388d..8cd21d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,17 @@ repository = "https://github.com/bend-n/fimg"
[dependencies]
png = { version = "0.17", features = ["unstable"], optional = true }
+[dev-dependencies]
+iai = { version = "0.1.1", features = [], git = "https://github.com/bend-n/iai/" }
+
+[[bench]]
+name = "overlays"
+harness = false
+
+[[bench]]
+name = "affine_transformations"
+harness = false
+
[features]
save = ["png"]
default = ["save"]