obce-macro 0.1.0

The library provides tools and primitives to simplify the development of chain extensions for ink! and Substrate.
Documentation
[dependencies.obce-codegen]
default-features = false
version = "0.1.0"

[features]
default = ["std"]
std = []

[lib]
name = "obce_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["727.Ventures <green.baneling@727.ventures>"]
categories = ["no-std", "embedded"]
description = "The library provides tools and primitives to simplify the development of chain extensions for ink! and Substrate."
documentation = "https://github.com/Brushfam/obce/blob/main/README.md"
edition = "2021"
homepage = "https://727.ventures"
include = ["Cargo.toml", "src/**/*.rs"]
keywords = ["wasm", "smart-contracts", "blockchain", "ink"]
license = "MIT"
name = "obce-macro"
repository = "https://github.com/Brushfam/obce/"
version = "0.1.0"