shank_macro 0.4.7

Provides macros used to annotate Solana Rust programs in order to extract an IDL with the shank CLI
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 = "2018"
name = "shank_macro"
version = "0.4.7"
authors = ["Metaplex Maintainers <maintainers@metaplex.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides macros used to annotate Solana Rust programs in order to extract an IDL with the shank CLI"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/metaplex-foundation/shank"

[lib]
name = "shank_macro"
path = "src/lib.rs"
doctest = false
proc-macro = true

[dependencies.proc-macro2]
version = "1.0.32"

[dependencies.quote]
version = "1.0.10"

[dependencies.shank_macro_impl]
version = "0.4.7"

[dependencies.shank_render]
version = "0.4.7"

[dependencies.syn]
version = "1.0.82"