libchat/core/core_client/Cargo.toml

30 lines
737 B
TOML
Raw Normal View History

2026-05-10 23:08:18 -07:00
[package]
name = "core_client"
version = "0.1.0"
edition = "2024"
[dependencies]
# Workspace dependencies (sorted)
blake2 = { workspace = true }
chat-sqlite = { workspace = true }
crypto = { workspace = true }
libchat = { workspace = true }
storage = { workspace = true }
# External dependencies (sorted)
2026-06-10 09:54:40 -07:00
alloy = "2.0"
chat-proto = { git = "https://github.com/logos-messaging/chat_proto", branch = "main" }
de-mls = { git = "https://github.com/vacp2p/de-mls", branch = "main" }
2026-06-10 19:31:09 +03:00
hashgraph-like-consensus = "0.5.1"
2026-05-10 23:08:18 -07:00
hex = "0.4.3"
openmls = "0.8.1"
openmls_libcrux_crypto = "0.3.1"
openmls_memory_storage = "0.5.0"
2026-05-21 14:20:12 -07:00
openmls_rust_crypto = "0.5.0"
2026-05-10 23:08:18 -07:00
openmls_traits = "0.5.0"
2026-06-10 19:31:09 +03:00
prost = "0.14"
2026-05-21 14:20:12 -07:00
rand = "0.9"
thiserror = "2.0.18"
tracing = "0.1.44"