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