solana-accountsdb-connector/connector-mango/Cargo.toml

25 lines
931 B
TOML
Raw Normal View History

2021-11-01 02:34:25 -07:00
[package]
name = "solana-geyser-connector-mango"
2021-11-01 02:34:25 -07:00
version = "0.1.0"
2022-01-06 23:21:00 -08:00
authors = ["Christian Kamm <mail@ckamm.de>"]
2021-11-01 02:34:25 -07:00
edition = "2018"
[dependencies]
solana-geyser-connector-lib = { path = "../lib" }
solana-logger = "=1.9.13"
log = "0.4"
anyhow = "1.0"
toml = "0.5"
async-trait = "0.1"
fixed = { version = "=1.9.0", features = ["serde"] }
bs58 = "0.3.1"
2021-11-01 02:34:25 -07:00
tokio = { version = "1", features = ["full"] }
tokio-postgres = "0.7.4"
2021-11-04 01:57:55 -07:00
postgres-types = { version = "0.2", features = ["array-impls", "derive"] }
2021-11-01 02:34:25 -07:00
postgres_query = { git = "https://github.com/nolanderc/rust-postgres-query", rev = "b4422051c8a31fbba4a35f88004c1cefb1878dd5" }
2021-11-04 01:57:55 -07:00
# The v3.2 branch currently has a conflicting syn version dependency, use a fixed version
mango = { git = "https://github.com/ckamm/mango-v3", rev = "2e1e4886544bdb1c5f773a3856305210f622fa94" }
mango-common = { git = "https://github.com/ckamm/mango-v3", rev = "2e1e4886544bdb1c5f773a3856305210f622fa94" }