websocket-base 0.26.5

A WebSocket (RFC6455) library for Rust: low-level component. It contains HTTP-independent aspect of WebSockets
Documentation
[dependencies.base64]
version = "0.10.0"

[dependencies.bitflags]
version = "1.0.4"

[dependencies.byteorder]
version = "1.0"

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

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

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

[dependencies.rand]
version = "0.6.1"

[dependencies.sha-1]
version = "0.8"

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

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

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

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

[features]
async = ["tokio-codec", "tokio-io", "tokio-tcp", "bytes", "futures"]
async-ssl = ["native-tls", "tokio-tls", "async"]
default = ["sync", "async", "sync-ssl", "async-ssl"]
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: low-level component. It contains HTTP-independent aspect of WebSockets"
documentation = "https://docs.rs/websocket-base/"
edition = "2018"
keywords = ["websocket", "websockets", "rfc6455", "async", "tokio"]
license = "MIT"
name = "websocket-base"
repository = "https://github.com/websockets-rs/rust-websocket"
version = "0.26.5"