[package] name = "axfive-libzip-sys" version = "0.1.5" authors = ["Taylor C. Richberger "] edition = "2018" description = "Bindgen bindings to system libzip" repository = 'https://gitlab.com/Taywee/axfive-libzip' license = 'MIT' keywords = ['libzip', 'archival', 'zip', 'compression', 'bindings'] categories = ['compression', 'filesystem'] build = "build.rs" links = "zip" [features] default = [] static = ["openssl-sys/vendored", "libz-sys/zlib-ng"] [dependencies] openssl-sys = { version = "0.9", optional = true } libz-sys = { version = "1", optional = true, default-features = false } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = '0.58' cmake = "0.1.45" [dev-dependencies] tempdir = '0.3'