# 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 = "deflate" version = "0.7.19" authors = ["oyvindln "] description = "A DEFLATE, zlib and gzip encoder written in rust.\n" homepage = "https://github.com/oyvindln/deflate-rs" documentation = "https://docs.rs/deflate/" readme = "README.md" keywords = ["flate", "deflate", "zlib", "compression", "gzip"] categories = ["compression"] license = "MIT/Apache-2.0" repository = "https://github.com/oyvindln/deflate-rs" [package.metadata.docs.rs] features = ["gzip"] [dependencies.adler32] version = "1.0.2" [dependencies.byteorder] version = "1.0.0" [dependencies.gzip-header] version = "0.2" optional = true [dev-dependencies.flate2] version = "1.0.0" [features] benchmarks = [] gzip = ["gzip-header"] [badges.travis-ci] branch = "dev" repository = "oyvindln/deflate-rs"