libssh-rs 0.1.8

Bindings to the libssh library
Documentation
[dependencies.bitflags]
version = "1.3"

[dependencies.libssh-rs-sys]
version = "0.1.3"

[dependencies.openssl-sys]
version = "=0.9.71"

[dependencies.thiserror]
version = "1.0"

[features]
vendored = ["libssh-rs-sys/vendored"]
vendored-openssl = ["libssh-rs-sys/vendored-openssl"]

[package]
description = "Bindings to the libssh library"
edition = "2018"
license = "MIT"
name = "libssh-rs"
readme = "README.md"
repository = "https://github.com/wez/libssh-rs"
resolver = "2"
version = "0.1.8"