cheep-crator-2/vendor/deflate/Cargo.toml

40 lines
1.2 KiB
TOML

# 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 = "deflate"
version = "1.0.0"
authors = ["oyvindln <oyvindln@users.noreply.github.com>"]
exclude = ["tests/*", "fuzz/*"]
description = "A DEFLATE, zlib and gzip encoder written in Rust.\n"
homepage = "https://github.com/image-rs/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/image-rs/deflate-rs"
[package.metadata.docs.rs]
features = ["gzip"]
[dependencies.adler32]
version = "1.2.0"
[dependencies.gzip-header]
version = "1.0"
optional = true
[dev-dependencies.miniz_oxide]
version = "0.5.0"
[features]
benchmarks = []
gzip = ["gzip-header"]