zachery.lol/crates/message-tools/Cargo.toml

18 lines
484 B
TOML
Raw Permalink Normal View History

2025-11-17 22:21:49 +00:00
[package]
name = "message-tools"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
chacha20poly1305 = "0.10.1"
x25519-dalek = { version = "2.0.1", features = ["getrandom", "static_secrets"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
blake2 = "0.10.6"
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
wasm-bindgen = "0.2.105"
getrandom = { version = "0.2", features = ["js"] }