[dependencies.base64]
optional = true
version = "0.21.5"
[dependencies.bytes]
version = "1.5.0"
[dependencies.num-traits]
version = "0.2.17"
[dependencies.prost]
version = "0.12.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.193"
[dependencies.serde_json]
optional = true
version = "1.0.108"
[dependencies.uuid7]
optional = true
version = "0.7.2"
[features]
b64 = ["base64"]
default = ["json", "b64", "id"]
id = ["uuid7"]
json = ["serde_json"]
[package]
authors = ["Tyr Chen <tyr.chen@gmail.com>"]
categories = ["development-tools"]
description = """
A set of prost helper functions to make prost generated code easy to work with.
"""
documentation = "https://docs.rs/prost-helper"
edition = "2021"
homepage = "https://github.com/tyrchen/prost-helper"
keywords = ["protobuf", "prost", "serde"]
license = "MIT"
name = "prost-helper"
readme = "README.md"
repository = "https://github.com/tyrchen/prost-helper"
version = "0.8.3"