git.delta.rocks / unique-network / refs/commits / e8fdadb89923

difftreelog

source

pallets/contracts/proc-macro/Cargo.toml581 Bsourcehistory
1[package]2name = "pallet-contracts-proc-macro"3version = "3.0.0"4authors = ["Parity Technologies <admin@parity.io>"]5edition = "2018"6license = "Apache-2.0"7homepage = "https://substrate.dev"8repository = "https://github.com/paritytech/substrate/"9description = "Procedural macros used in pallet_contracts"1011[package.metadata.docs.rs]12targets = ["x86_64-unknown-linux-gnu"]1314[lib]15proc-macro = true1617[dependencies]18proc-macro2 = "1"19quote = "1"20syn = "1"2122[dev-dependencies]2324[features]25# If set the full output is generated. Do NOT set when generating for wasm runtime.26full = []