[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.17" solana-rpc-client = "~1.16.17" solana-rpc-client-api = "~1.16.17" solana-transaction-status = "~1.16.17" 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" tracing-subscriber = "0.3.18" 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-postgres = { version = "0.7.10", features = ["with-chrono-0_4"] } rustls = { version = "=0.20.8", default-features = false } tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "time"] } yellowstone-grpc-client = {git = "https://github.com/blockworks-foundation/yellowstone-grpc.git", branch = "tag-v1.16-mango"} yellowstone-grpc-proto = {git = "https://github.com/blockworks-foundation/yellowstone-grpc.git", branch = "tag-v1.16-mango"} [patch.crates-io] solana-account-decoder = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.17-geyser-block-v3-mango" } solana-geyser-plugin-interface = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.17-geyser-block-v3-mango" } solana-logger = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.17-geyser-block-v3-mango" } solana-program = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.17-geyser-block-v3-mango" } solana-sdk = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.17-geyser-block-v3-mango" } solana-transaction-status = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.17-geyser-block-v3-mango" }