[package] name = "service-mango-pnl" version = "0.1.0" authors = ["Christian Kamm "] edition = "2021" license = "AGPL-3.0-or-later" [dependencies] mango-feeds-lib = { path = "../lib" } solana-logger = "~1.14.9" solana-sdk = "~1.14.9" log = "0.4" anyhow = "1.0" toml = "0.5" bytemuck = "1.7.2" jsonrpsee = { version = "0.9.0", features = ["http-server"] } async-trait = "0.1" fixed = { version = "1.9.0", features = ["serde"] } 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" } mango-v4-client = { git = "https://github.com/blockworks-foundation/mango-v4", branch = "dev" } anchor-lang = "0.25.0" anchor-client = "0.25.0"