# 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-chain-scenario-format" version = "0.20.0" authors = [ "viswanath ", "dharithri ", ] description = "Parser/writer of the dharithri transaction scenario format" homepage = "https://dharithri.com/" documentation = "https://docs.dharithri.com/" readme = "README.md" keywords = [ "dharithri", "blockchain", "contract", ] categories = [ "cryptography::cryptocurrencies", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/dharithri/mx-sdk-rs" [dependencies.bech32] version = "0.9.0" [dependencies.hex] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha3] version = "0.9"