[package]
name = "gzip-header"
version = "0.3.0"
authors = ["oyvindln <oyvindln@users.noreply.github.com>"]
description = "A crate for decoding and encoding the header part of gzip files based on the gzip header\n implementation in the flate2 crate.\n"
homepage = "https://github.com/oyvindln/gzip-header"
documentation = "https://docs.rs/gzip-header/"
readme = "README.md"
keywords = ["gzip", "compression"]
categories = ["compression"]
license = "MIT/Apache-2.0"
repository = "https://github.com/oyvindln/gzip-header"
[dependencies.crc32fast]
version = "1.2.0"