solana-tool 0.1.1

solana tool, such as data parsers.
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 = "solana-tool"
version = "0.1.1"
authors = ["happyboy <superhappyboy1995@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "solana tool, such as data parsers."
readme = "README.md"
keywords = [
    "solana",
    "tool",
]
license = "GPL-3.0"
repository = "https://github.com/0xhappyboy/solana-tool"

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

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

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