yellowstone-grpc/examples/rust/Cargo.toml

24 lines
673 B
TOML
Raw Normal View History

[package]
name = "yellowstone-grpc-client-simple"
version = "1.9.0+solana.1.16.1"
authors = ["Triton One"]
edition = "2021"
publish = false
[[bin]]
name = "client"
[dependencies]
anyhow = "1.0.62"
backoff = { version = "0.4.0", features = ["tokio"] }
bs58 = "0.4.0"
clap = { version = "4.3.0", features = ["cargo", "derive"] }
env_logger = "0.10.0"
futures = "0.3.24"
hex = "0.4.3"
log = { version = "0.4.14", features = ["std"] }
2023-06-16 20:22:42 -07:00
solana-sdk = "=1.16.1"
tokio = { version = "1.21.2", features = ["rt-multi-thread", "macros", "time"] }
yellowstone-grpc-client = { path = "../../yellowstone-grpc-client" }
yellowstone-grpc-proto = { path = "../../yellowstone-grpc-proto" }