[package] name = "pbjson-build-any" version = "0.2.3" authors = ["Raphael Taylor-Davies "] edition = "2021" description = "Generates Serialize and Deserialize implementations for prost message types" license = "MIT" keywords = ["protobuf", "json", "serde"] categories = ["encoding"] repository = "https://github.com/influxdata/pbjson" [dependencies] heck = "0.3" prost = "0.9" prost-types = "0.9" itertools = "0.10" [dev-dependencies] tempfile = "3.1"