[package]
name = "libz-sys"
version = "1.0.26"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Josh Triplett <josh@joshtriplett.org>"]
links = "z"
build = "build.rs"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/libz-sys"
documentation = "https://docs.rs/libz-sys"
description = """
Low-level bindings to the system libz library (also known as zlib).
"""
categories = ["compression", "external-ffi-bindings"]
[workspace]
members = ["systest"]
[dependencies]
libc = { version = "0.2.43", optional = true }
[build-dependencies]
pkg-config = "0.3.9"
cc = "1.0.18"
[target.'cfg(target_env = "msvc")'.build-dependencies]
vcpkg = "0.2"
[features]
default = ["libc"]
asm = []
static = []