From 6668b2c0a597be102061ad3ad4fd9769f0041544 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 26 May 2024 00:02:01 -0400 Subject: [PATCH] Update documented default features Signed-off-by: Ofek Lev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db8d5600..e6c2c979 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The features available are: * `chrono`: Enables converting last-modified `zip::DateTime` to and from `chrono::NaiveDateTime`. * `zstd`: Enables the Zstandard compression algorithm. -By default `aes-crypto`, `deflate`, `deflate-zlib-ng`, `deflate-zopfli`, `bzip2`, `time` and `zstd` are enabled. +By default `aes-crypto`, `bzip2`, `deflate`, `deflate64`, `lzma`, `time` and `zstd` are enabled. The following feature flags are deprecated: