[package] name = "multiversx-sc-codec-derive" version = "0.21.1" edition = "2021" authors = ["dorin.iancu ", "Andrei Marinica ", "MultiversX "] license = "GPL-3.0-only" readme = "README.md" repository = "https://github.com/multiversx/mx-sdk-rs" homepage = "https://multiversx.com/" documentation = "https://docs.multiversx.com/" description = "Macro implementations of multiversx-sc-codec #[derive(NestedEncode, NestedDecode, TopEncode, TopDecode)]" keywords = ["multiversx", "wasm", "webassembly", "blockchain", "contract"] categories = ["no-std", "wasm", "cryptography::cryptocurrencies", "development-tools"] [lib] name = "multiversx_sc_codec_derive" proc-macro = true [features] default = ["syn/full", "syn/parsing", "syn/extra-traits"] [dependencies] proc-macro2 = "=1.0.86" quote = "=1.0.37" syn = "=2.0.77" hex = "=0.4.3"