# 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 = "distant-ssh2" version = "0.20.0" authors = ["Chip Senkbeil "] description = "Library to enable native ssh-2 protocol for use with distant sessions" homepage = "https://github.com/chipsenkbeil/distant" readme = "README.md" categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/chipsenkbeil/distant" [dependencies.async-compat] version = "0.2.1" [dependencies.async-once-cell] version = "0.5.2" [dependencies.async-trait] version = "0.1.68" [dependencies.derive_more] version = "0.99.17" features = [ "display", "error", ] default-features = false [dependencies.distant-core] version = "=0.20.0" [dependencies.futures] version = "0.3.28" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.18" [dependencies.rand] version = "0.8.5" features = ["getrandom"] [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.163" features = ["derive"] optional = true [dependencies.shell-words] version = "1.1.0" [dependencies.smol] version = "1.3.0" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.typed-path] version = "0.3.2" [dependencies.wezterm-ssh] version = "0.4.0" default-features = false [dependencies.winsplit] version = "0.1.0" [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.dunce] version = "1.0.4" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.indoc] version = "2.0.1" [dev-dependencies.once_cell] version = "1.17.2" [dev-dependencies.predicates] version = "3.0.3" [dev-dependencies.rstest] version = "0.17.0" [dev-dependencies.test-log] version = "0.2.11" [dev-dependencies.which] version = "4.4.0" [dev-dependencies.whoami] version = "1.4.0" [features] default = [ "libssh", "ssh2", ] libssh = [ "wezterm-ssh/libssh-rs", "wezterm-ssh/vendored-openssl-libssh-rs", ] ssh2 = [ "wezterm-ssh/ssh2", "wezterm-ssh/vendored-openssl-ssh2", ]