mango-v4/bin/service-mango-pnl/Cargo.toml

36 lines
793 B
TOML

[package]
name = "service-mango-pnl"
version = "0.1.0"
authors = ["Christian Kamm <mail@ckamm.de>"]
edition = "2021"
license = "AGPL-3.0-or-later"
[dependencies]
mango-feeds-connector = { workspace = true }
solana-client = { workspace = true }
solana-logger = { workspace = true }
solana-sdk = { workspace = true }
anchor-lang = { workspace = true }
anchor-client = { workspace = true }
mango-v4 = { path = "../../programs/mango-v4", features = ["client"] }
mango-v4-client = { path = "../../lib/client" }
bs58 = "0.3.1"
log = "0.4"
anyhow = "1.0"
toml = "0.5"
fixed = { workspace = true }
jsonrpsee = { version = "0.9.0", features = ["http-server"] }
async-trait = "0.1"
async-channel = "1.6"
tokio = { version = "1", features = ["full"] }
serde = "1.0.130"
serde_derive = "1.0.130"