branchia 0.0.1

A Rust implementation of the solana gill library
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"
name = "branchia"
version = "0.0.1"
authors = ["ubadineke <ubadinekeprince@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of the solana gill library"
homepage = "https://github.com/ubadineke/branchia"
readme = "README.md"
keywords = [
    "solana",
    "gill",
    "blockchain",
]
license = "MIT"
repository = "https://github.com/ubadineke/branchia"
resolver = "2"

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

[dependencies.anyhow]
version = "^1.0"

[dependencies.borsh]
version = "1.5.7"

[dependencies.dirs]
version = "6.0.0"

[dependencies.mpl-token-metadata]
version = "5.1.0"

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

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

[dependencies.solana-compute-budget-interface]
version = "2.2.1"

[dependencies.solana-hash]
version = "2.2.1"

[dependencies.solana-instruction]
version = "2.2.1"

[dependencies.solana-keypair]
version = "2.2.1"

[dependencies.solana-message]
version = "2.2.1"

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

[dependencies.solana-pubkey]
version = "2.2.1"

[dependencies.solana-rent]
version = "2.2.1"

[dependencies.solana-rpc-client-api]
version = "2.2.1"

[dependencies.solana-signature]
version = "2.2.1"

[dependencies.solana-signer]
version = "2.2.1"

[dependencies.solana-transaction]
version = "2.2.1"

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

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

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

[dependencies.url]
version = "2.5.4"