shex 2.0.1

An OPAQUE-authenticated, end-to-end encrypted Redis 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 = "2.0.1"
build = false
exclude = [
    ".env",
    "work/**",
    "outputs/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An OPAQUE-authenticated, end-to-end encrypted Redis 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",
    "env",
]

[dependencies.dotenvy]
version = "0.15"

[dependencies.hkdf]
version = "0.12"

[dependencies.keyring]
version = "4.1"

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

[dependencies.rand]
version = "0.9"

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

[dependencies.redis]
version = "1"
features = ["tls-rustls"]

[dependencies.rpassword]
version = "7.4"

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"