noxssh 0.1.11

Lightweight SSH-2 client in Rust using NoxTLS cryptographic primitives.
# 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 = "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"