sshping 0.3.0

SSH-based ping that measures interactive character echo latency and file transfer throughput. Pronounced "shipping".
# 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 = "2024"
name = "sshping"
version = "0.3.0"
authors = ["Nan Huang <teddyhuangnan@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = 'SSH-based ping that measures interactive character echo latency and file transfer throughput. Pronounced "shipping".'
readme = "README.md"
license = "MIT"
repository = "https://github.com/TeddyHuang-00/sshping"

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

[dependencies.bytesize]
version = "2.0.0"

[dependencies.clap]
version = "4.5.7"
features = [
    "derive",
    "string",
    "cargo",
    "color",
    "wrap_help",
]

[dependencies.humantime]
version = "2.1.0"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.log]
version = "0.4.21"

[dependencies.num-format]
version = "0.4.4"

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.rpassword]
version = "7.4.0"

[dependencies.russh]
version = "0.60.0"

[dependencies.russh-config]
version = "0.58.0"

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

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.shellexpand]
version = "3.1.0"

[dependencies.simple_logger]
version = "5.0.0"

[dependencies.size]
version = "0.5.0"

[dependencies.tabled]
version = "0.20.0"

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

[dependencies.whoami]
version = "2.1.1"

[build-dependencies.bytesize]
version = "2.0.0"

[build-dependencies.clap]
version = "4.5.7"
features = [
    "derive",
    "string",
    "cargo",
    "color",
    "wrap_help",
]

[build-dependencies.clap_complete]
version = "4.5.44"

[build-dependencies.regex]
version = "1.11.1"

[build-dependencies.serde]
version = "1.0.217"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0.138"

[build-dependencies.shellexpand]
version = "3.1.0"

[build-dependencies.tabled]
version = "0.20.0"

[build-dependencies.whoami]
version = "2.0.0"

[lints.clippy]
nursery = "warn"