# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "brush_contracts_derive" version = "1.8.0" authors = ["Supercolony "] include = [ "Cargo.toml", "lib.rs", ] description = "Derives for storage data of each contract in the brush." homepage = "https://supercolony.net" documentation = "https://docs.openbrush.io" keywords = [ "wasm", "supercolony", "webassembly", "blockchain", "ink", ] categories = [ "no-std", "embedded", ] license = "MIT" repository = "https://github.com/Supercolony-net/openbrush-contracts" [lib] name = "brush_contracts_derive" path = "lib.rs" proc-macro = true [dependencies.brush_lang] version = "1.8.0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" [features] access_control = [] default = ["std"] diamond = [] ownable = [] pausable = [] payment_splitter = [] proxy = [] psp1155 = [] psp22 = [] psp34 = [] reentrancy_guard = [] std = [] timelock_controller = []