gecko-dev/third_party/rust/flate2/Cargo.toml
Andreas Tolfsen f23e8c7f0e Bug 1439329 - Bump crate dependencies for zip 0.3. r=jgraham
Output from "./mach vendor rust":

	% ./mach vendor rust
	 0:01.15 rm -rf /Users/ato/src/gecko/third_party/rust
	      Adding adler32 v1.0.2
	      Adding build_const v0.2.0
	      Adding bzip2 v0.3.2
	      Adding bzip2-sys v0.1.6
	      Adding cc v1.0.4
	      Adding crc v1.7.0
	      Adding flate2 v1.0.1
	      Adding miniz_oxide v0.1.2
	      Adding miniz_oxide_c_api v0.1.2

MozReview-Commit-ID: EBVi4OdzYm3

--HG--
extra : rebase_source : b2f756574ebabc96b1378713a7ee6247274a388e
2018-02-19 12:33:08 +01:00

67 lines
1.8 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]
name = "flate2"
version = "1.0.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Bindings to miniz.c for DEFLATE compression and decompression exposed as\nReader/Writer streams. Contains bindings for zlib, deflate, and gzip-based\nstreams.\n"
homepage = "https://github.com/alexcrichton/flate2-rs"
documentation = "https://docs.rs/flate2"
readme = "README.md"
keywords = ["gzip", "flate", "zlib", "encoding"]
categories = ["compression", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/flate2-rs"
[dependencies.futures]
version = "0.1"
optional = true
[dependencies.libc]
version = "0.2"
[dependencies.libz-sys]
version = "1.0"
optional = true
[dependencies.miniz-sys]
version = "0.1.7"
optional = true
[dependencies.miniz_oxide_c_api]
version = "0.1"
optional = true
[dependencies.tokio-io]
version = "0.1"
optional = true
[dev-dependencies.quickcheck]
version = "0.4"
default-features = false
[dev-dependencies.rand]
version = "0.3"
[dev-dependencies.tokio-core]
version = "0.1"
[features]
default = ["miniz-sys"]
rust_backend = ["miniz_oxide_c_api"]
tokio = ["tokio-io", "futures"]
zlib = ["libz-sys"]
[badges.appveyor]
repository = "alexcrichton/flate2-rs"
[badges.travis-ci]
repository = "alexcrichton/flate2-rs"