shank-cli 0.0.2

Shank CLI that extracts solita compatible IDL from your Rust Solana program code annotated with shank macro attributes
Documentation
[[bin]]
name = "shank"
path = "src/bin/main.rs"
[dependencies.anyhow]
version = "1.0.48"

[dependencies.clap]
features = ["derive"]
version = "3.0.14"

[dependencies.fern]
features = ["colored"]
version = "0.6.0"

[dependencies.log]
version = "0.4.14"

[dependencies.shank_idl]
version = "0.0.2"

[package]
authors = ["Metaplex Maintainers <maintainers@metaplex.com>"]
description = "Shank CLI that extracts solita compatible IDL from your Rust Solana program code annotated with shank macro attributes"
edition = "2018"
license = "Apache-2.0"
name = "shank-cli"
repository = "https://github.com/metaplex-foundation/shank"
version = "0.0.2"