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 are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "libz-sys"
15version = "1.1.8"
16authors = [
17    "Alex Crichton <[email protected]>",
18    "Josh Triplett <[email protected]>",
19]
20links = "z"
21exclude = [
22    "/.github",
23    "/.gitmodules",
24    "/Cargo-zng.toml",
25    "/cargo-zng",
26    "/ci",
27    "/systest",
28]
29description = "Low-level bindings to the system libz library (also known as zlib)."
30keywords = [
31    "zlib",
32    "zlib-ng",
33]
34categories = [
35    "compression",
36    "external-ffi-bindings",
37]
38license = "MIT OR Apache-2.0"
39repository = "https://github.com/rust-lang/libz-sys"
40
41[dependencies.libc]
42version = "0.2.43"
43optional = true
44
45[build-dependencies.cc]
46version = "1.0.18"
47
48[build-dependencies.cmake]
49version = "0.1.44"
50optional = true
51
52[build-dependencies.pkg-config]
53version = "0.3.9"
54
55[features]
56asm = []
57default = [
58    "libc",
59    "stock-zlib",
60]
61static = []
62stock-zlib = []
63zlib-ng = [
64    "libc",
65    "cmake",
66]
67
68[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
69version = "0.2"
70