# 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 = "dharitri-wasm-debug" version = "0.10.8" authors = [ "Andrei Marinica ", "Dharitri Network ", ] description = "Dharitri WebAssembly smart contract API debugging mocks and utils" homepage = "https://dharitri.com/" documentation = "https://docs.dharitri.com/" readme = "README.md" keywords = [ "dharitri", "blockchain", "contract", "debug", ] categories = [ "cryptography::cryptocurrencies", "development-tools::debugging", ] license = "GPL-3.0-only" repository = "https://github.com/Battula-anil-app-could/dx-sdk-rs-new" [dependencies.bech32] version = "0.9.0" [dependencies.denali] version = "0.3.6" [dependencies.dharitri-wasm] version = "=0.10.8" features = [ "alloc", "num-bigint", "promises", "big-float", ] [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.10.3" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.pathdiff] version = "0.2.1" [dependencies.rand] version = "0.8.4" [dependencies.rand_pcg] version = "0.2.1" [dependencies.rand_seeder] version = "0.2.2" [dependencies.rustc_version] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9.2" [dependencies.sha3] version = "0.9.1" [dependencies.toml] version = "0.5.8" features = ["preserve_order"] [features] denali-go-tests = []