[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"