[dependencies.actix-codec]
version = "0.5"
[dependencies.actix-http]
version = "3"
[dependencies.actix-rt]
version = "2"
[dependencies.anyhow]
version = "1"
[dependencies.async-stomp]
version = "0.6"
[dependencies.awc]
version = "3"
[dependencies.backoff]
features = ["tokio"]
version = "0.4"
[dependencies.bytes]
version = "1"
[dependencies.futures-util]
version = "0.3"
[dependencies.pretty-readme]
version = "0.1"
[dependencies.tokio]
features = ["macros"]
version = "1"
[dependencies.tokio-rustls]
optional = true
version = "0.23"
[dependencies.tokio-util]
version = "0.7"
[dependencies.webpki-roots]
optional = true
version = "1"
[features]
default = ["rustls"]
rustls = ["tokio-rustls", "webpki-roots", "awc/rustls"]
[lib]
name = "wstomp"
path = "src/lib.rs"
[package]
authors = ["MichaĆ Pokrywka <wolfmoon@o2.pl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous", "web-programming::http-client", "web-programming::websocket"]
description = "A STOMP-over-WebSocket client library for Rust, built on top of awc and async-stomp"
documentation = "https://docs.rs/wstomp"
edition = "2024"
homepage = "https://github.com/sfisol/wstomp"
keywords = ["stomp", "websocket", "actix", "async", "web"]
license = "MIT OR Apache-2.0"
name = "wstomp"
readme = "README.md"
repository = "https://github.com/sfisol/wstomp"
version = "0.1.0"