sesame_cli 0.2.0

P2P encrypted chat with deniable authentication, panic mode, and multi-peer mesh
# 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"
rust-version = "1.85"
name = "sesame_cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "P2P encrypted chat with deniable authentication, panic mode, and multi-peer mesh"
homepage = "https://github.com/cruemy/sesame"
readme = "README.md"
keywords = [
    "p2p",
    "encrypted-chat",
    "deniable-auth",
    "panic-mode",
    "mesh",
]
categories = [
    "cryptography",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/cruemy/sesame"

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

[dependencies.argon2]
version = "0.5"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.hkdf]
version = "0.12"

[dependencies.libc]
version = "0.2"

[dependencies.os-memlock]
version = "0.1"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.28"

[dependencies.rcgen]
version = "0.13"

[dependencies.rustls]
version = "0.23"
features = ["ring"]

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.socket2]
version = "0.5"

[dependencies.spake2]
version = "0.5.0-pre.0"
features = ["getrandom"]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.x25519-dalek]
version = "2"
features = [
    "static_secrets",
    "zeroize",
]

[dependencies.zeroize]
version = "1"
features = ["zeroize_derive"]