wstomp 0.2.0

A STOMP-over-WebSocket client library for Rust, built on top of awc and async-stomp
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "wstomp"
version = "0.2.0"
authors = ["MichaƂ Pokrywka <wolfmoon@o2.pl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A STOMP-over-WebSocket client library for Rust, built on top of awc and async-stomp"
homepage = "https://github.com/sfisol/wstomp"
documentation = "https://docs.rs/wstomp"
readme = "README.md"
keywords = [
    "stomp",
    "websocket",
    "actix",
    "async",
    "web",
]
categories = [
    "network-programming",
    "asynchronous",
    "web-programming::http-client",
    "web-programming::websocket",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sfisol/wstomp"

[features]
default = ["rustls"]
rustls = [
    "dep:rustls",
    "dep:tokio-rustls",
    "dep:webpki-roots",
    "awc/rustls-0_23",
]

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

[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.8"
default-features = false

[dependencies.backoff]
version = "0.4"
features = ["tokio"]

[dependencies.bytes]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.pretty-readme]
version = "0.1"

[dependencies.rustls]
version = "0.23"
optional = true

[dependencies.tokio]
version = "1"
features = ["macros"]

[dependencies.tokio-rustls]
version = "0.26"
optional = true

[dependencies.tokio-util]
version = "0.7"

[dependencies.webpki-roots]
version = "1"
optional = true