[package] name = "libz-ng-sys" version = "1.1.20" authors = [ "Alex Crichton ", "Josh Triplett ", "Sebastian Thiel ", ] links = "z-ng" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/libz-sys" description = "Low-level bindings to zlib-ng (libz-ng), a high-performance zlib library." categories = ["compression", "external-ffi-bindings"] keywords = ["zlib", "zlib-ng"] edition = "2018" exclude = [ "/.github", "/.gitmodules", "/README.md", "/build.rs", "/cargo-zng", "/ci", "/src/smoke.c", "/src/zlib", "/systest", ] build = "zng/cmake.rs" readme = "README-zng.md" [workspace] members = ["systest"] [dependencies] libc = "0.2.43" [build-dependencies] cmake = "0.1.50" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(zng)'] }