[build-dependencies.anyhow]
version = "1.0.100"
[build-dependencies.rustversion]
version = "1.0.22"
[build-dependencies.vergen-gix]
features = ["build", "cargo", "rustc", "si"]
version = "2.1.0-beta.6"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.aws-lc-rs]
version = "1.14.1"
[dependencies.bincode]
version = "2.0.1"
[dependencies.bon]
version = "3.8.1"
[dependencies.bytes]
version = "1.10.1"
[dependencies.clap]
features = ["derive"]
version = "4.5.51"
[dependencies.config]
features = ["toml"]
version = "0.15.18"
[dependencies.dirs2]
version = "3.0.1"
[dependencies.getset]
version = "0.1.6"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["io-util", "macros", "net", "rt-multi-thread"]
version = "1.48.0"
[dependencies.tracing]
features = ["max_level_trace", "release_max_level_trace"]
version = "0.1.41"
[dependencies.tracing-appender]
version = "0.2.3"
[dependencies.tracing-subscriber]
features = ["env-filter", "fmt", "time"]
version = "=0.3.19"
[dependencies.tracing-subscriber-init]
features = ["tstime"]
version = "0.2.3"
[dependencies.uuid]
features = ["v4"]
version = "1.18.1"
[dev-dependencies.tempfile]
version = "3.23.0"
[features]
unstable = []
[lib]
name = "libmoshpit"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0
[package]
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-interface", "network-programming", "cryptography"]
description = "A Rust implementation of in the same vein as Mosh, the mobile shell."
documentation = "https://docs.rs/libmoshpit"
edition = "2024"
homepage = "https://github.com/rustyhorde/moshpit"
keywords = ["ssh", "mosh"]
license = "MIT OR Apache-2.0"
name = "libmoshpit"
readme = "README.md"
repository = "https://github.com/rustyhorde/moshpit"
rust-version = "1.88.0"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]