blob: ff564d596ef8627637fb46ee5eae1d4a92d44e91 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "gzip-header"
version = "0.2.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.crc]
version = "1.5.0"