[dependencies.ssh2]
version = "0.9"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.tempfile]
version = "3.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.0"
[[example]]
name = "batch_commands"
path = "examples/batch_commands.rs"
[[example]]
name = "error_handling"
path = "examples/error_handling.rs"
[[example]]
name = "public_key_auth"
path = "examples/public_key_auth.rs"
[[example]]
name = "simple_connection"
path = "examples/simple_connection.rs"
[lib]
name = "lmrc_ssh"
path = "src/lib.rs"
[package]
authors = ["Lemarc <lemarc.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "command-line-utilities"]
description = "SSH client library for the LMRC Stack - comprehensive library for executing remote SSH commands programmatically"
documentation = "https://docs.rs/lmrc-ssh"
edition = "2024"
homepage = "https://gitlab.com/lemarco/lmrc-stack/tree/main/libs/ssh-manager"
keywords = ["ssh", "remote", "command", "execution", "client"]
license = "MIT OR Apache-2.0"
name = "lmrc-ssh"
readme = "README.md"
repository = "https://gitlab.com/lemarco/lmrc-stack"
resolver = "2"
version = "0.3.16"