]> git.proxmox.com Git - cargo.git/blob - vendor/flate2/.pc/disable-miniz.patch/Cargo.toml
New upstream version 0.37.0
[cargo.git] / vendor / flate2 / .pc / disable-miniz.patch / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "flate2"
15 version = "1.0.9"
16 authors = ["Alex Crichton <alex@alexcrichton.com>"]
17 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"
18 homepage = "https://github.com/alexcrichton/flate2-rs"
19 documentation = "https://docs.rs/flate2"
20 readme = "README.md"
21 keywords = ["gzip", "flate", "zlib", "encoding"]
22 categories = ["compression", "api-bindings"]
23 license = "MIT/Apache-2.0"
24 repository = "https://github.com/alexcrichton/flate2-rs"
25 [dependencies.crc32fast]
26 version = "1.1"
27
28 [dependencies.futures]
29 version = "0.1.25"
30 optional = true
31
32 [dependencies.libc]
33 version = "0.2"
34
35 [dependencies.libz-sys]
36 version = "1.0"
37 optional = true
38
39 [dependencies.miniz-sys]
40 version = "0.1.11"
41 optional = true
42
43 [dependencies.miniz_oxide_c_api]
44 version = "0.2"
45 features = ["no_c_export"]
46 optional = true
47
48 [dependencies.tokio-io]
49 version = "0.1.11"
50 optional = true
51 [dev-dependencies.futures]
52 version = "0.1"
53
54 [dev-dependencies.quickcheck]
55 version = "0.7"
56 default-features = false
57
58 [dev-dependencies.rand]
59 version = "0.6"
60
61 [dev-dependencies.tokio-io]
62 version = "0.1.11"
63
64 [dev-dependencies.tokio-tcp]
65 version = "0.1.3"
66
67 [dev-dependencies.tokio-threadpool]
68 version = "0.1.10"
69
70 [features]
71 default = ["miniz-sys"]
72 rust_backend = ["miniz_oxide_c_api"]
73 tokio = ["tokio-io", "futures"]
74 zlib = ["libz-sys"]
75 [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide_c_api]
76 version = "0.2"
77 features = ["no_c_export"]
78 [badges.appveyor]
79 repository = "alexcrichton/flate2-rs"
80
81 [badges.travis-ci]
82 repository = "alexcrichton/flate2-rs"