1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14name = "libz-sys" 15version = "1.1.3" 16authors = ["Alex Crichton <alex@alexcrichton.com>", "Josh Triplett <josh@joshtriplett.org>"] 17build = "build.rs" 18links = "z" 19description = "Low-level bindings to the system libz library (also known as zlib).\n" 20documentation = "https://docs.rs/libz-sys" 21keywords = ["zlib", "zlib-ng"] 22categories = ["compression", "external-ffi-bindings"] 23license = "MIT OR Apache-2.0" 24repository = "https://github.com/rust-lang/libz-sys" 25[dependencies.libc] 26version = "0.2.43" 27optional = true 28[build-dependencies.cc] 29version = "1.0.18" 30 31[build-dependencies.cmake] 32version = "0.1.44" 33optional = true 34 35[build-dependencies.pkg-config] 36version = "0.3.9" 37 38[features] 39asm = [] 40default = ["libc", "stock-zlib"] 41static = [] 42stock-zlib = [] 43zlib-ng = ["libc", "cmake"] 44[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] 45version = "0.2" 46