[package] name = "pumpfun-cpi" version = "1.1.0" edition = "2021" authors = ["Rapheal Bamidele "] repository = "https://github.com/nhuxhr/pumpfun-rs" description = "Autogenerated CPI client for the Pump.fun Solana program." license = "Apache-2.0" keywords = ["solana", "memecoins", "pumpfun", "cpi"] readme = "README.md" [lib] crate-type = ["cdylib", "rlib"] [features] default = ["cpi"] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] [dependencies] anchor-gen = "0.3.1" anchor-lang = "0.30.1" [package.metadata.workspaces] independent = true