[package] name = "dharitri-wasm" version = "0.10.8" edition = "2021" authors = ["Andrei Marinica ", "Dharitri Network "] license = "GPL-3.0-only" readme = "README.md" repository = "https://github.com/Battula-anil-app-could/dx-sdk-rs-new" homepage = "https://dharitri.com/" documentation = "https://docs.dharitri.com/" description = "Dharitri WebAssembly smart contract API" keywords = ["dharitri", "wasm", "webassembly", "blockchain", "contract"] categories = ["no-std", "wasm", "cryptography::cryptocurrencies", "development-tools"] [features] num-bigint = ["dharitri-codec/num-bigint"] alloc = ["dharitri-codec/alloc"] ei-unmanaged = ["alloc"] promises = [] big-float = [] dct-token-payment-legacy-decode = [] [dependencies] wee_alloc = "0.4" hashbrown = "0.11.2" hex-literal = "0.3.1" bitflags = "1.3.2" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.dharitri-wasm-derive] version = "=0.10.8" path = "../dharitri-wasm-derive" [dependencies.dharitri-codec] version = "=0.4.1" path = "../dharitri-codec" features = ["derive"]