[build-dependencies.cc]
version = "1.0.25"
[build-dependencies.pkg-config]
version = "0.3.11"
[dependencies.libc]
version = "0.2"
[dependencies.libz-sys]
default-features = false
features = ["libc"]
version = "1.1.0"
[features]
openssl-on-win32 = ["openssl-sys"]
vendored-openssl = ["openssl-sys/vendored"]
zlib-ng-compat = ["libz-sys/zlib-ng"]
[lib]
name = "libssh2_sys"
path = "lib.rs"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>", "Matteo Bigoi <bigo@crisidev.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Native bindings to the libssh2 library"
documentation = "https://docs.rs/libssh2-sys"
license = "MIT OR Apache-2.0"
links = "ssh2"
name = "libssh2-sys"
readme = false
repository = "https://github.com/alexcrichton/ssh2-rs"
version = "0.3.1"
[target.'cfg(target_env = "msvc")'.build-dependencies.vcpkg]
version = "0.2"
[target."cfg(unix)".dependencies.openssl-sys]
version = "0.9.35"
[target."cfg(windows)".dependencies.openssl-sys]
optional = true
version = "0.9.35"