multiversx-sc 0.64.2

MultiversX smart contract API
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "multiversx-sc"
version = "0.64.2"
authors = [
    "Andrei Marinica <andrei.marinica@multiversx.com>",
    "MultiversX <contact@multiversx.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MultiversX smart contract API"
homepage = "https://multiversx.com/"
documentation = "https://docs.multiversx.com/"
readme = "README.md"
keywords = [
    "multiversx",
    "wasm",
    "webassembly",
    "blockchain",
    "contract",
]
categories = [
    "no-std",
    "wasm",
    "cryptography::cryptocurrencies",
    "development-tools",
]
license = "GPL-3.0-only"
repository = "https://github.com/multiversx/mx-sdk-rs"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = []
contract-call-legacy = []
esdt-token-payment-legacy-decode = []
managed-buffer-builder-cached = []
num-bigint = ["multiversx-sc-codec/num-bigint"]
small-int-bug = []
std = ["multiversx-chain-core/std"]

[lib]
name = "multiversx_sc"
path = "src/lib.rs"

[[test]]
name = "formatter_test"
path = "tests/formatter_test.rs"

[dependencies.bitflags]
version = "2.9"

[dependencies.generic-array]
version = "1.2.0"

[dependencies.hex-literal]
version = "1.0"

[dependencies.multiversx-chain-core]
version = "=0.21.2"

[dependencies.multiversx-sc-codec]
version = "=0.24.0"
features = ["derive"]

[dependencies.multiversx-sc-derive]
version = "=0.64.2"

[dependencies.num-traits]
version = "=0.2.19"
default-features = false

[dependencies.unwrap-infallible]
version = "1.0"