# 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 = "dharithri-sc" version = "0.43.3" authors = [ "viswanath ", "dharithri ", ] description = "dharithri smart contract API" homepage = "https://dharithri.com/" documentation = "https://docs.dharithri.com/" readme = "README.md" keywords = [ "dharithri", "wasm", "webassembly", "blockchain", "contract", ] categories = [ "no-std", "wasm", "cryptography::cryptocurrencies", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/dharithri/mx-sdk-rs" [package.metadata.docs.rs] all-features = true [dependencies.bitflags] version = "1.3.2" [dependencies.dharithri-sc-codec] version = "=0.18.1" features = ["derive"] [dependencies.dharithri-sc-derive] version = "=0.43.3" [dependencies.hashbrown] version = "0.13.2" [dependencies.hex-literal] version = "0.3.1" [dependencies.num-traits] version = "0.2" default-features = false [features] alloc = ["dharithri-sc-codec/alloc"] esdt-token-payment-legacy-decode = [] managed-map = [] num-bigint = ["dharithri-sc-codec/num-bigint"] promises = []