[package]
edition = "2024"
rust-version = "1.91.1"
name = "libmoshpit"
version = "0.8.2"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of in the same vein as Mosh, the mobile shell."
homepage = "https://github.com/rustyhorde/moshpit"
documentation = "https://docs.rs/libmoshpit"
readme = "README.md"
keywords = [
"ssh",
"mosh",
]
categories = [
"command-line-interface",
"network-programming",
"cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustyhorde/moshpit"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
unstable = ["aws-lc-rs/unstable"]
[lib]
name = "libmoshpit"
path = "src/lib.rs"
[dependencies.ansi-control-codes]
version = "1.0.1"
features = [
"parser",
"explain",
]
[dependencies.anyhow]
version = "1.0.102"
[dependencies.argon2]
version = "0.6.0-rc.8"
features = ["getrandom"]
[dependencies.aws-lc-rs]
version = "1.17.0"
[dependencies.base64]
version = "0.22.1"
[dependencies.bincode-next]
version = "3.0.0-rc.14"
[dependencies.bishop]
version = "1.0.0"
[dependencies.bon]
version = "3.9.1"
[dependencies.bytes]
version = "1.11.1"
[dependencies.clap]
version = "4.6.1"
features = ["derive"]
[dependencies.config]
version = "0.15.22"
features = ["toml"]
[dependencies.dirs2]
version = "3.0.1"
[dependencies.getset]
version = "0.1.6"
[dependencies.regex]
version = "1.12.3"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.socket2]
version = "0.6.3"
features = ["all"]
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tokio]
version = "1.52.3"
features = [
"io-util",
"macros",
"net",
"rt-multi-thread",
"process",
"sync",
"time",
]
[dependencies.tokio-util]
version = "0.7.18"
[dependencies.tracing]
version = "0.1.44"
features = [
"max_level_trace",
"release_max_level_trace",
]
[dependencies.tracing-appender]
version = "0.2.5"
[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
"env-filter",
"fmt",
"time",
]
[dependencies.tracing-subscriber-init]
version = "0.2.6"
features = ["tstime"]
[dependencies.uuid]
version = "1.23.1"
features = ["v4"]
[dependencies.vt100]
version = "0.16.2"
[dependencies.whoami]
version = "2.1.2"
[dependencies.zeroize]
version = "1.8.2"
features = ["zeroize_derive"]
[dependencies.zstd]
version = "0.13.3"
[dev-dependencies.proptest]
version = "1.11.0"
[dev-dependencies.tempfile]
version = "3.27.0"
[dev-dependencies.tokio]
version = "1.52.3"
features = [
"io-util",
"macros",
"net",
"rt-multi-thread",
"macros",
"net",
"rt-multi-thread",
]
[build-dependencies.anyhow]
version = "1.0.102"
[build-dependencies.rustversion]
version = "1.0.22"
[build-dependencies.vergen-gix]
version = "10.0.0-beta.8"
features = [
"build",
"cargo",
"rustc",
"si",
]
[target."cfg(windows)".dependencies.windows]
version = "0.62.2"
features = [
"Win32_Foundation",
"Win32_Security",
"Win32_Security_Authorization",
]