crypto-crawler 1.1.2

A rock-solid cryprocurrency crawler.
Documentation
[package]
name = "crypto-crawler"
version = "1.1.2"
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.4.1"
crypto-rest-client = "0.3.8"
crypto-ws-client = "2.1.7"
log = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
strum = "0.20"
strum_macros = "0.20"

[dev_dependencies]
test-case = "1"