[package]
name = "libssh2-sys"
version = "0.2.10"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
links = "ssh2"
description = "Native bindings to the libssh2 library"
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/ssh2-rs"
[lib]
name = "libssh2_sys"
path = "lib.rs"
[dependencies.libc]
version = "0.2"
[dependencies.libz-sys]
version = "1.0.18"
[build-dependencies.cmake]
version = "0.1.2"
[build-dependencies.pkg-config]
version = "0.3.11"
[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
version = "0.2"
[target."cfg(unix)".dependencies.openssl-sys]
version = "0.9"