blob: b4531d6a6c0b68f6dc12c4d29eea9355fd933e31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "libz-sys"
version = "1.0.6"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
links = "z"
build = "build.rs"
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/libz-sys"
documentation = "http://alexcrichton.com/libz-sys"
description = """
Bindings to the system libz library (also known as zlib).
"""
[dependencies]
libc = "0.2"
[build-dependencies]
pkg-config = "0.3"
gcc = "0.3.17"
|