# 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 = "multiversx-sc-meta-lib" version = "0.54.6" authors = [ "Andrei Marinica ", "MultiversX ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MultiversX smart contract meta-programming tools and build system" homepage = "https://multiversx.com/" documentation = "https://docs.multiversx.com/" readme = "README.md" keywords = [ "multiversx", "blockchain", "contract", "debug", ] categories = [ "cryptography::cryptocurrencies", "development-tools::debugging", ] license = "GPL-3.0-only" repository = "https://github.com/multiversx/mx-sdk-rs" [lib] name = "multiversx_sc_meta_lib" path = "src/lib.rs" [[test]] name = "ei_test" path = "tests/ei_test.rs" [[test]] name = "multi_contract_test" path = "tests/multi_contract_test.rs" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.convert_case] version = "0.6.0" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.multiversx-sc] version = "=0.54.6" features = [ "alloc", "num-bigint", ] [dependencies.rustc_version] version = "0.4" [dependencies.semver] version = "1.0.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.8.6" features = ["preserve_order"] [dependencies.wasmparser] version = "0.216" [dependencies.wasmprinter] version = "0.216" [dependencies.wat] version = "1.217.0"