[package]
edition = "2024"
name = "mutiny-rs"
version = "0.5.1"
authors = ["İspik"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust API wrapper for the Stoat chat platform."
readme = "README.md"
keywords = [
"stoat",
"chat",
"api",
"sdk",
"rust",
]
categories = [
"api-bindings",
"web-programming",
"asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arsabutispik/mutiny-rs"
[package.metadata.release]
sign-commit = false
sign-tag = false
allow-branch = [
"main",
"master",
]
publish = false
pre-release-hook = [
"powershell",
"-Command",
"git cliff -o CHANGELOG.md --tag {{version}}; git add CHANGELOG.md",
]
[lib]
name = "mutiny_rs"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1.88"
[dependencies.bitflags]
version = "2.10.0"
features = ["serde"]
[dependencies.futures-util]
version = "0.3.31"
[dependencies.moka]
version = "0.12"
features = ["future"]
[dependencies.reqwest]
version = "0.12.22"
features = [
"json",
"rustls-tls",
]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.141"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]
[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["native-tls"]