[package] name = "libssh2-sys" version = "0.2.16" authors = ["Alex Crichton ", "Wez Furlong "] links = "ssh2" build = "build.rs" license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/ssh2-rs" documentation = "https://docs.rs/libssh2-sys" description = "Native bindings to the libssh2 library" [lib] name = "libssh2_sys" path = "lib.rs" [features] vendored-openssl = ["openssl-sys/vendored"] [dependencies] libz-sys = "1.0.21" libc = "0.2" [target."cfg(unix)".dependencies] openssl-sys = "0.9.35" [build-dependencies] pkg-config = "0.3.11" cc = "1.0.25" [target.'cfg(target_env = "msvc")'.build-dependencies] vcpkg = "0.2"