[package] name = "near-bindgen-core" 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 = """ Core part of the library for writing NEAR smart contracts. """ [dependencies] proc-macro2 = "1.0" syn = {version = "1.0.14", features = ["full", "fold", "extra-traits", "visit"] } quote = "1.0" Inflector = "0.11.4"