[package] name = "convert-map" version = "0.1.0" edition = "2021" license = "MIT" description = "convert struct from the other macro." repository = "https://github.com/yassun4dev/convert-map.git" authors = ["yassun4dev "] keywords = [] [lib] proc-macro = true [dependencies] darling = "^0.14" proc-macro2 = "^1.0" quote = "^1.0" syn = { version = "^1.0", features = ["extra-traits"] }