crypto-crawler 1.2.8

A rock-solid cryprocurrency crawler.
Documentation
[package]
name = "crypto-crawler"
version = "1.2.8"
authors = ["soulmachine <soulmachine@gmail.com>"]
edition = "2018"
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.5.2"
crypto-rest-client = "0.5.0"
crypto-ws-client = "2.3.0"
lazy_static = "1"
log = "0.4"
reqwest = { version = "0.10", features = ["blocking", "gzip"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
strum = "0.20"
strum_macros = "0.20"

[dev_dependencies]
test-case = "1"