websocket 0.8.1

A WebSocket (RFC6455) library for Rust.
[package]



name = "websocket"

version = "0.8.1"

authors = ["cyderize <admin@cyderize.org>"]



description = "A WebSocket (RFC6455) library for Rust."



documentation = "http://cyderize.github.io/rust-websocket/doc/websocket/"

homepage = "http://cyderize.github.io/rust-websocket/"

repository = "https://github.com/cyderize/rust-websocket.git"



readme = "README.md"



keywords = ["websocket", "websockets", "rfc6455"]



license = "MIT"



[dependencies]

url = "~0.2.5"

sha1 = "~0.0.3"