websocket 0.20.3

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.20.3"
authors = ["cyderize <admin@cyderize.org>", "Michael Eden <themichaeleden@gmail.com>"]
description = "A WebSocket (RFC6455) library for Rust."
homepage = "http://cyderize.github.io/rust-websocket/"
documentation = "http://cyderize.github.io/rust-websocket/doc/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/cyderize/rust-websocket.git"
[dependencies.base64]
version = "0.5"

[dependencies.bitflags]
version = "0.9"

[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.1.2"
optional = true

[dependencies.rand]
version = "0.3"

[dependencies.sha1]
version = "0.2"

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

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

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

[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"]