crypto-ws-client 2.3.4

A versatile websocket client that supports many cryptocurrency exchanges.
Documentation
[dependencies.flate2]
version = "1"

[dependencies.http]
version = "0.2"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["blocking", "gzip"]
version = "0.10"

[dependencies.rustls]
version = "0.19.0"

[dependencies.serde_json]
version = "1"

[dependencies.tungstenite]
default-features = false
features = ["rustls-tls"]
version = "0.13"

[dependencies.webpki]
version = "0.21.4"

[dependencies.webpki-roots]
version = "0.21.0"

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