[package]
edition = "2021"
name = "struct-mapper-derive"
version = "0.2.0"
authors = ["Deendayal Kumawat <deendayal_kumawat@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro implementation for struct-mapper — do not depend on this directly, use struct-mapper instead"
homepage = "https://github.com/ddsha441981/struct-mapper"
documentation = "https://docs.rs/struct-mapper"
readme = "README.md"
keywords = [
"derive",
"macro",
"struct",
"mapping",
"from",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ddsha441981/struct-mapper"
[lib]
name = "struct_mapper_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = [
"full",
"extra-traits",
]