[package] name = "multiversx-chain-scenario-format" version = "0.23.0" edition = "2021" authors = ["Andrei Marinica ", "MultiversX "] license = "GPL-3.0-only" readme = "README.md" repository = "https://github.com/multiversx/mx-sdk-rs" homepage = "https://multiversx.com/" documentation = "https://docs.multiversx.com/" description = "Parser/writer of the MultiversX transaction scenario format" keywords = ["multiversx", "blockchain", "contract"] categories = ["cryptography::cryptocurrencies", "development-tools"] [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" num-bigint = "0.4" num-traits = "0.2" hex = "0.4" sha3 = "0.10.8" bech32 = "0.11.0"