[package] name = "dharitri-sc-codec-derive" version = "0.5.1" edition = "2021" authors = ["dorin.iancu ", "Andrei Marinica ", "Dharitri "] 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 = "Macro implementations of dharitri-sc-codec #[derive(NestedEncode, NestedDecode, TopEncode, TopDecode)]" keywords = ["dharitri", "wasm", "webassembly", "blockchain", "contract"] categories = ["no-std", "wasm", "cryptography::cryptocurrencies", "development-tools"] [lib] name = "dharitri_sc_codec_derive" proc-macro = true [features] default = ["syn/full", "syn/parsing", "syn/extra-traits"] [dependencies] proc-macro2 = "=1.0.78" quote = "=1.0.35" syn = "=2.0.48" hex = "=0.4.3"