# 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-ws-client" version = "4.12.11" authors = ["soulmachine "] description = "A versatile websocket client that supports many cryptocurrency exchanges." readme = "README.md" keywords = [ "cryptocurrency", "blockchain", "trading", "websocket", ] license = "Apache-2.0" repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-ws-client" resolver = "1" [dependencies.async-trait] version = "0.1.64" [dependencies.fast-socks5] version = "0.8.1" [dependencies.flate2] version = "1.0.25" [dependencies.futures-util] version = "0.3.26" [dependencies.governor] version = "0.5.1" [dependencies.log] version = "0.4.17" [dependencies.nonzero_ext] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.14" features = ["gzip"] [dependencies.serde_json] version = "1.0.93" [dependencies.tokio] version = "1.25.0" features = [ "rt-multi-thread", "time", "sync", "macros", ] [dependencies.tokio-tungstenite] version = "0.18.0" features = ["rustls-tls-native-roots"] [dev-dependencies.tokio] version = "1.25.0" features = ["test-util"]