[package] name = "obce-macro" version = "0.1.0" authors = ["727.Ventures "] edition = "2021" license = "MIT" repository = "https://github.com/Brushfam/obce/" documentation = "https://github.com/Brushfam/obce/blob/main/README.md" homepage = "https://727.ventures" description = "The library provides tools and primitives to simplify the development of chain extensions for ink! and Substrate." keywords = ["wasm", "smart-contracts", "blockchain", "ink"] categories = ["no-std", "embedded"] include = ["Cargo.toml", "src/**/*.rs"] [dependencies] obce-codegen = { version = "0.1.0", path = "../codegen", default-features = false } [lib] name = "obce_macro" path = "src/lib.rs" proc-macro = true [features] default = ["std"] std = []