# 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 = "dharithri-sc-scenario" version = "0.43.3" authors = [ "viswanath ", "dharithri ", ] description = "dharithri tools for writing and executing scenarios" homepage = "https://dharithri.com/" documentation = "https://docs.dharithri.com/" readme = "README.md" keywords = [ "dharithri", "blockchain", "contract", "debug", ] categories = [ "cryptography::cryptocurrencies", "development-tools::debugging", ] license = "GPL-3.0-only" repository = "https://github.com/dharithri/mx-sdk-rs" [[bin]] name = "sc-scenario" path = "src/main.rs" [dependencies.base64] version = "0.13.0" [dependencies.bech32] version = "0.9" [dependencies.clap] version = "4.1.0" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.0" [dependencies.dharithri-chain-scenario-format] version = "0.20.0" [dependencies.dharithri-chain-vm] version = "=0.5.2" [dependencies.dharithri-sc] version = "=0.43.3" [dependencies.dharithri-sc-meta] version = "=0.43.3" [dependencies.dharithri-sdk] version = "=0.2.0" [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.17" [dependencies.multiversx-chain-vm-executor] version = "0.1.0" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.pathdiff] version = "0.2.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.6" [dependencies.tokio] version = "1.24" features = ["full"] [features] run-go-tests = []