From e762b6c9e9df6dd9ea009adffe0efa8c90204ae0 Mon Sep 17 00:00:00 2001 From: Kristof Date: Wed, 29 Jan 2025 16:46:25 +0100 Subject: [PATCH] added comments to cargo.toml --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa8b57f..49582f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,15 @@ edition = "2021" authors = ["Kristof Roomp "] license = "Apache-2.0" rust-version = "1.70" -description = "Rust port of Preflate compression library" +description = """ +Decompresses existing DEFLATE streams to allow for better compression (eg with ZStandard) while +allowing the exact original binary DEFLATE stream to be recreated by detecting the parameters +used during compression. +""" readme = "README.md" repository = "https://github.com/microsoft/preflate-rs" +categories = ["compression"] +keywords = ["gzip", "deflate", "zlib", "zip"] exclude = [ "samples/*",