[package] name = "near-bindgen-macros" version = "0.6.0" authors = ["Near Inc "] edition = "2018" license = "Apache-2.0" categories = ["wasm"] repository = "https://github.com/nearprotocol/near-bindgen" homepage = "https://github.com/nearprotocol/near-bindgen" description = """ Main macro of the library for writing NEAR smart contracts. """ [lib] proc-macro = true [dependencies] near-bindgen-core = { path = "../near-bindgen-core", version = "0.6.0"} proc-macro2 = "1.0" syn = {version = "1.0.14", features = ["full", "fold", "visit"] } quote = "1.0"