xsshend 0.5.2

Simple CLI tool for uploading files to multiple SSH servers
Documentation
[[bench]]
harness = false
name = "performance_bench"
path = "benches/performance_bench.rs"

[[bin]]
name = "xsshend"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.console]
version = "0.16.1"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "5.0"

[dependencies.env_logger]
version = "0.10"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.log]
version = "0.4"

[dependencies.russh]
version = "0.54.6"

[dependencies.russh-sftp]
version = "2.1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.tempfile]
version = "3.8"

[lib]
name = "xsshend"
path = "src/lib.rs"

[package]
authors = ["William Derue <willisback@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming"]
description = "Simple CLI tool for uploading files to multiple SSH servers"
edition = "2021"
homepage = "https://willisback.github.io/xsshend"
keywords = ["ssh", "upload", "cli", "file-transfer"]
license = "MIT"
name = "xsshend"
readme = "README.md"
repository = "https://github.com/WillIsback/xsshend"
version = "0.5.2"

[[test]]
name = "cli_test"
path = "tests/cli_test.rs"

[[test]]
name = "config_test"
path = "tests/config_test.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "path_expansion_test"
path = "tests/path_expansion_test.rs"

[[test]]
name = "ssh_keys_test"
path = "tests/ssh_keys_test.rs"

[[test]]
name = "uploader_test"
path = "tests/uploader_test.rs"

[[test]]
name = "validator_test"
path = "tests/validator_test.rs"