remote-exec 0.1.0

Remote code execution + folder sync over SSH with auto-reconnect resilience
# 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 = "remote-exec"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Remote code execution + folder sync over SSH with auto-reconnect resilience"
readme = "README.md"
keywords = [
    "ssh",
    "remote-execution",
    "rsync",
    "cli",
    "sync",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "GPL-3.0"
repository = "https://github.com/Menghuan1918/rexec"

[[bin]]
name = "remote-exec"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.dirs]
version = "6"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.russh]
version = "0.51"

[dependencies.russh-keys]
version = "0.49"

[dependencies.ssh2-config]
version = "0.5"

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