# 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-stream" version = "0.1.1" authors = ["mektigboy "] description = "A Rust client library for real-time updates from the Tensor NFT marketplace and its aggregated marketplaces, using GraphQL subscriptions." readme = "README.md" keywords = [ "tensor", "tensorswap", ] categories = [ "graphql", "websockets", "nft", ] license = "MIT" repository = "https://github.com/protecc-labs/tensor-stream-rs" [dependencies.anyhow] version = "1.0.77" features = ["std"] default-features = false [dependencies.futures] version = "0.3.30" [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.serde_json] version = "1.0.108" features = ["raw_value"] default-features = false [dependencies.tokio] version = "1.35.1" features = [ "macros", "sync", "rt-multi-thread", ] default-features = false [dependencies.tokio-stream] version = "0.1.14" features = ["sync"] default-features = false [dependencies.tokio-tungstenite] version = "0.21.0" features = [ "rustls", "connect", "native-tls", ] default-features = false [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.6.1" features = [ "v4", "serde", ] default-features = false