[package] name = "ssh2-patched" version = "0.9.4-p1" authors = ["Alex Crichton ", "Wez Furlong ", "Matteo Bigoi "] license = "MIT/Apache-2.0" keywords = ["ssh"] readme = "README.md" repository = "https://github.com/alexcrichton/ssh2-rs" homepage = "https://github.com/alexcrichton/ssh2-rs" documentation = "https://docs.rs/ssh2" description = """ Bindings to libssh2 for interacting with SSH servers and executing remote commands, forwarding local ports, etc. """ [features] vendored-openssl = ["libssh2-sys/vendored-openssl"] openssl-on-win32 = ["libssh2-sys/openssl-on-win32"] [dependencies] bitflags = "1.2" libc = "0.2" libssh2-sys = { package = "libssh2-sys-patched", path = "libssh2-sys", version = "0.3.0-p1" } parking_lot = "0.11" [dev-dependencies] tempdir = "0.3" [workspace] members = ['systest']