# 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 = "pendzl_lang_macro" version = "1.0.2" authors = [ "Konrad Wierzbik ", "Łukasz Łakomy ", ] include = [ "Cargo.toml", "src/**/*.rs", ] description = "pendzl macros to extend functionality of the ink!." keywords = [ "wasm", "smart-contracts", "blockchain", "ink", ] categories = [ "no-std", "embedded", ] license = "MIT" resolver = "1" [lib] name = "pendzl_lang_macro" path = "src/lib.rs" proc-macro = true [dependencies.pendzl_lang_codegen] version = "1.0.2" default-features = false [dependencies.proc-macro2] version = "1" [dependencies.syn] version = "1" [dependencies.synstructure] version = "0.12" [dev-dependencies.ink] version = "5.0.0" default-features = false [dev-dependencies.scale] version = "3.6.9" features = ["derive"] default-features = false package = "parity-scale-codec" [dev-dependencies.scale-info] version = "2.11" features = ["derive"] default-features = false [features] default = ["std"] std = ["pendzl_lang_codegen/std"]