# 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-sc-scenario" version = "0.14.1" authors = [ "Andrei Marinica ", "Dharitri ", ] description = "Dharitri tools for writing and executing scenarios" 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" [[bin]] name = "sc-scenario" path = "src/main.rs" [dependencies.base64] version = "0.21.5" [dependencies.bech32] version = "0.9" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.dharitri-chain-scenario-format] version = "0.11.6" [dependencies.dharitri-chain-vm] version = "=0.6.7" [dependencies.dharitri-chain-vm-executor] version = "0.4.0" [dependencies.dharitri-sc] version = "=0.14.1" features = [ "alloc", "num-bigint", ] [dependencies.dharitri-sc-meta] version = "=0.14.1" [dependencies.dharitri-sdk] version = "=0.10.2" [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.12.0" [dependencies.log] version = "0.4.17" [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 = []