[package] name = "jito-points-mango" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1", features = ["full"] } anyhow = "1.0" bytemuck = { version = "^1.7.2", features = ["min_const_generics"] } solana-rpc = "~1.16.7" solana-client = "~1.16.7" solana-account-decoder = "~1.16.7" solana-sdk = "~1.16.7" solana-logger = "~1.16.7" anchor-lang = "0.28.0" mango-v4 = { git = "https://github.com/blockworks-foundation/mango-v4.git", branch = "update-solana-1-16-anchor-28-mango-0.19", features = ["client"] } fixed = { git = "https://github.com/blockworks-foundation/fixed.git", branch = "v1.11.0-borsh0_10-mango" }