crypto-ws-client 2.2.1

A versatile websocket client that supports many cryptocurrency exchanges.
Documentation
[package]
name = "crypto-ws-client"
version = "2.2.1"
authors = ["soulmachine <soulmachine@gmail.com>"]
edition = "2018"
description   = "A versatile websocket client that supports many cryptocurrency exchanges."
license = "Apache-2.0"
repository = "https://github.com/soulmachine/crypto-crawler-rs/tree/main/crypto-ws-client"
keywords = ["cryptocurrency", "blockchain", "trading", "websocket"]

[dependencies]
flate2 = "1"
log = "0.4"
serde_json = "1"
tungstenite = { version = "0.13", default-features = false, features = ["rustls-tls"] }
http = "0.2"
rustls = "0.19.0"
webpki = "0.21.4"
webpki-roots = "0.21.0"