[dependencies.base64]
version = "0.12.3"
[dependencies.futures]
version = "0.3.5"
[dependencies.native-tls]
version = "0.2.4"
[dependencies.rand]
version = "0.7.3"
[dependencies.rand_chacha]
version = "0.2.2"
[dependencies.regex]
version = "1.3.9"
[dependencies.sha-1]
version = "0.9.1"
[dependencies.thiserror]
version = "1.0.20"
[dependencies.tokio]
features = ["tcp", "io-util"]
version = "0.2.21"
[dependencies.tokio-native-tls]
version = "0.1.0"
[dependencies.url]
version = "2.1.1"
[dev-dependencies.tokio]
features = ["rt-core", "macros"]
version = "0.2.21"
[package]
authors = ["imranmaj <49664304+imranmaj@users.noreply.github.com>"]
categories = ["asynchronous", "network-programming", "web-programming", "web-programming::websocket"]
description = "A WebSocket client implementation."
documentation = "http://docs.rs/websockets"
edition = "2018"
keywords = ["websocket", "websockets", "async", "tokio", "io"]
license = "MIT"
name = "websockets"
readme = "README.md"
repository = "https://github.com/imranmaj/websockets"
version = "0.1.6"