[package] name = "pomm" version = "0.1.8" edition = "2021" license = "Apache-2.0" keywords = ["solana", "phoenix", "cli", "Market-Maker"] repository = "https://github.com/All-In-One-Blockchain/phoenix-onchain-mm.git" authors = ['davirain.yin@gmai.com'] readme = "README.md" description = """ Phoenix on-chain Market-Maker client """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.66" shellexpand = "2.1.2" solana-sdk = "1.10.32" solana-client = "1.10.32" solana-account-decoder = "1.14.7" solana-cli-config = "1.14.7" borsh = "0.9.3" tokio = { version = "1.8.4", features = ["full"] } rand = "0.7.3" itertools = "0.10.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" bytemuck = "1.13.0" reqwest = "0.11.14" bincode = "1.3.3" phoenix-onchain-mm = { version = "0.1.1", path = "../programs/phoenix-onchain-mm", features = ["no-entrypoint"] } phoenix-v1 = { version = "=0.2.3", features = ["no-entrypoint"] } phoenix-sdk = "0.4.2" yellowstone-grpc-client = "=1.1.1+solana.1.15.2" yellowstone-grpc-proto = "=1.1.0+solana.1.15.2" anchor-lang = "0.26.0" spl-token = { version = "3.2.0", features = ["no-entrypoint"] } spl-associated-token-account = { version = "1.1.1", features = [ "no-entrypoint" ] } bs58 = "0.5.0" structopt = "0.3.26" toml = "0.8.0" dirs = "5.0.1" generic-token-faucet = "0.1.2" ellipsis-client = "=0.2.0" solana-program= "1.14.9" pyth-sdk-solana = "0.7.0" thiserror = "=1.0.38" [features] mainnet-beta = []