[package] name = "service-mango-fills" version = "0.1.0" authors = ["Christian Kamm ", "Maximilian Schneider "] edition = "2018" [dependencies] solana-geyser-connector-lib = { path = "../lib" } solana-logger = "*" bs58 = "*" log = "*" anyhow = "*" toml = "*" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" futures-channel = "0.3" futures-util = "0.3" ws = "^0.9.2" async-channel = "1.6" async-trait = "0.1" tokio = { version = "1", features = ["full"] } tokio-tungstenite = "0.17" bytemuck = "1.7.2" mango-v4 = { git = "ssh://git@github.com/blockworks-foundation/mango-v4", branch = "dev" } client = { git = "ssh://git@github.com/blockworks-foundation/mango-v4", branch = "dev" } serum_dex = { git = "ssh://git@github.com/jup-ag/openbook-program", branch = "feat/expose-things" } anchor-lang = "0.25.0" anchor-client = "0.25.0"