Skip to content

Commit

Permalink
added comments to cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcroomp committed Jan 29, 2025
1 parent 96b77ef commit e762b6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ edition = "2021"
authors = ["Kristof Roomp <[email protected]>"]
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/*",
Expand Down

0 comments on commit e762b6c

Please sign in to comment.