crypto-crawler 1.9.9

A rock-solid cryprocurrency crawler.
Documentation
[package]
name = "crypto-crawler"
version = "1.9.9"
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 = "0.7.5"
crypto-market-type = "0.1.7"
crypto-pair = "2.0.6"
crypto-rest-client = "0.7.4"
crypto-ws-client = "2.6.1"
fslock = "0.1.8"
lazy_static = "1"
log = "0.4"
reqwest = { version = "0.11", features = ["blocking", "gzip"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
strum = "0.20"
strum_macros = "0.20"

[dev_dependencies]
test-case = "1"