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