[package]
name = "huddle-protocol"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "The Huddle wire protocol and pure cryptographic constructions — the runtime-free core that both the huddle client and relay speak."
readme = "README.md"
keywords = ["chat", "protocol", "encryption", "post-quantum", "wire-format"]
categories = ["cryptography", "network-programming"]
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
ed25519-dalek = { version = "2", features = ["rand_core"] }
x25519-dalek = { version = "2", features = ["static_secrets"] }
ml-kem = { version = "0.3.2", features = ["zeroize"] }
ml-dsa = "0.1.1"
sha2 = "0.11"
hkdf = "0.13"
hex = "0.4"
rand = "0.8"
argon2 = "0.5"
chacha20poly1305 = "0.10"
base64 = "0.22"
zeroize = { version = "1", features = ["derive"] }
bip39 = "2"