# 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-attestation" version = "0.1.0" description = "Utilities to create and verify off-chain attestation for pink" homepage = "https://github.com/Phala-Network/phala-blockchain" keywords = [ "fat-contract", "pink", "ink", "attestation", ] license = "Apache-2.0" resolver = "2" [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.ink_env] version = "3" default-features = false [dependencies.ink_lang] version = "3" default-features = false [dependencies.ink_metadata] version = "3" features = ["derive"] optional = true default-features = false [dependencies.ink_prelude] version = "3" default-features = false [dependencies.ink_primitives] version = "3" default-features = false [dependencies.ink_storage] version = "3" default-features = false [dependencies.pink-extension] version = "0.1.14" default-features = false [dependencies.scale] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2" features = ["derive"] optional = true default-features = false [dev-dependencies.pink-extension-runtime] version = "0.1.3" [features] default = ["std"] std = [ "ink_primitives/std", "ink_metadata/std", "ink_storage/std", "ink_env/std", "scale/std", "scale-info/std", "pink-extension/std", ]