# 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 = "ink-test-utils" version = "0.1.0" authors = ["Kasper Ziemianek "] description = "Utilities for testing ink smart contracts" readme = "README.md" keywords = ["ink"] license = "MIT" repository = "https://github.com/kziemianek/ink-test-utils" [lib] proc-macro = true [dependencies.quote] version = "1.0.26" [dependencies.syn] version = "1.0.109" [dev-dependencies.ink] version = "4.0.0" default-features = false [dev-dependencies.scale] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dev-dependencies.scale-info] version = "2" features = ["derive"] default-features = false [features] default = ["std"] ink-as-dependency = [] std = [ "ink/std", "scale/std", "scale-info/std", ]