# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "mles-client" version = "1.1.7" authors = ["jq-rs"] description = "Mles-client, a distributed data protocol example (chat) client/ws-proxy" documentation = "http://mles.io" readme = "README.md" keywords = [ "protocol", "publish-subscribe", "mles", "websocket", ] categories = ["network-programming"] license = "MPL-2.0" repository = "https://github.com/jq-rs/mles-rs" [profile.release] lto = true [dependencies.bytes] version = "0.4" [dependencies.futures] version = "0.1" [dependencies.mles-utils] version = "1.1" [dependencies.tokio] version = "0.1" [dependencies.tokio-codec] version = "0.1" [dependencies.tokio-proto] version = "0.1" [dependencies.tokio-service] version = "0.1" [dependencies.tokio-tungstenite] version = "0.6" [dependencies.tungstenite] version = "0.6" [badges.appveyor] repository = "jq-rs/mles-rs" [badges.travis-ci] repository = "jq-rs/mles-rs"