[package] name = "yellowstone-grpc-client" version = "1.12.0+solana.1.17.1" authors = ["Triton One"] edition = "2021" description = "Yellowstone gRPC Geyser Simple Client" homepage = "https://triton.one" repository = "https://github.com/rpcpool/yellowstone-grpc" license = "Apache-2.0" keywords = ["solana"] [dependencies] bytes = "1.3.0" futures = "0.3.24" http = "0.2.8" thiserror = "1.0" tonic = { version = "0.10.2", features = ["gzip", "tls", "tls-roots"] } tonic-health = "0.10.2" yellowstone-grpc-proto = { path = "../yellowstone-grpc-proto", version = "1.11.0+solana.1.17.1" } [dev-dependencies] tokio = { version = "1.32.0", features = ["macros"] }