zachery.lol/crates/message-tools/Cargo.toml
Aaron Global 6f49740c39 init
2025-11-17 17:21:49 -05:00

18 lines
No EOL
484 B
TOML

[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"] }