[package]
edition = "2024"
name = "josh-ssh-shell"
version = "26.5.8"
authors = ["Josh Project authors <contact@josh-project.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SSH shell integration for the josh git proxy"
readme = false
license-file = "LICENSE"
repository = "https://github.com/josh-project/josh"
resolver = "2"
[features]
[lib]
name = "josh_ssh_shell"
path = "src/lib.rs"
[[bin]]
name = "josh-ssh-shell"
path = "src/bin/josh-ssh-shell.rs"
[dependencies.clap]
version = "4.6.0"
features = [
"derive",
"env",
"help",
"std",
"usage",
]
default-features = false
[dependencies.josh-rpc]
version = "26.5.8"
[dependencies.libc]
version = "0.2.184"
[dependencies.reqwest]
version = "^0.13"
features = [
"blocking",
"default-tls",
"json",
]
default-features = false
[dependencies.serde_json]
version = "1.0.149"
[dependencies.shell-words]
version = "1.1.1"
[dependencies.tempfile]
version = "3.27.0"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tokio]
version = "1.50.0"
features = [
"fs",
"rt-multi-thread",
"macros",
"io-std",
"io-util",
"net",
"process",
"signal",
]
[dependencies.tokio-util]
version = "0.7.18"
features = ["compat"]
[dependencies.tracing]
version = "0.1.44"
features = [
"max_level_trace",
"release_max_level_trace",
]
[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]