# 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 = "pink-utils" version = "0.6.0" description = "Useful utilities for pink" homepage = "https://github.com/Phala-Network/phala-blockchain" keywords = [ "phat-contract", "pink", "ink", ] license = "Apache-2.0" [dependencies.ink] version = "4" default-features = false [dependencies.pink] version = "0.4.0" default-features = false [dependencies.scale] version = "3.6.5" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.10.0" features = ["derive"] optional = true default-features = false [dev-dependencies] [features] default = ["std"] std = [ "ink/std", "scale/std", "scale-info/std", "pink/std", ]