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"]