pumpfun 4.6.0

Rust SDK to interact with the Pump.fun Solana program.
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"
version = "4.6.0"
authors = ["Rapheal Bamidele <nhuxhr@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK to interact with the Pump.fun Solana program."
readme = "README.md"
keywords = [
    "solana",
    "token-creation",
    "memecoins",
    "pumpfun",
    "sdk",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nhuxhr/pumpfun-rs"

[package.metadata.docs.rs]
all-features = true

[features]
close-ata = []
create-ata = []
default = [
    "create-ata",
    "close-ata",
]
stream = [
    "dep:base64",
    "dep:futures",
]
versioned-tx = []

[lib]
name = "pumpfun"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.base64]
version = "0.22.1"
optional = true

[dependencies.borsh]
version = "1.5.7"
features = ["derive"]

[dependencies.futures]
version = "0.3.31"
optional = true

[dependencies.isahc]
version = "1.7.2"

[dependencies.serde]
version = "1.0.215"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.132"

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

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

[dependencies.spl-associated-token-account]
version = "7.0.0"

[dependencies.spl-token]
version = "8.0.0"

[dependencies.tokio]
version = "1.47.1"

[dev-dependencies.dirs]
version = "6.0.0"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.tempfile]
version = "3.20.0"

[dev-dependencies.tokio-test]
version = "0.4.4"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(skip_expensive_tests)"]