[package] name = "struct_morph" version = "0.6.0" edition = "2021" license = "MIT" description = "macro for morphing one struct into another." authors = ["shrynx "] repository = "https://github.com/shrynx/struct_morph" readme = "README.md" [lib] proc-macro = true [dependencies] syn = { version = "2.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0"