[package]
name = "shank-parse"
version = "0.1.1"
edition = "2021"
description = "A proc-macro crate that generates Rust client code from Shank/Anchor IDL JSON files for Solana programs."
license = "MIT"
repository = "https://github.com/goni098/shank-parser"
homepage = "https://github.com/goni098/shank-parser"
documentation = "https://docs.rs/shank-parse"
readme = "../README.md"
keywords = ["solana", "anchor", "shank", "idl", "codegen"]
categories = ["development-tools", "cryptography::cryptocurrencies"]
[dependencies]
shank-parse-macro = { version = "0.1.1", path = "../macro" }
solana-sdk = "3"
base64 = "0.22"