mango-feeds/service-mango-pnl/Cargo.toml

25 lines
625 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-08-24 09:19:40 -07:00
solana-logger = "=1.10.35"
solana-sdk = "=1.10.35"
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"
2022-11-16 06:57:50 -08:00
mango-v4 = { git = "ssh://git@github.com/blockworks-foundation/mango-v4", branch = "dev" }