[package]
edition = "2021"
name = "farhand"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Remote hands for coding agents: run OpenCode / Claude Code / Codex work on a remote host over SSH, keep credentials local, audit everything"
readme = "README.md"
keywords = [
"mcp",
"ssh",
"agents",
"opencode",
"claude-code",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/CogFlux/farhand"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/farhand-{ version }-{ target }{ archive-suffix }"
bin-dir = "farhand-{ version }-{ target }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"
[[bin]]
name = "farhand"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.dirs]
version = "6"
[dependencies.farhand-core]
version = "0.1.2"
[dependencies.rmcp]
version = "3.4"
features = [
"server",
"transport-io",
"macros",
]
[dependencies.schemars]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
features = ["preserve_order"]
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.toml_edit]
version = "0.25"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
[dev-dependencies.tempfile]
version = "3"