libssh-rs 0.3.4

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

[dependencies.libc]
version = "0.2"

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

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

[dependencies.thiserror]
version = "1.0"

[[example]]
name = "whoami"
path = "examples/whoami.rs"

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

[lib]
name = "libssh_rs"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.3.4"