websocket 0.22.4

A WebSocket (RFC6455) library for Rust.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.bitflags]
version = "1.0.4"

[dependencies.byteorder]
version = "1.0"

[dependencies.bytes]
version = "0.4"
optional = true

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

[dependencies.hyper]
version = "^0.10.6"

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

[dependencies.rand]
version = "0.6.1"

[dependencies.sha1]
version = "0.6"

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

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

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

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

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

[dependencies.unicase]
version = "1.0"

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

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

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