[package] name = "noble-contracts-proc-macro" version = "0.1.0" authors = ["Parity Technologies ", "Tetcoin Developers "] edition = "2018" license = "Apache-2.0" homepage = "https://core.tetcoin.org" repository = "https://github.com/tetcoin/tetcore/" description = "Procedural macros used in noble_contracts" # publish = false [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = "1" [dev-dependencies] [features] # If set the full output is generated. Do NOT set when generating for wasm runtime. full = []