pumpfun-sdk-client 0.1.1

Off-chain client helpers for pumpfun-sdk (send/simulate transactions)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "pumpfun-sdk-client"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Off-chain client helpers for pumpfun-sdk (send/simulate transactions)"
readme = "README.md"
keywords = [
    "solana",
    "pumpfun",
    "rpc",
    "client",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/crlosif/pumpfun-solana-sdk"

[lib]
name = "pumpfun_sdk_client"
path = "src/lib.rs"

[[example]]
name = "bonding_curve_buy"
path = "examples/bonding_curve_buy.rs"

[[example]]
name = "create_v2_example"
path = "examples/create_v2_example.rs"

[[example]]
name = "pumpswap_build_buy"
path = "examples/pumpswap_build_buy.rs"

[[test]]
name = "devnet_harness"
path = "tests/devnet_harness.rs"

[dependencies.pumpfun-sdk-core]
version = "0.1"

[dependencies.pumpfun-sdk-idl]
version = "0.1"

[dependencies.solana-client]
version = "3"

[dependencies.solana-commitment-config]
version = "3"

[dependencies.solana-sdk]
version = "3"

[dependencies.solana-system-interface]
version = "2"

[dependencies.thiserror]
version = "2"