crypto-crawler 4.2.1

A rock-solid cryprocurrency crawler.
Documentation
[package]
name = "crypto-crawler"
version = "4.2.1"
authors = ["soulmachine <soulmachine@gmail.com>"]
edition = "2021"
description   = "A rock-solid cryprocurrency crawler."
license = "Apache-2.0"
repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-crawler"
keywords = ["cryptocurrency", "blockchain", "trading"]

[dependencies]
crypto-markets = "1.2.1"
crypto-market-type = "1.0.9"
crypto-msg-parser = "2.0.0"
crypto-msg-type = "1.0.6"
crypto-pair = "2.2.3"
crypto-rest-client = "0.8.9"
crypto-ws-client = "4.10.5"
fslock = "0.2.1"
once_cell = "1.10.0"
log = "0.4.17"
rand = "0.8.5"
reqwest = { version = "0.11.10", features = ["blocking", "gzip"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
tokio = { version = "1.18.1", features = ["macros", "rt-multi-thread", "sync", "time"] }

[dev_dependencies]
env_logger = "0.9"
test-case = "1"
tokio = { version = "1", features = ["test-util"] }