[package] name = "prost-serde-derive" version = "0.1.5" author = ["Park Joon-Kyu "] description = "Derive macro for serializing/deserializing structs generated by Prost with Serde" documentation = "https://github.com/segfault87/prost-serde-derive/blob/main/README.md" homepage = "https://github.com/segfault87/prost-serde-derive" repository = "https://github.com/segfault87/prost-serde-derive" readme = "crates-io.md" license-file = "LICENSE" edition = "2021" [lib] name = "prost_serde_derive" proc-macro = true [dependencies] convert_case = "0.6" itertools = "0.10" proc-macro2 = "1.0" quote = "1.0" syn = "1.0"