safehell 0.1.0

Approval-gated SSH broker for AI coding 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 = "safehell"
version = "0.1.0"
build = false
exclude = [
    "/.github",
    "/npm",
    "/packaging",
    "/scripts",
    "/tests",
    "/assets",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Approval-gated SSH broker for AI coding agents"
homepage = "https://github.com/suiflex/SafeHell"
documentation = "https://docs.rs/safehell"
readme = "README.md"
keywords = [
    "ssh",
    "mcp",
    "agent",
    "security",
    "broker",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/suiflex/SafeHell"

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

[dependencies.age]
version = "0.11.1"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.23"

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

[dependencies.directories]
version = "6.0"

[dependencies.interprocess]
version = "2.4.3"
features = ["tokio"]

[dependencies.keyring]
version = "4.1.6"

[dependencies.regex]
version = "1.11"

[dependencies.rmcp]
version = "3.1.0"
features = ["transport-io"]

[dependencies.rpassword]
version = "7.4"

[dependencies.russh]
version = "0.62.5"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.48"
features = [
    "fs",
    "io-util",
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.toml]
version = "0.9"

[dependencies.uuid]
version = "1.18"
features = [
    "serde",
    "v4",
]

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

[profile.release]
lto = "thin"
strip = true