websocket 0.26.4

[deprecated] A WebSocket (RFC6455) library for Rust.
Documentation
[dependencies.bytes]
optional = true
version = "0.4"

[dependencies.futures]
optional = true
version = "0.1"

[dependencies.hyper]
version = "^0.10.6"

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

[dependencies.rand]
version = "0.6.1"

[dependencies.tokio-codec]
optional = true
version = "0.1"

[dependencies.tokio-io]
optional = true
version = "0.1"

[dependencies.tokio-reactor]
optional = true
version = "0.1"

[dependencies.tokio-tcp]
optional = true
version = "0.1"

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

[dependencies.unicase]
version = "1.0"

[dependencies.url]
version = "1.0"

[dependencies.websocket-base]
default-features = false
version = "0.26.0"
[dev-dependencies.futures-cpupool]
version = "0.1"

[dev-dependencies.tokio]
default-features = false
features = ["codec", "tcp", "rt-full"]
version = "0.1"

[features]
async = ["bytes", "futures", "tokio-io", "tokio-tcp", "tokio-reactor", "tokio-codec", "websocket-base/async"]
async-ssl = ["native-tls", "tokio-tls", "async", "websocket-base/async-ssl"]
default = ["sync", "sync-ssl", "async", "async-ssl"]
nightly = ["hyper/nightly"]
sync = ["websocket-base/sync"]
sync-ssl = ["native-tls", "sync", "websocket-base/sync-ssl"]

[package]
authors = ["cyderize <admin@cyderize.org>", "Michael Eden <themichaeleden@gmail.com>"]
categories = ["asynchronous", "network-programming", "web-programming", "web-programming::websocket"]
description = "[deprecated] A WebSocket (RFC6455) library for Rust."
documentation = "https://docs.rs/websocket/"
edition = "2018"
keywords = ["websocket", "websockets", "rfc6455", "async", "tokio"]
license = "MIT"
name = "websocket"
readme = "README.md"
repository = "https://github.com/websockets-rs/rust-websocket"
version = "0.26.4"