crypto-ws-client 4.12.11

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

[dependencies.fast-socks5]
version = "0.8.1"

[dependencies.flate2]
version = "1.0.25"

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

[dependencies.governor]
version = "0.5.1"

[dependencies.log]
version = "0.4.17"

[dependencies.nonzero_ext]
version = "0.3.0"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.serde_json]
version = "1.0.93"

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

[dependencies.tokio-tungstenite]
features = ["rustls-tls-native-roots"]
version = "0.18.0"

[dev-dependencies.tokio]
features = ["test-util"]
version = "1.25.0"

[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"
readme = "README.md"
repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-ws-client"
resolver = "1"
version = "4.12.11"