# 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-sdk" version = "0.7.1" authors = ["MultiversX "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SDK for interacting with the MultiversX blockchain" homepage = "https://multiversx.com/" documentation = "https://docs.multiversx.com/" readme = "README.md" keywords = [ "multiversx", "blockchain", "sdk", "api", ] categories = [ "cryptography::cryptocurrencies", "api-bindings", ] license = "MIT" repository = "https://github.com/multiversx/mx-sdk-rs" [lib] name = "multiversx_sdk" path = "src/lib.rs" [[example]] name = "generate_mnemonic" path = "examples/generate_mnemonic.rs" [[test]] name = "retrieve_tx_on_network_test" path = "tests/retrieve_tx_on_network_test.rs" [[test]] name = "wallet_test" path = "tests/wallet_test.rs" [dependencies.aes] version = "0.8" [dependencies.anyhow] version = "1.0.44" [dependencies.base64] version = "0.22" [dependencies.bech32] version = "0.11" [dependencies.bip39] version = "2.0.0" features = ["rand"] [dependencies.ctr] version = "0.9.2" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" features = ["std"] [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.17" [dependencies.multiversx-chain-core] version = "=0.11.1" [dependencies.pbkdf2] version = "0.12.2" default-features = false [dependencies.pem] version = "3.0.2" [dependencies.rand] version = "0.8.5" [dependencies.scrypt] version = "0.11" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" features = ["preserve_order"] [dependencies.serde_repr] version = "0.1.8" [dependencies.sha2] version = "0.10.8" [dependencies.sha3] version = "0.10.8" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dependencies.zeroize] version = "1.4.2"