# 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" version = "0.7.0" authors = ["mektigboy "] description = "A client for Tensor NFT marketplace and its aggregated marketplaces." readme = "README.md" keywords = [ "crypto", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/protecc-labs/tensor-trade-rs.git" [dependencies.anyhow] version = "1.0.77" [dependencies.async-trait] version = "0.1.75" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.5.0" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.graphql_client] version = "0.13.0" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_bytes] version = "0.11.14" [dependencies.serde_json] version = "1.0.108" [dependencies.solana-client] version = "1.17.16" [dependencies.solana-sdk] version = "1.17.16" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", "sync", ]