shex 0.1.0

A tiny OPAQUE-authenticated encrypted remote shell
# 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 = "2024"
name = "shex"
version = "0.1.0"
build = false
exclude = [
    "work/**",
    "outputs/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiny OPAQUE-authenticated encrypted remote shell"
homepage = "https://github.com/morphym/shex"
readme = "README.md"
keywords = [
    "remote-shell",
    "opaque",
    "pake",
    "encryption",
    "cli",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/morphym/shex"

[[bin]]
name = "shex"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.argon2]
version = "0.5"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.hkdf]
version = "0.12"

[dependencies.opaque-ke]
version = "4.0.1"
features = [
    "argon2",
    "ristretto255",
]

[dependencies.rand]
version = "0.9"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.rpassword]
version = "7.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"