tokio-tungstenite 0.13.0

Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation
Documentation
[dependencies.futures-util]
default-features = false
features = ["async-await", "sink", "std"]
version = "0.3"

[dependencies.log]
version = "0.4"

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

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

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

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

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

[dev-dependencies.futures-channel]
version = "0.3"

[dev-dependencies.tokio]
default-features = false
features = ["io-std", "macros", "rt-multi-thread", "time"]
version = "1.0.0"

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

[features]
connect = ["stream", "tokio/net"]
default = ["connect"]
stream = []
tls = ["native-tls", "tokio-native-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.13.0"
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.13.0"