spl-forge 0.1.0

A CLI toolkit for creating and managing SPL assets on Solana
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 = "2024"
rust-version = "1.85"
name = "spl-forge"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI toolkit for creating and managing SPL assets on Solana"
homepage = "https://github.com/AaryanNarayani/spl-forge"
documentation = "https://docs.rs/spl-forge"
readme = "README.md"
keywords = [
    "solana",
    "spl",
    "cli",
    "token",
    "web3",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/AaryanNarayani/spl-forge"

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

[[bin]]
name = "spl-forge"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.clap]
version = "4.5.45"
features = ["derive"]

[dependencies.colored]
version = "3.0.0"

[dependencies.dirs]
version = "6.0.0"

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

[dependencies.serde_json]
version = "1.0.143"

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

[dependencies.solana-program]
version = "1.18.26"

[dependencies.solana-sdk]
version = "1.18.26"
features = ["full"]

[dependencies.spl-associated-token-account]
version = "2.3.0"
features = ["no-entrypoint"]

[dependencies.spl-token]
version = "4.0.0"
features = ["no-entrypoint"]

[dependencies.tokio]
version = "1.47.1"
features = ["full"]