libssh2-sys 0.2.23

Native bindings to the libssh2 library
Documentation
[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>"]
build = "build.rs"
description = "Native bindings to the libssh2 library"
documentation = "https://docs.rs/libssh2-sys"
license = "MIT/Apache-2.0"
links = "ssh2"
name = "libssh2-sys"
repository = "https://github.com/alexcrichton/ssh2-rs"
version = "0.2.23"
[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"