[package]
edition = "2018"
name = "shank"
version = "0.4.7"
authors = ["Metaplex Maintainers <maintainers@metaplex.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exposes macros to annotate Rust programs to extract solita compatible IDL in order to generate program SDKs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/metaplex-foundation/shank"
[lib]
name = "shank"
path = "src/lib.rs"
[dependencies.shank_macro]
version = "0.4.7"