# 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] name = "tokio-mqttc" version = "0.0.2" authors = ["Adam Jacobus ", "Bernhard Schuster "] description = "A mqttc client based on tokio-rs, this is still early stage prototoy" homepage = "https://github.com/drahnr/tokio-mqttc" documentation = "https://docs.rs/tokio-mqttc" readme = "README.md" keywords = ["mqtt", "client", "async", "tokio", "mqttc"] license = "Apache-2.0 OR MIT" repository = "https://github.com/drahnr/tokio-mqttc" [dependencies.take] version = "0.1.0" [dependencies.lazy_static] version = "0.2" [dependencies.tokio-io] version = "0.1" [dependencies.tokio-tls] version = "0.1" [dependencies.bytes] version = "0.4" [dependencies.enum_primitive] version = "0.1" [dependencies.futures-mutex] version = "0.1.2" [dependencies.serde] version = "1.0" [dependencies.tokio-core] version = "0.1" [dependencies.bitflags] version = "0.8" [dependencies.touch] version = "0" [dependencies.error-chain] version = "0.11" [dependencies.bincode] version = "0.9" [dependencies.serde_derive] version = "1.0" [dependencies.futures] version = "0.1.14" [dependencies.regex] version = "0.2" [dependencies.linked-hash-map] version = "0.5" features = ["serde_impl"] [dependencies.nom] version = "2.1" [dev-dependencies.nom-test-helpers] version = "2.0.0"