crypto-markets 0.5.3

Get all trading pairs of a cryptocurrency exchange
Documentation
[dependencies.reqwest]
features = ["blocking", "gzip", "socks"]
version = "0.10"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
version = "0.20"

[dependencies.strum_macros]
version = "0.20"

[package]
authors = ["soulmachine <soulmachine@gmail.com>"]
description = "Get all trading pairs of a cryptocurrency exchange"
edition = "2018"
keywords = ["cryptocurrency", "blockchain", "trading"]
license = "Apache-2.0"
name = "crypto-markets"
repository = "https://github.com/soulmachine/crypto-crawler-rs/tree/main/crypto-markets"
version = "0.5.3"