crypto-msg-parser 2.0.7

Parse websocket messages from cryptocurreny exchanges
Documentation
[package]
name = "crypto-msg-parser"
version = "2.0.7"
authors = ["soulmachine <soulmachine@gmail.com>"]
edition = "2021"
description = "Parse websocket messages from cryptocurreny exchanges"
license = "Apache-2.0"
repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-msg-parser"
keywords = ["cryptocurrency", "blockchain", "trading"]

[dependencies]
chrono = "0.4.19"
crypto-contract-value = "1.3.6"
crypto-market-type = "1.0.9"
crypto-msg-type = "1.0.6"
crypto-pair = "2.2.3"
if_chain = "1.0.2"
once_cell = "1.10.0"
reqwest = { version = "0.11.10", features = ["blocking", "gzip"] }
simple-error = "0.2.3"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
strum = "0.24.0"
strum_macros = "0.24.0"

[dev-dependencies]
float-cmp = "0.9.0"