[package] name = "brush_contracts_derive" version = "1.8.0" authors = ["Supercolony "] edition = "2021" license = "MIT" repository = "https://github.com/Supercolony-net/openbrush-contracts" documentation = "https://docs.openbrush.io" homepage = "https://supercolony.net" description = "Derives for storage data of each contract in the brush." keywords = ["wasm", "supercolony", "webassembly", "blockchain", "ink"] categories = ["no-std", "embedded"] include = ["Cargo.toml", "lib.rs"] [dependencies] syn = { version = "1.0" } quote = "1.0" proc-macro2 = "1" brush_lang = { version = "1.8.0", path = "../../brush_lang" } [lib] name = "brush_contracts_derive" path = "lib.rs" proc-macro = true [features] default = ["std"] std = [] psp22 = [] psp34 = [] psp1155 = [] access_control = [] ownable = [] payment_splitter = [] reentrancy_guard = [] pausable = [] timelock_controller = [] proxy = [] diamond = []