commonware-chat 0.0.64

Send encrypted messages to a group of friends using commonware-cryptography and commonware-p2p.
[[bin]]
bench = false
name = "commonware-chat"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.39"

[dependencies.clap]
version = "4.5.18"

[dependencies.commonware-cryptography]
default-features = false
version = "0.0.64"

[dependencies.commonware-macros]
version = "0.0.64"

[dependencies.commonware-p2p]
version = "0.0.64"

[dependencies.commonware-runtime]
version = "0.0.64"

[dependencies.commonware-utils]
default-features = false
version = "0.0.64"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.prometheus-client]
version = "0.24.0"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.serde_json]
version = "1.0.122"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["fmt", "json"]
version = "0.3.19"

[lints.clippy]
missing-const-for-fn = "warn"
option-if-let-else = "warn"
redundant-clone = "warn"
suspicious_op_assign_impl = "allow"
undocumented_unsafe_blocks = "deny"
use-self = "warn"

[lints.rust]
rust-2018-idioms = "deny"
unused-must-use = "deny"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(full_bench)", "cfg(generate_conformance_tests)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Send encrypted messages to a group of friends using commonware-cryptography and commonware-p2p."
documentation = "https://docs.rs/commonware-chat"
edition = "2021"
homepage = "https://commonware.xyz"
license = "MIT OR Apache-2.0"
name = "commonware-chat"
publish = true
readme = "README.md"
repository = "https://github.com/commonwarexyz/monorepo/tree/main/examples/chat"
version = "0.0.64"