abrasion/third_party/cargo/vendor/deflate-0.8.6/Cargo.toml

47 lines
1.4 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 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]
edition = "2018"
name = "deflate"
version = "0.8.6"
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.0.4"
[dependencies.byteorder]
version = "1"
[dependencies.gzip-header]
version = "0.3"
optional = true
[dev-dependencies.miniz_oxide]
version = "0.3.6"
[features]
benchmarks = []
gzip = ["gzip-header"]
[badges.travis-ci]
branch = "dev"
repository = "image-rs/deflate-rs"