tokio-stomp-2 0.1.1

Unofficial successor to Asynchronous streaming STOMP client
Documentation
[dependencies.bytes]
version = "1"

[dependencies.custom_debug_derive]
version = "0.4.0"

[dependencies.failure]
version = "0.1.8"

[dependencies.futures]
version = "0.3"

[dependencies.nom]
version = "4"

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

[dependencies.tokio-util]
features = ["codec"]
version = "0.6"
[dev-dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["Jens Walter <jens@apimeister.com>, Alexander Kunde <alexander.kunde@hamburgsud.com>"]
description = "Unofficial successor to Asynchronous streaming STOMP client"
edition = "2018"
homepage = "http://github.com/schoki040/tokio-stomp-2"
keywords = ["stomp", "tokio", "streaming"]
license = "MIT"
name = "tokio-stomp-2"
readme = "README.md"
repository = "http://github.com/schoki040/tokio-stomp-2"
version = "0.1.1"