[package] name = "grpc_banking_transactions_notifications" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] solana-sdk = "~1.16.3" solana-rpc-client = "~1.16.3" solana-rpc-client-api = "~1.16.3" solana-transaction-status = "~1.16.3" itertools = "0.10.5" serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" bincode = "1.3.3" bs58 = "0.4.0" base64 = "0.21.0" thiserror = "1.0.40" futures = "0.3.28" bytes = "1.4.0" anyhow = "1.0.70" log = "0.4.17" clap = { version = "4.2.4", features = ["derive", "env"] } dashmap = "5.4.0" const_env = "0.1.2" chrono = "0.4.24" native-tls = "0.2.11" postgres-native-tls = "0.5.0" prometheus = "0.13.3" lazy_static = "1.4.0" tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "time"] } yellowstone-grpc-client = { path = "../yellowstone-grpc/yellowstone-grpc-client" } yellowstone-grpc-proto = { path = "../yellowstone-grpc/yellowstone-grpc-proto" }