robotssh 0.1.1

A modern rewrite of autossh
# 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 = "robotssh"
version = "0.1.1"
authors = ["CordlessCoder <roman@vm.net.ua>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern rewrite of autossh"
readme = "README.md"
license = "MIT"

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

[dependencies.clap]
version = "4.5.57"
features = [
    "derive",
    "color",
    "wrap_help",
    "std",
    "help",
    "error-context",
    "suggestions",
    "env",
    "cargo",
    "usage",
]
default-features = false

[dependencies.clap_complete]
version = "4.5.65"

[dependencies.color-eyre]
version = "0.6.5"
default-features = false

[dependencies.humantime]
version = "2.3.0"

[dependencies.mio]
version = "1.1.1"
features = [
    "net",
    "os-poll",
]
default-features = false

[dependencies.rand]
version = "0.9.2"
features = ["thread_rng"]
default-features = false

[dependencies.shared_child]
version = "1.1.1"