putils 0.1.1

Utilities for writing Solana programs with the pinocchio framework
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"
rust-version = "1.84.1"
name = "putils"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for writing Solana programs with the pinocchio framework"
documentation = "https://docs.rs/putils/latest/putils/"
readme = "README.md"
keywords = [
    "solana",
    "pinocchio",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bonedaddy/pinocchio-utils"

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

[dependencies.pinocchio]
version = "0.9.1"

[dev-dependencies.bs58]
version = "0.5.1"

[dev-dependencies.pinocchio-pubkey]
version = "0.3.0"