tokio-nsq 0.10.0

A Rust NSQ client built on Tokio. Tokio NSQ aims to be a feature complete NSQ client implementation.
Documentation
[package]
name        = "tokio-nsq"
version     = "0.10.0"
authors     = ["Harpo Roeder <roedeharpo@protonmail.ch>"]
edition     = "2018"
license     = "BSD-3-Clause"
repository  = "https://github.com/harporoeder/tokio-nsq"
description = "A Rust NSQ client built on Tokio. Tokio NSQ aims to be a feature complete NSQ client implementation."
readme      = "README.md"
categories  = ["asynchronous", "network-programming", "concurrency"]

[dependencies]
hyper             = "0.13"
tokio             = { version = "0.2.22", features = ["full"] }
serde             = { version = "1.0", features = ["derive"] }
serde_json        = "1.0"
byteorder         = "1.3"
failure           = "0.1.8"
log               = "0.4"
tokio-rustls      = "0.14"
rustls            = { version = "0.18", features = ["dangerous_configuration"] }
regex             = "1"
lazy_static       = "1.4"
backoff           = "0.2.1"
gethostname       = "0.2.1"
snap              = "1"
matches           = "0.1.8"
async-compression = { version = "0.3.5", features = ["tokio-02", "deflate"] }
tokio-io-timeout  = "0.4.0"

[dev-dependencies]
rand       = "0.7.3"
env_logger = "0.7.1"

[build-dependencies]
built = "0.4"