2016-10-14 02:12:42 +03:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "libz-sys"
|
2017-02-04 00:36:06 +03:00
|
|
|
version = "1.0.12"
|
2016-10-14 02:12:42 +03:00
|
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
links = "z"
|
|
|
|
build = "build.rs"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
repository = "https://github.com/alexcrichton/libz-sys"
|
2017-02-04 00:36:06 +03:00
|
|
|
documentation = "https://docs.rs/libz-sys"
|
2016-10-14 02:12:42 +03:00
|
|
|
description = """
|
|
|
|
Bindings to the system libz library (also known as zlib).
|
|
|
|
"""
|
2017-02-04 00:36:06 +03:00
|
|
|
categories = ["external-ffi-bindings"]
|
2016-10-14 02:12:42 +03:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libc = "0.2"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
pkg-config = "0.3"
|
|
|
|
gcc = "0.3.17"
|