From b64f8c0ebd334427662b2ea55ceb6f1243274b2a Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 30 Sep 2020 14:38:49 -0700 Subject: [PATCH] Update keywords to mention "deflate" The format is DEFLATE, not FLATE, and people searching for "flate" should still find this crate because of its name. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 705253a81..ccaec9940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ version = "1.0.17" edition = "2018" license = "MIT/Apache-2.0" readme = "README.md" -keywords = ["gzip", "flate", "zlib", "encoding"] +keywords = ["gzip", "deflate", "zlib", "encoding"] categories = ["compression", "api-bindings"] repository = "/~https://github.com/alexcrichton/flate2-rs" homepage = "/~https://github.com/alexcrichton/flate2-rs"