# 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 = "pump-fun-token-launcher" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "build pump.fun create token instruction" homepage = "https://github.com/ligulfzhou/pump-fun-token-launcher" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ligulfzhou/pump-fun-token-launcher" [lib] name = "pump_fun_token_launcher" path = "src/lib.rs" [[example]] name = "main" path = "example/main.rs" [dependencies.anchor-lang] version = "0.29.0" [dependencies.anyhow] version = "1.0" [dependencies.solana-client] version = "1.18.16" [dependencies.solana-sdk] version = "1.18.16" [dependencies.tokio] version = "1" features = ["full"]