termscp 0.4.1

TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal.
Documentation
[[bin]]
name = "termscp"
path = "src/main.rs"
[dependencies.bitflags]
version = "1.2.1"

[dependencies.bytesize]
version = "1.0.1"

[dependencies.chrono]
version = "0.4.19"

[dependencies.content_inspector]
version = "0.2.4"

[dependencies.crossterm]
version = "0.19.0"

[dependencies.dirs]
version = "3.0.1"

[dependencies.edit]
version = "0.1.3"

[dependencies.ftp4]
features = ["secure"]
version = "^4.0.2"

[dependencies.getopts]
version = "0.2.21"

[dependencies.hostname]
version = "0.3.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.magic-crypt]
version = "3.1.7"

[dependencies.rand]
version = "0.8.3"

[dependencies.regex]
version = "1.4.5"

[dependencies.rpassword]
version = "5.0.1"

[dependencies.serde]
features = ["derive"]
version = "^1.0.0"

[dependencies.ssh2]
version = "0.9.0"

[dependencies.tempfile]
version = "3.1.0"

[dependencies.textwrap]
version = "0.13.4"

[dependencies.thiserror]
version = "^1.0.0"

[dependencies.toml]
version = "0.5.8"

[dependencies.tui]
default-features = false
features = ["crossterm"]
version = "0.14.0"

[dependencies.ureq]
features = ["json"]
version = "2.1.0"

[dependencies.whoami]
version = "1.1.1"

[dependencies.wildmatch]
version = "2.0.0"

[features]
githubActions = []

[package]
authors = ["Christian Visintin"]
categories = ["command-line-utilities"]
description = "TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal."
documentation = "https://docs.rs/termscp"
edition = "2018"
homepage = "https://github.com/veeso/termscp"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["scp-client", "sftp-client", "ftp-client", "winscp", "command-line-utility"]
license = "MIT"
name = "termscp"
readme = "README.md"
repository = "https://github.com/veeso/termscp"
version = "0.4.1"
[package.metadata.rpm]
package = "termscp"

[package.metadata.rpm.cargo]
buildflags = ["--release"]
[package.metadata.rpm.targets.termscp]
path = "/usr/bin/termscp"
[target."cfg(any(target_os = \"unix\", target_os = \"macos\", target_os = \"linux\"))".dependencies.users]
version = "0.11.0"
[target."cfg(any(target_os = \"windows\", target_os = \"macos\"))".dependencies.keyring]
version = "0.10.1"
[target."cfg(target_os = \"windows\")".dependencies.path-slash]
version = "0.1.4"