# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "crypto-msg-parser" version = "2.9.2" authors = ["soulmachine "] description = "Parse websocket messages from cryptocurreny exchanges" readme = "README.md" keywords = [ "cryptocurrency", "blockchain", "trading", ] license = "Apache-2.0" repository = "https://github.com/crypto-crawler/crypto-msg-parser/tree/main/crypto-msg-parser" [dependencies.chrono] version = "0.4.38" [dependencies.crypto-contract-value] version = "1.7.25" [dependencies.crypto-market-type] version = "1.1.6" [dependencies.crypto-message] version = "1.1.21" [dependencies.crypto-msg-type] version = "1.0.12" [dependencies.crypto-pair] version = "2.3.20" [dependencies.if_chain] version = "1.0.2" [dependencies.once_cell] version = "1.19.0" [dependencies.reqwest] version = "0.12.5" features = [ "blocking", "gzip", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.simple-error] version = "0.3.1" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4"