# 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-com-exchange" version = "1.2.0" description = "Websocket library for crypto com exchange https://exchange-docs.crypto.com/spot/index.html#websocket-root-endpoints" homepage = "https://github.com/maxpowel/rs-crypto-com-exchange" documentation = "https://docs.rs/crypto-com-exchange/latest/crypto_com_exchange/" readme = "README.md" keywords = [ "websocket", "crypto", "api", "exchange", ] categories = [ "api-bindings", "asynchronous", "web-programming::websocket", ] license = "Apache-2.0" repository = "https://github.com/maxpowel/rs-crypto-com-exchange" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde-aux] version = "4.5.0" [dependencies.serde_json] version = "^1.0.120" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.22.0" features = ["rustls-tls-native-roots"]