[package] name = "dharitri-wasm-serde" version = "0.0.3" edition = "2018" 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.git" homepage = "https://dharitri.com/" documentation = "https://docs.dharitri.com/" description = "Dharitri WebAssembly Serde serializer" keywords = ["dharitri", "wasm", "webassembly", "blockchain", "contract"] categories = ["no-std", "wasm", "cryptography::cryptocurrencies", "development-tools::ffi"] [dependencies] wee_alloc = "0.4" serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] } [workspace] members = ["."]