Lines Matching +full:zlib +full:- +full:ng +full:-
9 # issue against the rust-lang/cargo repository. If you're
14 name = "libz-sys"
19 description = "Low-level bindings to the system libz library (also known as zlib).\n"
20 documentation = "https://docs.rs/libz-sys"
21 keywords = ["zlib", "zlib-ng"]
22 categories = ["compression", "external-ffi-bindings"]
23 license = "MIT OR Apache-2.0"
24 repository = "https://github.com/rust-lang/libz-sys"
28 [build-dependencies.cc]
31 [build-dependencies.cmake]
35 [build-dependencies.pkg-config]
40 default = ["libc", "stock-zlib"]
42 stock-zlib = []
43 zlib-ng = ["libc", "cmake"] qkey
44 [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]