[package] name = "libz-sys" version = "1.0.6" authors = ["Alex Crichton "] 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"