# 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-proto" version = "0.1.1" authors = ["support@bloxroute.com"] build = "build.rs" include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", "README.md", "proto", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Solana Trader API protocol implementation." homepage = "https://bloxroute.com/" documentation = "https://docs.bloxroute.com/solana/trader-api-v2" readme = "README.md" keywords = [ "solana", "blockchain", "trader", "grpc", "raydium", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/bloXroute-Labs/solana-trader-proto" [lib] name = "solana_trader_proto" path = "rust/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.prost] version = "0.13.3" [dependencies.prost-types] version = "0.13.3" [dependencies.prost-wkt-types] version = "0.6.0" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.214" [dependencies.serde_derive] version = "1.0.214" [dependencies.tonic] version = "0.12.3" [build-dependencies.prost-build] version = "0.13.3" [build-dependencies.regex] version = "1.11.1" [build-dependencies.serde] version = "1.0.214" [build-dependencies.tonic-build] version = "0.12.3"