actix-mqtt 0.1.0

MQTT v3.1.1 Client/Server framework
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "actix-mqtt"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config"]
description = "MQTT v3.1.1 Client/Server framework"
documentation = "https://docs.rs/actix-mqtt"
keywords = ["MQTT", "IoT", "messaging"]
categories = ["network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix-mqtt.git"
[dependencies.actix-codec]
version = "0.1.2"

[dependencies.actix-ioframe]
version = "0.1.0"

[dependencies.actix-router]
version = "0.1.5"

[dependencies.actix-server-config]
version = "0.1.1"

[dependencies.actix-service]
version = "0.4.1"

[dependencies.actix-utils]
version = "0.4.2"

[dependencies.bytes]
version = "0.4"

[dependencies.derive_more]
version = "0.15.0"

[dependencies.either]
version = "1.5.2"

[dependencies.futures]
version = "0.1.25"

[dependencies.log]
version = "0.4"

[dependencies.mqtt-codec]
version = "0.2.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.string]
version = "0.2.0"

[dependencies.tokio-current-thread]
version = "0.1.4"

[dependencies.uuid]
version = "0.7"
features = ["v4"]
[dev-dependencies.actix-connect]
version = "0.2.0"

[dev-dependencies.actix-server]
version = "0.6.1"

[dev-dependencies.actix-testing]
version = "0.1.0"

[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.tokio-tcp]
version = "0.1"