[dependencies.anyhow]
version = "1.0.93"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.log]
version = "0.4.22"
[dependencies.serde]
features = ["derive"]
version = "1.0.215"
[dependencies.serde_json]
version = "1.0.133"
[dependencies.tokio]
features = ["rt", "net", "sync"]
version = "1.41.1"
[dependencies.tokio-tungstenite]
version = "0.24.0"
[lib]
name = "simplex_chat"
path = "src/lib.rs"
[package]
authors = ["rdbo"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming::websocket", "asynchronous", "api-bindings"]
description = "API for the SimpleX Chat CLI"
edition = "2021"
homepage = "https://github.com/rdbo/simplex-chat-rs"
keywords = ["chat", "bot", "simplex", "client", "api"]
license = "AGPL-3.0-only"
name = "simplex-chat"
readme = "README.md"
repository = "https://github.com/rdbo/simplex-chat-rs"
version = "0.2.0"