ssh-mcp-rs 4.1.1

SeSSHion: lightweight SSH MCP server for LLM agents
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 = "ssh-mcp-rs"
version = "4.1.1"
authors = ["0FL01"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SeSSHion: lightweight SSH MCP server for LLM agents"
homepage = "https://github.com/0FL01/SeSSHion#readme"
readme = "README.md"
keywords = [
    "ssh",
    "mcp",
    "cli",
    "remote",
    "server",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/0FL01/SeSSHion"

[lib]
name = "ssh_mcp"
path = "src/lib.rs"

[[bin]]
name = "ssh-mcp"
path = "src/main.rs"

[[test]]
name = "compact_response_test"
path = "tests/compact_response_test.rs"

[[test]]
name = "concurrent_deadlock_test"
path = "tests/concurrent_deadlock_test.rs"

[[test]]
name = "docker_integration_test"
path = "tests/docker_integration_test.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "logging_test"
path = "tests/logging_test.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.getrandom]
version = "0.4"

[dependencies.rmcp]
version = "=2.2.0"
features = [
    "server",
    "transport-io",
]

[dependencies.russh]
version = "=0.61.2"
features = ["aws-lc-rs"]

[dependencies.schemars]
version = "1.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.49"
features = [
    "full",
    "signal",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-appender]
version = "0.2.4"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "json",
]

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.nix]
version = "0.31"
features = ["signal"]

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.tempfile]
version = "3.24"

[dev-dependencies.testcontainers]
version = "0.26.3"

[dev-dependencies.tokio]
version = "1.49"
features = [
    "full",
    "signal",
    "process",
    "io-util",
    "sync",
    "time",
]

[target."cfg(unix)".dependencies.rustix]
version = "1"
features = ["process"]

[lints.clippy]
manual_string_new = "deny"
multiple_unsafe_ops_per_block = "warn"
undocumented_unsafe_blocks = "warn"
uninit_assumed_init = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true