websocket 0.21.1

A WebSocket (RFC6455) library for Rust.
Documentation
[dependencies.base64]
version = "0.9"

[dependencies.bitflags]
version = "0.9"

[dependencies.byteorder]
version = "1.0"

[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.5"

[dependencies.sha1]
version = "0.6"

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

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

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

[dependencies.unicase]
version = "1.0"

[dependencies.url]
version = "1.0"
[dev-dependencies.futures-cpupool]
version = "0.1"

[features]
async = ["tokio-core", "tokio-io", "bytes", "futures"]
async-ssl = ["native-tls", "tokio-tls", "async"]
default = ["sync", "sync-ssl", "async", "async-ssl"]
nightly = ["hyper/nightly"]
sync = []
sync-ssl = ["native-tls", "sync"]

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