# 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" version = "1.0.2" authors = [ "Konrad Wierzbik ", "Łukasz Łakomy ", ] include = [ "Cargo.toml", "src/**/*.rs", ] description = "Aggregator of all pendzl functionality and utils." readme = "README.md" keywords = [ "wasm", "smart-contracts", "blockchain", "ink", ] categories = [ "no-std", "embedded", ] license = "MIT" resolver = "1" [lib] name = "pendzl_lang" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.const_format] version = "0.2.21" [dependencies.ethnum] version = "1.5" default-features = false [dependencies.ink] version = "5.0.0" default-features = false [dependencies.pendzl_lang_macro] version = "1.0.2" default-features = false [dependencies.scale] version = "3.6.9" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.11" features = ["derive"] default-features = false [dependencies.xxhash-rust] version = "0.8" features = ["const_xxh32"] [features] default = ["std"] std = [ "pendzl_lang_macro/std", "ink/std", "scale/std", "scale-info/std", ]