[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["shrynx <shriyansbhatnagar@gmail.com>"]
description = "a (proc) macro for morphing one struct into another."
edition = "2021"
license = "MIT"
name = "struct_morph"
readme = "README.md"
version = "0.1.0"