stomp 0.10.1

A full STOMP 1.2 client implementation. Allows programs to interact with message queueing services like ActiveMQ and RabbitMQ.
[package]

name = "stomp"
version = "0.10.1"
authors = [ "zslayton <zack.slayton@gmail.com" ]
repository = "https://github.com/zslayton/stomp-rs"
readme = "README.md"
description = "A full STOMP 1.2 client implementation. Allows programs to interact with message queueing services like ActiveMQ and RabbitMQ."
keywords = [ "stomp", "mq", "activemq", "rabbitmq", "queue" ] 
license = "MIT"

[lib]
name = "stomp"

[dependencies]
"lifeguard" = "*"
"unicode-segmentation" = "*"
"log" = "*"
"mio" = "*"