# 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 = "sshping" version = "0.1.5" authors = ["Nan Huang "] build = 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" [[bin]] name = "sshping" path = "src/main.rs" [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.5.7" features = [ "derive", "string", "cargo", "color", "wrap_help", ] [dependencies.humantime] version = "2.1.0" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.21" [dependencies.num-format] version = "0.4.4" [dependencies.rand] version = "0.8.5" [dependencies.shellexpand] version = "3.1.0" [dependencies.simple_logger] version = "5.0.0" [dependencies.size] version = "0.4.1" [dependencies.ssh2] version = "0.9.4" [dependencies.ssh2-config] version = "0.2.3" [dependencies.tabled] version = "0.16.0" [dependencies.whoami] version = "1.5.1" [features] default = [] include-openssl = ["ssh2/vendored-openssl"]