# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ssh-wrap" version = "0.1.1" authors = ["baoyachi "] description = "ssh wrap" homepage = "https://github.com/baoyachi/ssh-wrap-rs" documentation = "https://docs.rs/ssh-wrap-rs" readme = "README.md" keywords = [ "ssh", "sftp", "sftp-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/baoyachi/ssh-wrap-rs" [[example]] name = "use_wezterm_ssh" path = "examples/use_wezterm_ssh.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.async-compat] version = "0.2.1" [dependencies.futures-lite] version = "1.13.0" [dependencies.log] version = "0.4.18" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.2" [dependencies.wezterm-ssh] version = "0.4.0" default-features = false [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sha256] version = "1.3.0" [dev-dependencies.simple-log] version = "1.6.0" [dev-dependencies.tokio] version = "1.29" features = ["full"] [features] default = ["ssh2"] libssh = [ "wezterm-ssh/libssh-rs", "wezterm-ssh/vendored-openssl-libssh-rs", ] ssh2 = [ "wezterm-ssh/ssh2", "wezterm-ssh/vendored-openssl-ssh2", ]