tokio-tungstenite 0.10.1

Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.native-tls]
optional = true
version = "0.2.0"

[dependencies.pin-project]
version = "0.4"

[dependencies.tokio]
default-features = false
features = ["io-util"]
version = "0.2"

[dependencies.tokio-tls]
optional = true
version = "0.3"

[dependencies.tungstenite]
default-features = false
version = "0.10.0"
[dev-dependencies.env_logger]
version = "0.7"

[dev-dependencies.tokio]
default-features = false
features = ["io-std", "macros"]
version = "0.2"

[dev-dependencies.url]
version = "2.0.0"

[features]
connect = ["stream", "tokio/net"]
default = ["connect"]
stream = []
tls = ["native-tls", "tokio-tls", "stream", "tungstenite/tls"]

[package]
authors = ["Daniel Abramov <dabramov@snapview.de>", "Alexey Galakhov <agalakhov@snapview.de>"]
categories = ["web-programming::websocket", "network-programming", "asynchronous", "concurrency"]
description = "Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation"
documentation = "https://docs.rs/tokio-tungstenite/0.10.1"
edition = "2018"
homepage = "https://github.com/snapview/tokio-tungstenite"
keywords = ["websocket", "io", "web"]
license = "MIT"
name = "tokio-tungstenite"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.10.1"