simploxide-client 0.3.1

SimpleX-Chat API client
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.serde_json]
version = "1"

[dependencies.simploxide-api-types]
version = "0.3.0"

[dependencies.simploxide-core]
version = "0.2"

[dependencies.tokio]
features = ["sync", "rt-multi-thread"]
version = "1"

[dependencies.tokio-stream]
version = "0.1"

[[example]]
name = "squaring_bot"
path = "examples/squaring_bot.rs"

[features]
bon = ["simploxide-api-types/bon"]

[lib]
name = "simploxide_client"
path = "src/lib.rs"

[package]
authors = ["a1akris <alkrivitskiy@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous", "web-programming::websocket"]
description = "SimpleX-Chat API client"
documentation = "https://docs.rs/simploxide-client"
edition = "2024"
exclude = ["screenshots"]
keywords = ["simplex", "chat", "websocket", "client"]
license = "MIT OR Apache-2.0"
name = "simploxide-client"
readme = "README.md"
repository = "https://github.com/a1akris/simploxide"
version = "0.3.1"