process_anywhere 0.4.1

Tools for running computer processes locally or remotely via SSH.
Documentation
# 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 = "process_anywhere"
version = "0.4.1"
authors = ["David McDougall <dam1784@rit.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for running computer processes locally or remotely via SSH."
readme = false
keywords = [
    "subprocess",
    "SSH",
]
categories = [
    "concurrency",
    "network-programming",
]
license = "MIT-0"
repository = "https://github.com/ctrl-z-9000-times/process_anywhere"

[lib]
name = "process_anywhere"
path = "src/lib.rs"
doctest = false

[dependencies.libc]
version = "0.2"

[dependencies.ssh2]
version = "0.9"

[dependencies.thiserror]
version = "2.0"