# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "gzip-header" version = "1.0.0" authors = ["oyvindln "] 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.1"