[package] name = "ssh-wrap" version = "0.1.1" authors = ["baoyachi "] edition = "2021" description = "ssh wrap" keywords = ["ssh", "sftp", "sftp-server"] readme = "README.md" repository = "https://github.com/baoyachi/ssh-wrap-rs" documentation = "https://docs.rs/ssh-wrap-rs" homepage = "https://github.com/baoyachi/ssh-wrap-rs" license = "MIT OR Apache-2.0" [[example]] name = "use_wezterm_ssh" path = "examples/use_wezterm_ssh.rs" [features] default = ["ssh2"] libssh = ["wezterm-ssh/libssh-rs", "wezterm-ssh/vendored-openssl-libssh-rs"] ssh2 = ["wezterm-ssh/ssh2", "wezterm-ssh/vendored-openssl-ssh2"] [dependencies] wezterm-ssh = { version = "0.4.0", default-features = false } anyhow = "1.0.71" async-compat = "0.2.1" futures-lite = "1.13.0" strum = { version = "0.25.0" } strum_macros = "0.25.2" log = "0.4.18" [dev-dependencies] tokio = { version = "1.29", features = ["full"] } simple-log = "1.6.0" sha256 = "1.3.0" lazy_static = "1.4.0" rand = "0.8.5"