# 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 = "axfive-libzip-sys" version = "0.1.5" authors = ["Taylor C. Richberger "] build = "build.rs" links = "zip" description = "Bindgen bindings to system libzip" keywords = ["libzip", "archival", "zip", "compression", "bindings"] categories = ["compression", "filesystem"] license = "MIT" repository = "https://gitlab.com/Taywee/axfive-libzip" [dependencies.libz-sys] version = "1" optional = true default-features = false [dependencies.openssl-sys] version = "0.9" optional = true [dev-dependencies.tempdir] version = "0.3" [build-dependencies.bindgen] version = "0.58" [build-dependencies.cmake] version = "0.1.45" [features] default = [] static = ["openssl-sys/vendored", "libz-sys/zlib-ng"]