[dependencies.anchor-gen]
version = "0.3.1"
[dependencies.anchor-lang]
version = "0.30.1"
[features]
cpi = ["no-entrypoint"]
default = ["cpi"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
[lib]
crate-type = ["cdylib", "rlib"]
name = "pumpfun_cpi"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("anchor-debug"))']
level = "allow"
priority = 0
[package]
authors = ["Rapheal Bamidele <nhuxhr@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Autogenerated CPI client for the Pump.fun Solana program."
edition = "2021"
keywords = ["solana", "memecoins", "pumpfun", "cpi"]
license = "Apache-2.0"
name = "pumpfun-cpi"
readme = "README.md"
repository = "https://github.com/nhuxhr/pumpfun-cpi"
version = "2.0.1"