crypto-crawler 3.4.2

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

[dependencies]
crypto-markets = "1.1.5"
crypto-market-type = "1.0.8"
crypto-msg-parser = "1.9.5"
crypto-msg-type = "1.0.5"
crypto-pair = "2.1.8"
crypto-rest-client = "0.8.3"
crypto-ws-client = "3.2.4"
fslock = "0.1.8"
lazy_static = "1"
log = "0.4"
rand = "0.8.4"
reqwest = { version = "0.11", features = ["blocking", "gzip"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"

[dev_dependencies]
test-case = "1"
env_logger = "0.8"