[package] name = "deltastruct_proc" description = "The proc-macro backend for the crate Deltastruct." documentation = "https://lindenk.gitlab.io/delta-struct/deltastruct/" repository = "https://gitlab.com/lindenk/delta-struct-proc" homepage = "https://gitlab.com/lindenk/delta-struct-proc" version = "0.1.8" authors = ["Linden Krouse "] license = "MIT" edition = "2018" readme = "readme.md" include = ["src/", "LICENSE", "readme.md"] [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" syn = { version = "1.0", features = [ "full", "parsing" ] } quote = "1.0" convert_case = "0.4" serde = { version = "1.0", optional = true, features = ["derive"] }