crypto-ws-client 2.1.4

A versatile websocket client that supports many cryptocurrency exchanges.
Documentation
[package]
name = "crypto-ws-client"
version = "2.1.4"
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 = "0.12"
http = "0.2"
native-tls = "0.2"