agentic_ssh 0.1.2

SSH connection pooling and MCP server for AI agents
# 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 = "agentic_ssh"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SSH connection pooling and MCP server for AI agents"
homepage = "https://github.com/sandbanks/agentic_ssh"
documentation = "https://docs.rs/agentic_ssh"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sandbanks/agentic_ssh"

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.glob]
version = "0.3"

[dependencies.home]
version = "0.5"

[dependencies.mimalloc]
version = "0.1"

[dependencies.regex]
version = "1"

[dependencies.russh]
version = "0.61"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.ssh2-config-rs]
version = "0.7"

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

[dependencies.toml]
version = "1.0"

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