From 2ac70a0f2437b83c86a93a0b31464b339824d1ec Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sun, 31 Dec 2023 13:40:12 -0600 Subject: [PATCH] fix: client_support is on by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45b282b..9b0c3f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ rand = "0.8.5" criterion = "0.5" [features] -default = ["image"] +default = ["image", "client_support"] #/// Enable features required for image manipulation and reading. image = ["dep:image", "dep:imageproc"]