mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-18 11:28:05 +00:00
28 lines
593 B
TOML
28 lines
593 B
TOML
[package]
|
|
name = "pumpfun-cpi"
|
|
version = "1.1.0"
|
|
edition = "2021"
|
|
authors = ["Rapheal Bamidele <nhuxhr@gmail.com>"]
|
|
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
|