# 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 = "zk_hack_pendzl_lang_codegen" version = "0.0.1" authors = [ "Konrad Wierzbik ", "Łukasz Łakomy ", ] include = [ "Cargo.toml", "src/**/*.rs", ] description = "pendzl codegeneration for macros in `pendzl_lang_macro`." keywords = [ "wasm", "smart-contracts", "blockchain", "ink", ] categories = [ "no-std", "embedded", ] license = "MIT" resolver = "1" [lib] name = "pendzl_lang_codegen" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.blake2] version = "0.10.6" [dependencies.cargo_metadata] version = "0.13.1" [dependencies.fs2] version = "0.4.3" [dependencies.heck] version = "0.3.1" [dependencies.ink_ir] version = "4.2.1" default-features = false [dependencies.ink_primitives] version = "4.2.1" default-features = false [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.syn] version = "1" features = [ "parsing", "full", "visit", "extra-traits", ] [dependencies.synstructure] version = "0.12" [dependencies.unwrap] version = "1.2.1" [features] default = ["std"] std = []