# 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 = "drt-sc-codec-derive" version = "0.0.3" authors = ["xfactor-toml "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macro implementations of drt-sc-codec #[derive(NestedEncode, NestedDecode, TopEncode, TopDecode)]" homepage = "https://dharitri.com/" documentation = "https://docs.dharitri.com/" readme = "README.md" keywords = [ "dharitri", "wasm", "webassembly", "blockchain", "contract", ] categories = [ "no-std", "wasm", "cryptography::cryptocurrencies", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/DharitriOne/drt-sdk-rs" [lib] name = "drt_sc_codec_derive" path = "src/lib.rs" proc-macro = true [dependencies.hex] version = "=0.4.3" [dependencies.proc-macro2] version = "=1.0.86" [dependencies.quote] version = "=1.0.36" [dependencies.syn] version = "=2.0.72" [features] default = [ "syn/full", "syn/parsing", "syn/extra-traits", ]