diff --git a/Cargo.toml b/Cargo.toml index c61633b0..38cb6bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ criterion = "0.3.1" crc32fast = "1.5" [features] -default = ["deflate", "jpeg", "lzw"] +default = ["deflate", "fax", "jpeg", "lzw"] # Compression algorithms deflate = ["dep:flate2"]