Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rustssh"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
authors = ["mylsn 358181576@qq.com"]
description = "ssh tools"
homepage = "https://github.com/mylsn/rustssh"
documentation = "https://github.com/mylsn/rustssh"
repository = "https://github.com/mylsn/rustssh"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ssh2  = "~0.9"
# ssh2 = {version = "~0.9", features = ["vendored-openssl", "openssl-on-win32"]}