SecureValueRecovery2/host/rustclient/Cargo.toml
gram-signal 9d5df31e6a
Some checks failed
CI / test (push) Has been cancelled
Update SVR to Ubuntu 22.04 and Debian bookworm.
2025-04-18 14:50:02 -07:00

20 lines
427 B
TOML

[package]
name = "rustclient"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
snow = { version = "0.9.6", features = ["hfs", "pqclean_kyber1024"] }
tokio-tungstenite = "0.26.2"
prost = "0.13.1"
simple-error = "0.3.1"
base64 = "0.22.1"
hmac = "0.12.1"
sha2 = "0.10.8"
hex = "0.4.3"
[build-dependencies]
prost-build = "0.13.1"