# 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 = "tensor-trade-stream" version = "0.7.0" authors = ["mektigboy "] description = "A client for receiving updates from Tensor Trade Marketplace over WebSocket using GraphQL subscriptions." readme = "README.md" keywords = [ "crypto", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/protecc-labs/tensor-tensor-stream-rs.rs" [dependencies.async-tungstenite] version = "0.24.0" features = [ "tokio-runtime", "tokio-rustls-native-certs", "tokio-native-tls", ] [dependencies.dotenv] version = "0.15.0" [dependencies.eyre] version = "0.6.11" [dependencies.futures] version = "0.3.30" [dependencies.graphql-ws-client] version = "0.7.0" features = [ "client-graphql-client", "cynic", ] [dependencies.graphql_client] version = "0.13.0" features = ["graphql_query_derive"] default-features = false [dependencies.serde] version = "1.0.193" features = ["derive"] default-features = false [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] default-features = false