near-sdk-macros 2.0.0

Main macro of the library for writing NEAR smart contracts.
Documentation
[package]
name = "near-sdk-macros"
version = "2.0.0"
authors = ["Near Inc <max@nearprotocol.com>"]
edition = "2018"
license = "Apache-2.0"
categories = ["wasm"]
repository = "https://github.com/near/near-sdk-rs"
homepage = "https://github.com/near/near-sdk-rs"
description = """
Main macro of the library for writing NEAR smart contracts.
"""

[lib]
proc-macro = true

[dependencies]
near-sdk-core = { path = "../near-sdk-core", version = "2.0.0"}
proc-macro2 = "1.0"
syn = {version = "1.0.14", features = ["full", "fold", "visit"] }
quote = "1.0"