# 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 = "mandos" version = "0.18.0" authors = [ "Andrei Marinica ", "Elrond Network ", ] description = "Parser/writer of the Mandos test format" homepage = "https://elrond.com/" documentation = "https://docs.elrond.com/" readme = "README.md" keywords = [ "elrond", "blockchain", "contract", ] categories = [ "cryptography::cryptocurrencies", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/ElrondNetwork/elrond-wasm-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.1"