# 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" version = "0.8.0" authors = [ "Cardinal Cryptography", "Cardinal", ] description = "Tool for generating type-safe code for calling an ink smart contract based on the metadata file for that contract." homepage = "https://github.com/Cardinal-Cryptography/ink-wrapper" documentation = "https://docs.rs/ink-wrapper" 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.anyhow] version = "1.0" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.ink_metadata] version = "4.3.0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.scale-info] version = "2.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"