# 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-wrapper-types" version = "0.9.0" authors = [ "Cardinal Cryptography", "Cardinal", ] description = "Helper library for contract client code generated with ink-wrapper." homepage = "https://github.com/Cardinal-Cryptography/ink-wrapper" documentation = "https://docs.rs/ink-wrapper-types" readme = "README.md" keywords = [ "ink", "wasm", "blockchain", "contract", "client", ] categories = ["development-tools::build-utils"] license = "Apache-2.0" repository = "https://github.com/Cardinal-Cryptography/ink-wrapper.git" [dependencies.ahash] version = "0.8.6" [dependencies.anyhow] version = "1.0.51" [dependencies.drink] version = "0.8.7" optional = true [dependencies.drink-test-macro] version = "0.8.7" optional = true [dependencies.ink_metadata] version = "4.3.0" optional = true [dependencies.ink_primitives] version = "4.3.0" [dependencies.pallet-contracts-primitives] version = "26.0.0" optional = true [dependencies.scale] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.thiserror] version = "1.0.40" [features] default = ["drink"] drink = [ "dep:drink", "drink-test-macro", "dep:ink_metadata", "pallet-contracts-primitives", ]