[package]
edition = "2021"
rust-version = "1.75"
name = "noxssh"
version = "0.1.11"
authors = ["Argenox Technologies LLC"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight SSH-2 client in Rust using NoxTLS cryptographic primitives."
homepage = "https://noxtls.com"
documentation = "https://docs.rs/noxssh"
readme = "README.md"
keywords = [
"ssh",
"noxtls",
"crypto",
"client",
]
categories = [
"command-line-utilities",
"cryptography",
"network-programming",
]
license = "GPL-2.0-only OR LicenseRef-Argenox-Commercial-License"
repository = "https://github.com/argenox/noxssh-rs"
[[bin]]
name = "noxssh"
path = "src/main.rs"
[dependencies.crossterm]
version = "0.28"
[dependencies.noxtls-crypto]
version = "0.1.3"
[dependencies.noxtls-x509]
version = "0.1.3"
[dependencies.rpassword]
version = "7"