[package]
edition = "2024"
name = "simploxide"
version = "0.4.0"
authors = ["a1akris <alkrivitskiy@pm.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SimpleX-Chat bot SDK"
documentation = "https://docs.rs/simploxide"
readme = "README.md"
keywords = [
"simplex-chat",
"bot",
"sdk",
"framework",
]
categories = [
"network-programming",
"asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/a1akris/simploxide"
[lib]
name = "simploxide"
path = "src/lib.rs"
[dependencies]