[dependencies.openbrush_lang_codegen]
default-features = false
version = "~3.2.0"
[dependencies.proc-macro2]
version = "1"
[dependencies.syn]
version = "1"
[dependencies.synstructure]
version = "0.12"
[dev-dependencies.ink]
default-features = false
version = "4.2.1"
[dev-dependencies.scale]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "3"
[dev-dependencies.scale-info]
default-features = false
features = ["derive"]
version = "2.3"
[features]
default = ["std"]
std = ["openbrush_lang_codegen/std"]
[lib]
name = "openbrush_lang_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Brushfam <green@727.ventures>"]
categories = ["no-std", "embedded"]
description = "OpenBrush macros to extend functionality of the ink!."
documentation = "https://docs.openbrush.io"
edition = "2021"
homepage = "https://727.ventures"
include = ["Cargo.toml", "src/**/*.rs"]
keywords = ["wasm", "brushfam", "smart-contracts", "blockchain", "ink"]
license = "MIT"
name = "openbrush_lang_macro"
repository = "https://github.com/727-Ventures/openbrush-contracts"
resolver = "1"
version = "3.2.0"