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

28 lines
756 B
TOML
Raw Normal View History

2022-03-23 01:07:00 -07:00
[package]
2022-03-28 10:58:14 -07:00
name = "service-mango-pnl"
2022-03-23 01:07:00 -07:00
version = "0.1.0"
authors = ["Christian Kamm <mail@ckamm.de>"]
edition = "2021"
[dependencies]
solana-geyser-connector-lib = { path = "../lib" }
2022-12-16 02:58:04 -08:00
solana-logger = "~1.14.9"
solana-sdk = "~1.14.9"
2022-03-23 01:07:00 -07:00
log = "0.4"
anyhow = "1.0"
toml = "0.5"
bytemuck = "1.7.2"
2022-03-23 10:39:42 -07:00
jsonrpsee = { version = "0.9.0", features = ["http-server"] }
2022-03-23 01:07:00 -07:00
async-trait = "0.1"
2022-03-23 10:39:42 -07:00
fixed = { version = "1.9.0", features = ["serde"] }
2022-03-23 01:07:00 -07:00
bs58 = "0.3.1"
tokio = { version = "1", features = ["full"] }
serde = "1.0.130"
serde_derive = "1.0.130"
mango-v4 = { git = "https://github.com/blockworks-foundation/mango-v4", branch = "dev" }
client = { git = "https://github.com/blockworks-foundation/mango-v4", branch = "dev" }
anchor-lang = "0.25.0"
anchor-client = "0.25.0"