# 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 = "solana-trader-client-rust" version = "0.1.0" authors = ["support@bloxroute.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Solana Trader API client implementation" homepage = "https://bloxroute.com/" readme = "README.md" keywords = [ "solana", "blockchain", "trading", "client", "sdk", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/bloXroute-Labs/solana-trader-client-rust" [lib] name = "solana_trader_client_rust" path = "src/lib.rs" [[test]] name = "grpc" path = "tests/grpc/mod.rs" [[test]] name = "http" path = "tests/http/mod.rs" [[test]] name = "ws" path = "tests/ws/mod.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.async-trait] version = "0.1.83" [dependencies.base64] version = "0.22.1" [dependencies.bincode] version = "1.3.3" [dependencies.bitnet] version = "0.31.9" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.11.5" [dependencies.futures-macro] version = "0.3.31" [dependencies.futures-util] version = "0.3.31" [dependencies.lazy_static] version = "1.5.0" [dependencies.prost] version = "0.13.3" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.ring] version = "0.17.8" [dependencies.rustls] version = "0.23.16" features = ["ring"] [dependencies.serde] version = "1.0.213" [dependencies.serde_json] version = "1.0.132" [dependencies.serial_test] version = "3.1.1" [dependencies.solana-hash] version = "2.1.0" [dependencies.solana-sdk] version = "2.1.0" [dependencies.solana-trader-proto] version = "0.1.0" [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.tokio-rustls] version = "0.26.0" [dependencies.tokio-stream] version = "0.1.16" features = ["sync"] [dependencies.tokio-tungstenite] version = "0.24.0" features = ["rustls-tls-webpki-roots"] [dependencies.tonic] version = "0.12.3" features = [ "tls", "tls-webpki-roots", ] [dependencies.tower] version = "0.5.1" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.2" [dependencies.webpki-roots] version = "0.26.6" [dev-dependencies.test-case] version = "3.3.1"