# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "libz-ng-sys" version = "1.1.20" authors = [ "Alex Crichton ", "Josh Triplett ", "Sebastian Thiel ", ] build = "zng/cmake.rs" links = "z-ng" exclude = [ "/.github", "/.gitmodules", "/README.md", "/build.rs", "/cargo-zng", "/ci", "/src/smoke.c", "/src/zlib", "/systest", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level bindings to zlib-ng (libz-ng), a high-performance zlib library." readme = "README-zng.md" keywords = [ "zlib", "zlib-ng", ] categories = [ "compression", "external-ffi-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/libz-sys" [lib] name = "libz_ng_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2.43" [build-dependencies.cmake] version = "0.1.50" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(zng)"]