shank-parse 0.1.1

A proc-macro crate that generates Rust client code from Shank/Anchor IDL JSON files for Solana programs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"