crypto-ws-client 4.0.0

A versatile websocket client that supports many cryptocurrency exchanges.
Documentation
[dependencies.async-trait]
version = "0.1.52"

[dependencies.flate2]
version = "1"

[dependencies.futures-util]
version = "0.3.21"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["gzip"]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["rt-multi-thread", "time", "sync", "macros"]
version = "1"

[dependencies.tokio-tungstenite]
features = ["rustls-tls-native-roots"]
version = "0.17.1"
[dev-dependencies.tokio]
features = ["test-util"]
version = "1"

[package]
authors = ["soulmachine <soulmachine@gmail.com>"]
description = "A versatile websocket client that supports many cryptocurrency exchanges."
edition = "2021"
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 = "4.0.0"