42 lines
1.1 KiB
TOML
42 lines
1.1 KiB
TOML
[package]
|
|
name = "geyser-grpc-connector"
|
|
version = "0.10.6+yellowstone.1.15"
|
|
edition = "2021"
|
|
|
|
description = "Multiplexing and Reconnection on Yellowstone gRPC Geyser client streaming"
|
|
license = "Apache-2.0"
|
|
authors = ["GroovieGermanikus <groovie@mango.markets>"]
|
|
repository = "https://github.com/blockworks-foundation/geyser-grpc-connector"
|
|
|
|
[dependencies]
|
|
# this is the unpinned version
|
|
yellowstone-grpc-client = { git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.15.0+solana.1.18" }
|
|
yellowstone-grpc-proto = { git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.15.0+solana.1.18" }
|
|
tonic = "0.10.2"
|
|
|
|
# required for CommitmentConfig
|
|
solana-sdk = "1.18.15"
|
|
|
|
url = "2.5.0"
|
|
async-stream = "0.3.5"
|
|
tokio = { version = "1.28" , features = ["rt", "rt-multi-thread"] }
|
|
futures = "0.3.28"
|
|
merge-streams = "0.1.2"
|
|
anyhow = "1.0.70"
|
|
log = "0.4.17"
|
|
tracing = "0.1.37"
|
|
itertools = "0.10.5"
|
|
derive_more = "0.99.17"
|
|
|
|
base64 = "0.21.5"
|
|
bincode = "1.3.3"
|
|
|
|
csv = "1.3.0"
|
|
|
|
tonic-health = "0.10.2"
|
|
thiserror = "1.0.61"
|
|
|
|
[dev-dependencies]
|
|
tracing-subscriber = "0.3.16"
|
|
solana-logger = "1"
|