mash-ssh 0.2.0

Control multiple SSH sessions from a single interactive shell
# 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"
rust-version = "1.85"
name = "mash-ssh"
version = "0.2.0"
authors = ["Matteo Bigoi <bigo@crisidev.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Control multiple SSH sessions from a single interactive shell"
homepage = "https://github.com/crisidev/mash"
readme = "README.md"
keywords = [
    "ssh",
    "multiplexer",
    "shell",
    "remote",
    "parallel",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/crisidev/mash"

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

[dependencies.argh]
version = "0.1"

[dependencies.color-eyre]
version = "0.6"

[dependencies.etcetera]
version = "0.11"

[dependencies.glob]
version = "0.3"

[dependencies.nix]
version = "0.31"
features = [
    "term",
    "signal",
    "process",
    "fs",
    "resource",
    "ioctl",
]

[dependencies.owo-colors]
version = "4"

[dependencies.rand]
version = "0.10"

[dependencies.regex]
version = "1"

[dependencies.rpassword]
version = "7"

[dependencies.rustyline]
version = "17"

[dependencies.shell-words]
version = "1"

[dependencies.shellexpand]
version = "3"

[dependencies.terminal_size]
version = "0.4"

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